| Age | Commit message (Expand) | Author | Lines |
| 2023-07-02 | Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiasko | bors | -0/+4 |
| 2023-07-02 | Add `rustc` option to output LLVM optimization remarks to YAML files | Jakub Beránek | -0/+4 |
| 2023-06-30 | require `-Zunstable-options` to use new link-self-contained values and | Rémy Rakic | -10/+30 |
| 2023-06-30 | refactor `add_gcc_ld_path` into its final form | Rémy Rakic | -0/+5 |
| 2023-06-30 | use `LinkSelfContained` for `-C link-self-contained` | Rémy Rakic | -0/+56 |
| 2023-06-30 | add dedicated `-C link-self-contained` structure | Rémy Rakic | -1/+44 |
| 2023-06-30 | regroup `LinkerPluginLto` blocks | Rémy Rakic | -9/+9 |
| 2023-06-29 | Set error handler output format as soon as possible | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2023-06-27 | Provide more context for `rustc +nightly -Zunstable-options` on stable | 许杰友 Jieyou Xu (Joe) | -231/+169 |
| 2023-06-09 | Auto merge of #111626 - pjhades:output, r=b-naber | bors | -12/+93 |
| 2023-06-08 | Auto merge of #110040 - ndrewxie:issue-84447-partial-1, r=lcnr,michaelwoerister | bors | -1/+3 |
| 2023-06-08 | Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis... | Andrew Xie | -1/+3 |
| 2023-06-06 | Write to stdout if `-` is given as output file | Jing Peng | -12/+93 |
| 2023-06-06 | Add -Ztrait-solver=next-coherence | Michael Goulet | -0/+2 |
| 2023-05-29 | rustc_session: Feature gate linker flavors for tier 3 targets | Vadim Petrochenkov | -1/+14 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -1/+1 |
| 2023-05-19 | Auto merge of #109602 - bvanjoi:fix-issue-109343, r=petrochenkov | bors | -1/+1 |
| 2023-05-18 | fix(resolve): replace bindings to dummy for unresolved imports | bohan | -1/+1 |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -33/+28 |
| 2023-05-11 | Add support for `cfg(overflow_checks)` | AngelicosPhosphoros | -0/+4 |
| 2023-05-08 | Rollup merge of #105354 - BlackHoleFox:apple-deployment-printer, r=oli-obk | Yuki Okushi | -1/+3 |
| 2023-05-05 | add "force" option to --extern | Matt Hammerly | -1/+17 |
| 2023-05-05 | Rollup merge of #111068 - Urgau:check-cfg-improvements, r=petrochenkov | Dylan DPC | -108/+125 |
| 2023-05-05 | Improve internal representation of check-cfg | Urgau | -108/+125 |
| 2023-05-05 | Add deployment-target --print flag for Apple targets | BlackHoleFox | -1/+3 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -0/+8 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+8 |
| 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 |