| Age | Commit message (Expand) | Author | Lines |
| 2014-05-17 | syntax: Tighten search paths for inner modules | Alex Crichton | -1304/+0 |
| 2014-05-13 | syntax: Preserve attributes in #[deriving] | Alex Crichton | -11/+25 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+1 |
| 2014-04-24 | auto merge of #13559 : FlaPer87/rust/remove-special-root, r=nikomatsakis | bors | -12/+11 |
| 2014-04-23 | auto merge of #13704 : edwardw/rust/doc-hidden, r=alexcrichton | bors | -16/+2 |
| 2014-04-23 | auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis | bors | -3/+11 |
| 2014-04-23 | Fix other bugs with new closure borrowing | Alex Crichton | -3/+11 |
| 2014-04-23 | syntax: fix de-@rooting fallout | Flavio Percoco | -12/+11 |
| 2014-04-23 | Honor hidden doc attribute of derivable trait methods | Edward Wang | -16/+2 |
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -1/+5 |
| 2014-04-23 | Add a span to ast::TyParam | Nick Cameron | -1/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -1/+1 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -1/+1 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -3/+3 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -23/+25 |
| 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 | -16/+18 |
| 2014-03-26 | auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brson | bors | -3/+3 |
| 2014-03-26 | syntax: Permit visibility on tuple fields | Alex Crichton | -3/+3 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -2/+2 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -5/+5 |
| 2014-03-21 | syntax: make OptVec immutable. | Huon Wilson | -10/+15 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -3/+3 |
| 2014-03-18 | Docify std::vec_ng | Steven Fackler | -2/+2 |
| 2014-03-15 | Tag derived impls with #[automatically_derived] | Steven Fackler | -8/+4 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -1/+1 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -20/+34 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -50/+48 |
| 2014-02-27 | Fix syntax::ext::deriving{,::*} docs formatting. | Chris Morgan | -4/+5 |
| 2014-02-24 | Update rustc/syntax docs now that rustdoc lexes all non-`notrust` code blocks. | Huon Wilson | -12/+12 |
| 2014-02-21 | std: rewrite Hash to make it more generic | Erick Tryzelaar | -6/+6 |
| 2014-02-21 | syntax: Allow syntax extensions to have attributes | Erick Tryzelaar | -8/+11 |
| 2014-02-19 | librustc: Remove unique vector patterns from the language. | Patrick Walton | -18/+19 |
| 2014-02-14 | Fix all code examples | Alex Crichton | -12/+14 |
| 2014-02-14 | auto merge of #12234 : sfackler/rust/restructure-item-decorator, r=huonw | bors | -19/+15 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -3/+5 |
| 2014-02-13 | Tweak ItemDecorator API | Steven Fackler | -19/+15 |
| 2014-02-11 | libsyntax -- fix unsafe sharing in closures | Niko Matsakis | -4/+6 |
| 2014-02-08 | Update deriving to pass around the `cx` linearly | Niko Matsakis | -82/+122 |
| 2014-02-08 | Fixed error starting with uppercase | mr.Shu | -6/+6 |
| 2014-02-08 | syntax: convert deriving to take &mut ExtCtxt. | Huon Wilson | -16/+16 |
| 2014-02-05 | pull extra::{serialize, ebml} into a separate libserialize crate | Jeff Olson | -1/+1 |
| 2014-02-02 | librustc: De-`@str` `NameAndSpan` | Patrick Walton | -1/+1 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -1/+4 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -2/+10 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -2/+2 |
| 2014-01-30 | Implement default type parameters in generics. | Eduard Burtescu | -1/+1 |
| 2014-01-27 | auto merge of #11826 : huonw/rust/7621-deriving-errors, r=alexcrichton | bors | -3/+5 |