| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2017-01-24 | incr.comp.: Make cross-crate tracking for incr. comp. opt-in. | Michael Woerister | -0/+2 |
| 2017-01-19 | Feature gate | Vadim Chugunov | -0/+4 |
| 2017-01-19 | Implement the "static-nobundle" library kind (RFC 1717). | Vadim Chugunov | -0/+1 |
| 2017-01-17 | Refactor the parser to consume token trees. | Jeffrey Seyfried | -1/+2 |
| 2017-01-10 | Rollup merge of #38841 - F001:Fix, r=steveklabnik | Seo Sanghyeon | -1/+1 |
| 2017-01-05 | Update usage of rustc | F001 | -1/+1 |
| 2017-01-03 | fix help for the --print option | Doug Goldstein | -1/+2 |
| 2016-12-29 | Support --emit=foo,metadata | Nick Cameron | -0/+13 |
| 2016-12-29 | Restore --crate-type=metadata as an alias for --crate-type=rlib,--emit=metada... | Nick Cameron | -4/+15 |
| 2016-12-29 | Change --crate-type metadata to --emit=metadata | Nick Cameron | -6/+8 |
| 2016-12-24 | Add a min_atomic_width target option, like max_atomic_width. | whitequark | -1/+2 |
| 2016-12-23 | Auto merge of #38401 - redox-os:redox_cross, r=brson | bors | -12/+6 |
| 2016-12-22 | Convert fam to Symbol | Jeremy Soller | -3/+3 |
| 2016-12-22 | Correct target_family mess | Jeremy Soller | -12/+6 |
| 2016-12-17 | rustbuild: Fix LC_ID_DYLIB directives on OSX | Alex Crichton | -0/+2 |
| 2016-12-11 | Simplify use of mir_opt_level | Ulrik Sverdrup | -8/+3 |
| 2016-12-07 | add a -Z flag to guarantee that MIR is generated for all functions | Oliver Schneider | -0/+2 |
| 2016-12-06 | Auto merge of #37973 - vadimcn:dllimport, r=alexcrichton | bors | -22/+50 |
| 2016-12-04 | Auto merge of #38092 - pnkfelix:mir-stats, r=nikomatsakis | bors | -0/+2 |
| 2016-12-03 | Rollup merge of #38113 - nikomatsakis:incremental-dump-hash, r=michaelwoerister | Corey Farwell | -0/+2 |
| 2016-12-02 | rustc: add --print target-spec option | Doug Goldstein | -0/+6 |
| 2016-12-01 | Implement native library kind and name overrides from the command line. | Vadim Chugunov | -22/+50 |
| 2016-12-01 | convert --print options to a vector | Doug Goldstein | -3/+5 |
| 2016-12-01 | add a `-Z incremental-dump-hash` flag | Niko Matsakis | -0/+2 |
| 2016-11-30 | Adds `-Z mir-stats`, which is similar to `-Z hir-stats`. | Felix S. Klock II | -0/+2 |