| Age | Commit message (Expand) | Author | Lines |
| 2021-04-15 | Track `-C link-dead-code` during incremental compilation | Aaron Hill | -1/+1 |
| 2021-04-11 | Allow using `-C force-unwind-tables=no` when `panic=unwind` | hyd-dev | -16/+9 |
| 2021-04-11 | Implement token-based handling of attributes during expansion | Aaron Hill | -0/+55 |
| 2021-04-10 | Don't tell users to use a nightly flag on the stable channel | Kornel | -8/+11 |
| 2021-04-07 | Remove the insta-stable `cfg(wasm)` | Simonas Kazlauskas | -3/+0 |
| 2021-04-05 | Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasper | Dylan DPC | -14/+15 |
| 2021-04-05 | Rollup merge of #80525 - devsnek:wasm64, r=nagisa | Dylan DPC | -0/+3 |
| 2021-04-04 | Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum | Dylan DPC | -3/+35 |
| 2021-04-04 | wasm64 | Gus Caplan | -0/+3 |
| 2021-04-03 | Maintain supported sanitizers as a target property | Simonas Kazlauskas | -53/+16 |
| 2021-04-03 | Move SanitizerSet to rustc_target | Simonas Kazlauskas | -69/+6 |
| 2021-04-01 | Clarify `--print target-list` is a rustc's option | JohnTitor | -1/+1 |
| 2021-03-27 | Address more review comments | Joshua Nelson | -0/+41 |
| 2021-03-27 | Address review comments | Joshua Nelson | -2/+0 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -115/+5 |
| 2021-03-26 | Rollup merge of #83437 - Amanieu:asm_syntax, r=petrochenkov | Dylan DPC | -7/+0 |
| 2021-03-25 | Refactor #82270 as lint instead of an error | Amanieu d'Antras | -7/+0 |
| 2021-03-25 | Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandry | bors | -6/+93 |
| 2021-03-24 | Auto merge of #83050 - osa1:issue83048, r=matthewjasper | bors | -1/+1 |
| 2021-03-24 | Rollup merge of #83391 - hyd-dev:uwtable, r=alexcrichton | Dylan DPC | -1/+1 |
| 2021-03-23 | Allow not emitting `uwtable` on Android | hyd-dev | -1/+1 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -1/+1 |
| 2021-03-21 | Enable mutable noalias by default for LLVM 12 | Nikita Popov | -1/+1 |
| 2021-03-21 | Convert -Z mutable-noalias to Optional<bool> | Nikita Popov | -1/+1 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-19 | coverage bug fixes and optimization support | Rich Kadel | -6/+93 |
| 2021-03-18 | Rollup merge of #83080 - tmiasko:inline-coverage, r=wesleywiser | Dylan DPC | -19/+0 |
| 2021-03-18 | Rollup merge of #82270 - asquared31415:asm-syntax-directive-errors, r=nagisa | Dylan DPC | -0/+7 |
| 2021-03-15 | Make source-based code coverage compatible with MIR inlining | Tomasz Miąsko | -19/+0 |
| 2021-03-14 | Bump recursion_limit in a few places | Aaron Hill | -0/+1 |
| 2021-03-12 | Run analyses before thir-tree dumps | Ömer Sinan Ağacan | -1/+1 |
| 2021-03-11 | Add `-Z unpretty` flag for the THIR | LeSeulArtichaut | -0/+4 |
| 2021-03-10 | Remove the -Zinsert-sideeffect | Simonas Kazlauskas | -4/+0 |
| 2021-03-09 | Use FromStr trait for number option parsing | Tomasz Miąsko | -14/+15 |
| 2021-03-08 | Move default inline asm dialect to Session | asquared31415 | -0/+7 |
| 2021-03-08 | Rollup merge of #82415 - petrochenkov:modin3, r=davidtwco | Dylan DPC | -4/+0 |
| 2021-03-08 | Make doctests collect and emit the unused externs | est31 | -0/+4 |
| 2021-03-08 | Make parse_json return JsonConfig | est31 | -3/+16 |
| 2021-03-08 | Gate the printing on --json=unused-externs | est31 | -3/+18 |
| 2021-03-07 | Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelix | bors | -1/+1 |
| 2021-03-05 | Fix MIR optimization level description | Santiago Pastorino | -1/+1 |
| 2021-03-05 | Make mir_opt_level default to 2 for optimized levels | Santiago Pastorino | -1/+4 |
| 2021-03-05 | Extract mir_opt_level to a method and use Option to be able to know if the va... | Santiago Pastorino | -16/+21 |
| 2021-03-05 | expand: Move module file path stack from global session to expansion data | Vadim Petrochenkov | -4/+0 |
| 2021-03-03 | Add `-Z unpretty` flags for the AST | LeSeulArtichaut | -3/+17 |
| 2021-03-02 | Rollup merge of #82376 - tmiasko:inline-options, r=oli-obk | Yuki Okushi | -2/+4 |
| 2021-03-01 | Change default Solaris x86 target to x86_64-pc-solaris | Jakub Kulik | -1/+1 |
| 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-26 | Auto merge of #82559 - tmiasko:inlined, r=petrochenkov | bors | -0/+3 |