| Age | Commit message (Expand) | Author | Lines |
| 2021-03-15 | Make source-based code coverage compatible with MIR inlining | Tomasz Miąsko | -19/+0 |
| 2021-03-11 | Add `-Z unpretty` flag for the THIR | LeSeulArtichaut | -0/+4 |
| 2021-03-05 | Extract mir_opt_level to a method and use Option to be able to know if the va... | Santiago Pastorino | -14/+16 |
| 2021-03-03 | Add `-Z unpretty` flags for the AST | LeSeulArtichaut | -3/+15 |
| 2021-03-01 | Change default Solaris x86 target to x86_64-pc-solaris | Jakub Kulik | -1/+1 |
| 2021-02-25 | Rollup merge of #82269 - LeSeulArtichaut:cleanup-ppmode, r=spastorino | Aaron Hill | -53/+64 |
| 2021-02-23 | Auto merge of #82102 - nagisa:nagisa/fix-dwo-name, r=davidtwco | bors | -11/+0 |
| 2021-02-19 | Cleanup `PpMode` and friends | LeSeulArtichaut | -53/+64 |
| 2021-02-18 | nhwn: make treat_err_as_bug Option<NonZeroUsize> | Nathan Nguyen | -0/+2 |
| 2021-02-16 | rustdoc: treat edition 2021 as unstable | Eric Huss | -1/+1 |
| 2021-02-14 | Set path of the compile unit to the source directory | Simonas Kazlauskas | -11/+0 |
| 2021-02-07 | HWASan support | Tri Vo | -6/+14 |
| 2021-02-07 | Add `--extern-loc` to augment unused crate dependency diagnostics | Jeremy Fitzhardinge | -0/+116 |
| 2021-01-29 | Pre-canoncalize ExternLocation::ExactPaths | Ryan Levick | -4/+6 |
| 2021-01-29 | Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3 | Yuki Okushi | -26/+19 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -26/+19 |
| 2021-01-26 | Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebank | bors | -2/+2 |
| 2021-01-17 | Skip linking if it is not required | Miguel Ojeda | -0/+14 |
| 2021-01-16 | Enforce that query results implement Debug | Aaron Hill | -2/+2 |
| 2021-01-12 | Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichton | Yuki Okushi | -0/+2 |
| 2021-01-08 | Add wasi-exec-model cg option for emitting wasi reactors | Noah | -0/+2 |
| 2021-01-07 | Auto merge of #80709 - lzutao:target-enumerate, r=petrochenkov | bors | -1/+1 |
| 2021-01-08 | Rollup merge of #80521 - richkadel:llvm-coverage-counters-2.4.0, r=wesleywiser | Yuki Okushi | -2/+8 |
| 2021-01-06 | Prefer enum Endian in rustc_target::Target | Lzu Tao | -1/+1 |
| 2021-01-04 | Inlining enabled by -mir-opt-level > 1 is incompatible with coverage | Rich Kadel | -2/+8 |
| 2020-12-31 | Require `-Z unstable-options` for unstable editions. | Mara Bos | -3/+2 |
| 2020-12-17 | Rollup merge of #80073 - kulikjak:add-target-alias-support, r=varkor | Yuki Okushi | -1/+1 |
| 2020-12-16 | cg_llvm: split dwarf filename and comp dir | David Wood | -1/+12 |
| 2020-12-16 | cg_llvm: implement split dwarf support | David Wood | -1/+27 |
| 2020-12-16 | session: add `split-dwarf` flag | David Wood | -0/+17 |
| 2020-12-16 | Add support for target aliases | Jakub Kulik | -1/+1 |
| 2020-12-14 | Convenience funcs for `some_option.unwrap_or(...)` | Rich Kadel | -20/+13 |
| 2020-12-14 | Improve warnings on incompatible options involving -Zinstrument-coverage | Rich Kadel | -2/+36 |
| 2020-12-07 | Dogfood 'str_split_once() with `compiler/` | Eric Arellano | -59/+50 |
| 2020-11-28 | Derive `Debug` for `DebugInfo` | J. Ryan Stinnett | -1/+1 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -8/+14 |
| 2020-11-10 | Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-Simulacrum | Jonas Schievink | -7/+7 |
| 2020-11-09 | Add `#[cfg(panic = "...")]` | David Hewitt | -0/+3 |
| 2020-11-08 | rustc_target: Rename some target options to avoid tautology | Vadim Petrochenkov | -5/+5 |
| 2020-11-08 | Collapse all uses of `target.options.foo` into `target.foo` | Vadim Petrochenkov | -3/+3 |
| 2020-11-07 | Allow making `RUSTC_BOOTSTRAP` conditional on the crate name | Joshua Nelson | -8/+14 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -4/+1 |
| 2020-10-15 | Remove rustc_session::config::Config | est31 | -9/+2 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -12/+12 |
| 2020-10-15 | Rename target_pointer_width to pointer_width and turn it into an u32 | est31 | -11/+10 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -4/+0 |
| 2020-09-21 | Don't unwrap but report a fatal error for TargetDataLayout::parse. | Mara Bos | -1/+3 |
| 2020-09-21 | Add cfg(target_has_atomic_equal_alignment). | Mara Bos | -4/+15 |
| 2020-09-17 | Let backends define custom targets | khyperia | -4/+5 |
| 2020-09-16 | Rollup merge of #76794 - richkadel:graphviz-font, r=ecstatic-morse | Tyler Mandry | -0/+4 |