| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-11-10 | Changed unwrap_or to unwrap_or_else in some places. | Nicholas-Baron | -1/+1 |
| 2020-11-08 | Collapse all uses of `target.options.foo` into `target.foo` | Vadim Petrochenkov | -23/+20 |
| 2020-11-07 | Allow making `RUSTC_BOOTSTRAP` conditional on the crate name | Joshua Nelson | -0/+3 |
| 2020-10-30 | Some work | Aaron Hill | -1/+1 |
| 2020-10-30 | Implement rustc side of report-future-incompat | Aaron Hill | -2/+52 |
| 2020-10-15 | Remove rustc_session::config::Config | est31 | -4/+4 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -18/+17 |
| 2020-10-14 | Remove unused code from remaining compiler crates | est31 | -2/+0 |
| 2020-09-27 | Remove duplicate comment | Dániel Buga | -3/+0 |
| 2020-09-17 | Let backends define custom targets | khyperia | -1/+2 |
| 2020-09-08 | Auto merge of #75138 - jumbatm:session-diagnostic-derive, r=oli-obk | bors | -0/+11 |
| 2020-09-02 | rustc_{errors,session}: add `delay_good_path_bug` | Dan Aloni | -0/+18 |
| 2020-09-01 | Add SessionDiagnostic derive macro. | jumbatm | -0/+11 |
| 2020-08-31 | Rollup merge of #76002 - richkadel:llvm-coverage-map-gen-6b.3, r=tmandry | Tyler Mandry | -14/+34 |
| 2020-08-31 | Fix `-Z instrument-coverage` on MSVC | Rich Kadel | -14/+34 |
| 2020-08-30 | Suggest `if let x = y` when encountering `if x = y` | Esteban Küber | -0/+4 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+1539 |