| Age | Commit message (Expand) | Author | Lines |
| 2025-03-27 | Auto merge of #139012 - Zalathar:rollup-qgt5yfo, r=Zalathar | bors | -2/+4 |
| 2025-03-26 | Stop using Interner in the compiler randomly | Michael Goulet | -2/+4 |
| 2025-03-24 | Instantiate binder before registering nested obligations for auto/built-in tr... | Michael Goulet | -32/+16 |
| 2025-03-18 | Remove existing AFIDT implementation | Michael Goulet | -6/+0 |
| 2025-03-16 | Suppress must_use in compiler and tools | Michael Goulet | -1/+1 |
| 2025-03-13 | Auto merge of #138249 - compiler-errors:auto-self, r=lcnr | bors | -15/+1 |
| 2025-03-10 | Remove AdtFlags::IS_ANONYMOUS and Copy/Clone condition for anonymous ADT | Michael Goulet | -9/+0 |
| 2025-03-09 | Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errors | Matthias Krüger | -11/+3 |
| 2025-03-09 | Do not register `Self: AutoTrait` when confirming auto trait | Michael Goulet | -15/+1 |
| 2025-03-06 | Rollup merge of #137910 - compiler-errors:async-fn-goal-error, r=oli-obk | Michael Goulet | -1/+3 |
| 2025-03-05 | Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -36/+0 |
| 2025-03-04 | mgca: Lower all const paths as `ConstArgKind::Path` | Noah Lev | -1/+1 |
| 2025-03-03 | Improve error message for AsyncFn trait failure for RPIT | Michael Goulet | -1/+3 |
| 2025-03-01 | Rollup merge of #137800 - BoxyUwU:param_env_docs, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-03-01 | Rollup merge of #137776 - nnethercote:rustc_transmute-cleanups, r=jswrenn | Matthias Krüger | -9/+4 |
| 2025-03-01 | Rollup merge of #137689 - compiler-errors:coroutine, r=lcnr | Matthias Krüger | -58/+21 |
| 2025-02-28 | review | lcnr | -3/+9 |
| 2025-02-28 | Remove `allow(unused_variables)` for `rustc_transmute`. | Nicholas Nethercote | -8/+3 |
| 2025-02-28 | Remove `rustc_transmute`'s dependence on `rustc_infer`. | Nicholas Nethercote | -1/+1 |
| 2025-02-27 | Delete tuple unsizing | Alice Ryhl | -36/+0 |
| 2025-02-26 | Remove `ParamEnv::without_caller_bounds` | Boxy | -1/+1 |
| 2025-02-26 | Use bound_coroutine_witnesses in old solver | Michael Goulet | -58/+21 |
| 2025-02-24 | Remove dyn_compatible_for_dispatch | Michael Goulet | -7/+1 |
| 2025-02-20 | Turn order dependent trait objects future incompat warning into a hard error | Oli Scherer | -11/+3 |
| 2025-02-13 | Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity | Michael Goulet | -1/+143 |
| 2025-02-10 | Check whole Unsize predicate for escaping bound vars | Michael Goulet | -2/+3 |
| 2025-02-08 | Rustfmt | bjorn3 | -39/+54 |
| 2025-02-06 | stabilize `feature(trait_upcasting)` | Waffle Lapkin | -62/+1 |
| 2025-01-30 | introduce `ty::Value` | Lukas Markeffsky | -1/+1 |
| 2025-01-28 | Make item self/non-self bound naming less whack | Michael Goulet | -2/+2 |
| 2025-01-21 | Move supertrait_def_ids into the elaborate module like all other fns | Michael Goulet | -4/+5 |
| 2025-01-18 | Get rid of `ToPolyTraitRef` | Michael Goulet | -5/+7 |
| 2025-01-14 | Prefer lower TraitUpcasting candidates | Michael Goulet | -1/+13 |
| 2024-12-31 | Make sure we check the future type is Sized in AsyncFn* | Michael Goulet | -3/+20 |
| 2024-12-27 | Rollup merge of #134823 - chloefeal:fix, r=tgross35,dtolnay | David Tolnay | -1/+1 |
| 2024-12-27 | Fix typos | chloefeal | -1/+1 |
| 2024-12-26 | Make ty::Error implement auto traits | Michael Goulet | -1/+3 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -2/+17 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-17 | consistently handle global where-bounds | lcnr | -305/+241 |
| 2024-12-12 | Rollup merge of #133122 - compiler-errors:afidt, r=oli-obk | Matthias Krüger | -0/+79 |
| 2024-12-11 | Rename projection_def_id to item_def_id | Michael Goulet | -1/+1 |
| 2024-12-10 | Don't check RPITITs that are Self:Sized for PointerLike | Michael Goulet | -0/+5 |
| 2024-12-10 | Implement projection and shim for AFIDT | Michael Goulet | -0/+74 |
| 2024-12-07 | Make `Copy` unsafe to implement for ADTs with `unsafe` fields | Jack Wrenn | -2/+0 |
| 2024-12-05 | do not implement unsafe auto traits for types with unsafe fields | Jack Wrenn | -0/+9 |
| 2024-12-05 | Auto merge of #133893 - fmease:rollup-11pi6fg, r=fmease | bors | -52/+2 |
| 2024-12-04 | No need to create placeholders for GAT args in confirm_object_candidate | Michael Goulet | -52/+2 |
| 2024-12-04 | Make sure to record deps from cached task in new solver on first run | Michael Goulet | -4/+1 |
| 2024-12-03 | Remove generic_associated_types_extended feature gate | Michael Goulet | -1/+1 |