| Age | Commit message (Expand) | Author | Lines |
| 2024-12-02 | remove `Ty::is_copy_modulo_regions` | lcnr | -2/+2 |
| 2024-11-30 | Move refinement check out of compare_impl_item | Michael Goulet | -9/+20 |
| 2024-11-30 | Make compare_impl_item into a query | Michael Goulet | -47/+45 |
| 2024-11-28 | support revealing defined opaque post borrowck | lcnr | -3/+11 |
| 2024-11-28 | uplift fold_regions to rustc_type_ir | lcnr | -2/+2 |
| 2024-11-28 | Rollup merge of #133428 - compiler-errors:rpitit-unsound, r=lcnr | Guillaume Gomez | -27/+21 |
| 2024-11-27 | Further simplifications | Michael Goulet | -21/+15 |
| 2024-11-26 | Auto merge of #132894 - frank-king:feature/where-refactor, r=cjgillot | bors | -6/+6 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -6/+6 |
| 2024-11-25 | Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=Amanieu | Matthias Krüger | -11/+27 |
| 2024-11-24 | Actually use placeholder regions for trait method late bound regions in colle... | Michael Goulet | -6/+6 |
| 2024-11-24 | Make s390x non-clobber-only vector register support unstable | Taiki Endo | -11/+27 |
| 2024-11-23 | Add simd_relaxed_fma intrinsic | Caleb Zulawski | -1/+3 |
| 2024-11-23 | no more Reveal :( | lcnr | -9/+9 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -32/+72 |
| 2024-11-21 | Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead | Matthias Krüger | -1/+3 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -2/+18 |
| 2024-11-19 | additional `TypingEnv` cleanups | lcnr | -3/+3 |
| 2024-11-19 | Implement ~const opaques | Michael Goulet | -0/+2 |
| 2024-11-19 | Rename implied_const_bounds to explicit_implied_const_bounds | Michael Goulet | -1/+1 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -11/+16 |
| 2024-11-18 | review | lcnr | -1/+1 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -12/+15 |
| 2024-11-17 | Rollup merge of #132795 - compiler-errors:refine-rpitit, r=lcnr | Jacob Pratt | -1/+101 |
| 2024-11-18 | Check use<..> in RPITIT for refinement | Michael Goulet | -1/+101 |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -4/+2 |
| 2024-11-11 | Simplify some places that deal with generic parameter defaults | León Orell Valerian Liehr | -75/+23 |
| 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-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -9/+14 |
| 2024-11-04 | ty::KContainer -> ty::AssocItemContainer::K | Michael Goulet | -9/+9 |
| 2024-11-03 | Rollup merge of #132574 - workingjubilee:abi-in-compiler, r=compiler-errors | Jubilee | -17/+16 |
| 2024-11-03 | compiler: Directly use rustc_abi in hir_{analysis,typeck} | Jubilee Young | -17/+16 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -1/+0 |
| 2024-10-31 | Auto merge of #131186 - compiler-errors:precise-capturing-borrowck, r=estebank | bors | -2/+2 |
| 2024-10-31 | Encode cross-crate opaque type origin | Michael Goulet | -2/+2 |
| 2024-10-31 | Auto merge of #132377 - matthiaskrgr:rollup-3p1c6hs, r=matthiaskrgr | bors | -3/+2 |
| 2024-10-30 | Remove dead code stemming from the old effects desugaring | León Orell Valerian Liehr | -3/+2 |
| 2024-10-30 | Rollup merge of #132344 - compiler-errors:same-thing, r=lcnr | Jubilee | -6/+6 |
| 2024-10-30 | Merge HostPolarity and BoundConstness | Michael Goulet | -6/+6 |
| 2024-10-30 | Switch to comparing indices instead of names. | Adrian Taylor | -28/+11 |
| 2024-10-30 | Reject generic self types. | Adrian Taylor | -13/+73 |
| 2024-10-30 | Rollup merge of #131856 - lcnr:typing-mode, r=compiler-errors | Matthias Krüger | -22/+24 |
| 2024-10-29 | Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis... | Matthias Krüger | -4/+2 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -22/+24 |