| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -1/+1 |
| 2014-03-29 | Use new inner attribute syntax in test framework | Steven Fackler | -3/+3 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -2/+2 |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -18/+6 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -3/+3 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -3/+3 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -1/+1 |
| 2014-03-18 | rustc: test: don't silently ignore bad benches | Corey Richardson | -5/+10 |
| 2014-03-17 | De-@ ParseSess uses. | Eduard Burtescu | -1/+1 |
| 2014-03-17 | De-@ Session usage. | Eduard Burtescu | -5/+5 |
| 2014-03-15 | auto merge of #12791 : alexcrichton/rust/liblog, r=brson | bors | -0/+1 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -0/+1 |
| 2014-03-15 | Squash test ~[] warning | Steven Fackler | -0/+1 |
| 2014-03-12 | Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. | Felix S. Klock II | -2/+2 |
| 2014-03-08 | librustc: Fix up fallout from the automatic conversion. | Felix S. Klock II | -3/+4 |
| 2014-03-08 | librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc. | Patrick Walton | -8/+8 |
| 2014-03-07 | rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM... | Liigo Zhuang | -1/+1 |
| 2014-03-06 | syntax: Conditionally deriving(Hash) with Writers | Alex Crichton | -1/+6 |
| 2014-03-03 | Register new snapshots | Alex Crichton | -18/+0 |
| 2014-03-01 | librustc: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -18/+41 |
| 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 | -4/+3 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -12/+12 |
| 2014-02-02 | libsyntax: Fix tests. | Patrick Walton | -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/+3 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -3/+5 |
| 2014-01-18 | auto merge of #11607 : alexcrichton/rust/issue-9957, r=cmr | bors | -1/+1 |
| 2014-01-18 | Forbid unnecessary visibility on view items | Alex Crichton | -1/+1 |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -6/+8 |
| 2014-01-15 | Add a configure to disable libstd version injection | Alex Crichton | -1/+2 |
| 2014-01-12 | Bump version to 0.10-pre | Brian Anderson | -3/+1 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -40/+40 |
| 2014-01-02 | auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwalton | bors | -2/+5 |
| 2014-01-02 | Inject std libs with versions | Florian Hahn | -1/+5 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -2/+1 |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -9/+9 |
| 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 | -4/+4 |
| 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 | -1/+1 |
| 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 |
| 2013-12-26 | librustc: De-`@mut` `TestCtxt::path` | Patrick Walton | -6/+13 |
| 2013-12-15 | Register new snapshots | Alex Crichton | -3/+2 |
| 2013-12-10 | Extend allocation lint for boxing expressions | Seo Sanghyeon | -1/+1 |
| 2013-12-07 | syntax: print expansion info from #[attribute] macros in the correct | Huon Wilson | -1/+2 |