| Age | Commit message (Expand) | Author | Lines |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -35/+35 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -2/+2 |
| 2014-04-27 | Fix repeated module documentation | Alexandre Gagnon | -5/+0 |
| 2014-04-21 | auto merge of #13435 : edwardw/rust/span, r=brson | bors | -1/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -15/+15 |
| 2014-04-18 | Use more precise span when reporting semicolon hint | Edward Wang | -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-06 | De-~[] Reader and Writer | Steven Fackler | -3/+4 |
| 2014-04-03 | syntax: Remove AbiSet, use one Abi | Alex Crichton | -1/+1 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -1/+1 |
| 2014-03-29 | auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton | bors | -10/+0 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -10/+0 |
| 2014-03-28 | De-@ TokenTree. | Eduard Burtescu | -3/+3 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -1/+10 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -11/+11 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -2/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -2/+2 |
| 2014-03-17 | Fix rustdoc and tests. | Eduard Burtescu | -1/+2 |
| 2014-03-17 | De-@ codemap and diagnostic. | Eduard Burtescu | -38/+28 |
| 2014-03-17 | De-@ ParseSess uses. | Eduard Burtescu | -39/+39 |
| 2014-03-12 | Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. | Felix S. Klock II | -7/+7 |
| 2014-03-12 | alpha-rename .ident to .name in Lifetime, including in rustdoc. | Felix S. Klock II | -3/+3 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -4/+7 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -33/+33 |
| 2014-03-01 | auto merge of #12627 : alexcrichton/rust/issue-12623, r=brson | bors | -2/+2 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -6/+6 |
| 2014-02-28 | syntax: Refactor diagnostics to focus on Writers | Alex Crichton | -2/+2 |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -3/+1 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -3/+4 |
| 2014-02-19 | librustc: Remove unique vector patterns from the language. | Patrick Walton | -25/+33 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -5/+5 |
| 2014-02-06 | auto merge of #12048 : sanxiyn/rust/crate-config, r=alexcrichton | bors | -3/+3 |
| 2014-02-05 | pull extra::{serialize, ebml} into a separate libserialize crate | Jeff Olson | -1/+1 |
| 2014-02-06 | Avoid cloning ast::CrateConfig | Seo Sanghyeon | -3/+3 |
| 2014-02-03 | syntax: Remove io_error usage | Alex Crichton | -3/+2 |
| 2014-02-02 | libsyntax: Fix tests. | Patrick Walton | -12/+12 |
| 2014-02-02 | libsyntax: De-`@str` pathnames | Patrick Walton | -16/+12 |
| 2014-02-02 | librustc: Stop using `@str` for source. | Patrick Walton | -47/+41 |
| 2014-01-23 | Redo exported macro serialization | Steven Fackler | -1/+1 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -2/+2 |
| 2014-01-17 | auto merge of #11598 : alexcrichton/rust/io-export, r=brson | bors | -1/+1 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -1/+1 |
| 2014-01-17 | rustc::driver: Capitalize structs and enums | klutzy | -1/+1 |
| 2014-01-15 | libsyntax: Remove the obsolete ability to parse from substrings. | Patrick Walton | -40/+1 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -47/+46 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -2/+1 |
| 2014-01-03 | librustc: De-`@mut` the span handler | Patrick Walton | -3/+3 |
| 2014-01-03 | libsyntax: De-`@mut` `StringReader`, `TtReader`, and `reader` | Patrick Walton | -2/+2 |
| 2014-01-03 | librustc: De-`@mut` the parse session | Patrick Walton | -25/+25 |
| 2014-01-03 | libsyntax: De-`@mut` `ParseSess::included_mod_stack` | Patrick Walton | -3/+4 |