| Age | Commit message (Expand) | Author | Lines |
| 2022-09-16 | Add outlives_constraint to BlameConstraint | Jack Huey | -6/+9 |
| 2022-09-16 | Pass ConstraintCategory thorough a few more places | Jack Huey | -6/+16 |
| 2022-09-16 | Make QueryOutlivesConstraint contain a ConstraintCategory | Jack Huey | -6/+18 |
| 2022-09-16 | Revert "Better errors for implied static bound" | Jack Huey | -90/+34 |
| 2022-09-16 | Revert "Use Predicate ConstraintCategory when normalizing" | Jack Huey | -37/+14 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -2/+38 |
| 2022-09-16 | remap ParamEnv with obligation | Deadbeef | -1/+0 |
| 2022-09-16 | unconditionally remap to nonconst in borrowck | Deadbeef | -18/+6 |
| 2022-09-16 | do const trait method bounds check later in rustc_const_eval | Deadbeef | -0/+19 |
| 2022-09-15 | nits | b-naber | -5/+6 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -2/+33 |
| 2022-09-14 | address review again | b-naber | -24/+21 |
| 2022-09-13 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -14/+37 |
| 2022-09-13 | Better errors for implied static bound | Jack Huey | -34/+90 |
| 2022-09-13 | Cleanup retrieve_closure_constraint_info | Jack Huey | -42/+30 |
| 2022-09-13 | Remove unused body args | Jack Huey | -31/+10 |
| 2022-09-13 | Use def_span for external requirements. | Camille GILLOT | -2/+3 |
| 2022-09-13 | Use tcx.hir() utils for spans in MIR building. | Camille GILLOT | -3/+4 |
| 2022-09-13 | Only keep one version of ImplicitSelfKind. | Camille GILLOT | -6/+3 |
| 2022-09-13 | address review | b-naber | -1/+1 |
| 2022-09-13 | remove visit_const from mir visitors | b-naber | -4/+0 |
| 2022-09-13 | renumber regions in mir constants correctly | b-naber | -2/+32 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -2/+6 |
| 2022-09-12 | Rename some variants | Michael Goulet | -5/+3 |
| 2022-09-12 | dyn* through more typechecking and MIR | Eric Holk | -2/+35 |
| 2022-09-11 | Avoid `Iterator::last` | KaDiWa | -2/+1 |
| 2022-09-10 | Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk | bors | -54/+16 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -1/+1 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -32/+4 |
| 2022-09-08 | In ReverseMapper, don't fallback to ReEmpty, instead ReStatic | Jack Huey | -21/+11 |
| 2022-09-08 | Create VarValue::Empty | Jack Huey | -1/+1 |
| 2022-09-08 | Rollup merge of #101545 - TaKO8Ki:remove-unnecessary-partialord-ord, r=oli-obk | Dylan DPC | -1/+0 |
| 2022-09-08 | remove unnecessary `PartialOrd` and `Ord` | Takayuki Maeda | -1/+0 |
| 2022-09-06 | Check all operands, they may contain indirections in their place | Oli Scherer | -3/+2 |
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -22/+20 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -16/+24 |
| 2022-09-06 | Auto merge of #101241 - camsteffen:refactor-binding-annotations, r=cjgillot | bors | -1/+1 |
| 2022-09-05 | Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj... | bors | -12/+7 |
| 2022-09-05 | use `propagate_through_exprs` instead of `propagate_through_expr` | Takayuki Maeda | -2/+0 |
| 2022-09-05 | Auto merge of #101228 - nnethercote:simplify-hir-PathSegment, r=petrochenkov | bors | -4/+5 |
| 2022-09-05 | refactor: remove unnecessary variables | Takayuki Maeda | -1/+2 |
| 2022-09-05 | separate the receiver from arguments in HIR | Takayuki Maeda | -12/+8 |
| 2022-09-05 | Look at move place's type when suggesting mutable reborrow | Michael Goulet | -6/+6 |
| 2022-09-05 | Don't suggest reborrow if usage is inside a closure | Michael Goulet | -1/+2 |
| 2022-09-05 | Make `hir::PathSegment::hir_id` non-optional. | Nicholas Nethercote | -4/+5 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -1/+1 |
| 2022-09-01 | Rollup merge of #101285 - TaKO8Ki:do-not-suggest-adding-move-when-closure-is-... | Matthias Krüger | -3/+11 |
| 2022-09-01 | tracing::instrument cleanup | Oli Scherer | -20/+13 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -1/+0 |