| Age | Commit message (Expand) | Author | Lines |
| 2016-04-07 | Put in `-Z continue-parse-after-error` | Felix S. Klock II | -0/+6 |
| 2016-02-24 | rustc: Refactor how unstable flags are handled | Alex Crichton | -64/+117 |
| 2016-02-20 | add -Z mir-opt-level to disable MIR optimizations | Ariel Ben-Yehuda | -0/+6 |
| 2016-02-16 | Fix wrong help message left in #31368 | Johan Lorenzo | -1/+1 |
| 2016-02-14 | Stricter matching of `--cfg` options on rustc | Dirk Gadsden | -4/+14 |
| 2016-02-13 | Auto merge of #31358 - japaric:print-targets, r=alexcrichton | bors | -1/+3 |
| 2016-02-12 | Auto merge of #31550 - Stebalien:fix-color, r=nrc | bors | -6/+6 |
| 2016-02-12 | rustc: add a `--print target-list` command | Jorge Aparicio | -1/+3 |
| 2016-02-12 | Auto merge of #31368 - JohanLorenzo:dont-strip-if-test-build, r=alexcrichton | bors | -0/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::{UintTy, IntTy} variants | Oliver Schneider | -2/+2 |
| 2016-02-11 | Add -C link-dead-code option r=alexcrichton | Johan Lorenzo | -0/+2 |
| 2016-02-10 | Don't assume color=always when explicitally specified | Steven Allen | -6/+6 |
| 2016-02-09 | Allow registering MIR-passes through compiler plugins | Oliver Schneider | -0/+3 |
| 2016-02-08 | rustc: Implement a new `--print cfg` flag | Alex Crichton | -0/+2 |
| 2016-02-05 | Instrument the AST map so that it registers reads when data is | Niko Matsakis | -3/+8 |
| 2016-02-03 | Improve wording of --target help | Simonas Kazlauskas | -5/+1 |
| 2016-02-02 | Auto merge of #31279 - DanielJCampbell:MacroReferencing, r=nrc | bors | -1/+7 |
| 2016-02-02 | Reviewer requested changes and test fixes | Nick Cameron | -4/+4 |
| 2016-02-01 | Implemented macro referencing for save analysis | Daniel Campbell | -1/+7 |
| 2016-02-01 | Replace some aborts with Results | Nick Cameron | -11/+12 |
| 2016-01-29 | Auto merge of #30900 - michaelwoerister:trans_item_collect, r=nikomatsakis | bors | -0/+2 |
| 2016-01-28 | Auto merge of #30411 - mitaa:multispan, r=nrc | bors | -44/+44 |
| 2016-01-28 | Implement MultiSpan error reporting | mitaa | -44/+44 |
| 2016-01-28 | Fix checking if there have been new errors. | Tomasz Miąsko | -2/+2 |
| 2016-01-26 | Implement the translation item collector. | Michael Woerister | -0/+2 |
| 2016-01-26 | Initial work towards abort-free compilation | Nick Cameron | -5/+18 |
| 2016-01-22 | The war on abort_if_errors | Nick Cameron | -3/+4 |
| 2016-01-15 | Auto merge of #30711 - nrc:json-errs, r=huonw | bors | -68/+119 |
| 2016-01-15 | Address reviewer comments | Nick Cameron | -61/+61 |
| 2016-01-15 | Implement JSON error emission | Nick Cameron | -2/+2 |
| 2016-01-15 | Add an --output option for specifying an error emitter | Nick Cameron | -50/+101 |
| 2016-01-14 | Revert "Link with ld.gold by default" | Brian Anderson | -2/+0 |
| 2016-01-11 | Replace --show-span with -Z show-span | Matt Kraai | -4/+2 |
| 2016-01-05 | Annotate the compiler with information about what it is doing when. | Niko Matsakis | -0/+12 |
| 2015-12-30 | Auto merge of #30542 - nrc:errs-base, r=nagisa | bors | -31/+64 |
| 2015-12-30 | use structured errors | Nick Cameron | -34/+46 |
| 2015-12-30 | Structured diagnostics | Nick Cameron | -29/+50 |
| 2015-12-28 | Link with ld.gold by default | Brian Anderson | -0/+2 |
| 2015-12-25 | Delete the AST after lowering | Jonas Schievink | -0/+2 |
| 2015-12-21 | rustc: Add feature-gated cfg(target_thread_local) | Alex Crichton | -0/+3 |
| 2015-12-18 | Auto merge of #30389 - nikomatsakis:rfc1214-error, r=arielb1 | bors | -7/+0 |
| 2015-12-18 | Make RFC 1214 warnings into errors, and rip out the "warn or err" | Niko Matsakis | -7/+0 |
| 2015-12-17 | test errors | Nick Cameron | -3/+3 |
| 2015-12-17 | Move a bunch of stuff from Session to syntax::errors | Nick Cameron | -60/+11 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -45/+44 |
| 2015-12-11 | Make name resolution errors non-fatal | Nick Cameron | -0/+9 |
| 2015-12-09 | Auto merge of #30208 - pnkfelix:fix-issue-30063, r=alexcrichton | bors | -1/+46 |
| 2015-12-08 | When given `rustc -C codegen-units=4 -o output --emit=obj`, reset units back ... | Felix S. Klock II | -1/+46 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -2/+2 |
| 2015-11-26 | fix rustc-test | Ariel Ben-Yehuda | -6/+11 |