| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-09-01 | Rollup merge of #76158 - mati865:self-contained-option, r=petrochenkov | Tyler Mandry | -3/+3 |
| 2020-08-31 | Add new `-Z dump-mir-spanview` option | Rich Kadel | -0/+36 |
| 2020-08-31 | Rollup merge of #76002 - richkadel:llvm-coverage-map-gen-6b.3, r=tmandry | Tyler Mandry | -3/+3 |
| 2020-08-31 | Fix `-Z instrument-coverage` on MSVC | Rich Kadel | -3/+3 |
| 2020-08-31 | Stabilise link-self-contained option | Mateusz Mikuła | -3/+3 |
| 2020-08-30 | Add `-Z proc-macro-backtrace` to allow showing proc-macro panics | Aaron Hill | -0/+2 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+1078 |