| 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 | -5/+41 |
| 2022-10-04 | Fix wrongly refactored Lift impl | Oli Scherer | -1/+4 |
| 2022-09-17 | Auto merge of #101857 - lcnr:make-dyn-again, r=jackh726 | bors | -17/+13 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -19/+29 |
| 2022-09-15 | Merge all `TypeVisitable for &List<T>` impls into one generic one | Oli Scherer | -27/+1 |
| 2022-09-15 | Replace more manual TypeFoldable and TypeVisitable impls with derives | Oli Scherer | -108/+14 |
| 2022-09-15 | change `FnMutDelegate` to trait objects | lcnr | -17/+13 |
| 2022-09-15 | Resolve a FIXME | Oli Scherer | -8/+4 |
| 2022-09-15 | derive various Lift impl instead of hand rolling them | Oli Scherer | -355/+30 |
| 2022-09-15 | Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk | bors | -41/+5 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -20/+85 |
| 2022-09-14 | Move some code and add comments. | Camille GILLOT | -39/+4 |
| 2022-09-14 | Compute `lint_levels` by definition | Deadbeef | -14/+13 |
| 2022-09-14 | address review again | b-naber | -0/+11 |
| 2022-09-14 | Rollup merge of #101433 - jackh726:better-static-placeholder-error, r=compile... | Dylan DPC | -1/+15 |
| 2022-09-14 | Auto merge of #101307 - jyn514:simplify-storage, r=cjgillot | bors | -2/+2 |
| 2022-09-13 | Better errors for implied static bound | Jack Huey | -1/+15 |
| 2022-09-13 | Address code review comments | Eric Holk | -6/+5 |
| 2022-09-13 | use ty::Unevaluated<'tcx, ()> in type system | b-naber | -19/+18 |
| 2022-09-13 | Auto merge of #101615 - compiler-errors:rpitit-perf, r=oli-obk | bors | -1/+1 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -1/+18 |
| 2022-09-12 | Make dyn-trait-method work | Michael Goulet | -3/+16 |
| 2022-09-12 | Rename some variants | Michael Goulet | -19/+13 |
| 2022-09-12 | Construct dyn* during const interp | Michael Goulet | -8/+2 |
| 2022-09-12 | Call destructors when dyn* object goes out of scope | Eric Holk | -3/+14 |
| 2022-09-12 | dyn* through more typechecking and MIR | Eric Holk | -2/+35 |
| 2022-09-12 | Typecheck dyn* coercions | Eric Holk | -2/+10 |
| 2022-09-12 | Plumb dyn trait representation through ty::Dynamic | Eric Holk | -14/+27 |
| 2022-09-12 | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | -8/+1 |
| 2022-09-10 | Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk | bors | -24/+3 |
| 2022-09-10 | split compare_predicate_entailment and collect_trait_impl_trait_tys out | Michael Goulet | -1/+1 |
| 2022-09-09 | Make the `storage` query modifier less general | Joshua Nelson | -2/+2 |
| 2022-09-09 | Rollup merge of #101573 - lcnr:param-kind-ord, r=BoxyUwU | Dylan DPC | -2/+3 |
| 2022-09-09 | Auto merge of #101603 - matthiaskrgr:rollup-8y6kf20, r=matthiaskrgr | bors | -3/+5 |
| 2022-09-09 | Rollup merge of #101556 - compiler-errors:tweak-generator-print, r=jackh726 | Matthias Krüger | -3/+5 |
| 2022-09-09 | Adjust pretty printing of RPITITs | Michael Goulet | -1/+7 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -1/+1 |
| 2022-09-09 | Deeply check that method signatures match, and allow for nested RPITITs | Michael Goulet | -0/+15 |
| 2022-09-09 | Lower RPITIT to ImplTraitPlaceholder item | Michael Goulet | -3/+7 |
| 2022-09-08 | Remove ReEmpty | Jack Huey | -16/+2 |
| 2022-09-08 | In ReverseMapper, don't fallback to ReEmpty, instead ReStatic | Jack Huey | -8/+1 |
| 2022-09-08 | ptr: 43276834268743978 | Ellen | -1/+14 |
| 2022-09-08 | Rollup merge of #101424 - compiler-errors:operator-err-sugg, r=TaKO8Ki | Dylan DPC | -1/+13 |
| 2022-09-08 | Rollup merge of #101041 - LuisCardosoOliveira:translation-rename-attr-warning... | Dylan DPC | -1/+1 |
| 2022-09-08 | Rollup merge of #98933 - oli-obk:opaque_type_late_bound_lifetimes, r=lcnr | Dylan DPC | -1/+1 |
| 2022-09-08 | update `ParamKindOrd` | lcnr | -2/+3 |
| 2022-09-08 | Auto merge of #98900 - lcnr:region-stuff, r=jackh726 | bors | -4/+1 |
| 2022-09-08 | don't evaluate with escaping bound vars | lcnr | -0/+1 |