| Age | Commit message (Expand) | Author | Lines |
| 2021-02-02 | Let a portion of DefPathHash uniquely identify the DefPath's crate. | Michael Woerister | -1/+1 |
| 2021-01-30 | Rollup merge of #81468 - est31:cfg_version, r=petrochenkov | Yuki Okushi | -1/+7 |
| 2021-01-29 | Pre-canoncalize ExternLocation::ExactPaths | Ryan Levick | -4/+29 |
| 2021-01-29 | Treat nightlies for a version as complete | est31 | -1/+7 |
| 2021-01-29 | Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3 | Yuki Okushi | -49/+41 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -49/+41 |
| 2021-01-27 | Fix rustc sysroot in systems using CAS | Ramon de C Valle | -7/+45 |
| 2021-01-26 | Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebank | bors | -2/+2 |
| 2021-01-20 | Auto merge of #81118 - ojeda:metadata-obj, r=nagisa | bors | -0/+14 |
| 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-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -1/+1 |
| 2021-01-12 | Rollup merge of #79997 - coolreader18:wasm-reactor, r=alexcrichton | Yuki Okushi | -1/+29 |
| 2021-01-08 | Add wasi-exec-model cg option for emitting wasi reactors | Noah | -1/+29 |
| 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 |
| 2021-01-02 | Auto merge of #79883 - frewsxcv:frewsxcv-san, r=shepmaster | bors | -2/+8 |
| 2020-12-31 | Merge remote-tracking branch 'origin/master' into frewsxcv-san | Corey Farwell | -76/+168 |
| 2020-12-31 | Require `-Z unstable-options` for unstable editions. | Mara Bos | -3/+2 |
| 2020-12-31 | Add edition 2021. | Mara Bos | -0/+5 |
| 2020-12-30 | where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) | Matthias Krüger | -1/+1 |
| 2020-12-22 | Revert "Promote missing_fragment_specifier to hard error" | Wesley Wiser | -0/+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/+36 |
| 2020-12-16 | Add support for target aliases | Jakub Kulik | -1/+1 |
| 2020-12-15 | Rollup merge of #79958 - richkadel:llvm-coverage-counters-2.2.0, r=tmandry | Guillaume Gomez | -7/+34 |
| 2020-12-14 | Convenience funcs for `some_option.unwrap_or(...)` | Rich Kadel | -21/+14 |
| 2020-12-14 | Improve warnings on incompatible options involving -Zinstrument-coverage | Rich Kadel | -8/+42 |
| 2020-12-11 | fix clippy::{needless_bool, manual_unwrap_or} | Matthias Krüger | -4/+1 |
| 2020-12-09 | Enable ASan, TSan, UBSan for aarch64-apple-darwin. | Corey Farwell | -2/+8 |
| 2020-12-07 | Dogfood 'str_split_once() with `compiler/` | Eric Arellano | -62/+55 |
| 2020-12-03 | Combination of commits | Rich Kadel | -29/+2 |
| 2020-12-03 | Auto merge of #79586 - jyn514:crate-name, r=davidtwco | bors | -1/+1 |
| 2020-12-01 | Rollup merge of #79508 - jryans:check-dsymutil-result, r=nagisa | Guillaume Gomez | -1/+1 |
| 2020-12-01 | Fix `unknown-crate` when using self-profile with rustdoc | Joshua Nelson | -1/+1 |
| 2020-11-29 | Add -Z normalize-docs and enable it for compiler docs | Joshua Nelson | -0/+2 |
| 2020-11-28 | Derive `Debug` for `DebugInfo` | J. Ryan Stinnett | -1/+1 |
| 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 | -7/+10 |
| 2020-11-15 | Rollup merge of #79005 - petrochenkov:noinjected, r=davidtwco | Jonas Schievink | -3/+1 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -9/+18 |
| 2020-11-13 | cleanup: Remove `ParseSess::injected_crate_name` | Vadim Petrochenkov | -3/+1 |
| 2020-11-11 | Rollup merge of #78873 - tmiasko:inline-opts, r=oli-obk | Jonas Schievink | -0/+4 |
| 2020-11-10 | Changed unwrap_or to unwrap_or_else in some places. | Nicholas-Baron | -1/+1 |