| Age | Commit message (Expand) | Author | Lines |
| 2024-04-23 | Auto merge of #124277 - matthiaskrgr:rollup-zdb93i4, r=matthiaskrgr | bors | -21/+82 |
| 2024-04-23 | Rollup merge of #124220 - RalfJung:interpret-wrong-vtable, r=oli-obk | Matthias Krüger | -21/+78 |
| 2024-04-23 | Rollup merge of #124057 - gurry:124031-ice-layout-errored, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2024-04-23 | Auto merge of #123992 - compiler-errors:no-has-typeck-results, r=jackh726 | bors | -4/+11 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -10/+279 |
| 2024-04-22 | Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnay | Guillaume Gomez | -1/+0 |
| 2024-04-22 | Rollup merge of #124217 - Zalathar:pre-branch, r=oli-obk | Guillaume Gomez | -2/+4 |
| 2024-04-22 | Rollup merge of #124183 - compiler-errors:unnecessary-by-ref, r=oli-obk | Guillaume Gomez | -11/+11 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -1/+0 |
| 2024-04-23 | Wrap dyn type with parentheses in suggestion | long-long-float | -17/+22 |
| 2024-04-22 | Stabilize the size of incr comp object file names | Ben Kimock | -6/+5 |
| 2024-04-22 | Fix typo in the has_surface_drop's doc comment | Daria Sukhonina | -1/+1 |
| 2024-04-22 | coverage: Detach MC/DC branch spans from regular branch spans | Zalathar | -2/+4 |
| 2024-04-22 | Fix ICE when ADT tail has type error | Gurinder Singh | -0/+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 | Address closure-related review | Nadrieril | -1/+1 |
| 2024-04-20 | Track mutability of deref patterns | Nadrieril | -3/+4 |
| 2024-04-20 | Auto merge of #124190 - RalfJung:pat-compare-with-fast-path, r=Nadrieril | bors | -5/+8 |
| 2024-04-20 | Rollup merge of #123409 - ZhuUx:master, r=oli-obk | Matthias Krüger | -5/+128 |
| 2024-04-20 | PatRangeBoundary::compare_with: als add a fast-path for signed integers | Ralf Jung | -5/+8 |
| 2024-04-19 | Stop taking ParamTy/ParamConst/EarlyParamRegion/AliasTy by ref | Michael Goulet | -11/+11 |
| 2024-04-19 | Auto merge of #124113 - RalfJung:interpret-scalar-ops, r=oli-obk | bors | -63/+102 |
| 2024-04-20 | coverage. Lowering MC/DC statements to llvm-ir | zhuyunxing | -0/+4 |
| 2024-04-19 | avoid PartialOrd on ScalarInt | Ralf Jung | -13/+24 |
| 2024-04-19 | Remove `feed_local_crate` in favor of creating the `CrateNum` via `TyCtxt` | Oli Scherer | -7/+0 |
| 2024-04-19 | Prepare for `CrateNum` query feeding on creation | Oli Scherer | -2/+5 |
| 2024-04-19 | Isolate `CrateNum` creation to `TyCtxt` methods | Oli Scherer | -0/+10 |
| 2024-04-19 | Move `stable_crate_ids` from `CrateStore` to `Untracked` | Oli Scherer | -1/+6 |
| 2024-04-19 | ScalarInt: add methods to assert being a (u)int of given size | Ralf Jung | -34/+45 |
| 2024-04-19 | coverage. Generate Mappings of decisions and conditions for MC/DC | zhuyunxing | -5/+124 |
| 2024-04-19 | Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiser | bors | -1/+15 |
| 2024-04-18 | interpret/binary_int_op: avoid dropping to raw ints until we determined the sign | Ralf Jung | -18/+35 |
| 2024-04-18 | Fix disabling the export of noop async_drop_in_place_raw | Daria Sukhonina | -3/+7 |
| 2024-04-18 | Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb | bors | -18/+18 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -18/+18 |
| 2024-04-17 | has_typeck_results doesnt need to be a query | Michael Goulet | -4/+11 |
| 2024-04-17 | Use non-exhaustive matches for TyKind | Daria Sukhonina | -93/+77 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -23/+14 |
| 2024-04-17 | consistency rename: language item -> lang item | Ralf Jung | -1/+1 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -63/+58 |
| 2024-04-16 | Rollup merge of #124016 - DaniPopes:dedup-default-providers, r=lcnr | Guillaume Gomez | -23/+28 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -9/+290 |
| 2024-04-16 | Outline default query and hook provider function implementations | DaniPopes | -23/+28 |
| 2024-04-16 | Auto merge of #124015 - GuillaumeGomez:rollup-s46ksxa, r=GuillaumeGomez | bors | -16/+7 |
| 2024-04-16 | Rollup merge of #124006 - Zalathar:static-assert, r=nnethercote | Guillaume Gomez | -2/+1 |
| 2024-04-16 | Rollup merge of #123995 - compiler-errors:thir-hooks, r=oli-obk | Guillaume Gomez | -14/+6 |