| Age | Commit message (Expand) | Author | Lines |
| 2015-01-12 | cleanup: `&foo[0..a]` -> `&foo[..a]` | Jorge Aparicio | -1/+1 |
| 2015-01-09 | Fix checking of command line expansion spans (fixes #20747) | Manish Goregaokar | -2/+5 |
| 2015-01-08 | libsyntax: add COMMAND_LINE_SP and use it for spans generated from the comman... | Manish Goregaokar | -6/+14 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -22/+22 |
| 2015-01-06 | rollup merge of #20481: seanmonstar/fmt-show-string | Alex Crichton | -5/+5 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -5/+5 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -20/+20 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -5/+5 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -19/+19 |
| 2014-12-19 | libsyntax: use `#[deriving(Copy)]` | Jorge Aparicio | -13/+5 |
| 2014-12-13 | libsyntax: use unboxed closures | Jorge Aparicio | -1/+3 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+10 |
| 2014-11-20 | Fix an ICE on diagnostics originating in external macros | Jakub Bukaj | -23/+33 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+5 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -7/+7 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -9/+9 |
| 2014-10-17 | auto merge of #16855 : P1start/rust/help-messages, r=brson | bors | -11/+24 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -1/+1 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-09-18 | syntax: use an index in CodeMap instead of Gc for ExpnInfo. | Eduard Burtescu | -19/+19 |
| 2014-09-14 | Add help diagnostic messages | P1start | -11/+24 |
| 2014-09-14 | syntax: fix fallout from using ptr::P. | Eduard Burtescu | -4/+3 |
| 2014-09-12 | Removing unused extern crates. | Victor Berger | -2/+0 |
| 2014-09-04 | Auto-derive Clone for syntax::diagnostic::Level. | Richard Diamond | -1/+1 |
| 2014-07-12 | Convert a first batch of diagnostics to have error codes | Jakub Wieczorek | -0/+3 |
| 2014-07-11 | Add scaffolding for assigning alpha-numeric codes to rustc diagnostics | Jakub Wieczorek | -27/+60 |
| 2014-07-09 | syntax: doc comments all the things | Corey Richardson | -13/+13 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -5/+5 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -1/+1 |
| 2014-06-28 | librustc: Match trait self types exactly. | Patrick Walton | -1/+2 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -5/+5 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -2/+2 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -5/+5 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -4/+5 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -6/+10 |
| 2014-05-19 | Reset the terminal color before the newline for diagnostics | Kevin Ballard | -2/+21 |
| 2014-05-16 | Update for Box | Corey Richardson | -1/+1 |
| 2014-05-16 | syntax: update for libterm fallout | Corey Richardson | -4/+4 |
| 2014-05-15 | Add compiler flag to configure output coloring | Hanno Braun | -4/+18 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -8/+12 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -4/+4 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -3/+3 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -4/+4 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -10/+22 |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -0/+2 |
| 2014-04-05 | Added session.fileline_note() method and support infrastucture for it. | Felix S. Klock II | -8/+42 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -0/+2 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -3/+3 |