| Age | Commit message (Expand) | Author | Lines |
| 2024-10-19 | Rollup merge of #131939 - compiler-errors:predicate-filter, r=fmease | Matthias Krüger | -95/+61 |
| 2024-10-19 | Use PredicateFilter instead of OnlySelfBounds | Michael Goulet | -95/+61 |
| 2024-10-19 | Remove unnecessary constness | Michael Goulet | -45/+16 |
| 2024-10-17 | Rollup merge of #128391 - cafce25:issue-128390, r=lcnr | Matthias Krüger | -5/+10 |
| 2024-10-16 | Rollup merge of #131753 - compiler-errors:swap-secondary, r=jieyouxu | Matthias Krüger | -7/+3 |
| 2024-10-16 | Rollup merge of #131754 - compiler-errors:bivariance-bivariance, r=estebank | Urgau | -10/+50 |
| 2024-10-16 | Auto merge of #131422 - GnomedDev:smallvec-predicate-obligations, r=compiler-... | bors | -5/+6 |
| 2024-10-15 | Don't report bivariance error when nesting a struct with field errors into an... | Michael Goulet | -10/+50 |
| 2024-10-15 | Unify secondary_span and swap_secondary_and_primary | Michael Goulet | -7/+3 |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -21/+22 |
| 2024-10-15 | Rollup merge of #131328 - ismailarilik:remove-unnecessary-sorts-in-rustc-hir-... | Matthias Krüger | -7/+2 |
| 2024-10-15 | Rollup merge of #131675 - tdittr:update-unsupported-abi-message, r=compiler-e... | Matthias Krüger | -3/+3 |
| 2024-10-14 | improve error messages for `C-cmse-nonsecure-entry` functions | Folkert de Vries | -67/+122 |
| 2024-10-14 | Move trait bound modifiers into hir::PolyTraitRef | Michael Goulet | -18/+19 |
| 2024-10-14 | Update lint message for ABI not supported | Tamme Dittrich | -3/+3 |
| 2024-10-12 | Rollup merge of #131239 - VulnBandit:trait-vulnerability, r=lcnr | Matthias Krüger | -35/+37 |
| 2024-10-12 | Rollup merge of #128784 - tdittr:check-abi-on-fn-ptr, r=compiler-errors | Matthias Krüger | -15/+37 |
| 2024-10-12 | Swap Vec<PredicateObligation> to type alias | GnomedDev | -5/+6 |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -0/+13 |
| 2024-10-11 | Don't assume traits used as type are trait objs | VulnBandit | -35/+37 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -213/+4 |
| 2024-10-10 | Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-10-10 | Don't fire refinement lint if there are errors | Michael Goulet | -0/+4 |
| 2024-10-10 | Clarify implicit captures for RPITIT | Michael Goulet | -9/+28 |
| 2024-10-10 | Add variances to RPITITs | Michael Goulet | -5/+44 |
| 2024-10-10 | Rename feature object_safe_for_dispatch to dyn_compatible_for_dispatch | León Orell Valerian Liehr | -1/+1 |
| 2024-10-06 | Remove unnecessary sorts in `rustc_hir_analysis`. | ismailarilik | -7/+2 |
| 2024-10-05 | Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors | bors | -252/+200 |
| 2024-10-04 | Rollup merge of #131273 - estebank:issue-131051, r=compiler-errors | Jubilee | -7/+10 |
| 2024-10-04 | Rollup merge of #130367 - compiler-errors:super-unconstrained, r=spastorino | Jubilee | -4/+64 |
| 2024-10-04 | Simplify bound var resolution. | Camille GILLOT | -29/+27 |
| 2024-10-04 | Remove stray fixmes. | Camille GILLOT | -3/+0 |
| 2024-10-04 | WfCheck opaques. | Camille GILLOT | -12/+31 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -211/+145 |
| 2024-10-04 | Account for `impl Trait {` when `impl Trait for Type {` was intended | Esteban Küber | -7/+10 |
| 2024-10-04 | Elaborate supertrait span correctly to label the error better | Michael Goulet | -5/+15 |
| 2024-10-04 | Check elaborated projections from dyn don't mention unconstrained late bound ... | Michael Goulet | -0/+50 |
| 2024-10-04 | Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnay | Jubilee | -1/+0 |
| 2024-10-04 | Rollup merge of #131202 - Urgau:wide-ptrs-compiler, r=jieyouxu | Guillaume Gomez | -2/+2 |
| 2024-10-04 | Use wide pointers consistenly across the compiler | Urgau | -2/+2 |
| 2024-10-03 | Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebank | Matthias Krüger | -59/+89 |
| 2024-10-02 | Move in_trait into OpaqueTyOrigin | Michael Goulet | -55/+83 |
| 2024-10-02 | Use named fields for OpaqueTyOrigin | Michael Goulet | -16/+18 |
| 2024-10-02 | Remove redundant in_trait from hir::TyKind::OpaqueDef | Michael Goulet | -4/+4 |
| 2024-10-02 | Handle `rustc-hir-analysis` cases of `rustc::potential_query_instability` lint | ismailarilik | -16/+15 |
| 2024-10-01 | Remove unnamed field feature | Michael Goulet | -213/+4 |
| 2024-09-30 | Rollup merge of #131038 - onkoe:fix/adt_const_params_leak_118179, r=compiler-... | Matthias Krüger | -5/+12 |
| 2024-09-29 | fix(hir_analysis/wfcheck): don't leak {type error} | Barrett Ray | -5/+12 |
| 2024-09-30 | Auto merge of #129499 - fee1-dead-contrib:supereffects, r=compiler-errors | bors | -31/+42 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -43/+47 |