| Age | Commit message (Expand) | Author | Lines |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -37/+200 |
| 2024-11-18 | review | lcnr | -1/+1 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -17/+24 |
| 2024-11-17 | Rollup merge of #132795 - compiler-errors:refine-rpitit, r=lcnr | Jacob Pratt | -1/+111 |
| 2024-11-18 | Check use<..> in RPITIT for refinement | Michael Goulet | -1/+111 |
| 2024-11-17 | Auto merge of #120370 - x17jiri:likely_unlikely_fix, r=saethlin | bors | -4/+2 |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -4/+2 |
| 2024-11-16 | Rollup merge of #132832 - compiler-errors:late-ty, r=cjgillot | Matthias Krüger | -22/+29 |
| 2024-11-11 | Simplify some places that deal with generic parameter defaults | León Orell Valerian Liehr | -75/+23 |
| 2024-11-10 | Deny capturing late-bound ty/ct params in nested opaques | Michael Goulet | -10/+27 |
| 2024-11-10 | Revert "Skip late-bound lifetimes when crossing an AnonConst." | Michael Goulet | -12/+2 |
| 2024-11-08 | Rollup merge of #132757 - compiler-errors:yeet-check-wf, r=lcnr | Jubilee | -19/+136 |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -5/+3 |
| 2024-11-08 | Manually register some bounds for a better span | Michael Goulet | -8/+37 |
| 2024-11-08 | Get rid of check_opaque_type_well_formed | Michael Goulet | -17/+105 |
| 2024-11-07 | Rollup merge of #132734 - RalfJung:platform-intrinsic, r=compiler-errors | Matthias Krüger | -2/+1 |
| 2024-11-07 | remove 'platform-intrinsic' ABI leftovers | Ralf Jung | -2/+1 |
| 2024-11-05 | Remove unused errs.rs file | Eric Huss | -88/+0 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -31/+38 |
| 2024-11-04 | Rollup merge of #132559 - bvanjoi:fix-132534, r=compiler-errors | Matthias Krüger | -8/+2 |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -22/+29 |
| 2024-11-04 | ty::KContainer -> ty::AssocItemContainer::K | Michael Goulet | -9/+9 |
| 2024-11-04 | find the generic container rather than simply looking up for the assoc with c... | bohan | -8/+2 |
| 2024-11-03 | Rollup merge of #132574 - workingjubilee:abi-in-compiler, r=compiler-errors | Jubilee | -34/+37 |
| 2024-11-03 | compiler: Directly use rustc_abi in hir_{analysis,typeck} | Jubilee Young | -34/+37 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -3/+1 |
| 2024-11-02 | Rollup merge of #132466 - cjgillot:opaque-late, r=compiler-errors | Matthias Krüger | -3/+20 |
| 2024-11-01 | Skip late-bound lifetimes when crossing an AnonConst. | Camille GILLOT | -2/+12 |
| 2024-11-01 | Account for late-bound depth when capturing all opaque lifetimes. | Camille GILLOT | -1/+8 |
| 2024-11-01 | Auto merge of #132196 - compiler-errors:probe_ty_param_bounds, r=petrochenkov | bors | -49/+94 |
| 2024-10-31 | Rollup merge of #132209 - compiler-errors:modifiers, r=fmease | Jubilee | -20/+35 |
| 2024-10-31 | Double check the lowered predicates in type_param_predicates | Michael Goulet | -7/+24 |
| 2024-10-31 | Make SelfTraitThatDefines a tighter filter | Michael Goulet | -27/+55 |
| 2024-10-31 | Make predicate filter in `probe_ty_param_bounds_in_generics` more explicit | Michael Goulet | -17/+17 |
| 2024-10-31 | Auto merge of #131186 - compiler-errors:precise-capturing-borrowck, r=estebank | bors | -7/+17 |
| 2024-10-31 | Encode cross-crate opaque type origin | Michael Goulet | -7/+17 |
| 2024-10-31 | Auto merge of #132377 - matthiaskrgr:rollup-3p1c6hs, r=matthiaskrgr | bors | -9/+13 |
| 2024-10-31 | Rollup merge of #132374 - fmease:rm-dead-eff-code, r=compiler-errors | Matthias Krüger | -9/+3 |
| 2024-10-31 | Rollup merge of #132373 - compiler-errors:rpitit-bound, r=fmease | Matthias Krüger | -0/+10 |
| 2024-10-31 | Validate associated type bounds on ? | Michael Goulet | -13/+25 |
| 2024-10-30 | Actually do validation for poly trait refs with ? modifier | Michael Goulet | -8/+11 |
| 2024-10-30 | Remove dead code stemming from the old effects desugaring | León Orell Valerian Liehr | -9/+3 |
| 2024-10-30 | Make sure type_param_predicates resolves correctly for RPITIT | Michael Goulet | -0/+10 |
| 2024-10-30 | Rollup merge of #132344 - compiler-errors:same-thing, r=lcnr | Jubilee | -16/+21 |
| 2024-10-30 | Rollup merge of #129383 - cjgillot:opaque-noremap, r=compiler-errors,petroche... | Jubilee | -162/+323 |
| 2024-10-30 | Merge HostPolarity and BoundConstness | Michael Goulet | -16/+21 |
| 2024-10-30 | Actually capture all in-scope lifetimes. | Camille GILLOT | -43/+29 |
| 2024-10-30 | Review comments. | Camille GILLOT | -1/+1 |
| 2024-10-30 | Adapt comments. | Camille GILLOT | -12/+12 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -160/+335 |