| Age | Commit message (Expand) | Author | Lines |
| 2022-09-20 | Rollup merge of #101958 - hanar3:101666/enhance-error-message, r=oli-obk | Michael Howell | -2/+3 |
| 2022-09-20 | Auto merge of #101989 - fee1-dead-contrib:const_trait_impl-assoc-caller-bound... | bors | -2/+3 |
| 2022-09-20 | Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank | bors | -3/+23 |
| 2022-09-20 | Retry with inlining attributes | Oli Scherer | -40/+3 |
| 2022-09-19 | Rollup merge of #101881 - TaKO8Ki:remove-unused-struct-field, r=sanxiyn | Matthias Krüger | -6/+1 |
| 2022-09-19 | Incorporate feedback | mejrs | -1/+30 |
| 2022-09-19 | `DestructuredConst` split mir and ty | lcnr | -10/+5 |
| 2022-09-19 | remove `ty::Const::from_inline_const` | lcnr | -44/+1 |
| 2022-09-19 | Actually visit/fold the types inside CanonicalVarInfos | Oli Scherer | -7/+16 |
| 2022-09-19 | extend polymorphization hack comment. | lcnr | -0/+2 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -101/+85 |
| 2022-09-19 | do not implement type traversal for `EarlyBinder` | lcnr | -13/+8 |
| 2022-09-19 | Auto merge of #101924 - jackh726:revert-static-hrtb-error, r=compiler-errors | bors | -4/+20 |
| 2022-09-18 | make projection bounds with const bounds satisfy const | Deadbeef | -2/+3 |
| 2022-09-18 | clarify that linting is not a semantic change | Ralf Jung | -3/+4 |
| 2022-09-18 | Auto merge of #101862 - cjgillot:lint-regression, r=oli-obk | bors | -9/+13 |
| 2022-09-17 | improve error message for when a query isn't supported | hanar3 | -3/+3 |
| 2022-09-17 | Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkov | Matthias Krüger | -6/+87 |
| 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 | Add AscribeUserTypeProvePredicate | Jack Huey | -0/+5 |
| 2022-09-16 | Add to_constraint_category to ObligationCause and SubregionOrigin | Jack Huey | -0/+8 |
| 2022-09-16 | Make QueryOutlivesConstraint contain a ConstraintCategory | Jack Huey | -4/+7 |
| 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 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -3/+23 |
| 2022-09-16 | Revert TypeVisitor changes | Oli Scherer | -10/+39 |
| 2022-09-16 | Rollup merge of #101787 - compiler-errors:cache-rpitit, r=petrochenkov | Dylan DPC | -2/+3 |
| 2022-09-16 | remove an unused struct field | Takayuki Maeda | -6/+1 |
| 2022-09-16 | remap ParamEnv with obligation | Deadbeef | -0/+5 |
| 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 | Do not fetch HIR node when iterating to find lint. | Camille GILLOT | -9/+13 |
| 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 |