| Age | Commit message (Expand) | Author | Lines |
| 2021-03-10 | Remove the -Zinsert-sideeffect | Simonas Kazlauskas | -4/+0 |
| 2021-03-05 | Fix MIR optimization level description | Santiago Pastorino | -1/+1 |
| 2021-03-05 | Extract mir_opt_level to a method and use Option to be able to know if the va... | Santiago Pastorino | -2/+2 |
| 2021-03-03 | Add `-Z unpretty` flags for the AST | LeSeulArtichaut | -0/+2 |
| 2021-02-27 | Use optional values for inlining thresholds | Tomasz Miąsko | -2/+2 |
| 2021-02-27 | Add option enabling MIR inlining independently of mir-opt-level | Tomasz Miąsko | -0/+2 |
| 2021-02-18 | nhwn: make treat_err_as_bug Option<NonZeroUsize> | Nathan Nguyen | -4/+5 |
| 2021-02-07 | HWASan support | Tri Vo | -1/+2 |
| 2021-02-07 | Add `--extern-loc` to augment unused crate dependency diagnostics | Jeremy Fitzhardinge | -0/+1 |
| 2021-01-30 | Rollup merge of #81468 - est31:cfg_version, r=petrochenkov | Yuki Okushi | -0/+2 |
| 2021-01-29 | Treat nightlies for a version as complete | est31 | -0/+2 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -22/+13 |
| 2021-01-12 | Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichton | Yuki Okushi | -1/+19 |
| 2021-01-08 | Add wasi-exec-model cg option for emitting wasi reactors | Noah | -1/+19 |
| 2020-12-16 | session: add `split-dwarf` flag | David Wood | -0/+19 |
| 2020-12-14 | Convenience funcs for `some_option.unwrap_or(...)` | Rich Kadel | -1/+1 |
| 2020-12-14 | Improve warnings on incompatible options involving -Zinstrument-coverage | Rich Kadel | -6/+6 |
| 2020-12-07 | Dogfood 'str_split_once() with `compiler/` | Eric Arellano | -3/+4 |
| 2020-12-03 | Combination of commits | Rich Kadel | -2/+1 |
| 2020-11-29 | Add -Z normalize-docs and enable it for compiler docs | Joshua Nelson | -0/+2 |
| 2020-11-24 | TRACK '-Z polonius' flag | Camelid | -1/+1 |
| 2020-11-24 | Rollup merge of #79367 - Dirbaio:trap-unreachable, r=jonas-schievink | Jonas Schievink | -0/+2 |
| 2020-11-24 | Allow disabling TrapUnreachable via -Ztrap-unreachable=no | Dario Nieuwenhuis | -0/+2 |
| 2020-11-23 | Allow using `-Z fewer-names=no` to retain value names | Tomasz Miąsko | -1/+1 |
| 2020-11-10 | Add flags customizing behaviour of MIR inlining | Tomasz Miąsko | -0/+4 |
| 2020-11-05 | Responded to all feedback as of 2020-10-30 | Rich Kadel | -2/+5 |
| 2020-11-03 | Rollup merge of #77950 - arlosi:sha256, r=eddyb | Mara Bos | -1/+1 |
| 2020-11-02 | Auto merge of #78592 - fpoli:nll-facts-dir, r=matthewjasper | bors | -0/+2 |
| 2020-11-02 | Auto merge of #78605 - nox:relax-elf-relocations, r=nagisa | bors | -0/+2 |
| 2020-10-31 | Implement -Z relax-elf-relocations=yes|no | Anthony Ramine | -0/+2 |
| 2020-10-30 | Some work | Aaron Hill | -2/+2 |
| 2020-10-30 | Implement rustc side of report-future-incompat | Aaron Hill | -0/+2 |
| 2020-10-30 | Add option to customize the nll-facts' folder location | Federico Poli | -0/+2 |
| 2020-10-26 | Implement -Z function-sections=yes|no | Anthony Ramine | -0/+2 |
| 2020-10-26 | Fix some outdated comments | Anthony Ramine | -3/+3 |
| 2020-10-14 | Add support for SHA256 source file hashing for LLVM 11+. | Arlo Siemsen | -1/+1 |
| 2020-10-13 | Auto merge of #76830 - Artoria2e5:tune, r=nagisa | bors | -0/+2 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -5/+0 |
| 2020-10-05 | Pass tune-cpu to LLVM | Mingye Wang | -0/+2 |
| 2020-10-01 | Add `-Zprecise-enum-drop-elaboration` | Dylan MacKenzie | -0/+4 |
| 2020-09-27 | [mir-opt] Introduce a new flag to enable experimental/unsound mir opts | Wesley Wiser | -0/+2 |
| 2020-09-16 | Rollup merge of #76794 - richkadel:graphviz-font, r=ecstatic-morse | Tyler Mandry | -0/+3 |
| 2020-09-16 | Added RUSTC_GRAPHVIZ_FONT environment variable | Rich Kadel | -1/+2 |
| 2020-09-16 | Make graphviz font configurable | Rich Kadel | -0/+2 |
| 2020-09-09 | Rollup merge of #76500 - richkadel:mir-graphviz-dark, r=tmandry | Tyler Mandry | -0/+2 |
| 2020-09-09 | Add `-Z combine_cgu` flag | Victor Ding | -0/+2 |
| 2020-09-08 | Add -Zgraphviz_dark_mode | Rich Kadel | -0/+2 |
| 2020-09-04 | Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandry | bors | -0/+5 |
| 2020-09-03 | Tools, tests, and experimenting with MIR-derived coverage counters | Rich Kadel | -0/+5 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -0/+5 |