| Age | Commit message (Expand) | Author | Lines |
| 2017-07-10 | incr.comp.: Improve debug output for work products. | Michael Woerister | -0/+6 |
| 2017-07-05 | use field init shorthand in src/librustc | Zack M. Davis | -37/+37 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -1/+7 |
| 2017-07-02 | report the total number of errors on compilation failure | Ariel Ben-Yehuda | -7/+18 |
| 2017-06-26 | make lint on-by-default/implied-by messages appear only once | Zack M. Davis | -17/+43 |
| 2017-06-21 | Integrate jobserver support to parallel codegen | Alex Crichton | -2/+26 |
| 2017-06-20 | Switch to the crates.io `getopts` crate | Alex Crichton | -52/+72 |
| 2017-06-19 | Auto merge of #39409 - pnkfelix:mir-borrowck2, r=nikomatsakis | bors | -0/+4 |
| 2017-06-17 | Auto merge of #42650 - nrc:save-slim, r=eddyb | bors | -4/+0 |
| 2017-06-14 | Remove CSV format of save-analysis data | Nick Cameron | -4/+0 |
| 2017-06-12 | `-Z identify_regions` toggles rendering of (previously hidden) unnamed regions. | Felix S. Klock II | -0/+2 |
| 2017-06-12 | Add `-Z span_free_rvalues`. | Felix S. Klock II | -0/+2 |
| 2017-06-04 | Merge branch 'profiling' of github.com:whitequark/rust into profiling | Marco Castelluccio | -0/+2 |
| 2017-06-01 | Rollup merge of #42302 - GuillaumeGomez:new-error-codes-next, r=Susurrus | Corey Farwell | -7/+11 |
| 2017-05-31 | Rollup merge of #42277 - citizen428:remove-crate-type-metadata, r=nikomatsakis | Mark Simulacrum | -14/+4 |
| 2017-05-30 | Add new error code | Guillaume Gomez | -7/+11 |
| 2017-05-30 | Remove --crate-type=metadata deprecation warning | Michael Kohl | -14/+4 |
| 2017-05-23 | incr.comp.: Track expanded spans instead of FileMaps. | Michael Woerister | -19/+4 |
| 2017-05-19 | Rollup merge of #42056 - sylvestre:master, r=alexcrichton | Mark Simulacrum | -3/+8 |
| 2017-05-19 | Rollup merge of #41971 - japaric:pre-link-args, r=alexcrichton | Mark Simulacrum | -2/+6 |
| 2017-05-18 | Enable cross-crate incremental compilation by default. | Michael Woerister | -1/+1 |
| 2017-05-17 | Improve the error management when /proc is not mounted | Sylvestre Ledru | -3/+8 |
| 2017-05-15 | Remove (direct) rustc_llvm dependency from rustc_driver | Robin Kruppe | -1/+1 |
| 2017-05-15 | Remove rustc_llvm dependency from librustc | Robin Kruppe | -54/+0 |
| 2017-05-13 | add -Z pre-link-arg{,s} to rustc | Jorge Aparicio | -2/+6 |
| 2017-05-10 | rustc: Add a new `-Z force-unstable-if-unmarked` flag | Alex Crichton | -0/+2 |
| 2017-05-08 | incr.comp.: Hash more pieces of crate metadata to detect changes there. | Michael Woerister | -3/+20 |
| 2017-05-04 | rustc: Forbid `-Z` flags on stable/beta channels | Alex Crichton | -68/+16 |
| 2017-05-02 | remove `mir_passes` from `Session` and add a FIXME | Niko Matsakis | -3/+0 |
| 2017-05-02 | simplify the MirPass traits and passes dramatically | Niko Matsakis | -0/+2 |
| 2017-05-02 | Removal pass for anonymous parameters | est31 | -1/+1 |
| 2017-05-01 | Add profiling support, through the rustc -Z profile flag. | whitequark | -0/+2 |
| 2017-04-28 | Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichton | bors | -13/+48 |
| 2017-04-26 | remap-path-prefix: Validate number of commandline arguments passed. | Michael Woerister | -0/+17 |
| 2017-04-26 | Implement a file-path remapping feature in support of debuginfo and reproduci... | Michael Woerister | -13/+31 |
| 2017-04-25 | Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. | kennytm | -1/+1 |
| 2017-04-14 | add 'mir' as part of the --emit flag list in rustc --help menu and man doc. | nate | -1/+1 |
| 2017-04-13 | remove `LinkMeta` from `SharedCrateContext` | Niko Matsakis | -7/+5 |
| 2017-04-11 | Fix some nits | Simonas Kazlauskas | -3/+2 |
| 2017-04-11 | Make a comment better. | Austin Hicks | -1/+1 |
| 2017-04-11 | Initial attempt at implementing optimization fuel and re-enabling struct fiel... | Austin Hicks | -1/+1 |
| 2017-04-11 | Tests for -Z fuel=foo=n | Austin Hicks | -1/+1 |
| 2017-04-11 | Make a comment better. | Austin Hicks | -1/+1 |
| 2017-04-11 | Initial attempt at implementing optimization fuel and re-enabling struct fiel... | Austin Hicks | -0/+76 |
| 2017-04-07 | -Z linker-flavor | Jorge Aparicio | -3/+18 |
| 2017-03-21 | Teach rustc --emit=mir | Jake Goulding | -0/+6 |
| 2017-03-17 | Rollup merge of #40463 - tshepang:nit, r=nikomatsakis | Corey Farwell | -1/+4 |
| 2017-03-13 | some style fixes | Tshepang Lekhonkhobe | -1/+4 |
| 2017-03-12 | Update usages of 'OSX' (and other old names) to 'macOS'. | Corey Farwell | -1/+1 |
| 2017-02-25 | rustc: introduce a query system for type information in ty::maps. | Eduard Burtescu | -4/+4 |