| Age | Commit message (Expand) | Author | Lines |
| 2023-04-26 | add cfg SPEC declaration. | clundro | -1/+2 |
| 2023-04-13 | Implement `Copy` for `LocationDetail` | Maybe Waffle | -1/+1 |
| 2023-04-10 | Rollup merge of #110124 - Nilstrieb:📎-told-me-so, r=compiler-errors | Dylan DPC | -1/+1 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -1/+1 |
| 2023-04-09 | Migrate `sess.opts.tests` uses to `sess.is_test_crate()` | blyxyas | -1/+1 |
| 2023-04-05 | Auto merge of #108905 - ferrocene:pa-compiletest-ignore, r=ehuss | bors | -3/+16 |
| 2023-04-03 | implement --print=all-target-specs-json | Pietro Albini | -3/+16 |
| 2023-03-31 | Preserve, clarify, and extend debug information | Julia Tatz | -24/+5 |
| 2023-03-09 | Honor current target when checking conditional compilation values | Urgau | -3/+4 |
| 2023-03-03 | Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-03-03 | Match end user facing unmatched backticks in compiler/ | est31 | -1/+1 |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -1/+1 |
| 2023-02-18 | Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviper | bors | -1/+7 |
| 2023-02-16 | Replace some `then`s with some `then_some`s | Maybe Waffle | -1/+1 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -1/+1 |
| 2023-02-14 | Add `kernel-address` sanitizer support for freestanding targets | Wesley Norris | -1/+7 |
| 2023-02-10 | Skip doc link resolution for some crate types and non-exported items | Vadim Petrochenkov | -2/+27 |
| 2023-02-09 | Parse "-Z instrument-xray" codegen option | Oleksii Lozovskyi | -3/+23 |
| 2023-01-30 | session: impl `IntoDiagnosticArg` for `CrateType` | David Wood | -1/+7 |
| 2023-01-29 | Rollup merge of #107006 - b-naber:thir-tree, r=jackh726 | Matthias Krüger | -3/+8 |
| 2023-01-27 | Rollup merge of #106856 - vadorovsky:fix-atomic-annotations, r=joshtriplett | Yuki Okushi | -0/+8 |
| 2023-01-26 | previous thir unpretty output through thir-flat | b-naber | -3/+8 |
| 2023-01-26 | Rollup merge of #106904 - khuey:preserve_debuginfo_for_rlibs, r=davidtwco | Matthias Krüger | -12/+0 |
| 2023-01-25 | Add `target_has_atomic*` symbols if any atomic width is supported | Michal Rostecki | -0/+8 |
| 2023-01-19 | Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov | bors | -4/+22 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -2/+2 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -2/+2 |
| 2023-01-16 | Avoid an unnecessary allocation | Oli Scherer | -8/+8 |
| 2023-01-16 | check -Z query-dep-graph is enabled if -Z dump-dep-graph (#106736) | gftea | -0/+5 |
| 2023-01-16 | Remove redundant `input_path` field from `Config` | Oli Scherer | -0/+18 |
| 2023-01-15 | Preserve split DWARF files when building archives. | Kyle Huey | -12/+0 |
| 2023-01-14 | Removed various double spaces in compiler source comments. | André Vennberg | -1/+1 |
| 2023-01-06 | Update compiler/rustc_session/src/config.rs | Matthew E | -1/+1 |
| 2023-01-06 | Add default and latest stable edition to --edition in rustc | Matthew Esposito | -2/+8 |
| 2023-01-04 | Rename stock solver to classic | Michael Goulet | -2/+2 |
| 2023-01-04 | Split `-Zchalk` flag into `-Ztrait-solver=(stock|chalk|next)` flag | Michael Goulet | -1/+12 |
| 2023-01-04 | Rollup merge of #106274 - jyn514:dump-mono-stats, r=lqd | Matthias Krüger | -0/+18 |
| 2023-01-02 | Add json output to `-Zdump-mono-stats` | Joshua Nelson | -0/+18 |
| 2022-12-25 | Only enable relative span hashing on nightly. | Camille GILLOT | -0/+6 |
| 2022-12-15 | more clippy::complexity fixes | Matthias Krüger | -9/+3 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+1 |
| 2022-12-06 | Auto merge of #105175 - michaelwoerister:add-stable-ord-trait, r=nagisa | bors | -1/+4 |
| 2022-12-02 | Add StableOrd trait as proposed in MCP 533. | Michael Woerister | -1/+4 |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -6/+6 |
| 2022-11-27 | Stabilize native library modifier `verbatim` | Vadim Petrochenkov | -4/+1 |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -2/+2 |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -2/+2 |
| 2022-11-07 | Add --print=split-debuginfo | Kamil Koczurek | -0/+2 |
| 2022-11-05 | Rollup merge of #103660 - ozkanonur:master, r=jyn514 | Dylan DPC | -1/+1 |
| 2022-11-04 | improve `filesearch::get_or_default_sysroot` r=ozkanonur | Onur Özkan | -1/+1 |