| Age | Commit message (Expand) | Author | Lines |
| 2014-04-12 | auto merge of #13461 : eddyb/rust/cleanup-at-fn, r=luqmana | bors | -44/+18 |
| 2014-04-13 | libsyntax: update helper to stringify TyU* and TyI* to take into account havi... | Kevin Butler | -4/+2 |
| 2014-04-12 | Check bounds when looking up type parameters | Edward Wang | -2/+3 |
| 2014-04-11 | auto merge of #13236 : liigo/rust/rename-benchharness, r=huonw | bors | -10/+10 |
| 2014-04-11 | rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::Clo... | Eduard Burtescu | -44/+18 |
| 2014-04-11 | auto merge of #13424 : eddyb/rust/ty-mut-in-store, r=nikomatsakis | bors | -37/+40 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -10/+10 |
| 2014-04-11 | rustc: fix the fallout from moving mutability into VstoreSlice and RegionTrai... | Eduard Burtescu | -36/+39 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -7/+10 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -10/+10 |
| 2014-04-10 | rustc: Add a realpath utility function | Alex Crichton | -0/+103 |
| 2014-04-10 | rustc: rename ty::vstore and its variants to UpperCamelCase. | Eduard Burtescu | -9/+9 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -7/+10 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-04-06 | rustc: remove ty_unboxed_vec. | Eduard Burtescu | -2/+1 |
| 2014-04-03 | syntax: Remove AbiSet, use one Abi | Alex Crichton | -9/+9 |
| 2014-04-02 | util: ppaux: remove dead code | Corey Richardson | -48/+0 |
| 2014-04-02 | util: common: remove dead code | Corey Richardson | -20/+0 |
| 2014-03-31 | rustc: Switch field privacy as necessary | Alex Crichton | -1/+1 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -4/+4 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -2/+2 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -1/+1 |
| 2014-03-22 | auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton | bors | -2/+0 |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -3/+1 |
| 2014-03-22 | rustc: Remove special treatment for Freeze and NoFreeze | Flavio Percoco | -2/+0 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -7/+3 |
| 2014-03-20 | Register new snapshots | Alex Crichton | -38/+0 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -4/+0 |
| 2014-03-20 | auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis | bors | -0/+2 |
| 2014-03-20 | Add a Share kind | Flavio Percoco | -0/+2 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -4/+4 |
| 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: put ty_closure behind some indirection. | Huon Wilson | -1/+1 |
| 2014-03-19 | rustc: put ty_trait behind some indirection. | Huon Wilson | -1/+3 |
| 2014-03-17 | De-@ codemap and diagnostic. | Eduard Burtescu | -9/+8 |
| 2014-03-17 | De-@ ty::ctxt usage. | Eduard Burtescu | -82/+82 |
| 2014-03-13 | Implement automatic overloaded dereference. | Eduard Burtescu | -24/+23 |
| 2014-03-12 | Add proper support for early/late distinction for lifetime bindings. | Felix S. Klock II | -0/+12 |
| 2014-03-12 | alpha-rename .ident to .name in Lifetime, including in rustdoc. | Felix S. Klock II | -8/+8 |
| 2014-03-12 | Alpha-rename `.ident` fields of type `Name` to `.name`. | Felix S. Klock II | -1/+1 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -2/+4 |
| 2014-03-08 | librustc: Fix up fallout from the automatic conversion. | Felix S. Klock II | -12/+26 |
| 2014-03-08 | librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc. | Patrick Walton | -9/+8 |
| 2014-03-07 | change FVN hash function to the FVN-1a variant | Ted Horst | -1/+1 |
| 2014-03-06 | syntax: Conditionally deriving(Hash) with Writers | Alex Crichton | -1/+48 |
| 2014-03-06 | rustc: Move to FNV hashing for node/def ids | Alex Crichton | -0/+80 |
| 2014-03-04 | Rename struct fields with uppercase characters in their names to use lowercase | Palmer Cox | -48/+48 |
| 2014-03-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -4/+4 |