| Age | Commit message (Expand) | Author | Lines |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -13/+13 |
| 2021-06-02 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+2 |
| 2021-05-30 | Auto merge of #85559 - 12101111:sanitizer-crt-static, r=nagisa | bors | -0/+8 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -13/+13 |
| 2021-05-29 | Diagnose use sanitizers with crt-static | 12101111 | -0/+8 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -5/+9 |
| 2021-05-12 | Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot | bors | -1/+5 |
| 2021-05-09 | Auto merge of #83800 - xobs:impl-16351-nightly, r=nagisa | bors | -6/+7 |
| 2021-05-08 | Remove unused `opt_span_warn` function | Joshua Nelson | -6/+0 |
| 2021-05-08 | Make `Diagnostic::span_fatal` unconditionally raise an error | Joshua Nelson | -2/+2 |
| 2021-05-05 | Use RealFileName for Session::working_dir as it may also be remapped | Andy Wang | -5/+9 |
| 2021-05-02 | Remove dummy_config | bjorn3 | -1/+5 |
| 2021-04-27 | Make `real_rust_path_dir` a TRACKED_NO_CRATE_HASH option | Joshua Nelson | -30/+0 |
| 2021-04-25 | Merge remote-tracking branch 'upstream/master' into impl-16351-nightly | Sean Cross | -120/+51 |
| 2021-04-20 | Add an attribute to be able to configure the limit | Oli Scherer | -0/+16 |
| 2021-04-11 | Allow using `-C force-unwind-tables=no` when `panic=unwind` | hyd-dev | -16/+9 |
| 2021-04-03 | rustc: target: add sysroot to rust_target_path | Sean Cross | -6/+7 |
| 2021-04-03 | Maintain supported sanitizers as a target property | Simonas Kazlauskas | -53/+16 |
| 2021-04-03 | Move SanitizerSet to rustc_target | Simonas Kazlauskas | -2/+2 |
| 2021-03-27 | Address more review comments | Joshua Nelson | -0/+41 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -89/+2 |
| 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 | -0/+15 |
| 2021-03-23 | Allow not emitting `uwtable` on Android | hyd-dev | -1/+1 |
| 2021-03-19 | coverage bug fixes and optimization support | Rich Kadel | -0/+15 |
| 2021-03-18 | Rollup merge of #82270 - asquared31415:asm-syntax-directive-errors, r=nagisa | Dylan DPC | -0/+7 |
| 2021-03-08 | Move default inline asm dialect to Session | asquared31415 | -0/+7 |
| 2021-03-07 | Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelix | bors | -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 | -0/+3 |
| 2021-02-26 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+3 |
| 2021-02-18 | Print -Ztime-passes (and misc stats/logs) on stderr, not stdout. | Eduard-Mihai Burtescu | -4/+4 |
| 2021-02-07 | HWASan support | Tri Vo | -1/+5 |
| 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/+2 |
| 2021-01-29 | Treat nightlies for a version as complete | est31 | -1/+2 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -1/+9 |
| 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 | -0/+8 |
| 2021-01-08 | Add wasi-exec-model cg option for emitting wasi reactors | Noah | -0/+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 | -4/+1 |
| 2020-12-31 | Add edition 2021. | Mara Bos | -0/+5 |
| 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-03 | Combination of commits | Rich Kadel | -27/+1 |
| 2020-12-01 | Fix `unknown-crate` when using self-profile with rustdoc | Joshua Nelson | -1/+1 |
| 2020-11-23 | Allow using `-Z fewer-names=no` to retain value names | Tomasz Miąsko | -6/+9 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -0/+3 |