| Age | Commit message (Expand) | Author | Lines |
| 2024-03-25 | Rollup merge of #122842 - pacak:explicit_name, r=michaelwoerister | Matthias Krüger | -1/+1 |
| 2024-03-24 | Rollup merge of #122937 - Zalathar:unbox, r=oli-obk | Matthias Krüger | -7/+7 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -0/+31 |
| 2024-03-23 | Rollup merge of #122879 - maurer:callsite-instances, r=workingjubilee | Jubilee | -15/+39 |
| 2024-03-23 | Fixed bad formatting | Adam Gastineau | -4/+2 |
| 2024-03-23 | Fixed builds with modified libc | Adam Gastineau | -3/+3 |
| 2024-03-23 | CFI: Use Instance at callsites | Matthew Maurer | -15/+39 |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -2/+1 |
| 2024-03-23 | Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk | bors | -2/+90 |
| 2024-03-23 | rename MIR int2ptr casts to match library name | Ralf Jung | -1/+1 |
| 2024-03-23 | Unbox and unwrap the contents of `StatementKind::Coverage` | Zalathar | -7/+7 |
| 2024-03-22 | Auto merge of #122852 - compiler-errors:raw-ptr, r=lcnr | bors | -15/+7 |
| 2024-03-22 | Auto merge of #122580 - saethlin:compiler-builtins-can-panic, r=pnkfelix | bors | -11/+53 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -3/+3 |
| 2024-03-22 | Ty::new_ref and Ty::new_ptr stop using TypeAndMut | Michael Goulet | -8/+3 |
| 2024-03-22 | Eagerly convert some ctors to use their specialized ctors | Michael Goulet | -4/+1 |
| 2024-03-22 | Don't emit an error about failing to produce a file with a specific name | Michael Baikov | -1/+1 |
| 2024-03-22 | Codegen const panic messages as function calls | Mark Rousskov | -4/+2 |
| 2024-03-21 | Auto merge of #122830 - matthiaskrgr:rollup-uk2by3f, r=matthiaskrgr | bors | -7/+0 |
| 2024-03-20 | Add a test | Ben Kimock | -4/+8 |
| 2024-03-21 | Remove `CodegenBackend::target_override`. | Nicholas Nethercote | -7/+0 |
| 2024-03-20 | Update comment and remove special-case for Wasm targets which is incompatible... | Douglas Young | -7/+1 |
| 2024-03-20 | Use MSVC-style escaping when passing a response/@ file to lld on windows | Douglas Young | -6/+11 |
| 2024-03-19 | Rollup merge of #122691 - veera-sivarajan:bugfix-121099, r=Amanieu | Matthias Krüger | -17/+29 |
| 2024-03-19 | Remove all checks of `IntrinsicDef::must_be_overridden` except for the actual... | Oli Scherer | -4/+0 |
| 2024-03-19 | Make ptr_guaranteed_cmp a rustc_intrinsic and favor its body over backends im... | Oli Scherer | -7/+0 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -1/+9 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -1/+1 |
| 2024-03-18 | Fix ICE: `global_asm!()` Don't Panic When Unable to Evaluate Constant | Veera | -17/+29 |
| 2024-03-18 | Rollup merge of #122567 - erikdesjardins:noname, r=oli-obk | Matthias Krüger | -1/+0 |
| 2024-03-18 | Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ... | Oli Scherer | -8/+5 |
| 2024-03-17 | Let codegen decide when to `mem::swap` with immediates | Scott McMurray | -2/+90 |
| 2024-03-17 | make PassMode::Cast consistently copy between Rust/ABI representation | Erik Desjardins | -3/+29 |
| 2024-03-16 | Handle calls to upstream monomorphizations in compiler_builtins | Ben Kimock | -8/+46 |
| 2024-03-16 | revert changes and just delete the fixme | Erik Desjardins | -15/+6 |
| 2024-03-15 | avoid naming LLVM basic blocks when fewer_names is true | Erik Desjardins | -7/+15 |
| 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 | sess: stabilize relro-level | David Wood | -1/+1 |
| 2024-03-12 | Auto merge of #121644 - oli-obk:unique_static_innards2, r=RalfJung,nnethercote | bors | -4/+4 |