| Age | Commit message (Expand) | Author | Lines |
| 2022-09-09 | rename `codegen_fulfill_obligation` | lcnr | -1/+1 |
| 2022-09-01 | Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1 | Gabriel Bustamante | -2/+6 |
| 2022-08-26 | Auto merge of #100705 - compiler-errors:issue-100620, r=oli-obk | bors | -3/+10 |
| 2022-08-24 | Rollup merge of #100888 - spastorino:coherence-negative-impls-implied-bounds,... | Matthias Krüger | -0/+1 |
| 2022-08-23 | Move InferCtxtExt to rustc_trait_selection | Santiago Pastorino | -0/+1 |
| 2022-08-22 | remove hack fix since we don't have no overflow diagnostic | yukang | -3/+0 |
| 2022-08-21 | Rework point-at-arg | Michael Goulet | -2/+12 |
| 2022-08-18 | Avoid overflow in is_impossible_method | Michael Goulet | -3/+10 |
| 2022-08-09 | Rollup merge of #100221 - compiler-errors:impossible-trait-items, r=lcnr,notr... | Dylan DPC | -1/+76 |
| 2022-08-07 | Don't document impossible to call default trait items on impls | Michael Goulet | -1/+77 |
| 2022-08-04 | Address nits | Michael Goulet | -0/+8 |
| 2022-08-04 | Add `traits::fully_solve_obligation` that acts like `traits::fully_normalize` | Michael Goulet | -7/+36 |
| 2022-08-04 | Use ObligationCtxt in impossible_predicates | Michael Goulet | -12/+5 |
| 2022-08-04 | Remove FulfillmentContext param from fully_normalize | Michael Goulet | -11/+10 |
| 2022-08-03 | Rollup merge of #99746 - compiler-errors:more-trait-engine, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-07-26 | Use TraitEngine in more places that don't specifically need FulfillmentCtxt::... | Michael Goulet | -1/+1 |
| 2022-07-25 | Remove non-descriptive boolean from search_for_structural_match_violation | Michael Goulet | -1/+3 |
| 2022-07-25 | Get rid of redundant NonStructuralMatchTyKind | Michael Goulet | -1/+0 |
| 2022-07-21 | move `considering_regions` to the infcx | lcnr | -16/+16 |
| 2022-07-15 | provide `generic_param_scope` for region errors | lcnr | -15/+23 |
| 2022-07-15 | try to avoid `FnCtxt` during wf | lcnr | -1/+1 |
| 2022-07-14 | Fix overlapping impls | kadmin | -1/+1 |
| 2022-07-12 | Move abstract const to rustc_middle::ty | kadmin | -15/+1 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -0/+1 |
| 2022-07-04 | remove an unused `DefId` | lcnr | -15/+3 |
| 2022-06-13 | Remove RegionckMode in favor of calling new skip_region_resolution | Jack Huey | -6/+2 |
| 2022-05-28 | Fix TyKind lint, make consts no longer fn, etc | Michael Goulet | -5/+3 |
| 2022-05-28 | Initial fixes on top of type interner commit | Michael Goulet | -3/+3 |
| 2022-05-24 | give correct error message on structural match violation | b-naber | -1/+1 |
| 2022-05-07 | Do not report overflow error. | Camille GILLOT | -0/+3 |
| 2022-05-07 | Cleanup opaque type storage after checking impossible predicates. | Camille GILLOT | -0/+3 |
| 2022-05-07 | Also check TraitRef with impossible predicates. | Camille GILLOT | -0/+8 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -1/+1 |
| 2022-03-25 | Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnr | Dylan DPC | -1/+4 |
| 2022-03-22 | fix previous failures and address review | b-naber | -1/+4 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -3/+3 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -6/+8 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -3/+3 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -5/+5 |
| 2022-02-19 | rustc_trait_selection: adopt let else in more places | est31 | -17/+10 |
| 2022-01-31 | Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-01-15 | initial revert | Ellen | -1/+1 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_trait_selection` | Sylvan Bowdler | -1/+1 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -10/+26 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -26/+10 |
| 2021-11-29 | Completely remove ConstnessAnd | Oli Scherer | -2/+1 |
| 2021-11-29 | Avoid storing the ImplPolarity and Constness next to a TraitRef and use Trait... | Oli Scherer | -3/+10 |
| 2021-11-29 | Add constness to ParamEnv | Oli Scherer | -5/+15 |
| 2021-11-22 | Use `derive_default_enum` in the compiler | Jacob Pratt | -10/+6 |
| 2021-11-14 | Fix span for non-satisfied trivial trait bounds | Nilstrieb | -1/+2 |