| Age | Commit message (Expand) | Author | Lines |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -1/+1 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -1/+1 |
| 2024-04-02 | Auto merge of #123385 - matthiaskrgr:rollup-v69vjbn, r=matthiaskrgr | bors | -51/+37 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -0/+31 |
| 2024-04-02 | Improve the `build_shift_expr_rhs` comment | Scott McMurray | -4/+7 |
| 2024-03-30 | De-LLVM the unchecked shifts [MCP#693] | Scott McMurray | -51/+34 |
| 2024-03-29 | Rollup merge of #123188 - klensy:clippy-me2, r=Nilstrieb | Matthias Krüger | -6/+6 |
| 2024-03-29 | Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstrieb | bors | -4/+2 |
| 2024-03-28 | and few more | klensy | -6/+6 |
| 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 |