| Age | Commit message (Expand) | Author | Lines |
| 2024-11-13 | Rollup merge of #132971 - BoxyUwU:handle_infers_in_anon_consts, r=compiler-er... | Jubilee | -9/+21 |
| 2024-11-12 | Handle infer vars in anon consts on stable | Boxy | -9/+21 |
| 2024-11-12 | Rollup merge of #132938 - compiler-errors:ed2024-apit-sugg, r=chenyukang | Matthias Krüger | -1/+9 |
| 2024-11-12 | Make precise capturing suggestion machine-applicable only if it has not APITs | Michael Goulet | -1/+9 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -86/+291 |
| 2024-11-09 | Dont suggest use<APIT> | Michael Goulet | -13/+20 |
| 2024-11-09 | Suggest turning APITs into generics in opaque overcaptures | Michael Goulet | -3/+121 |
| 2024-11-08 | Rollup merge of #132757 - compiler-errors:yeet-check-wf, r=lcnr | Jubilee | -0/+16 |
| 2024-11-08 | Manually register some bounds for a better span | Michael Goulet | -0/+16 |
| 2024-11-08 | Auto merge of #128849 - estebank:issue-89143, r=jackh726 | bors | -45/+90 |
| 2024-11-07 | Only show "same type from differnt version" note when relevant | Esteban Küber | -7/+15 |
| 2024-11-07 | Remove less relevant info from diagnostic | Esteban Küber | -0/+18 |
| 2024-11-07 | Tweak diagnostic output | Esteban Küber | -19/+21 |
| 2024-11-07 | Tweak detection of multiple crate versions to be more ecompassing | Esteban Küber | -39/+56 |
| 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 | -32/+40 |
| 2024-11-04 | Rollup merge of #132608 - mejrs:type_impls_trait, r=compiler-errors | Jubilee | -0/+18 |
| 2024-11-05 | Explain how to evaluate an obligation | mejrs | -3/+9 |
| 2024-11-04 | Rollup merge of #132583 - mejrs:tuples, r=compiler-errors | Matthias Krüger | -0/+39 |
| 2024-11-04 | Rollup merge of #132486 - compiler-errors:no-binder, r=lcnr | Matthias Krüger | -9/+3 |
| 2024-11-04 | document `type_implements_trait` | mejrs | -0/+12 |
| 2024-11-04 | Suggest creating unary tuples | mejrs | -0/+39 |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -24/+32 |
| 2024-11-04 | ty::KContainer -> ty::AssocItemContainer::K | Michael Goulet | -2/+2 |
| 2024-11-04 | Remove the trivial constkind imports | Michael Goulet | -6/+6 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -7/+5 |
| 2024-11-02 | compiler: Replace rustc_target with _abi in _trait_selection | Jubilee Young | -8/+8 |
| 2024-11-02 | No need to instantiate binder in confirm_async_closure_candidate | Michael Goulet | -9/+3 |
| 2024-11-02 | Account for negative bounds in E0277 note and suggestion | Esteban Küber | -1/+8 |
| 2024-11-02 | On long E0277 primary span label, move it to a `help` | Esteban Küber | -0/+5 |
| 2024-11-02 | Point at tail expression on rpit E0277 | Esteban Küber | -11/+28 |
| 2024-11-02 | Use `short_ty_string` | Esteban Küber | -1/+3 |
| 2024-11-02 | Trim output of E0277 in some cases | Esteban Küber | -2/+18 |
| 2024-11-02 | Add trait diff highlighting logic and use it in E0277 | Esteban Küber | -13/+116 |
| 2024-10-31 | Rollup merge of #132403 - lcnr:typing-mode, r=compiler-errors | Jubilee | -37/+47 |
| 2024-10-31 | normalization folders, yeet `ParamEnv::reveal` | lcnr | -24/+31 |
| 2024-10-31 | traits::project: yeet `ParamEnv::reveal` | lcnr | -13/+16 |
| 2024-10-31 | Auto merge of #132301 - compiler-errors:adjust, r=lcnr | bors | -4/+1 |
| 2024-10-31 | Auto merge of #131186 - compiler-errors:precise-capturing-borrowck, r=estebank | bors | -2/+5 |
| 2024-10-31 | Encode cross-crate opaque type origin | Michael Goulet | -2/+5 |
| 2024-10-31 | Auto merge of #132377 - matthiaskrgr:rollup-3p1c6hs, r=matthiaskrgr | bors | -6/+0 |
| 2024-10-30 | Remove dead code stemming from the old effects desugaring | León Orell Valerian Liehr | -6/+0 |
| 2024-10-30 | Rollup merge of #132344 - compiler-errors:same-thing, r=lcnr | Jubilee | -11/+7 |
| 2024-10-30 | Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors | Jubilee | -5/+5 |
| 2024-10-30 | Merge HostPolarity and BoundConstness | Michael Goulet | -11/+7 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -22/+2 |
| 2024-10-30 | Rollup merge of #131856 - lcnr:typing-mode, r=compiler-errors | Matthias Krüger | -143/+104 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -5/+5 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -13/+2 |