| Age | Commit message (Expand) | Author | Lines |
| 2021-11-06 | Auto merge of #89970 - jackh726:gats_diagnostics, r=nikomatsakis | bors | -3/+18 |
| 2021-11-05 | resolve variables before erasing lifetimes | b-naber | -4/+5 |
| 2021-11-05 | postpone evaluation of constants whose substs depend on inference vars or reg... | b-naber | -3/+17 |
| 2021-11-03 | Add beginner friendly lifetime elision hint to E0623 | Nilstrieb | -8/+86 |
| 2021-10-30 | Rollup merge of #90395 - b-naber:const-expr-type-relation, r=oli-obk | Matthias Krüger | -9/+20 |
| 2021-10-29 | don't mutably borrow inner infcx in all of ConstInferUnifier::consts | b-naber | -9/+20 |
| 2021-10-29 | Auto merge of #90380 - Mark-Simulacrum:revert-89558-query-stable-lint, r=lcnr | bors | -1/+0 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-28 | Move instantiate_opaque_types to rustc_infer. | Oli Scherer | -2/+278 |
| 2021-10-28 | Move some functions into `rustc_infer`. | Oli Scherer | -1/+315 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-23 | Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakis | bors | -1/+19 |
| 2021-10-22 | nice_region_error: Include lifetime placeholders in error output | Michael Howell | -11/+48 |
| 2021-10-22 | Document flip polarity | Santiago Pastorino | -0/+3 |
| 2021-10-21 | Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obk | Yuki Okushi | -3/+2 |
| 2021-10-20 | Add TraitObligation::polarity() for better encapsulation | Santiago Pastorino | -0/+4 |
| 2021-10-20 | Consider negative polarity on overlap check | Santiago Pastorino | -1/+12 |
| 2021-10-19 | Replace FnLikeNode by FnKind. | Camille GILLOT | -3/+2 |
| 2021-10-19 | Auto merge of #89933 - est31:let_else, r=michaelwoerister | bors | -3/+2 |
| 2021-10-18 | Auto merge of #89229 - oli-obk:i_love_inferctxt, r=jackh726 | bors | -213/+9 |
| 2021-10-18 | Member constraints already covered all of E0482 already, so that error never ... | Oli Scherer | -24/+0 |
| 2021-10-18 | Remove unused enum variant | Oli Scherer | -24/+1 |
| 2021-10-18 | Remove regionck member constraint handling and leave it to mir borrowck | Oli Scherer | -162/+1 |
| 2021-10-16 | Change outlives clause checking algorithm | jackh726 | -3/+18 |
| 2021-10-16 | Rollup merge of #89915 - jackh726:outlives_cleanup, r=nikomatsakis | Matthias Krüger | -5/+221 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -3/+2 |
| 2021-10-15 | Document the new logic | Oli Scherer | -0/+5 |
| 2021-10-15 | Remove a now-unused trait | Oli Scherer | -23/+0 |
| 2021-10-15 | Equality of regions is not just on identity, but if both regions outlive each... | Oli Scherer | -1/+9 |
| 2021-10-15 | Normalize regions before comparing them for member constraints | Oli Scherer | -7/+17 |
| 2021-10-15 | Add some more instrumentation | Oli Scherer | -9/+13 |
| 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-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 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 |