| Age | Commit message (Expand) | Author | Lines |
| 2021-10-16 | Rollup merge of #89915 - jackh726:outlives_cleanup, r=nikomatsakis | Matthias Krüger | -5/+221 |
| 2021-10-15 | Move push_outlives_components to rustc_infer | jackh726 | -5/+221 |
| 2021-10-15 | Emit impl difference error for GenericBoundFailure too | jackh726 | -1/+3 |
| 2021-10-13 | Re-use logic for adding a suggestion when a lifetime bound is missing on an i... | Oli Scherer | -89/+134 |
| 2021-10-13 | Use a label instead of a note for member constraint errors | Oli Scherer | -3/+19 |
| 2021-10-13 | Remove textual span from diagnostic string | Oli Scherer | -57/+10 |
| 2021-10-10 | Auto merge of #89633 - rhysd:issue-65230, r=petrochenkov | bors | -2/+12 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -2/+2 |
| 2021-10-09 | Show detailed expected/found types in error message when trait paths are the ... | rhysd | -2/+12 |
| 2021-10-07 | Auto merge of #89495 - Mark-Simulacrum:add-inlines, r=michaelwoerister | bors | -0/+1 |
| 2021-10-03 | Add two inline annotations for hot functions | Mark Rousskov | -0/+1 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -1/+1 |
| 2021-09-28 | More tracing instrumentation | Oli Scherer | -41/+34 |
| 2021-09-27 | Improve cause information for NLL higher-ranked errors | Aaron Hill | -2/+11 |
| 2021-09-24 | Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis | Jubilee | -7/+11 |
| 2021-09-24 | Auto merge of #89211 - workingjubilee:rollup-fj4eduk, r=workingjubilee | bors | -1/+1 |
| 2021-09-23 | Auto merge of #88804 - Mark-Simulacrum:never-algo-v2, r=nikomatsakis,jackh726 | bors | -57/+29 |
| 2021-09-23 | Update compiler/rustc_infer/src/infer/error_reporting/mod.rs | Takayuki Maeda | -1/+1 |
| 2021-09-23 | change singular to plural | Takayuki Maeda | -1/+1 |
| 2021-09-20 | Add a doc comment to infer_projection | Oli Scherer | -0/+6 |
| 2021-09-20 | Add helper function to `InferCtxt` that generates inference vars for unresolv... | Oli Scherer | -0/+34 |
| 2021-09-18 | Auto merge of #89000 - Mark-Simulacrum:no-new-lrc, r=petrochenkov | bors | -2/+2 |
| 2021-09-17 | Add another case of fallback to () avoid breakage | Mark Rousskov | -0/+3 |
| 2021-09-17 | stop categorizing inference variables as diverging when created | Niko Matsakis | -62/+16 |
| 2021-09-17 | remove diverging type variables from fn check | Niko Matsakis | -1/+5 |
| 2021-09-17 | introduce new fallback algorithm | Niko Matsakis | -1/+12 |
| 2021-09-17 | Auto merge of #88945 - Aaron1011:no-projection-completion, r=wesleywiser,jack... | bors | -41/+0 |
| 2021-09-17 | Make diagnostics clearer for `?` operators | Yuki Okushi | -3/+16 |
| 2021-09-16 | Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisa | bors | -6/+8 |
| 2021-09-16 | Refactor `FulfillmentError` to track less data | Esteban Kuber | -6/+8 |
| 2021-09-15 | Reuse existing shared Lrc for MatchImpl parent | Mark Rousskov | -2/+2 |
| 2021-09-15 | Remove ToPredicate impls that use Binder::dummy | jackh726 | -7/+11 |
| 2021-09-15 | Move object safety suggestions to the end of the error | Esteban Kuber | -4/+8 |
| 2021-09-14 | Remove concept of 'completion' from the projection cache | Aaron Hill | -41/+0 |
| 2021-09-12 | Rollup merge of #88336 - jackh726:gats-where-constraints, r=estebank | Manish Goregaokar | -30/+97 |
| 2021-09-11 | Rollup merge of #88850 - matthiaskrgr:identical_conv, r=jackh726 | Jubilee | -1/+1 |
| 2021-09-11 | don't convert types into identical types | Matthias Krüger | -1/+1 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -3/+3 |
| 2021-09-07 | Fix duplicate error | jackh726 | -0/+1 |
| 2021-09-07 | Detect stricter constraints on gats where clauses in impls vs trait | jackh726 | -30/+96 |
| 2021-09-06 | Use index newtyping for TyVid | Mark Rousskov | -10/+10 |
| 2021-09-03 | Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebank | bors | -6/+3 |
| 2021-08-30 | Enforce diverging let...else | Cameron Steffen | -0/+5 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -1/+1 |
| 2021-08-30 | remove lazy_normalization_consts | Ellen | -1/+1 |
| 2021-08-27 | Path remapping: Make behavior of diagnostics output dependent on presence of ... | Michael Woerister | -6/+3 |
| 2021-08-26 | review | lcnr | -1/+1 |
| 2021-08-26 | shrink `ty::PredicateKind` again | lcnr | -2/+2 |
| 2021-08-26 | use `ty::Unevaluated` instead of def substs pair | lcnr | -4/+1 |
| 2021-08-26 | don't just compare `ty::Const` | lcnr | -0/+2 |