| Age | Commit message (Expand) | Author | Lines |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -23/+22 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -19/+15 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -52/+52 |
| 2014-02-11 | front -- collapse iterator actions that require access to the same &mut state | Niko Matsakis | -22/+28 |
| 2014-02-08 | Converted fourcc! to loadable syntax extension | Derek Guenther | -1/+4 |
| 2014-02-07 | Add comments to span debugger | Seo Sanghyeon | -0/+5 |
| 2014-02-07 | Span debugger | Seo Sanghyeon | -0/+31 |
| 2014-02-04 | Replaced with a single "quote" feature gate. | James Deng | -7/+2 |
| 2014-02-04 | Feature gate all quasi-quoting macros. | James Deng | -4/+21 |
| 2014-02-02 | syntax: remove the handling of @str and @[] from the parser completely. | Huon Wilson | -2/+1 |
| 2014-02-02 | librustc: Remove uses of `token::ident_to_str()` from librustc | Patrick Walton | -1/+2 |
| 2014-02-02 | libsyntax: Fix tests. | Patrick Walton | -1/+1 |
| 2014-02-02 | librustc: De-`@str` `NameAndSpan` | Patrick Walton | -1/+1 |
| 2014-02-02 | librustc: Fix merge fallout. | Patrick Walton | -6/+13 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -1/+3 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -9/+15 |
| 2014-01-30 | Implement default type parameters in generics. | Eduard Burtescu | -0/+15 |
| 2014-01-28 | Feature gate #[simd] | David Manescu | -0/+8 |
| 2014-01-27 | Feature gate trace_macros. | xales | -0/+5 |
| 2014-01-24 | Move macro_rules! macros to libstd | Steven Fackler | -20/+46 |
| 2014-01-21 | [std::vec] Rename .last_opt() to .last(), drop the old .last() behavior | Simon Sapin | -3/+3 |
| 2014-01-20 | Register new snapshots | Alex Crichton | -2/+1 |
| 2014-01-18 | auto merge of #11632 : brson/rust/issue-11602, r=huonw | bors | -0/+6 |
| 2014-01-18 | auto merge of #11607 : alexcrichton/rust/issue-9957, r=cmr | bors | -5/+5 |
| 2014-01-18 | Forbid unnecessary visibility on view items | Alex Crichton | -5/+5 |
| 2014-01-17 | rustc: Feature gate `log_syntax!`. Closes #11602 | Brian Anderson | -0/+6 |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -7/+27 |
| 2014-01-15 | Add a configure to disable libstd version injection | Alex Crichton | -4/+18 |
| 2014-01-13 | librustc: Remove `@` pointer patterns from the language | Patrick Walton | -1/+1 |
| 2014-01-12 | Bump version to 0.10-pre | Brian Anderson | -11/+4 |
| 2014-01-09 | rustc: Fix style of Lint enum | Brian Anderson | -1/+1 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -118/+116 |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -12/+9 |
| 2014-01-03 | librustc: Remove `@mut` support from the parser | Patrick Walton | -3/+2 |
| 2014-01-03 | auto merge of #11276 : brson/rust/0.9, r=pcwalton | bors | -1/+1 |
| 2014-01-02 | auto merge of #11093 : alexcrichton/rust/issue-11085, r=pcwalton | bors | -1/+37 |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 |
| 2014-01-02 | auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwalton | bors | -11/+12 |
| 2014-01-02 | Inject std libs with versions | Florian Hahn | -4/+13 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -9/+1 |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -16/+16 |
| 2013-12-30 | auto merge of #11182 : luisbg/rust/crateid, r=cmr | bors | -1/+1 |
| 2013-12-29 | Remove @muts from ExtCtxt | Steven Fackler | -10/+10 |
| 2013-12-29 | Make ast_fold take &mut self | Steven Fackler | -19/+19 |
| 2013-12-29 | Rename pkgid variables | Luis de Bethencourt | -1/+1 |
| 2013-12-28 | Stop using @ExtCtxt | Steven Fackler | -13/+12 |
| 2013-12-26 | librustc: De-`@mut` `building_library` in the session | Patrick Walton | -2/+2 |
| 2013-12-26 | librustc: De-`@mut` the test context | Patrick Walton | -5/+5 |
| 2013-12-26 | librustc: De-`@mut` `TestCtxt::testfns` | Patrick Walton | -6/+12 |