| Age | Commit message (Expand) | Author | Lines |
| 2021-06-14 | Soft disable incremental | Mark Rousskov | -1/+6 |
| 2021-04-29 | Use doc-comment instad of comments consistently | Joshua Nelson | -58/+59 |
| 2021-04-27 | Make `real_rust_path_dir` a TRACKED_NO_CRATE_HASH option | Joshua Nelson | -33/+45 |
| 2021-04-27 | Add [TRACKED_NO_CRATE_HASH] and [SUBSTRUCT] directives | Joshua Nelson | -24/+62 |
| 2021-04-27 | Test that non_default_option is not the default option | Joshua Nelson | -4/+4 |
| 2021-04-25 | Rollup merge of #83519 - oli-obk:assign_shrink_your_normal_code, r=pnkfelix | Yuki Okushi | -0/+16 |
| 2021-04-24 | Rollup merge of #84436 - jyn514:private, r=petrochenkov | Yuki Okushi | -2/+2 |
| 2021-04-22 | Make a few functions private | Joshua Nelson | -2/+2 |
| 2021-04-20 | Add an attribute to be able to configure the limit | Oli Scherer | -0/+16 |
| 2021-04-20 | Improve the docstrings of the `Lto` struct. | Edd Barrett | -5/+7 |
| 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 |