| Age | Commit message (Expand) | Author | Lines |
| 2024-03-15 | Auto merge of #121297 - michaelwoerister:set-pdb-alt-path, r=wesleywiser | bors | -0/+9 |
| 2024-03-15 | Rollup merge of #121207 - chriswailes:z-external-clangrt, r=michaelwoerister | Matthias Krüger | -10/+19 |
| 2024-03-14 | Rollup merge of #117118 - bzEq:aix-linker, r=wesleywiser | Matthias Krüger | -10/+16 |
| 2024-03-14 | Restore correct version of comment and fix logic bug | Chris Wailes | -5/+5 |
| 2024-03-14 | link.exe: don't embed full path to PDB file in binary. | Michael Wörister | -0/+9 |
| 2024-03-13 | Split a complex conditional into separate statements | Chris Wailes | -14/+22 |
| 2024-03-13 | Add `-Z external-sanitizer-runtime` | Chris Wailes | -0/+1 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -2/+2 |
| 2024-03-11 | Rollup merge of #117458 - kjetilkjeka:embedded-linker, r=petrochenkov | Jubilee | -5/+119 |
| 2024-03-11 | Rollup merge of #116791 - WaffleLapkin:unparallel-backends, r=oli-obk | Jubilee | -2/+7 |
| 2024-03-11 | LLVM Bitcode Linker: Add as a linker known to the compiler | Kjetil Kjeka | -5/+119 |
| 2024-03-08 | rustc: Fix typo | WANG Rui | -1/+1 |
| 2024-03-06 | Add arm64ec-pc-windows-msvc target | Daniel Paoliello | -29/+34 |
| 2024-03-05 | Adjust wording | Kai Luo | -1/+1 |
| 2024-03-05 | Rebased | Kai Luo | -0/+15 |
| 2024-03-05 | [AIX] Remove AixLinker's debuginfo() implementation | Kai Luo | -10/+1 |
| 2024-03-05 | Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwco | bors | -8/+8 |
| 2024-03-05 | Fix some out-of-date comments. | Nicholas Nethercote | -4/+4 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -4/+4 |
| 2024-03-04 | Remove some depgraph edges on the HIR by invoking the intrinsic query instead... | Oli Scherer | -2/+1 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -0/+5 |
| 2024-03-01 | Add initial support for DataFlowSanitizer | Ramon de C Valle | -0/+8 |
| 2024-03-01 | Rollup merge of #121730 - ecnelises:aix_pgo, r=wesleywiser | Matthias Krüger | -1/+3 |
| 2024-02-29 | Rollup merge of #121464 - alexcrichton:fix-wasm64, r=wesleywiser | Matthias Krüger | -50/+46 |
| 2024-02-29 | Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`. | Nicholas Nethercote | -1/+1 |
| 2024-02-28 | Add profiling support to AIX | Qiu Chaofan | -1/+3 |
| 2024-02-28 | Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`. | Nicholas Nethercote | -3/+3 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -3/+3 |
| 2024-02-28 | Rename `SubDiagnostic` as `Subdiag`. | Nicholas Nethercote | -1/+1 |
| 2024-02-28 | Rename `Diagnostic` as `DiagInner`. | Nicholas Nethercote | -3/+3 |
| 2024-02-27 | Auto merge of #121635 - 823984418:remove_archive_builder_lifetime_a, r=nnethe... | bors | -4/+4 |
| 2024-02-26 | remove useless lifetime of ArchiveBuilder | 823984418 | -4/+4 |
| 2024-02-23 | rustc: Fix wasm64 metadata object files | Alex Crichton | -50/+46 |
| 2024-02-23 | remove repetitive words | cui fliter | -1/+1 |
| 2024-02-22 | Auto merge of #121129 - nnethercote:codegen-Diags, r=estebank | bors | -29/+61 |
| 2024-02-22 | Remove `SharedEmitterMessage::AbortIfErrors`. | Nicholas Nethercote | -5/+1 |
| 2024-02-22 | Overhaul `rustc_codegen_ssa::back::write::Diagnostic`. | Nicholas Nethercote | -22/+58 |
| 2024-02-22 | Overhaul `Diagnostic` args. | Nicholas Nethercote | -6/+6 |
| 2024-02-21 | Rollup merge of #121399 - psumbera:solaris-strip-debug, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2024-02-22 | Replace unnecessary `abort_if_errors`. | Nicholas Nethercote | -6/+3 |
| 2024-02-22 | Inline and remove `Session::compile_status`. | Nicholas Nethercote | -1/+3 |
| 2024-02-21 | Solaris linker does not support --strip-debug | Petr Sumbera | -1/+1 |
| 2024-02-20 | wasm: Store rlib metadata in wasm object files | Alex Crichton | -20/+68 |
| 2024-02-20 | Reduce capabilities of `Diagnostic`. | Nicholas Nethercote | -3/+1 |
| 2024-02-15 | Allow codegen backends to opt-out of parallel codegen | Maybe Waffle | -2/+7 |
| 2024-02-15 | Rename `-Zno_parallel_llvm` -> `-Zno_parallel_backend` | Maybe Waffle | -2/+2 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -19/+15 |
| 2024-02-09 | Turn the "no saved object file in work product" ICE into a translatable fatal... | Ben Kimock | -1/+3 |
| 2024-02-05 | Make `Emitter::emit_diagnostic` consuming. | Nicholas Nethercote | -1/+1 |
| 2024-02-03 | Use `DiagnosticArgName` in a few more places. | Nicholas Nethercote | -2/+1 |