| Age | Commit message (Expand) | Author | Lines |
| 2015-08-10 | Turn nonzeroing move hints back off by default. | Felix S. Klock II | -3/+3 |
| 2015-07-30 | Rename the unstable option `--xpretty` to `--unpretty` | Felix S. Klock II | -2/+2 |
| 2015-07-29 | Auto merge of #27260 - alexcrichton:cap-lints, r=nrc | bors | -0/+12 |
| 2015-07-28 | rustc: Add a --cap-lints flag to the compiler | Alex Crichton | -0/+12 |
| 2015-07-28 | debugflag to turn off nonzeroing move hint optimization. | Felix S. Klock II | -0/+5 |
| 2015-07-18 | split "has incompatible type for trait" errors into multiple lines | Andrew Paseltiner | -1/+2 |
| 2015-06-18 | Make a better error message for using #[feature] on stable rust | Brian Anderson | -16/+2 |
| 2015-05-24 | Auto merge of #25168 - Manishearth:register_attr, r=eddyb | bors | -0/+3 |
| 2015-05-14 | syntax: replace sess.span_diagnostic.cm with sess.codemap(). | Eduard Burtescu | -1/+1 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -4/+4 |
| 2015-05-14 | Move tracking of the next NodeId from syntax's ParseSess to rustc's Session. | Eduard Burtescu | -4/+14 |
| 2015-05-07 | Add support for registering attributes with rustc in plugins | Manish Goregaokar | -0/+3 |
| 2015-05-05 | rustc: Fix more verbatim paths leaking to gcc | Alex Crichton | -2/+3 |
| 2015-04-29 | Allow `-g` and `-O` options to be specified multiple times at command line. | Felix S. Klock II | -2/+5 |
| 2015-04-27 | rustc: Add target_env for triples by default | Alex Crichton | -2/+3 |
| 2015-04-26 | Auto merge of #24367 - ebfull:fix_ice_cat_expr, r=pnkfelix | bors | -1/+17 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -1/+1 |
| 2015-04-21 | implement rfc 1054: split_whitespace() fn, deprecate words() | kwantam | -2/+2 |
| 2015-04-17 | Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelix | Manish Goregaokar | -1/+3 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-14 | Add "trace-macros" as a compiler flag | Thomas Jespersen | -1/+3 |
| 2015-04-13 | Delay specific span_bug() call until abort_if_errors() | Sean Bowe | -1/+17 |
| 2015-04-12 | Auto merge of #24072 - ebfull:explain_closure_type_err, r=pnkfelix | bors | -1/+1 |
| 2015-04-10 | Add a new `span_suggestion` infrastructure. This lets you edit a snippet | Niko Matsakis | -0/+7 |
| 2015-04-08 | Allow plugins to register LLVM passes | Keegan McAllister | -0/+2 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -2/+2 |
| 2015-04-04 | Fixed bug calling .note() instead of .help(). Added small note when two | Sean Bowe | -1/+1 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -1/+1 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -3/+3 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -1/+1 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -7/+7 |
| 2015-03-27 | rollup merge of #23765: alexcrichton/remove-colon-syntax | Alex Crichton | -18/+0 |
| 2015-03-27 | rollup merge of #23535: pnkfelix/fsk-filling-drop | Alex Crichton | -0/+2 |
| 2015-03-27 | default => or_insert per RFC | Alexis Beingessner | -1/+1 |
| 2015-03-26 | update everything to use Entry defaults | Alexis | -5/+1 |
| 2015-03-26 | rustc: Remove support for `-l foo:static` | Alex Crichton | -18/+0 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -7/+7 |
| 2015-03-26 | Use `-Z force-dropflag-checks=on/off` for emitting sanity-check. | Felix S. Klock II | -0/+2 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -2/+2 |
| 2015-03-18 | Fix private module loophole in the 'private type in public item' check | Nick Cameron | -2/+2 |
| 2015-03-13 | Reject `-L ""`, `-L native=`, and other empty search paths. | Ryan Prichard | -0/+4 |
| 2015-03-06 | Rollup merge of #22980 - alexcrichton:debug-assertions, r=pnkfelix | Manish Goregaokar | -3/+13 |
| 2015-03-05 | rustc: Add a debug_assertions #[cfg] directive | Alex Crichton | -3/+13 |
| 2015-03-05 | Auto merge of #23026 - nikomatsakis:issue-20220-supertrait, r=nikomatsakis | bors | -0/+9 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -23/+27 |
| 2015-03-04 | Extend the "treat-err-as-bug" option to cover calls to fatal. | Niko Matsakis | -0/+9 |
| 2015-03-03 | Implement parse_opt_bool better | James Miller | -2/+15 |
| 2015-03-03 | rustc: implement arithmetic overflow checking | Corey Richardson | -1/+2 |
| 2015-02-28 | Separate most of rustc::lint::builtin into a separate crate. | Huon Wilson | -2/+0 |
| 2015-02-25 | Auto merge of #22796 - Manishearth:rollup, r=Manishearth | bors | -3/+3 |