| Age | Commit message (Expand) | Author | Lines |
| 2022-09-19 | Make cycle errors recoverable | Joshua Nelson | -0/+3 |
| 2022-09-19 | Incorporate feedback | mejrs | -79/+36 |
| 2022-09-19 | improve infer var handling for implied bounds | lcnr | -0/+2 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -5/+5 |
| 2022-09-19 | Auto merge of #101924 - jackh726:revert-static-hrtb-error, r=compiler-errors | bors | -36/+111 |
| 2022-09-18 | Print out the proper crate path | mejrs | -6/+2 |
| 2022-09-18 | Address feedback | mejrs | -31/+142 |
| 2022-09-18 | Note if mismatched types have a similar name | mejrs | -4/+48 |
| 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 | Final bits | Jack Huey | -8/+8 |
| 2022-09-16 | Add AscribeUserTypeProvePredicate | Jack Huey | -1/+40 |
| 2022-09-16 | Add to_constraint_category to ObligationCause and SubregionOrigin | Jack Huey | -6/+16 |
| 2022-09-16 | Pass ConstraintCategory thorough a few more places | Jack Huey | -7/+20 |
| 2022-09-16 | Make QueryOutlivesConstraint contain a ConstraintCategory | Jack Huey | -26/+39 |
| 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-16 | remap ParamEnv with obligation | Deadbeef | -0/+8 |
| 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 |