| Age | Commit message (Expand) | Author | Lines |
| 2024-03-05 | Rollup merge of #122018 - RalfJung:box-custom-alloc, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-03-05 | Convert `SpannedTypeVisitor` to use `VisitorResult` | Jason Newcomb | -26/+20 |
| 2024-03-05 | Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult` | Jason Newcomb | -15/+10 |
| 2024-03-05 | Merge `impl_trait_in_assoc_types_defined_by` query back into `opaque_types_de... | Oli Scherer | -14/+7 |
| 2024-03-05 | Uplift some feeding out of associated_type_for_impl_trait_in_impl and into qu... | Michael Goulet | -43/+4 |
| 2024-03-05 | only set noalias on Box with the global allocator | Ralf Jung | -1/+1 |
| 2024-03-05 | Rollup merge of #121838 - oli-obk:impl_trait_in_assoc_tys_fix, r=compiler-errors | Matthias Krüger | -81/+18 |
| 2024-03-04 | make `intrinsic` query legal for any `DefId` | Oli Scherer | -3/+1 |
| 2024-03-04 | Merge the impl trait in assoc type collector into the opaque type collector a... | Oli Scherer | -81/+18 |
| 2024-02-28 | Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive` | Trevor Gross | -0/+2 |
| 2024-02-27 | wf-check RPITs | lcnr | -12/+1 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -10/+5 |
| 2024-02-21 | Rollup merge of #121208 - nnethercote:delayed_bug-to-bug, r=lcnr | Dylan DPC | -3/+2 |
| 2024-02-21 | Convert `delayed_bug`s to `bug`s. | Nicholas Nethercote | -3/+2 |
| 2024-02-20 | Fix stray trait mismatch in resolve_associated_item for AsyncFn | Michael Goulet | -15/+3 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -1/+2 |
| 2024-02-13 | Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errors | bors | -3/+4 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -20/+23 |
| 2024-02-12 | Stop calling `impl_polarity` when `impl_trait_ref` was also called | Oli Scherer | -3/+4 |
| 2024-02-12 | Make `is_intrinsic` query return the intrinsic name | Oli Scherer | -1/+2 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -20/+23 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -2/+1 |
| 2024-02-11 | Auto merge of #120619 - compiler-errors:param, r=lcnr | bors | -3/+1 |
| 2024-02-10 | Auto merge of #120712 - compiler-errors:async-closures-harmonize, r=oli-obk | bors | -0/+31 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -4/+0 |
| 2024-02-07 | Stop using is_copy_modulo_regions when building clone shim | Michael Goulet | -3/+1 |
| 2024-02-07 | Stop using `hir_ty_to_ty` in rustc_privacy | Oli Scherer | -3/+3 |
| 2024-02-07 | Actually walk fields of Adt definitions | Oli Scherer | -2/+11 |
| 2024-02-07 | extern types don't have any types to visit | Oli Scherer | -1/+1 |
| 2024-02-07 | Associated types in traits don't necessarily have a type that we can visit | Oli Scherer | -5/+4 |
| 2024-02-06 | Coroutine closures implement regular Fn traits, when possible | Michael Goulet | -0/+18 |
| 2024-02-06 | Regular closures now built-in impls for AsyncFn* | Michael Goulet | -0/+13 |
| 2024-02-06 | Fudge coroutine argument for CoroutineKindShim in fn_sig_for_fn_abi | Michael Goulet | -2/+34 |
| 2024-02-06 | Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure | Michael Goulet | -1/+1 |
| 2024-02-06 | More comments, final tweaks | Michael Goulet | -0/+13 |
| 2024-02-06 | Build a shim to call async closures with different AsyncFn trait kinds | Michael Goulet | -9/+23 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -0/+47 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -1/+21 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -4/+0 |
| 2024-01-30 | Remove the `abi_amdgpu_kernel` feature | clubby789 | -1/+0 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -1/+2 |
| 2024-01-26 | Auto merge of #119968 - clubby789:unused-feature, r=compiler-errors | bors | -1/+0 |
| 2024-01-26 | Auto merge of #116167 - RalfJung:structural-eq, r=lcnr | bors | -11/+5 |
| 2024-01-25 | Remove unused features | clubby789 | -1/+0 |
| 2024-01-24 | remove StructuralEq trait | Ralf Jung | -11/+5 |
| 2024-01-23 | Rollup merge of #120139 - compiler-errors:fnonce-shim, r=BoxyUwU | León Orell Valerian Liehr | -1/+6 |
| 2024-01-23 | Rollup merge of #119766 - oli-obk:split_tait_and_atpit, r=compiler-errors | León Orell Valerian Liehr | -62/+151 |
| 2024-01-22 | Do not normalize closure signature when building FnOnce shim | Michael Goulet | -1/+6 |
| 2024-01-22 | Limit impl trait in assoc type defining scope | Oli Scherer | -1/+79 |
| 2024-01-22 | Pull opaque type check into a separate method | Oli Scherer | -61/+64 |