| Age | Commit message (Expand) | Author | Lines |
| 2022-09-14 | address review again | b-naber | -16/+18 |
| 2022-09-14 | Improve error message for unsupported crate | hanar3 | -2/+3 |
| 2022-09-14 | change AccessLevels representation | Bryanskiy | -6/+87 |
| 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 |
| 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/+38 |
| 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 #101681 - compiler-errors:rpitit-obj-safety, r=lcnr | Dylan DPC | -0/+9 |
| 2022-09-12 | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | -17/+2 |
| 2022-09-12 | Auto merge of #100251 - compiler-errors:tuple-trait-2, r=jackh726 | bors | -2/+14 |
| 2022-09-12 | Auto merge of #101688 - cjgillot:verify-hir-parent, r=petrochenkov | bors | -0/+2 |
| 2022-09-11 | Assert that HIR nodes are not their own parent. | Camille GILLOT | -0/+2 |
| 2022-09-11 | Deny RPITIT for object safety | Michael Goulet | -0/+9 |
| 2022-09-10 | Auto merge of #98559 - jackh726:remove-reempty, r=oli-obk | bors | -24/+3 |
| 2022-09-10 | Rollup merge of #101578 - lcnr:resolve-hack, r=jackh726 | Dylan DPC | -6/+3 |
| 2022-09-10 | split compare_predicate_entailment and collect_trait_impl_trait_tys out | Michael Goulet | -2/+2 |
| 2022-09-09 | Don't use a custom disk loader for diagnostic_only_typeck | Joshua Nelson | -7/+0 |
| 2022-09-09 | Make the `storage` query modifier less general | Joshua Nelson | -51/+51 |
| 2022-09-09 | Rollup merge of #101573 - lcnr:param-kind-ord, r=BoxyUwU | Dylan DPC | -2/+3 |
| 2022-09-09 | rename `codegen_fulfill_obligation` | lcnr | -6/+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 | -5/+15 |
| 2022-09-09 | Deeply check that method signatures match, and allow for nested RPITITs | Michael Goulet | -0/+24 |
| 2022-09-09 | Lower RPITIT to ImplTraitPlaceholder item | Michael Goulet | -3/+7 |
| 2022-09-09 | RPITIT placeholder items | Michael Goulet | -0/+2 |
| 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 |