| 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 #122212 - erikdesjardins:byval-align2, r=wesleywiser | Matthias Krüger | -23/+39 |
| 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 | Rollup merge of #122287 - RalfJung:simd-static-assert, r=pnkfelix | Matthias Krüger | -4/+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-13 | Auto merge of #121421 - saethlin:smarter-mono, r=oli-obk | bors | -1/+20 |
| 2024-03-13 | Auto merge of #122220 - saethlin:ppc-can-into-atomicptr, r=oli-obk | bors | -41/+11 |
| 2024-03-12 | Avoid lowering code under dead SwitchInt targets | Ben Kimock | -1/+20 |
| 2024-03-12 | Auto merge of #121644 - oli-obk:unique_static_innards2, r=RalfJung,nnethercote | bors | -4/+4 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -2/+2 |
| 2024-03-12 | Check whether a static is mutable instead of passing it down | Oli Scherer | -2/+2 |
| 2024-03-12 | Auto merge of #121282 - saethlin:gep-null-means-no-provenance, r=scottmcm | bors | -2/+2 |
| 2024-03-11 | Lower transmutes from int to pointer type as gep on null | Ben Kimock | -2/+2 |
| 2024-03-11 | Rollup merge of #122320 - erikdesjardins:vtable, r=nikic | Jubilee | -15/+17 |
| 2024-03-11 | Rollup merge of #121438 - coolreader18:wasm32-panic-unwind, r=cuviper | Jubilee | -1/+1 |
| 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/+14 |
| 2024-03-11 | copy byval argument to alloca if alignment is insufficient | Erik Desjardins | -23/+39 |
| 2024-03-11 | LLVM Bitcode Linker: Add as a linker known to the compiler | Kjetil Kjeka | -5/+119 |
| 2024-03-10 | use ptradd for vtable indexing | Erik Desjardins | -15/+17 |
| 2024-03-11 | Auto merge of #122132 - nnethercote:diag-renaming3, r=nnethercote | bors | -13/+12 |
| 2024-03-11 | Rename `IntoDiagnostic` as `Diagnostic`. | Nicholas Nethercote | -5/+5 |
| 2024-03-11 | Rename `IntoDiagnosticArg` as `IntoDiagArg`. | Nicholas Nethercote | -9/+8 |
| 2024-03-10 | add comments explaining where post-mono const eval errors abort compilation | Ralf Jung | -4/+5 |
| 2024-03-10 | use Instance::expect_resolve() instead of unwraping Instance::resolve() | Ralf Jung | -10/+6 |
| 2024-03-10 | Auto merge of #121662 - saethlin:precondition-unification, r=RalfJung | bors | -1/+2 |
| 2024-03-09 | Rollup merge of #121584 - klensy:itertools-up, r=Mark-Simulacrum | Guillaume Boisseau | -1/+1 |
| 2024-03-09 | Sink ptrtoint for RMW ops on pointers to cg_llvm | Ben Kimock | -41/+11 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -1/+2 |
| 2024-03-08 | Rollup merge of #122164 - beetrees:uefi-argv-align, r=workingjubilee | Matthias Krüger | -4/+6 |
| 2024-03-08 | Rollup merge of #122179 - heiher:fix-typo, r=lcnr | Matthias Krüger | -1/+1 |
| 2024-03-08 | bump itertools to 0.12 | klensy | -1/+1 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -9/+40 |
| 2024-03-08 | rustc: Fix typo | WANG Rui | -1/+1 |
| 2024-03-08 | Auto merge of #122048 - erikdesjardins:inbounds, r=oli-obk | bors | -6/+1 |
| 2024-03-08 | Fix misaligned loads when loading UEFI arg pointers | beetrees | -4/+6 |
| 2024-03-06 | Add arm64ec-pc-windows-msvc target | Daniel Paoliello | -31/+40 |
| 2024-03-06 | Rollup merge of #122051 - erikdesjardins:cleanup, r=nikic | Matthias Krüger | -2/+1 |
| 2024-03-05 | remove all-zero GEP | Erik Desjardins | -2/+1 |
| 2024-03-05 | Rollup merge of #122028 - oli-obk:drop_in_place_leftovers, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-03-05 | Remove some dead code | Oli Scherer | -1/+1 |
| 2024-03-05 | only set noalias on Box with the global allocator | Ralf Jung | -0/+1 |
| 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 |