| Age | Commit message (Expand) | Author | Lines |
| 2024-12-01 | Auto merge of #133365 - compiler-errors:compare-impl-item, r=lcnr | bors | -47/+56 |
| 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-30 | Rollup merge of #116161 - Soveu:varargs2, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -31/+3 |
| 2024-11-28 | support revealing defined opaque post borrowck | lcnr | -3/+11 |
| 2024-11-28 | uplift fold_regions to rustc_type_ir | lcnr | -6/+10 |
| 2024-11-28 | Rollup merge of #133428 - compiler-errors:rpitit-unsound, r=lcnr | Guillaume Gomez | -27/+21 |
| 2024-11-27 | Stabilize `extended_varargs_abi_support` | Soveu | -31/+3 |
| 2024-11-27 | Further simplifications | Michael Goulet | -21/+15 |
| 2024-11-27 | Auto merge of #133393 - compiler-errors:dyn-tweaks, r=lcnr,spastorino | bors | -36/+2 |
| 2024-11-26 | Rollup merge of #133394 - compiler-errors:dyn-more-errors, r=lcnr | Michael Goulet | -5/+15 |
| 2024-11-26 | Auto merge of #132894 - frank-king:feature/where-refactor, r=cjgillot | bors | -23/+27 |
| 2024-11-25 | Remove span hack that doesnt do anything | Michael Goulet | -34/+1 |
| 2024-11-25 | No need to store original_span in ClauseWithSupertraitSpan | Michael Goulet | -1/+1 |
| 2024-11-25 | Simplify object_region_bounds | Michael Goulet | -1/+0 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -23/+27 |
| 2024-11-25 | Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=Amanieu | Matthias Krüger | -11/+35 |
| 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/+35 |
| 2024-11-23 | Dont create trait object if it has errors in it | Michael Goulet | -1/+6 |
| 2024-11-23 | Dont create object type when more than one principal is present | Michael Goulet | -4/+9 |
| 2024-11-23 | no more Reveal :( | lcnr | -9/+9 |
| 2024-11-23 | Auto merge of #132915 - veluca93:unsafe-fields, r=jswrenn | bors | -32/+96 |
| 2024-11-22 | Simplify fulfill_implication | Michael Goulet | -7/+2 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -32/+96 |
| 2024-11-21 | Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead | Matthias Krüger | -5/+22 |
| 2024-11-21 | Rollup merge of #132207 - compiler-errors:tweak-res-mod-segment, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2024-11-20 | Auto merge of #133261 - matthiaskrgr:rollup-ekui4we, r=matthiaskrgr | bors | -14/+71 |
| 2024-11-20 | we should not be reporting generic error if there is not a segment to deny | Michael Goulet | -2/+2 |
| 2024-11-20 | Make PointerLike opt-in as a trait | Michael Goulet | -14/+71 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -2/+18 |
| 2024-11-20 | Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errors | bors | -17/+22 |
| 2024-11-19 | additional `TypingEnv` cleanups | lcnr | -3/+3 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -2/+2 |
| 2024-11-19 | Implement ~const opaques | Michael Goulet | -1/+18 |
| 2024-11-19 | Rename implied_const_bounds to explicit_implied_const_bounds | Michael Goulet | -4/+4 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -12/+17 |
| 2024-11-19 | Fix broken intra-doc link | Boxy | -1/+1 |
| 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 |