| Age | Commit message (Expand) | Author | Lines |
| 2024-05-29 | Rollup merge of #124251 - scottmcm:unop-ptr-metadata, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -8/+36 |
| 2024-05-28 | Add an intrinsic for `ptr::metadata` | Scott McMurray | -8/+36 |
| 2024-05-27 | Omit non-needs_drop drop_in_place in vtables | Mark Rousskov | -88/+112 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_codegen_ssa`. | Nicholas Nethercote | -5/+14 |
| 2024-05-22 | Stop using `to_hir_binop` in codegen | Scott McMurray | -7/+6 |
| 2024-05-20 | Rollup merge of #125173 - scottmcm:never-checked, r=davidtwco | Matthias Krüger | -15/+21 |
| 2024-05-17 | Remove `Rvalue::CheckedBinaryOp` | Scott McMurray | -15/+21 |
| 2024-05-16 | Fix ICE in non-operand `aggregate_raw_ptr` instrinsic codegen | Scott McMurray | -1/+5 |
| 2024-05-11 | Make `index_by_increasing_offset` return one item for primitives | Scott McMurray | -11/+2 |
| 2024-05-11 | Unify `Rvalue::Aggregate` paths in cg_ssa | Scott McMurray | -21/+29 |
| 2024-05-10 | Refactoring after the `PlaceValue` addition | Scott McMurray | -101/+115 |
| 2024-05-10 | Auto merge of #123886 - scottmcm:more-rvalue-operands, r=matthewjasper | bors | -13/+103 |
| 2024-05-10 | Rollup merge of #124957 - compiler-errors:builtin-deref, r=michaelwoerister | Matthias Krüger | -8/+5 |
| 2024-05-09 | Make builtin_deref just return a Ty | Michael Goulet | -8/+5 |
| 2024-05-08 | Make SSA aggregates without needing an alloca | Scott McMurray | -12/+99 |
| 2024-05-08 | Aggregating arrays can always take the place path | Scott McMurray | -2/+5 |
| 2024-05-06 | Refactor float `Primitive`s to a separate `Float` type | beetrees | -5/+3 |
| 2024-05-05 | Auto merge of #124606 - scottmcm:less-expect, r=cjgillot | bors | -2/+2 |
| 2024-05-04 | some comments or dynamic drop handling | Ralf Jung | -2/+2 |
| 2024-05-01 | Stop `llvm.expect`ing assert terminators | Scott McMurray | -2/+2 |
| 2024-05-01 | coverage: Eagerly do start-of-function codegen for coverage | Zalathar | -0/+4 |
| 2024-04-29 | Remove `extern crate rustc_middle` from numerous crates. | Nicholas Nethercote | -4/+12 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -19/+3 |
| 2024-04-24 | Auto merge of #122053 - erikdesjardins:alloca, r=nikic | bors | -4/+4 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -1/+4 |
| 2024-04-21 | Use it in the library, and `InstSimplify` it away in the easy places | Scott McMurray | -1/+21 |
| 2024-04-18 | Fix disabling the export of noop async_drop_in_place_raw | Daria Sukhonina | -1/+4 |
| 2024-04-17 | Make the comments for `ReturnDest` variants doc comments | beetrees | -4/+4 |
| 2024-04-12 | Rollup merge of #123249 - goolmoos:naked_variadics, r=pnkfelix | Matthias Krüger | -0/+7 |
| 2024-04-12 | do not add prolog for variadic naked functions | Guy Shefy | -0/+7 |
| 2024-04-11 | use [N x i8] for alloca types | Erik Desjardins | -4/+4 |
| 2024-04-11 | Add load/store helpers that take `PlaceValue` | Scott McMurray | -8/+7 |
| 2024-04-11 | Put `PlaceValue` into `OperandValue::Ref`, rather than 3 tuple fields | Scott McMurray | -51/+52 |
| 2024-04-11 | Make `PlaceRef` hold a `PlaceValue` for the non-layout fields (like `OperandR... | Scott McMurray | -83/+133 |
| 2024-04-09 | Remove my `scalar_copy_backend_type` optimization attempt | Scott McMurray | -21/+8 |
| 2024-04-07 | Only collect mono items from reachable blocks | Ben Kimock | -5/+4 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -1/+1 |
| 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 | -7/+5 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -0/+30 |
| 2024-03-30 | De-LLVM the unchecked shifts [MCP#693] | Scott McMurray | -7/+5 |
| 2024-03-29 | Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstrieb | bors | -4/+2 |
| 2024-03-24 | Rollup merge of #122937 - Zalathar:unbox, r=oli-obk | Matthias Krüger | -5/+5 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -0/+30 |
| 2024-03-23 | Rollup merge of #122879 - maurer:callsite-instances, r=workingjubilee | Jubilee | -7/+14 |
| 2024-03-23 | CFI: Use Instance at callsites | Matthew Maurer | -7/+14 |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -2/+1 |