| Age | Commit message (Expand) | Author | Lines |
| 2022-05-11 | Gracefully fail to resolve associated items instead of `delay_span_bug`. | Camille GILLOT | -0/+18 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -3/+5 |
| 2022-04-04 | Auto merge of #95031 - compiler-errors:param-env-cache, r=Aaron1011 | bors | -3/+10 |
| 2022-04-01 | update comment | lcnr | -2/+1 |
| 2022-04-01 | convert more `DefId`s to `LocalDefId` | lcnr | -3/+3 |
| 2022-03-31 | obligation cause: `RepeatVec` -> `RepeatValueCopy` | lcnr | -5/+6 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -2/+2 |
| 2022-03-26 | Do not use ParamEnv::and to cache param-env with candidate | Michael Goulet | -3/+10 |
| 2022-03-25 | Auto merge of #95280 - InfRandomness:infrandomness/Dtorck_clarification, r=ol... | bors | -7/+7 |
| 2022-03-25 | Rollup merge of #94391 - light4:issue-90319, r=estebank | Dylan DPC | -2/+15 |
| 2022-03-24 | Swap DtorckConstraint to DropckConstraint | InfRandomness | -7/+7 |
| 2022-03-25 | Fix ice when error reporting recursion errors | lightning1141 | -2/+15 |
| 2022-03-24 | Properly track `ImplObligation`s | Esteban Kuber | -7/+20 |
| 2022-03-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -12/+14 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -4/+6 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -1/+1 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -3/+3 |
| 2022-02-26 | suggest a float literal when dividing a floating-point type by {integer} | Takayuki Maeda | -0/+5 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -2/+2 |
| 2022-02-17 | Suggest copying trait associated type bounds on lifetime error | Jack Huey | -0/+6 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -5/+4 |
| 2022-01-31 | Do not store overlap_mode, just pass it down on insert | Santiago Pastorino | -13/+1 |
| 2022-01-31 | Move overlap_mode into trait level attribute + feature flag | Santiago Pastorino | -1/+49 |
| 2022-01-26 | Improve selection errors for `~const` trait bounds | Deadbeef | -4/+4 |
| 2022-01-18 | Check const Drop impls considering ConstIfConst bounds | Michael Goulet | -13/+20 |
| 2022-01-07 | Add query to avoid name comparison in `leaf_def` | Matthew Jasper | -29/+16 |
| 2021-12-23 | Auto merge of #92167 - pierwill:chalk-update, r=jackh726 | bors | -30/+31 |
| 2021-12-22 | Update chalk to 0.75.0 | pierwill | -30/+31 |
| 2021-12-20 | Eliminate `ObligationCauseData`. | Nicholas Nethercote | -42/+40 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_middle` | Aaron Hill | -3/+3 |
| 2021-12-13 | Keep info on pre-desugaring expression for better "incorrect `.await`" sugges... | Esteban Kuber | -1/+1 |
| 2021-12-13 | Reduce verbosity for `?` on non-`Try` expressions | Esteban Kuber | -0/+2 |
| 2021-12-13 | Reduce verbosity when calling `for`-loop on non-`Iterator` expression | Esteban Kuber | -0/+2 |
| 2021-12-13 | When `.await` is called on a non-`Future` expression, suggest removal | Esteban Kuber | -0/+2 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -8/+6 |
| 2021-12-09 | Remove redundant [..]s | est31 | -9/+9 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -6/+8 |
| 2021-11-29 | Fix tools | Deadbeef | -2/+2 |
| 2021-11-29 | Avoid storing the ImplPolarity and Constness next to a TraitRef and use Trait... | Oli Scherer | -1/+1 |
| 2021-11-29 | Replace `ConstnessAnd<TraitRef>` with `TraitPredicate` which conveys the same... | Oli Scherer | -4/+2 |
| 2021-11-29 | Prefer TraitPredicate over ConstnessAnd<TraitRef> | Oli Scherer | -1/+1 |
| 2021-11-23 | Add supertraits method to rustc_middle | Michael Goulet | -0/+50 |
| 2021-11-14 | Simplify ObligationCauseData hash to skip ObligationCauseCode | The8472 | -1/+10 |
| 2021-11-07 | Remove some fields from `ObligationCauseCode` | Matthew Jasper | -2/+0 |
| 2021-10-24 | Point at overlapping impls when type annotations are needed | Esteban Kuber | -0/+12 |
| 2021-10-20 | Make EvaluationCache consider polarity as cache's key | Santiago Pastorino | -2/+4 |
| 2021-10-20 | Consider negative polarity on overlap check | Santiago Pastorino | -2/+2 |
| 2021-10-10 | Fix spelling: Cannonical -> Canonical | John Kugelman | -2/+2 |
| 2021-10-05 | Issue 89275 fix and test | Tom Farmer | -4/+11 |
| 2021-10-03 | Remove re-export. | Camille GILLOT | -1/+1 |