| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2014-02-14 | Removed the obsolete ast::CallSugar (previously used by `do`). | Eduard Burtescu | -9/+3 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -3/+2 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -1/+1 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -2/+1 |
| 2014-02-06 | Remove reference to @str in comment | Florian Hahn | -2/+2 |
| 2014-02-05 | pull extra::{serialize, ebml} into a separate libserialize crate | Jeff Olson | -2/+3 |
| 2014-02-02 | syntax: remove the unused Vstore enum. | Huon Wilson | -9/+0 |
| 2014-02-02 | syntax: remove the handling of @str and @[] from the parser completely. | Huon Wilson | -1/+0 |
| 2014-02-02 | syntax: convert LitBinary from @[u8] to Rc<~[u8]>. | Huon Wilson | -1/+2 |
| 2014-02-02 | libsyntax: Remove the `interner_get` function and all uses | Patrick Walton | -3/+4 |