| Age | Commit message (Expand) | Author | Lines |
| 2024-12-12 | Rollup merge of #133122 - compiler-errors:afidt, r=oli-obk | Matthias Krüger | -12/+184 |
| 2024-12-11 | Rename projection_def_id to item_def_id | Michael Goulet | -3/+3 |
| 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 | -1/+131 |
| 2024-12-10 | Add feature gate, not working yet | Michael Goulet | -11/+48 |
| 2024-12-07 | Make `Copy` unsafe to implement for ADTs with `unsafe` fields | Jack Wrenn | -2/+10 |
| 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-04 | Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgr | bors | -30/+3 |
| 2024-12-03 | Remove generic_associated_types_extended feature gate | Michael Goulet | -30/+3 |
| 2024-12-03 | Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxu | Matthias Krüger | -2/+1 |
| 2024-12-03 | Rollup merge of #133517 - compiler-errors:deep-norm, r=lcnr | Matthias Krüger | -4/+21 |
| 2024-12-02 | Assert that obligations are empty before deeply normalizing | Michael Goulet | -0/+16 |
| 2024-12-02 | Deeply normalize when computing implied outlives bounds | Michael Goulet | -4/+5 |
| 2024-12-02 | Fix const specialization | Michael Goulet | -5/+17 |
| 2024-12-02 | Reimplement specialization for const traits | Michael Goulet | -18/+112 |
| 2024-12-02 | Auto merge of #133626 - lcnr:fix-diesel, r=BoxyUwU | bors | -6/+11 |
| 2024-11-29 | check local cache even if global is usable | lcnr | -6/+11 |
| 2024-11-28 | Replace `Symbol::intern` calls with preinterned symbols | clubby789 | -2/+1 |
| 2024-11-28 | support revealing defined opaque post borrowck | lcnr | -11/+20 |
| 2024-11-28 | uplift fold_regions to rustc_type_ir | lcnr | -1/+2 |
| 2024-11-27 | Auto merge of #133393 - compiler-errors:dyn-tweaks, r=lcnr,spastorino | bors | -29/+7 |
| 2024-11-26 | Rollup merge of #133471 - lcnr:uwu-gamer, r=BoxyUwU | Michael Goulet | -18/+25 |
| 2024-11-25 | fix gce typing_mode mismatch | lcnr | -18/+25 |
| 2024-11-25 | Simplify object_region_bounds | Michael Goulet | -29/+7 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -2/+2 |
| 2024-11-23 | Auto merge of #133242 - lcnr:questionable-uwu, r=compiler-errors,BoxyUwU | bors | -68/+75 |
| 2024-11-23 | global old solver cache: use `TypingEnv` | lcnr | -20/+41 |
| 2024-11-23 | remove remaining references to `Reveal` | lcnr | -6/+6 |
| 2024-11-23 | no more Reveal :( | lcnr | -42/+28 |
| 2024-11-23 | Rollup merge of #133366 - compiler-errors:expected-found, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -7/+10 |
| 2024-11-23 | Remove unnecessary bool from ExpectedFound | Michael Goulet | -7/+10 |
| 2024-11-22 | Rollup merge of #132090 - compiler-errors:baily, r=lcnr | Michael Goulet | -32/+0 |
| 2024-11-22 | Rollup merge of #133323 - compiler-errors:bail-if-self-var, r=lcnr | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2024-11-22 | Bail in effects in old solver if self ty is ty var | Michael Goulet | -0/+5 |
| 2024-11-22 | Simplify fulfill_implication | Michael Goulet | -124/+102 |
| 2024-11-21 | Stop being so bail-y in candidate assembly | Michael Goulet | -32/+0 |
| 2024-11-20 | Rip out built-in PointerLike impl | Michael Goulet | -31/+0 |
| 2024-11-19 | additional `TypingEnv` cleanups | lcnr | -6/+5 |
| 2024-11-19 | rustdoc: yeet `TypingEnv::from_param_env` | lcnr | -9/+4 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -21/+35 |
| 2024-11-12 | Handle infer vars in anon consts on stable | Boxy | -9/+21 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -74/+280 |
| 2024-11-06 | Auto merge of #132625 - compiler-errors:cache-only-if-opaque, r=lcnr | bors | -6/+18 |
| 2024-11-05 | Only disable cache if predicate has opaques within it | Michael Goulet | -6/+18 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -13/+15 |
| 2024-11-04 | Rollup merge of #132486 - compiler-errors:no-binder, r=lcnr | Matthias Krüger | -9/+3 |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -7/+9 |