| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-03-19 | auto merge of #12772 : thestinger/rust/slice, r=alexcrichton | bors | -3/+3 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -3/+3 |
| 2014-03-19 | rustc: Prevent false positives in crate loading | Alex Crichton | -19/+27 |
| 2014-03-19 | rustc: put ty_closure behind some indirection. | Huon Wilson | -1/+1 |
| 2014-03-19 | rustc: put ty_trait behind some indirection. | Huon Wilson | -3/+3 |
| 2014-03-17 | De-@ codemap and diagnostic. | Eduard Burtescu | -12/+11 |
| 2014-03-17 | De-@ CStore uses. | Eduard Burtescu | -54/+47 |
| 2014-03-17 | De-@ filesearch. | Eduard Burtescu | -22/+13 |
| 2014-03-17 | De-@ tyencode::ctxt and related parts of astencode. | Eduard Burtescu | -21/+21 |
| 2014-03-17 | De-@ ty::ctxt usage. | Eduard Burtescu | -45/+45 |
| 2014-03-17 | De-@ Session usage. | Eduard Burtescu | -22/+13 |
| 2014-03-15 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-03-15 | rustc: Topographically sort rust dependencies | Alex Crichton | -2/+30 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -1/+1 |
| 2014-03-12 | Alpha-rename `.ident` fields of type `Name` to `.name`. | Felix S. Klock II | -6/+6 |
| 2014-03-08 | auto merge of #12758 : rgawdzik/rust/master, r=alexcrichton | bors | -17/+28 |
| 2014-03-08 | Refactored get_metadata_section to return a Result<T,~str>, added error messa... | Robert Gawdzik | -17/+28 |
| 2014-03-08 | librustc: Fix up fallout from the automatic conversion. | Felix S. Klock II | -16/+26 |
| 2014-03-08 | librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc. | Patrick Walton | -99/+99 |
| 2014-03-07 | rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM... | Liigo Zhuang | -1/+1 |
| 2014-03-06 | rustc: Move to FNV hashing for node/def ids | Alex Crichton | -5/+6 |