| Age | Commit message (Expand) | Author | Lines |
| 2017-08-23 | -Z profile-query-and-key, separate from -Z profile-query; query key is string... | Matthew Hammer | -0/+2 |
| 2017-08-23 | inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n... | Matthew Hammer | -0/+2 |
| 2017-08-16 | MIR based borrow check (opt-in). | Felix S. Klock II | -0/+2 |
| 2017-08-04 | Auto merge of #43403 - RalfJung:mir-validate, r=nikomatsakis | bors | -0/+3 |
| 2017-07-31 | optionally only emit basic validation for functions containing unsafe block /... | Ralf Jung | -2/+3 |
| 2017-07-31 | async-llvm(22): mw invokes mad html skillz to produce graphical LLVM timing r... | Michael Woerister | -0/+2 |
| 2017-07-31 | async-llvm(14): Move LTO/codegen-unit conflict check to beginning of compilat... | Michael Woerister | -0/+17 |
| 2017-07-30 | add -Z flag for AddValidation pass | Ralf Jung | -0/+2 |
| 2017-07-22 | Use config::pub_only rather than a spearate api mode | Nick Cameron | -5/+0 |
| 2017-07-20 | Auto merge of #43271 - Nashenas88:nll, r=nikomatsakis | bors | -0/+2 |
| 2017-07-19 | explanatory error on `--print target-spec-json` without unstable options | Zack M. Davis | -2/+9 |
| 2017-07-19 | Add empty MIR pass for non-lexical lifetimes | Paul Faria | -0/+2 |
| 2017-07-18 | Implement FromStr for RelroLevel rather than duplicating the match | Johannes Löthberg | -3/+6 |
| 2017-07-18 | Move relro_level from CodegenOptions to DebuggingOptions | Johannes Löthberg | -6/+6 |
| 2017-07-14 | Support both partial and full RELRO | Johannes Löthberg | -4/+24 |
| 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 | -20/+20 |
| 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-05-30 | Remove --crate-type=metadata deprecation warning | Michael Kohl | -14/+4 |
| 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-15 | Remove (direct) rustc_llvm dependency from rustc_driver | Robin Kruppe | -1/+1 |
| 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-04 | rustc: Forbid `-Z` flags on stable/beta channels | Alex Crichton | -68/+16 |
| 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 | -1/+31 |
| 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 | -1/+14 |
| 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-11 | Initial attempt at implementing optimization fuel and re-enabling struct fiel... | Austin Hicks | -0/+24 |
| 2017-04-07 | -Z linker-flavor | Jorge Aparicio | -2/+14 |
| 2017-03-21 | Teach rustc --emit=mir | Jake Goulding | -0/+6 |
| 2017-03-12 | Update usages of 'OSX' (and other old names) to 'macOS'. | Corey Farwell | -1/+1 |
| 2017-02-25 | Rollup merge of #40037 - froydnj:overflow-checks, r=alexcrichton | Eduard-Mihai Burtescu | -0/+6 |
| 2017-02-25 | Rollup merge of #40022 - wagenet:lib-defaults, r=alexcrichton | Eduard-Mihai Burtescu | -29/+30 |
| 2017-02-23 | Better handling of lib defaults | Peter Wagenet | -29/+30 |
| 2017-02-22 | add `-C overflow-checks` option | Nathan Froyd | -0/+6 |
| 2017-02-20 | incr-comp: track the -Z sanitizer flag | Jorge Aparicio | -3/+5 |
| 2017-02-08 | sanitizer support | Jorge Aparicio | -1/+24 |
| 2017-02-04 | Auto merge of #38426 - vadimcn:nobundle, r=alexcrichton | bors | -0/+5 |