| Age | Commit message (Expand) | Author | Lines |
| 2014-11-18 | Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem... | Niko Matsakis | -510/+0 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -1/+1 |
| 2014-11-15 | Slightly improved rustc error messages for invalid -C arguments | inrustwetrust | -8/+4 |
| 2014-11-12 | Register new snapshots | Alex Crichton | -28/+0 |
| 2014-11-05 | Fix fallout of DSTifying PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+28 |
| 2014-11-04 | Implement flexible target specification | Corey Richardson | -1/+1 |
| 2014-10-30 | Fix a minor issue with how lint groups are printed by rustc | P1start | -1/+2 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -7/+7 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -5/+9 |
| 2014-10-02 | rollup merge of #17682 : nodakai/librustc-handy-version | Alex Crichton | -4/+20 |
| 2014-10-02 | librustc/driver: expose build information of rustc. | NODA, Kai | -4/+20 |
| 2014-09-30 | Remove unnecessary allocation, update API name for starting the rustc driver. | Benjamin Adamson | -5/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -6/+6 |
| 2014-08-30 | auto merge of #16419 : huonw/rust/pretty-expanded-hygiene, r=pnkfelix | bors | -39/+3 |
| 2014-08-30 | Add lint groups; define built-in lint groups `bad_style` and `unused` | P1start | -12/+56 |
| 2014-08-29 | rustc: move pretty printing into its own module. | Huon Wilson | -39/+3 |
| 2014-08-13 | core: Change the argument order on splitn and rsplitn for strs. | Brian Anderson | -1/+1 |
| 2014-08-09 | pretty-printer: let users choose particular items to pretty print. | Felix S. Klock II | -23/+22 |
| 2014-07-21 | rustc: Pass optional additional plugins to compile_input | Brian Anderson | -1/+1 |
| 2014-07-21 | rustc: Make `monitor` public. | Brian Anderson | -1/+1 |
| 2014-07-17 | Rename functions in the CloneableVector trait | Adolfo Ochagavía | -1/+1 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -1/+0 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -2/+1 |
| 2014-07-14 | rustc_llvm: Remove the inner llvm module | Brian Anderson | -1/+1 |
| 2014-07-11 | Add scaffolding for assigning alpha-numeric codes to rustc diagnostics | Jakub Wieczorek | -8/+27 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -2/+2 |
| 2014-07-05 | rustc: Default #[crate_name] on input, not output | Alex Crichton | -2/+1 |
| 2014-07-05 | rustc: Repurpose the --crate-name CLI flag | Alex Crichton | -0/+5 |
| 2014-07-05 | rustc: Add a new codegen flag, -C metadata=foo | Alex Crichton | -0/+2 |
| 2014-07-05 | rustc: Remove CrateId and all related support | Alex Crichton | -9/+6 |
| 2014-06-24 | Stabilize version output for rustc and rustdoc | Robert Buonpastore | -9/+22 |
| 2014-06-24 | Implement lint plugins | Keegan McAllister | -6/+17 |
| 2014-06-24 | Reindent function call continuations, and other style fixes | Keegan McAllister | -1/+1 |
| 2014-06-24 | Use names in Lint structs in an ASCII-case-insensitive way | Keegan McAllister | -1/+2 |
| 2014-06-24 | Store the registered lints in the Session | Keegan McAllister | -26/+43 |
| 2014-06-24 | Replace enum LintId with an extensible alternative | Keegan McAllister | -30/+31 |
| 2014-06-24 | Move lint.rs out of middle | Keegan McAllister | -1/+1 |
| 2014-06-18 | Fallout from TaskBuilder changes | Aaron Turon | -10/+7 |
| 2014-06-16 | auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton | bors | -2/+1 |
| 2014-06-14 | getopts: format failure messages with `Show`. | Huon Wilson | -1/+1 |
| 2014-06-12 | Better dylib skipping based on Alex Crichton code | Valerii Hiora | -2/+1 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -1/+1 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -5/+5 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -2/+2 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -4/+4 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -5/+6 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -8/+15 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |