| Age | Commit message (Expand) | Author | Lines |
| 2014-04-08 | rustc: Don't read both rlib and dylib metadata | Alex Crichton | -4/+12 |
| 2014-04-08 | rustc: Never register syntax crates in CStore | Alex Crichton | -34/+45 |
| 2014-04-08 | rustc: Use CStore, not a separate crate cache | Alex Crichton | -70/+61 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -11/+11 |
| 2014-04-08 | Made libflate functions return Options instead of outright failing | Tobba | -3/+6 |
| 2014-04-06 | rustc: remove ty_unboxed_vec. | Eduard Burtescu | -2/+0 |
| 2014-04-04 | auto merge of #13284 : pnkfelix/rust/more-fs-info-on-crate-mismatch, r=alexcr... | bors | -28/+74 |
| 2014-04-05 | Accumulate list of paths for crate hash mismatch. | Felix S. Klock II | -23/+27 |
| 2014-04-04 | auto merge of #13301 : erickt/rust/remove-refcell-get, r=huonw | bors | -2/+2 |
| 2014-04-03 | std: Remove `RefCell::get()` | Erick Tryzelaar | -2/+2 |
| 2014-04-03 | auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson | bors | -4/+15 |
| 2014-04-03 | syntax: Remove AbiSet, use one Abi | Alex Crichton | -26/+16 |
| 2014-04-03 | rustc: Stop using LLVMGetSectionName | Alex Crichton | -3/+5 |
| 2014-04-03 | After a hash mismatch error, emit file-system paths of crates involved. | Felix S. Klock II | -28/+70 |
| 2014-04-02 | metadata: filesearch: remove dead code | Corey Richardson | -6/+0 |
| 2014-04-02 | metadata: decoder: remove dead code | Corey Richardson | -39/+1 |
| 2014-04-01 | metadata: cstore: remove dead code | Corey Richardson | -10/+0 |
| 2014-04-01 | metadata: csearch: remove dead code | Corey Richardson | -21/+0 |
| 2014-04-01 | metadata: common: remove dead code | Corey Richardson | -9/+0 |
| 2014-03-31 | rustc: Switch tuple structs to have private fields | Alex Crichton | -4/+15 |
| 2014-03-31 | rustc: Switch field privacy as necessary | Alex Crichton | -62/+62 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -3/+1 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -3/+3 |
| 2014-03-29 | auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton | bors | -19/+3 |
| 2014-03-28 | auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichton | bors | -40/+43 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -19/+3 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -11/+11 |
| 2014-03-28 | De-@ IdentInterner. | Eduard Burtescu | -40/+43 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -2/+2 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -65/+83 |
| 2014-03-27 | auto merge of #13151 : brson/rust/dist, r=alexcrichton,brson | bors | -10/+36 |
| 2014-03-26 | rustc: Fix detection of lib64 directory | Brian Anderson | -1/+1 |
| 2014-03-26 | syntax: Permit visibility on tuple fields | Alex Crichton | -5/+6 |
| 2014-03-25 | install: Support --libdir and --mandir correctly | Brian Anderson | -10/+30 |
| 2014-03-25 | rustc: Stop relying on CFG_LIBDIR_RELATIVE | Brian Anderson | -1/+7 |
| 2014-03-25 | configure: Make rustlibdir non-configurable | Brian Anderson | -1/+1 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -2/+2 |
| 2014-03-22 | auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton | bors | -4/+0 |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -163/+92 |
| 2014-03-22 | rustc: Remove special treatment for Freeze and NoFreeze | Flavio Percoco | -4/+0 |
| 2014-03-22 | auto merge of #13052 : sfackler/rust/clean-refcell, r=alexcrichton | bors | -5/+5 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -2/+2 |
| 2014-03-20 | Remove RefCell::{with, with_mut} | Steven Fackler | -5/+5 |
| 2014-03-21 | syntax: make OptVec immutable. | Huon Wilson | -2/+2 |
| 2014-03-20 | auto merge of #13020 : alexcrichton/rust/vec, r=brson | bors | -9/+0 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -9/+0 |
| 2014-03-20 | auto merge of #13017 : alexcrichton/rust/issue-13010, r=huonw | bors | -19/+27 |
| 2014-03-20 | auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis | bors | -0/+4 |
| 2014-03-20 | Add a Share kind | Flavio Percoco | -0/+4 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -11/+11 |