| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Fix tests | Mark Rousskov | -1/+3 |
| 2022-10-29 | No need to probe when relating opaques in nll_relate | Michael Goulet | -0/+24 |
| 2022-10-29 | Only ban duplication across parameters. | Camille GILLOT | -0/+3 |
| 2022-10-29 | Do not consider repeated lifetime params for elision. | Camille GILLOT | -1/+16 |
| 2022-10-29 | Add test validating successful backport | Mark Rousskov | -0/+35 |
| 2022-10-29 | Add normalize hack back | Michael Goulet | -0/+31 |
| 2022-10-27 | Revert "Do not consider method call receiver as an argument in AST." | Michael Goulet | -46/+0 |
| 2022-10-20 | Do anonymous lifetimes remapping correctly for nested rpits | Santiago Pastorino | -0/+23 |
| 2022-10-20 | Fix `TyKind::is_simple_path`. | Nicholas Nethercote | -0/+44 |
| 2022-10-20 | Tweak `deriving-all-codegen.rs`. | Nicholas Nethercote | -3/+5 |
| 2022-10-20 | Add test for issue 102389 | Gary Guo | -0/+17 |
| 2022-10-20 | Better binder treatment | Michael Goulet | -0/+41 |
| 2022-10-06 | Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk" | Camille GILLOT | -74/+19 |
| 2022-10-06 | Support bindings with anon consts in generics | Michael Goulet | -0/+15 |
| 2022-10-05 | use build-pass for the test | X | -1/+1 |
| 2022-10-05 | fix unwind drop glue for if-then scopes | Ding Xiang Fei | -0/+44 |
| 2022-10-04 | Deny associated type bindings within associated type bindings | Michael Goulet | -2/+73 |
| 2022-10-04 | Bless test output changes | Frank Steffahn | -4/+4 |
| 2022-10-04 | add test | lcnr | -0/+50 |
| 2022-10-04 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -0/+133 |
| 2022-10-04 | Final bits | Jack Huey | -0/+67 |
| 2022-10-04 | add miri test via const fn | Ding Xiang Fei | -0/+19 |
| 2022-09-17 | Rollup merge of #101807 - jackh726:no-gat-defaults, r=lcnr | Dylan DPC | -0/+54 |
| 2022-09-17 | Rollup merge of #101790 - TaKO8Ki:do-not-suggest-placeholder-to-const-and-sta... | Dylan DPC | -0/+28 |
| 2022-09-17 | Rollup merge of #98441 - calebzulawski:simd_as, r=oli-obk | Dylan DPC | -0/+33 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -105/+78 |
| 2022-09-16 | Rollup merge of #101741 - andrewpollack:add-needs-unwind-ui-tests, r=tmandry | Michael Howell | -11/+21 |
| 2022-09-16 | Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zer... | bors | -0/+39 |
| 2022-09-16 | Adding needs-unwind arg to applicable compiler ui tests | Andrew Pollack | -11/+21 |
| 2022-09-16 | fix typo in comment noted by bjorn3. | Felix S. Klock II | -1/+1 |
| 2022-09-16 | Auto merge of #101902 - jackh726:revert-static-hrtb-error, r=nikomatsakis | bors | -200/+73 |
| 2022-09-16 | Add test for #101844 | Jack Huey | -0/+73 |
| 2022-09-16 | Revert "Better errors for implied static bound" | Jack Huey | -67/+0 |
| 2022-09-16 | Revert "Use Predicate ConstraintCategory when normalizing" | Jack Huey | -133/+0 |
| 2022-09-16 | Rollup merge of #101843 - chenyukang:fix-101797, r=oli-obk | Guillaume Gomez | -0/+28 |
| 2022-09-16 | Rollup merge of #101753 - oli-obk:tait_closure_args, r=compiler-errors | Dylan DPC | -8/+47 |
| 2022-09-16 | do not suggest a placeholder to const and static without a type | Takayuki Maeda | -0/+28 |
| 2022-09-15 | Auto merge of #101831 - compiler-errors:issue-75899, r=jackh726 | bors | -0/+39 |
| 2022-09-15 | Remove the let_else feature gate from the testsuite | est31 | -78/+62 |
| 2022-09-15 | Remove feature gate from let else suggestion | est31 | -8/+8 |
| 2022-09-15 | Stabilize the let_else feature | est31 | -19/+8 |
| 2022-09-16 | tweak suggestion | yukang | -1/+1 |
| 2022-09-15 | Auto merge of #101410 - dingxiangfei2009:fix-let-else-scoping, r=jackh726 | bors | -1/+22 |
| 2022-09-15 | fix #101797: Suggest associated const for incorrect use of let in traits | yukang | -0/+28 |
| 2022-09-15 | Rollup merge of #101740 - andrewpollack:add-ignore-fuchsia-ui-tests, r=tmandry | Matthias Krüger | -0/+6 |
| 2022-09-15 | enclose else block in terminating scope | Ding Xiang Fei | -2/+1 |
| 2022-09-15 | add test for #99975 | Ding Xiang Fei | -0/+20 |
| 2022-09-15 | reorder nesting scopes and declare bindings without drop schedule | Ding Xiang Fei | -1/+3 |
| 2022-09-15 | Normalize struct types in confirm_builtin_unsize_candidate | Michael Goulet | -0/+39 |
| 2022-09-15 | Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk | bors | -19/+74 |