| Age | Commit message (Expand) | Author | Lines |
| 2024-04-11 | Make `PlaceRef` hold a `PlaceValue` for the non-layout fields (like `OperandR... | Scott McMurray | -88/+138 |
| 2024-04-10 | Add `/System/iOSSupport` to the library search path on Mac Catalyst | Mads Marquart | -0/+10 |
| 2024-04-10 | visionOS: Fix logic for finding the SDK root | Mads Marquart | -3/+4 |
| 2024-04-09 | Update ar_archive_writer to 0.2.0 | bjorn3 | -8/+1 |
| 2024-04-09 | Put the `NONTEMPORAL` case first | Scott McMurray | -6/+7 |
| 2024-04-09 | Remove my `scalar_copy_backend_type` optimization attempt | Scott McMurray | -82/+29 |
| 2024-04-09 | Auto merge of #123272 - saethlin:reachable-mono-cleanup, r=cjgillot | bors | -5/+4 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+10 |
| 2024-04-07 | Only collect mono items from reachable blocks | Ben Kimock | -5/+4 |
| 2024-04-07 | Auto merge of #123221 - pacak:cache_emit, r=fmease,jieyouxu | bors | -4/+45 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -1/+1 |
| 2024-04-06 | Save/restore more items in cache with incremental compilation | Michael Baikov | -4/+45 |
| 2024-04-06 | Rollup merge of #123467 - dpaoliello:archcoff, r=wesleywiser | Matthias Krüger | -1/+5 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -1/+7 |
| 2024-04-05 | Ignore `-C strip` on MSVC | icedrocket | -42/+35 |
| 2024-04-04 | MSVC targets should use COFF as their archive format | Daniel Paoliello | -1/+5 |
| 2024-04-03 | Rollup merge of #122964 - joboet:pointer_expose, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-04-03 | Rollup merge of #122619 - erikdesjardins:cast, r=compiler-errors | Matthias Krüger | -3/+29 |
| 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 |