| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | No need to probe when relating opaques in nll_relate | Michael Goulet | -1/+1 |
| 2022-10-20 | Better binder treatment | Michael Goulet | -1/+1 |
| 2022-10-04 | improve infer var handling for implied bounds | lcnr | -0/+2 |
| 2022-10-04 | Final bits | Jack Huey | -8/+8 |
| 2022-10-04 | Add AscribeUserTypeProvePredicate | Jack Huey | -1/+40 |
| 2022-10-04 | Add to_constraint_category to ObligationCause and SubregionOrigin | Jack Huey | -6/+16 |
| 2022-10-04 | Pass ConstraintCategory thorough a few more places | Jack Huey | -7/+20 |
| 2022-10-04 | Make QueryOutlivesConstraint contain a ConstraintCategory | Jack Huey | -26/+39 |
| 2022-09-17 | Auto merge of #101857 - lcnr:make-dyn-again, r=jackh726 | bors | -6/+7 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -1/+1 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -10/+10 |
| 2022-09-16 | Auto merge of #101902 - jackh726:revert-static-hrtb-error, r=nikomatsakis | bors | -115/+36 |
| 2022-09-16 | Revert "Better errors for implied static bound" | Jack Huey | -115/+36 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-15 | Don't throw away information just to recompute it again | Oli Scherer | -6/+6 |
| 2022-09-15 | change `FnMutDelegate` to trait objects | lcnr | -6/+7 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -1/+1 |
| 2022-09-14 | Rollup merge of #101433 - jackh726:better-static-placeholder-error, r=compile... | Dylan DPC | -36/+115 |
| 2022-09-14 | Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot | bors | -1/+1 |
| 2022-09-13 | Better errors for implied static bound | Jack Huey | -36/+115 |
| 2022-09-13 | rebase | b-naber | -1/+1 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -9/+9 |
| 2022-09-13 | Auto merge of #101615 - compiler-errors:rpitit-perf, r=oli-obk | bors | -1/+1 |
| 2022-09-12 | Plumb dyn trait representation through ty::Dynamic | Eric Holk | -1/+1 |
| 2022-09-12 | Remove unused argument from `visit_poly_trait_ref`. | Nicholas Nethercote | -1/+1 |
| 2022-09-12 | Fix ICE in opt_suggest_box_span | Michael Goulet | -1/+2 |
| 2022-09-10 | Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk | bors | -114/+256 |
| 2022-09-10 | split compare_predicate_entailment and collect_trait_impl_trait_tys out | Michael Goulet | -1/+1 |
| 2022-09-09 | Fix documentation lint failures | Michael Goulet | -1/+1 |
| 2022-09-09 | Adjust pretty printing of RPITITs | Michael Goulet | -0/+14 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -1/+1 |
| 2022-09-08 | Combine logic from lubs into lub_empty function | Jack Huey | -65/+46 |
| 2022-09-08 | Make some functions pub(super) | Jack Huey | -14/+14 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -103/+6 |
| 2022-09-08 | Don't construct ReEmpty regions in resolve_var | Jack Huey | -5/+102 |
| 2022-09-08 | Create VarValue::Empty | Jack Huey | -20/+181 |
| 2022-09-08 | Don't use reempty as an implicit_outlives_region | Jack Huey | -2/+2 |
| 2022-09-08 | Auto merge of #98900 - lcnr:region-stuff, r=jackh726 | bors | -12/+8 |
| 2022-09-08 | don't evaluate with escaping bound vars | lcnr | -6/+2 |
| 2022-09-08 | generalize: no need to cache errors | lcnr | -6/+6 |
| 2022-09-08 | Rollup merge of #101153 - IntQuant:issue-100717-infer-2, r=davidtwco | Dylan DPC | -395/+745 |
| 2022-09-07 | Rollup merge of #101503 - spastorino:add-debug-calls, r=compiler-errors | Matthias Krüger | -2/+4 |
| 2022-09-07 | Auto merge of #101432 - nnethercote:shrink-PredicateS, r=lcnr | bors | -27/+29 |
| 2022-09-07 | Add instrument and debug calls | Santiago Pastorino | -2/+4 |
| 2022-09-06 | Whoops forgot a space | Nikita Tomashevich | -1/+1 |
| 2022-09-06 | Replace manual impl with a derive macro as multipart suggestions are now supp... | Nikita Tomashevich | -44/+55 |
| 2022-09-06 | Slightly more concise comment | IQuant | -4/+1 |
| 2022-09-06 | Use untranslated messages for now | Nikita Tomashevich | -11/+24 |
| 2022-09-06 | Remove a comment and use IntoDiagnosticArg instead of add_to() where feasible | Nikita Tomashevich | -14/+17 |
| 2022-09-06 | Address some comments | Nikita Tomashevich | -73/+61 |