| Age | Commit message (Expand) | Author | Lines |
| 2024-04-26 | Auto merge of #120845 - petrochenkov:debmac, r=oli-obk | bors | -17/+1 |
| 2024-04-25 | Rollup merge of #124379 - compiler-errors:remove-new-solver-lookup-behavior, ... | Michael Goulet | -56/+9 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -17/+1 |
| 2024-04-25 | Remove special-casing for SimplifiedType for next solver | Michael Goulet | -56/+9 |
| 2024-04-24 | Auto merge of #122500 - petrochenkov:deleg, r=fmease | bors | -3/+10 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -52/+59 |
| 2024-04-23 | Auto merge of #123126 - oli-obk:feed_crate_num, r=davidtwco | bors | -8/+19 |
| 2024-04-23 | delegation: Support async, const, extern "ABI" and C-variadic functions | Vadim Petrochenkov | -3/+10 |
| 2024-04-23 | Rollup merge of #123993 - compiler-errors:coroutine-obl, r=lcnr | León Orell Valerian Liehr | -7/+4 |
| 2024-04-23 | Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasper | León Orell Valerian Liehr | -1/+1 |
| 2024-04-23 | Rollup merge of #120929 - long-long-float:wrap-dyn-in-suggestion, r=fmease | León Orell Valerian Liehr | -17/+22 |
| 2024-04-23 | Auto merge of #124277 - matthiaskrgr:rollup-zdb93i4, r=matthiaskrgr | bors | -0/+4 |
| 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 | -0/+11 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -7/+248 |
| 2024-04-22 | Rollup merge of #124183 - compiler-errors:unnecessary-by-ref, r=oli-obk | Guillaume Gomez | -11/+11 |
| 2024-04-23 | Wrap dyn type with parentheses in suggestion | long-long-float | -17/+22 |
| 2024-04-22 | Fix typo in the has_surface_drop's doc comment | Daria Sukhonina | -1/+1 |
| 2024-04-22 | Fix ICE when ADT tail has type error | Gurinder Singh | -0/+4 |
| 2024-04-20 | Address closure-related review | Nadrieril | -1/+1 |
| 2024-04-20 | Rollup merge of #123409 - ZhuUx:master, r=oli-obk | Matthias Krüger | -0/+1 |
| 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 | -38/+64 |
| 2024-04-19 | avoid PartialOrd on ScalarInt | Ralf Jung | -2/+2 |
| 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 | -29/+40 |
| 2024-04-19 | coverage. Generate Mappings of decisions and conditions for MC/DC | zhuyunxing | -0/+1 |
| 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 | -8/+23 |
| 2024-04-18 | Fix disabling the export of noop async_drop_in_place_raw | Daria Sukhonina | -2/+4 |
| 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 | has_typeck_results doesnt need to be a query | Michael Goulet | -0/+11 |
| 2024-04-17 | Use non-exhaustive matches for TyKind | Daria Sukhonina | -91/+74 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -12/+7 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -7/+263 |
| 2024-04-16 | Avoid lots of `hir::HirId{,Map,Set}` qualifiers. | Nicholas Nethercote | -31/+29 |
| 2024-04-15 | Do check_coroutine_obligations once per typeck root | Michael Goulet | -6/+3 |
| 2024-04-15 | Rename coroutine_stalled_predicates | Michael Goulet | -2/+2 |
| 2024-04-16 | Rollup merge of #123603 - compiler-errors:no-intrinsic, r=estebank | León Orell Valerian Liehr | -3/+8 |
| 2024-04-12 | Don't do coroutine-closure-specific upvar analysis if tainted by errors | Michael Goulet | -1/+1 |
| 2024-04-11 | Rollup merge of #123660 - compiler-errors:coroutine-closure-env, r=oli-obk | Matthias Krüger | -3/+71 |
| 2024-04-11 | Auto merge of #123007 - kadiwa4:suggest_convert_ptr_to_mut_ref, r=estebank | bors | -7/+1 |
| 2024-04-10 | Use a helper to zip together parent and child captures for coroutine-closures | Michael Goulet | -3/+71 |
| 2024-04-10 | introduce `Mutability::ptr_str` | Kalle Wachsmuth | -7/+1 |
| 2024-04-09 | Fix stage 2 | Michael Goulet | -1/+1 |
| 2024-04-09 | Add redundant_lifetime_args lint | Michael Goulet | -8/+7 |