]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-03-20 Alex CrichtonRegister new snapshots
2014-03-20 borsauto merge of #13020 : alexcrichton/rust/vec, r=brson
2014-03-20 Alex CrichtonRemoving imports of std::vec_ng::Vec
2014-03-20 Alex Crichtonrustc: Default the ~[] lint to allow for now
2014-03-20 Alex Crichtonstd: Add Vec to the prelude
2014-03-20 borsauto merge of #13017 : alexcrichton/rust/issue-13010...
2014-03-20 borsauto merge of #13015 : tbu-/rust/pr_remove_immut, r...
2014-03-20 borsauto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis
2014-03-20 borsauto merge of #12980 : cmr/rust/overhaul-stdio, r=thest...
2014-03-20 borsauto merge of #13028 : thestinger/rust/vec_ng, r=huonw
2014-03-20 Steven FacklerA couple of fixes to vec_ng docs
2014-03-20 Flavio PercocoMention Share in the tutorial
2014-03-20 Flavio PercocoMention share in guide-unsafe instead of freeze
2014-03-20 Flavio PercocoMake atomics interior Unsafe<T>
2014-03-20 Flavio PercocoAllow static items that don't fulfill `Freeze`
2014-03-20 Flavio PercocoForbid borrow of static items with unsafe interior
2014-03-20 Flavio PercocoGather loans for static items
2014-03-20 Flavio PercocoLet ArcData use Unsafe<T>
2014-03-20 Flavio PercocoMake Cell and RefCell use Unsafe<T>
2014-03-20 Flavio PercocoAdd Unsafe<T> type
2014-03-20 Flavio PercocoRelax interner's Share bound
2014-03-20 Flavio PercocoReplace Freeze bounds with Share bounds
2014-03-20 Flavio PercocoMake `Rc`, `Cell` and `RefCell` NoShare
2014-03-20 Flavio PercocoAdd a Share kind
2014-03-20 Daniel Micayrename std::vec_ng -> std::vec
2014-03-20 borsauto merge of #12854 : nick29581/rust/parse-enum-struct...
2014-03-20 borsauto merge of #12772 : thestinger/rust/slice, r=alexcri...
2014-03-20 Daniel Micayrename std::vec -> std::slice
2014-03-20 Corey Richardsonstd: io: flush stdout on stdin read from tty
2014-03-20 borsauto merge of #13013 : huonw/rust/tytrait, r=cmr
2014-03-19 Nick CameronFix spans for enum-struct match arms
2014-03-19 borsauto merge of #12770 : eddyb/rust/drop-tld, r=cmr
2014-03-19 Alex Crichtonrustc: Prevent false positives in crate loading
2014-03-19 borsauto merge of #12879 : Aatch/rust/rustdoc-mod-privacy...
2014-03-19 borsauto merge of #12762 : klutzy/rust/win-struct-abi,...
2014-03-19 Tobias BucherRemove std::cast::transmute_immut_unsafe
2014-03-19 borsauto merge of #12982 : brson/rust/optiondocs, r=alexcri...
2014-03-19 Huon Wilsonrustc: put ty_closure behind some indirection.
2014-03-19 Huon Wilsonrustc: put ty_trait behind some indirection.
2014-03-19 borsauto merge of #12955 : sfackler/rust/vec_ng-doc, r...
2014-03-19 klutzyrustc: Fix x86 ffi for empty struct arguments
2014-03-19 klutzyrustc: Fix x86 ffi for struct arguments
2014-03-19 Eduard BurtescuDiscard MTWT & interner tables from TLD after they...
2014-03-19 Steven FacklerDocify std::vec_ng
2014-03-19 borsauto merge of #12954 : brson/rust/atomicdocs, r=alexcri...
2014-03-19 Brian Andersonstd: Improve option docs
2014-03-19 borsauto merge of #13006 : alexcrichton/rust/rollup, r...
2014-03-18 Alex CrichtonTest fixes from the rollup
2014-03-18 Marvin LöbelMade the `clone_from` implementation for `~T` reuse...
2014-03-18 Alex Crichtonrustdoc: Implement cross-crate searching
2014-03-18 Matthew McPherrinDocsprint: Document ops module, primarily Deref.
2014-03-18 Lindsey KuperTypo fixes.
2014-03-18 Jonathan SRelaxed the memory ordering on the implementation of...
2014-03-18 Ziad HatahetDocumentation and formatting changes for option.rs.
2014-03-18 Alan Andradedeny missing docs
2014-03-18 Eunchong YuAdd impl IntoStr for ::std::vec_ng::Vec<Ascii>
2014-03-18 Jeff Olsoncloses #12967 fix [en|de]coding of HashMap<K,V> where...
2014-03-18 Liigo Zhuanglibsyntax: librustdoc: ignore utf-8 BOM in .rs files
2014-03-18 Ben Noordhuisrustc: remove obsolete linkage types
2014-03-18 Ben Noordhuisrustc: remove linker_private/linker_private_weak
2014-03-18 Nick CameronFix linkage1 test which fails due to --as-needed
2014-03-18 Nick CameronMove syntax-extension-hexfloat.rs
2014-03-18 Simon Sapin`char`: s/character/Unicode scalar value/
2014-03-18 Alex Crichtonsyntax: Don't parameterize the the pretty printer
2014-03-18 Huon Wilsonrustc: buffer the output writer for -Z ast-json[-noexpand].
2014-03-18 Corey Richardsonrustc: test: don't silently ignore bad benches
2014-03-18 Corey Richardsonremove duplicate methods in impls
2014-03-18 Corey Richardsonrustc: disallow duplicate methods in trait impls
2014-03-18 borsauto merge of #12994 : alexcrichton/rust/fix-android...
2014-03-18 Jorge AparicioMake method Vec::remove() public
2014-03-18 Alex Crichtontest: Fix android tests
2014-03-18 Brian Andersonstd: Improve docs for atomics. Fix two bugs
2014-03-17 borsauto merge of #12935 : lbonn/rust/nullenum, r=alexcrichton
2014-03-17 borsauto merge of #12742 : FlaPer87/rust/issue-11411-static...
2014-03-17 borsauto merge of #12957 : lkuper/rust/docsprint, r=alexcri...
2014-03-17 borsauto merge of #12951 : cadencemarseille/rust/issue...
2014-03-17 Laurent Bonnansrustc: disallow trailing parentheses for nullary enum...
2014-03-17 borsauto merge of #12735 : eddyb/rust/at-exodus-chapter...
2014-03-17 Eduard BurtescuFix rustdoc and tests.
2014-03-17 Eduard BurtescuRefactor pprust a bit.
2014-03-17 Eduard BurtescuDe-@ codemap and diagnostic.
2014-03-17 Eduard BurtescuDe-@ move maps and rework parts of trans.
2014-03-17 Eduard BurtescuDe-@ gather_loans.
2014-03-17 Eduard BurtescuDe-@ typeck::check::method.
2014-03-17 Eduard BurtescuDe-@ resolve_lifetime.
2014-03-17 Eduard BurtescuDe-@ ParseSess uses.
2014-03-17 Eduard BurtescuDe-@ CStore uses.
2014-03-17 Eduard BurtescuDe-@ filesearch.
2014-03-17 Eduard BurtescuDe-@ reachable.
2014-03-17 Eduard BurtescuDe-@ trans contexts.
2014-03-17 Eduard BurtescuDe-@ type checking contexts.
2014-03-17 Eduard BurtescuDe-@ liveness.
2014-03-17 Eduard BurtescuDe-@ tyencode::ctxt and related parts of astencode.
2014-03-17 Eduard BurtescuDe-@ ty::ctxt usage.
2014-03-17 Eduard BurtescuDe-@ Session usage.
2014-03-17 borsauto merge of #12945 : cadencemarseille/rust/vec_ng...
2014-03-17 borsauto merge of #12944 : mcpherrinm/rust/master, r=alexcr...
2014-03-17 borsauto merge of #12942 : alan-andrade/rust/docathon-getop...
2014-03-17 borsauto merge of #12940 : cadencemarseille/rust/time-doc...
2014-03-17 James MillerModules are either public, or private, so private modul...
next