| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -2/+2 |
| 2021-08-26 | add `tcx` to `fn walk` | lcnr | -2/+2 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -23/+23 |
| 2021-08-26 | require a `tcx` for `TypeVisitor` | lcnr | -3/+24 |
| 2021-08-25 | Rollup merge of #88218 - Aaron1011:missing-method-dyn, r=nagisa | Léo Lanteri Thauvin | -6/+0 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -6/+6 |
| 2021-08-22 | Auto merge of #88166 - BoxyUwU:const-equate-canon, r=lcnr | bors | -0/+16 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -2/+2 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -4/+4 |
| 2021-08-21 | Remove `Session.trait_methods_not_found` | Aaron Hill | -6/+0 |
| 2021-08-20 | move `fallback_if_possible` and friends to fallback.rs | Niko Matsakis | -23/+18 |
| 2021-08-20 | move the `sub-unify` check and extend the documentation a bit | Niko Matsakis | -25/+46 |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+34 |
| 2021-08-19 | introduce a `Diverging` enum instead of a bool | Niko Matsakis | -15/+27 |
| 2021-08-19 | move code to `InferCtxt` method | Ellen | -0/+16 |
| 2021-08-18 | Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakis | bors | -6/+33 |
| 2021-08-18 | Remove box syntax from rustc_infer | est31 | -5/+4 |
| 2021-08-16 | Rollup merge of #88030 - fee1-dead:fixme, r=oli-obk | Mara Bos | -1/+1 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -18/+0 |
| 2021-08-15 | Report nicer errors for HRTB NLL errors from queries | Matthew Jasper | -1/+17 |
| 2021-08-15 | Track causes for universes created during borrowck | Matthew Jasper | -1/+1 |
| 2021-08-15 | Show bound lifetimes when comparing types in diagnostics | Matthew Jasper | -4/+15 |
| 2021-08-14 | Assign FIXMEs to me and remove obsolete ones | Deadbeef | -1/+1 |
| 2021-08-14 | Auto merge of #87375 - fee1-dead:move-constness-to-traitpred, r=oli-obk | bors | -1/+19 |
| 2021-08-13 | Point to where clause for GATs | jackh726 | -4/+95 |
| 2021-08-13 | Pass constness to SelectionContext | Deadbeef | -0/+18 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -1/+1 |
| 2021-08-06 | Document `with_opaque_type_inference`'s use cases. | Oli Scherer | -0/+4 |
| 2021-08-06 | Use existing type alias instead of manually writing it | Oli Scherer | -4/+2 |
| 2021-08-06 | Store the `DefId` of the currently typechecked item in `InferCtxt` | Oli Scherer | -2/+21 |
| 2021-08-06 | Remove a field that is computed later anyway | Oli Scherer | -23/+0 |
| 2021-08-06 | Move opaque type cache into `InferCtxt` | Oli Scherer | -0/+89 |
| 2021-08-03 | Do not suggest impl traits as type arguments | Yuki Okushi | -16/+4 |
| 2021-08-02 | Auto merge of #87628 - estebank:unmet-explicit-lifetime-bound, r=oli-obk | bors | -27/+97 |
| 2021-08-02 | Rollup merge of #87673 - estebank:opaque-ty-mismatch, r=davidtwco | Cameron Steffen | -25/+43 |
| 2021-08-02 | Implement a `explicit_generic_args_with_impl_trait` feature gate | Gary Guo | -1/+1 |
| 2021-07-31 | Tweak opaque type mismatch error | Esteban Küber | -25/+43 |
| 2021-07-31 | Point at unmet explicit lifetime obligation bound | Esteban Küber | -27/+97 |
| 2021-07-24 | Auto merge of #86461 - crlf0710:rich_vtable, r=nikomatsakis | bors | -3/+3 |
| 2021-07-22 | Rollup merge of #87281 - rust-lang:issue-81487, r=nikomatsakis | Guillaume Gomez | -0/+1 |
| 2021-07-22 | Auto merge of #87246 - rust-lang:placeholder-pretty, r=nikomatsakis | bors | -1/+1 |