| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Add normalize hack back | Michael Goulet | -2/+13 |
| 2022-10-29 | Fix line numbers for MIR inlined code | Wesley Wiser | -1/+3 |
| 2022-10-06 | Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk" | Camille GILLOT | -142/+174 |
| 2022-10-04 | Fix wrongly refactored Lift impl | Oli Scherer | -1/+4 |
| 2022-10-04 | Add AscribeUserTypeProvePredicate | Jack Huey | -0/+5 |
| 2022-10-04 | Add to_constraint_category to ObligationCause and SubregionOrigin | Jack Huey | -0/+8 |
| 2022-10-04 | Make QueryOutlivesConstraint contain a ConstraintCategory | Jack Huey | -4/+7 |
| 2022-09-17 | Auto merge of #101857 - lcnr:make-dyn-again, r=jackh726 | bors | -17/+13 |
| 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 | -67/+120 |
| 2022-09-16 | Auto merge of #101902 - jackh726:revert-static-hrtb-error, r=nikomatsakis | bors | -20/+4 |
| 2022-09-16 | Revert "Better errors for implied static bound" | Jack Huey | -20/+4 |
| 2022-09-16 | Rollup merge of #101787 - compiler-errors:cache-rpitit, r=petrochenkov | Dylan DPC | -2/+3 |
| 2022-09-15 | nits | b-naber | -0/+1 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-15 | Auto merge of #101858 - oli-obk:lift_derive, r=lcnr | bors | -887/+90 |
| 2022-09-15 | Merge all `TypeVisitable for &List<T>` impls into one generic one | Oli Scherer | -41/+13 |
| 2022-09-15 | Replace more manual TypeFoldable and TypeVisitable impls with derives | Oli Scherer | -109/+15 |
| 2022-09-15 | change `FnMutDelegate` to trait objects | lcnr | -17/+13 |
| 2022-09-15 | derive TypeVisitable and TypeFoldable for mir types | Oli Scherer | -312/+25 |
| 2022-09-15 | Derive TypeFoldable and TypeVisitable for mir::PlaceElement | Oli Scherer | -32/+1 |
| 2022-09-15 | Resolve a FIXME | Oli Scherer | -8/+4 |
| 2022-09-15 | derive various Lift impl instead of hand rolling them | Oli Scherer | -385/+32 |
| 2022-09-15 | Auto merge of #101173 - jyn514:simplify-macro-arguments, r=cjgillot | bors | -22/+13 |
| 2022-09-15 | Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk | bors | -174/+142 |
| 2022-09-14 | cache collect_trait_impl_trait_tys | Michael Goulet | -2/+3 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -20/+88 |
| 2022-09-14 | Remove unused tool_name. | Camille GILLOT | -2/+0 |
| 2022-09-14 | Move some code and add comments. | Camille GILLOT | -220/+88 |
| 2022-09-14 | Allow query system to recover a HirId. | Camille GILLOT | -6/+32 |
| 2022-09-14 | Compute `lint_levels` by definition | Deadbeef | -36/+112 |
| 2022-09-14 | address review again | b-naber | -16/+18 |
| 2022-09-14 | Rollup merge of #101433 - jackh726:better-static-placeholder-error, r=compile... | Dylan DPC | -5/+35 |
| 2022-09-14 | Auto merge of #101307 - jyn514:simplify-storage, r=cjgillot | bors | -58/+51 |
| 2022-09-13 | Better errors for implied static bound | Jack Huey | -5/+35 |
| 2022-09-13 | Address code review comments | Eric Holk | -6/+5 |
| 2022-09-13 | Auto merge of #101777 - matthiaskrgr:rollup-x2dyaa2, r=matthiaskrgr | bors | -0/+10 |
| 2022-09-13 | Rollup merge of #101765 - GuillaumeGomez:tyctxt-visibility-doc, r=jyn514 | Matthias Krüger | -0/+10 |
| 2022-09-13 | Auto merge of #101086 - cjgillot:thir-param, r=oli-obk | bors | -17/+28 |
| 2022-09-13 | Also compute implicit params in THIR. | Camille GILLOT | -3/+5 |
| 2022-09-13 | Compute explicit MIR params on THIR. | Camille GILLOT | -0/+25 |
| 2022-09-13 | Only keep one version of ImplicitSelfKind. | Camille GILLOT | -17/+1 |
| 2022-09-13 | address review | b-naber | -11/+3 |
| 2022-09-13 | remove visit_const from mir visitors | b-naber | -17/+13 |
| 2022-09-13 | fixes/working version | b-naber | -1/+5 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -40/+98 |
| 2022-09-13 | Auto merge of #101615 - compiler-errors:rpitit-perf, r=oli-obk | bors | -2/+2 |
| 2022-09-13 | Add documentation for TyCtxt::visibility | Guillaume Gomez | -0/+10 |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -1/+1 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -1/+18 |