| Age | Commit message (Expand) | Author | Lines |
| 2022-10-10 | Rollup merge of #102055 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -171/+0 |
| 2022-10-10 | Rollup merge of #99696 - WaffleLapkin:uplift, r=fee1-dead | Dylan DPC | -7/+152 |
| 2022-10-10 | Point out incompatible closure bounds | Michael Goulet | -0/+39 |
| 2022-10-10 | suggest candidates for unresolved import | SparrowLii | -4/+83 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -2/+2 |
| 2022-10-10 | Rollup merge of #102862 - scottmcm:more-alignment-traits, r=thomcc | Yuki Okushi | -1/+1 |
| 2022-10-10 | Rollup merge of #102845 - cjgillot:gat-object, r=fee1-dead | Yuki Okushi | -0/+58 |
| 2022-10-10 | Rollup merge of #102345 - chenyukang:fix-102182-impl-trait, r=estebank | Yuki Okushi | -0/+17 |
| 2022-10-10 | Rollup merge of #102323 - Stoozy:master, r=cjgillot | Yuki Okushi | -2/+10 |
| 2022-10-10 | Rollup merge of #102275 - Urgau:stabilize-half_open_range_patterns, r=cjgillot | Yuki Okushi | -374/+279 |
| 2022-10-09 | From<Alignment> for usize & NonZeroUsize | Scott McMurray | -1/+1 |
| 2022-10-09 | Add a regression test for #39137 | Ben Kimock | -0/+20 |
| 2022-10-09 | Skip chained OpaqueCast when building captures. | Camille GILLOT | -0/+17 |
| 2022-10-09 | Elaborate trait ref to compute object safety. | Camille GILLOT | -0/+58 |
| 2022-10-09 | fixup lint name | Maybe Waffle | -2/+2 |
| 2022-10-09 | allow or avoid for loops over option in compiler and tests | Maybe Waffle | -7/+8 |
| 2022-10-09 | `for_loop_over_fallibles`: fix suggestion for "remove `.next()`" case | Maybe Waffle | -3/+2 |
| 2022-10-09 | Add a test for the `for_loop_over_fallibles` lint | Maybe Waffle | -0/+145 |
| 2022-10-08 | Rollup merge of #102782 - Hosshii:issue-102124, r=Mark-Simulacrum | Michael Howell | -0/+20 |
| 2022-10-08 | Rollup merge of #102514 - b-naber:binder-print-fixes, r=jackh726 | Michael Howell | -7/+51 |
| 2022-10-08 | Rollup merge of #99818 - aliemjay:fix-closure-normalize, r=jackh726 | Michael Howell | -0/+135 |
| 2022-10-08 | Auto merge of #102315 - RalfJung:assert_unsafe_precondition, r=thomcc | bors | -5/+5 |
| 2022-10-08 | handle late-bound vars from inner binders correctly and add test | b-naber | -0/+24 |
| 2022-10-08 | Auto merge of #102809 - matthiaskrgr:rollup-qq62vuv, r=matthiaskrgr | bors | -22/+28 |
| 2022-10-08 | Rollup merge of #101520 - oli-obk:transmute_lifetimes, r=compiler-errors | Matthias Krüger | -22/+28 |
| 2022-10-08 | Auto merge of #100720 - camsteffen:representable, r=cjgillot | bors | -244/+181 |
| 2022-10-08 | Stabilize half_open_range_patterns | Urgau | -368/+254 |
| 2022-10-08 | Split slice part of feature(half_open_range_patterns) to [...]_in_slices | Urgau | -6/+25 |
| 2022-10-08 | don't ICE when normalizing closure input tys | Ali MJ Al-Nasrawy | -0/+135 |
| 2022-10-08 | fix #102182, recover from impl Trait in type param bound | yukang | -0/+17 |
| 2022-10-07 | Auto merge of #102091 - RalfJung:const_err, r=oli-obk | bors | -5087/+1323 |
| 2022-10-07 | Add a regression test | Oli Scherer | -0/+26 |
| 2022-10-07 | Check hidden types in dead code | Oli Scherer | -2/+16 |
| 2022-10-07 | Unconditionally encode hidden types in typeck results | Oli Scherer | -4/+11 |
| 2022-10-07 | First batch of review feedback changes from #102110 | Nathan Stocks | -2/+2 |
| 2022-10-07 | Rollup merge of #102779 - TaKO8Ki:fix-type-of-ice-102768, r=fee1-dead | Dylan DPC | -0/+47 |
| 2022-10-07 | Rollup merge of #102764 - compiler-errors:issue-102762, r=jackh726 | Dylan DPC | -0/+46 |
| 2022-10-07 | Allow transmutes between the same types after erasing lifetimes | Oli Scherer | -22/+28 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -5087/+1323 |
| 2022-10-07 | Add regression test for #102124 | Hosshii | -0/+20 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -244/+181 |
| 2022-10-07 | add a few more assert_unsafe_precondition | Ralf Jung | -5/+5 |
| 2022-10-07 | Ensure the correct tombstone file is opened | Florian Bartels | -11/+11 |
| 2022-10-07 | fix a ICE #102768 | Takayuki Maeda | -0/+47 |
| 2022-10-07 | Rollup merge of #102761 - est31:let_else_uninhabited_test, r=compiler-errors | Matthias Krüger | -1/+23 |
| 2022-10-07 | Rollup merge of #102720 - lyming2007:issue-102397-fix, r=compiler-errors | Matthias Krüger | -8/+8 |
| 2022-10-07 | suggest `==` to the first expr which has `ExprKind::Assign` | Takayuki Maeda | -1/+24 |
| 2022-10-07 | Check WhereClauseReferencesSelf after all other object safety checks | Michael Goulet | -0/+46 |
| 2022-10-07 | let-else: test else block with non-never uninhabited type | est31 | -1/+23 |
| 2022-10-06 | Rollup merge of #102718 - compiler-errors:opaque-bound-lint-ice, r=fee1-dead | Matthias Krüger | -0/+22 |