| Age | Commit message (Expand) | Author | Lines |
| 2014-04-18 | auto merge of #13607 : brson/rust/to_owned, r=brson | bors | -55/+57 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -55/+57 |
| 2014-04-18 | auto merge of #13513 : alexcrichton/rust/up-llvm, r=brson | bors | -14/+39 |
| 2014-04-18 | debuginfo: Clamp the maximum dwarf version to 3 | Alex Crichton | -0/+6 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -15/+12 |
| 2014-04-17 | Upgrade LLVM | Alex Crichton | -14/+33 |
| 2014-04-17 | Extended `syntax::{fold, ast_map}` to include lifetimes. | Felix S. Klock II | -0/+1 |
| 2014-04-16 | auto merge of #13547 : alexcrichton/rust/remove-priv, r=huonw | bors | -13/+17 |
| 2014-04-15 | auto merge of #13390 : alexcrichton/rust/run-some-destructors, r=brson | bors | -2/+13 |
| 2014-04-15 | Remove usage of private enum variants | Alex Crichton | -13/+17 |
| 2014-04-12 | Append missing padding after last field of struct | Stepan Koltsov | -12/+38 |
| 2014-04-11 | rustc: remove the last mentions of @fn. | Eduard Burtescu | -10/+7 |
| 2014-04-11 | rustc: remove proc -> once || coercions. | Eduard Burtescu | -23/+1 |
| 2014-04-11 | rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::Clo... | Eduard Burtescu | -44/+38 |
| 2014-04-11 | auto merge of #13424 : eddyb/rust/ty-mut-in-store, r=nikomatsakis | bors | -123/+100 |
| 2014-04-11 | rustc: fix the fallout from moving mutability into VstoreSlice and RegionTrai... | Eduard Burtescu | -98/+75 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -23/+30 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -10/+10 |
| 2014-04-10 | debuginfo: Don't create debuginfo for statics inlined from other crates. | Michael Woerister | -0/+7 |
| 2014-04-10 | debuginfo: Implement discriminator type metadata re-use. | Michael Woerister | -17/+51 |
| 2014-04-10 | debuginfo: Improve source code position assignment for inlined functions. | Michael Woerister | -15/+21 |
| 2014-04-10 | rustc: rename ty::vstore and its variants to UpperCamelCase. | Eduard Burtescu | -47/+47 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -23/+30 |
| 2014-04-09 | Emit intrinsic lazily | Michael Darakananda | -176/+189 |
| 2014-04-08 | rustc: Run destructors when dest=Ignore | Alex Crichton | -2/+13 |
| 2014-04-08 | fix ~ZeroSizeType rvalues | Daniel Micay | -2/+6 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -3/+3 |
| 2014-04-08 | Made libflate functions return Options instead of outright failing | Tobba | -1/+4 |
| 2014-04-06 | auto merge of #13344 : eddyb/rust/kill-unboxed-vec, r=cmr | bors | -303/+188 |
| 2014-04-06 | rustc: remove ty_unboxed_vec. | Eduard Burtescu | -303/+188 |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -14/+15 |
| 2014-04-04 | syntax: remove obsolete mutability from ExprVec and ExprRepeat. | Eduard Burtescu | -11/+11 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -15/+15 |
| 2014-04-04 | Remove libc from std | Corey Richardson | -0/+1 |
| 2014-04-04 | auto merge of #13301 : erickt/rust/remove-refcell-get, r=huonw | bors | -10/+10 |
| 2014-04-04 | auto merge of #13291 : thestinger/rust/no_null, r=alexcrichton | bors | -11/+11 |
| 2014-04-03 | std: Remove `RefCell::set()` | Erick Tryzelaar | -2/+2 |
| 2014-04-03 | std: Remove `RefCell::get()` | Erick Tryzelaar | -8/+8 |
| 2014-04-03 | auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson | bors | -2/+2 |
| 2014-04-03 | stop asking LLVM to null-terminate strings | Daniel Micay | -11/+11 |
| 2014-04-03 | syntax: Remove AbiSet, use one Abi | Alex Crichton | -35/+36 |
| 2014-04-03 | fix Option<~ZeroSizeType> | Daniel Micay | -7/+14 |
| 2014-04-02 | middle: trans: type_: remove dead code | Corey Richardson | -20/+0 |
| 2014-04-02 | middle: trans: tvec: remove dead code | Corey Richardson | -30/+0 |
| 2014-04-02 | middle: trans: reflect: remove dead code | Corey Richardson | -4/+0 |
| 2014-04-02 | middle: trans: meth: remove dead code | Corey Richardson | -16/+0 |
| 2014-04-02 | middle: trans: datum: remove dead code | Corey Richardson | -46/+2 |
| 2014-04-02 | middle: trans: context: remove dead code | Corey Richardson | -32/+0 |
| 2014-04-02 | middle: trans: common: remove dead code | Corey Richardson | -40/+0 |
| 2014-04-02 | middle: trans: callee: remove dead code | Corey Richardson | -42/+0 |