| Age | Commit message (Expand) | Author | Lines |
| 2014-04-20 | Allow inheritance between structs. | Nick Cameron | -1/+3 |
| 2014-04-16 | rustc: Remove private enum variants | Alex Crichton | -2/+1 |
| 2014-04-13 | auto merge of #13452 : Ryman/rust/fix_uint_as_u, r=alexcrichton | bors | -2/+2 |
| 2014-04-13 | libsyntax: update helper to stringify TyU* and TyI* to take into account havi... | Kevin Butler | -2/+2 |
| 2014-04-11 | syntax: remove ast::Sigil. | Eduard Burtescu | -20/+2 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -11/+11 |
| 2014-04-04 | syntax: remove obsolete mutability from ExprVec and ExprRepeat. | Eduard Burtescu | -2/+2 |
| 2014-04-03 | auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson | bors | -6/+6 |
| 2014-04-03 | syntax: Remove AbiSet, use one Abi | Alex Crichton | -4/+4 |
| 2014-03-31 | rustc: Switch tuple structs to have private fields | Alex Crichton | -6/+6 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -144/+144 |
| 2014-03-29 | auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton | bors | -36/+0 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -36/+0 |
| 2014-03-28 | De-@ TokenTree. | Eduard Burtescu | -2/+4 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -0/+37 |
| 2014-03-26 | syntax: Permit visibility on tuple fields | Alex Crichton | -1/+10 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -78/+78 |
| 2014-03-22 | doc: Remove Freeze / NoFreeze from docs | Flavio Percoco | -1/+1 |
| 2014-03-21 | auto merge of #13016 : huonw/rust/new-opt-vec, r=cmr | bors | -6/+6 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -6/+6 |
| 2014-03-21 | Rewrite rc::Rc using cell::Cell | Edward Wang | -8/+0 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -2/+7 |
| 2014-03-20 | auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis | bors | -8/+0 |
| 2014-03-20 | Relax interner's Share bound | Flavio Percoco | -8/+0 |
| 2014-03-20 | Replace Freeze bounds with Share bounds | Flavio Percoco | -4/+4 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -2/+2 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -1/+1 |
| 2014-03-15 | rustc: Remove compiler support for __log_level() | Alex Crichton | -3/+0 |
| 2014-03-14 | Added support for type placeholders (explicit requested type | Marvin Löbel | -2/+1 |
| 2014-03-13 | Apply @nikomatsakis' nits and comments patch. | Eduard Burtescu | -1/+1 |
| 2014-03-12 | Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. | Felix S. Klock II | -4/+4 |
| 2014-03-12 | alpha-rename .ident to .name in Lifetime, including in rustdoc. | Felix S. Klock II | -1/+1 |
| 2014-03-07 | create a sensible comparison trait hierarchy | Daniel Micay | -2/+2 |
| 2014-03-07 | rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM... | Liigo Zhuang | -1/+1 |
| 2014-03-05 | Refactor and fix FIXME's in mtwt hygiene code | Edward Wang | -37/+4 |
| 2014-03-03 | syntax: make match arms store the expr directly. | Huon Wilson | -1/+1 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -0/+3 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -49/+49 |
| 2014-02-26 | Replace callee_id with information stored in method_map. | Eduard Burtescu | -18/+5 |
| 2014-02-24 | std: minor whitespace cleanup | Erick Tryzelaar | -19/+19 |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -2/+1 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -27/+28 |
| 2014-02-23 | auto merge of #12338 : edwardw/rust/hygienic-break-continue, r=cmr | bors | -4/+9 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -81/+81 |
| 2014-02-23 | Make break and continue hygienic | Edward Wang | -4/+9 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -3/+3 |
| 2014-02-22 | auto merge of #12451 : edwardw/rust/ident-2-name, r=cmr | bors | -2/+1 |
| 2014-02-22 | Warn about unnecessary parentheses upon assignment | Eduard Bopp | -1/+1 |
| 2014-02-22 | Represent lifetimes as Names instead of Idents | Edward Wang | -2/+1 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -2/+3 |