| Age | Commit message (Expand) | Author | Lines |
| 2024-04-23 | filter required_consts during inlining | Ralf Jung | -3/+2 |
| 2024-04-23 | properly fill a promoted's required_consts | Ralf Jung | -0/+15 |
| 2024-04-23 | Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasper | León Orell Valerian Liehr | -15/+74 |
| 2024-04-23 | Rollup merge of #124220 - RalfJung:interpret-wrong-vtable, r=oli-obk | Matthias Krüger | -21/+78 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -3/+19 |
| 2024-04-22 | coverage: Detach MC/DC branch spans from regular branch spans | Zalathar | -2/+4 |
| 2024-04-21 | Add `AggregateKind::RawPtr` and enough support to compile | Scott McMurray | -0/+28 |
| 2024-04-21 | Miri: detect wrong vtables in wide pointers | Ralf Jung | -21/+78 |
| 2024-04-20 | Fix documentation of `BorrowKind::Fake` | Nadrieril | -3/+3 |
| 2024-04-20 | Add a non-shallow fake borrow | Nadrieril | -16/+70 |
| 2024-04-20 | Rework fake borrow calculation | Nadrieril | -0/+5 |
| 2024-04-20 | Rollup merge of #123409 - ZhuUx:master, r=oli-obk | Matthias Krüger | -5/+127 |
| 2024-04-19 | Auto merge of #124113 - RalfJung:interpret-scalar-ops, r=oli-obk | bors | -15/+29 |
| 2024-04-20 | coverage. Lowering MC/DC statements to llvm-ir | zhuyunxing | -0/+4 |
| 2024-04-19 | avoid PartialOrd on ScalarInt | Ralf Jung | -1/+13 |
| 2024-04-19 | ScalarInt: add methods to assert being a (u)int of given size | Ralf Jung | -5/+5 |
| 2024-04-19 | coverage. Generate Mappings of decisions and conditions for MC/DC | zhuyunxing | -5/+123 |
| 2024-04-18 | interpret/binary_int_op: avoid dropping to raw ints until we determined the sign | Ralf Jung | -10/+12 |
| 2024-04-18 | Fix disabling the export of noop async_drop_in_place_raw | Daria Sukhonina | -1/+3 |
| 2024-04-18 | Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb | bors | -7/+7 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -7/+7 |
| 2024-04-17 | Use non-exhaustive matches for TyKind | Daria Sukhonina | -2/+3 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -5/+4 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -2/+15 |
| 2024-04-16 | Avoid lots of `hir::HirId{,Map,Set}` qualifiers. | Nicholas Nethercote | -1/+1 |
| 2024-04-16 | Move size assertions for `mir::syntax` types into the same file | Zalathar | -2/+1 |
| 2024-04-15 | Rollup merge of #123934 - WaffleLapkin:graph-mini-refactor, r=fmease | 许杰友 Jieyou Xu (Joe) | -20/+8 |
| 2024-04-15 | Use RPITIT for `Successors` and `Predecessors` traits | Maybe Waffle | -7/+3 |
| 2024-04-14 | Rename `WithNumEdges` => `NumEdges` and `WithStartNode` => `StartNode` | Maybe Waffle | -3/+3 |
| 2024-04-14 | Merge `{With,Graph}{Successors,Predecessors}` into `{Successors,Predecessors}` | Maybe Waffle | -15/+9 |
| 2024-04-14 | Merge `WithNumNodes` into DirectedGraph | Maybe Waffle | -4/+2 |
| 2024-04-10 | introduce `Mutability::ptr_str` | Kalle Wachsmuth | -6/+1 |
| 2024-04-09 | Auto merge of #123272 - saethlin:reachable-mono-cleanup, r=cjgillot | bors | -53/+95 |
| 2024-04-08 | Transforms match into an assignment statement | DianQK | -0/+6 |
| 2024-04-07 | Only collect mono items from reachable blocks | Ben Kimock | -53/+95 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -5/+3 |
| 2024-04-04 | Rollup merge of #123439 - Zalathar:constants, r=oli-obk | Matthias Krüger | -8/+0 |
| 2024-04-04 | Auto merge of #123052 - maurer:addr-taken, r=compiler-errors | bors | -1/+1 |
| 2024-04-03 | Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmease | Jacob Pratt | -7/+7 |
| 2024-04-04 | coverage: Remove useless constants | Zalathar | -8/+0 |
| 2024-04-03 | Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -2/+2 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -3/+3 |
| 2024-04-03 | Remove MIR unsafe check | Matthew Jasper | -77/+1 |
| 2024-04-03 | Check `x86_64` size assertions on `aarch64`, too | Zalathar | -7/+7 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -3/+3 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -1/+17 |
| 2024-04-02 | Track reason for creating a `ReifyShim` | Matthew Maurer | -1/+1 |
| 2024-03-29 | Auto merge of #122450 - Urgau:simplify-trim-paths-feature, r=michaelwoerister | bors | -2/+6 |