| Age | Commit message (Expand) | Author | Lines |
| 2024-04-25 | Don't ICE when codegen_select returns ambiguity in new solver | Michael Goulet | -12/+5 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -1/+42 |
| 2024-04-19 | Stop taking ParamTy/ParamConst/EarlyParamRegion/AliasTy by ref | Michael Goulet | -3/+3 |
| 2024-04-19 | Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiser | bors | -1/+1 |
| 2024-04-18 | Fix disabling the export of noop async_drop_in_place_raw | Daria Sukhonina | -1/+1 |
| 2024-04-17 | Use non-exhaustive matches for TyKind | Daria Sukhonina | -36/+17 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -1/+61 |
| 2024-04-16 | Fail candidate assembly for erroneous types | Gurinder Singh | -2/+2 |
| 2024-04-09 | Handle const generic pattern types | Santiago Pastorino | -2/+6 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+36 |
| 2024-04-04 | Rollup merge of #123464 - fmease:rn-has-proj-to-has-aliases, r=compiler-errors | Jacob Pratt | -2/+2 |
| 2024-04-04 | Rename HAS_PROJECTIONS to HAS_ALIASES etc. | León Orell Valerian Liehr | -2/+2 |
| 2024-04-04 | Auto merge of #123377 - oli-obk:private_projection, r=compiler-errors | bors | -5/+6 |
| 2024-04-04 | Only inspect user-written predicates for privacy concerns | Oli Scherer | -5/+6 |
| 2024-04-04 | Rollup merge of #121546 - gurry:121473-ice-sizeof-mir-op, r=oli-obk | Matthias Krüger | -1/+37 |
| 2024-04-04 | Error out of layout calculation if a non-last struct field is unsized | Gurinder Singh | -1/+37 |
| 2024-04-04 | Auto merge of #123240 - compiler-errors:assert-args-compat, r=fmease | bors | -2/+1 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -1/+1 |
| 2024-04-03 | Uplift and start using check_args_compatible more liberally | Michael Goulet | -2/+1 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -1/+1 |
| 2024-03-27 | Rollup merge of #123021 - compiler-errors:coroutine-layout-lol, r=oli-obk | Guillaume Gomez | -2/+2 |
| 2024-03-26 | In ConstructCoroutineInClosureShim, pass receiver by ref, not pointer | Michael Goulet | -2/+6 |
| 2024-03-24 | Require coroutine kind type to be passed to TyCtxt::coroutine_layout | Michael Goulet | -2/+2 |
| 2024-03-24 | Always use tcx.coroutine_layout over calling optimized_mir directly | Michael Goulet | -1/+1 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -1/+1 |
| 2024-03-22 | -Zprint-type-sizes: print the types of awaitees and unnamed coroutine locals. | Kevin Reid | -1/+9 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -2/+2 |
| 2024-03-19 | Fix ABI for FnMut/Fn impls for async closures | Michael Goulet | -4/+13 |
| 2024-03-19 | Only split by-ref/by-move futures for async closures | Michael Goulet | -29/+22 |
| 2024-03-19 | Ensure nested statics have a HIR node to prevent various queries from ICEing | Oli Scherer | -25/+4 |
| 2024-03-19 | The AssocOpaqueTy HIR node is not actually needed to differentiate from other... | Oli Scherer | -5/+3 |
| 2024-03-19 | Auto merge of #122493 - lukas-code:sized-constraint, r=lcnr | bors | -74/+68 |
| 2024-03-18 | address nits | Lukas Markeffsky | -7/+4 |
| 2024-03-15 | Rollup merge of #122513 - petrochenkov:somehir4, r=fmease | Guillaume Gomez | -5/+1 |
| 2024-03-14 | Fill in HIR hash for associated opaque types | Vadim Petrochenkov | -3/+9 |
| 2024-03-14 | clean up ADT sized constraint computation | Lukas Markeffsky | -70/+67 |
| 2024-03-14 | make `Representability::Infinite` carry `ErrorGuaranteed` | Lukas Markeffsky | -3/+3 |
| 2024-03-14 | hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id` | Vadim Petrochenkov | -5/+1 |
| 2024-03-13 | Create some minimal HIR for associated opaque types | Vadim Petrochenkov | -8/+21 |
| 2024-03-12 | Rollup merge of #122366 - oli-obk:opaques_defined_by_overflow, r=lcnr | Jubilee | -0/+4 |
| 2024-03-12 | Fix stack overflow with recursive associated types | Oli Scherer | -0/+4 |
| 2024-03-12 | Manual rustfmt | Oli Scherer | -2/+2 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -3/+3 |
| 2024-03-11 | update comment for RPITIT projections | lcnr | -15/+22 |
| 2024-03-11 | Make `DefiningAnchor::Bind` only store the opaque types that may be constrain... | Oli Scherer | -1/+25 |
| 2024-03-10 | Introduce perma-unstable `wasm-c-abi` flag | daxpedda | -1/+1 |
| 2024-03-09 | Rollup merge of #121584 - klensy:itertools-up, r=Mark-Simulacrum | Guillaume Boisseau | -1/+1 |
| 2024-03-09 | Rollup merge of #122237 - fee1-dead-contrib:rmord, r=compiler-errors | Matthias Krüger | -17/+20 |
| 2024-03-09 | Remove `Ord` from `ClosureKind` | Deadbeef | -17/+20 |
| 2024-03-08 | bump itertools to 0.12 | klensy | -1/+1 |