| Age | Commit message (Expand) | Author | Lines |
| 2022-10-11 | Auto merge of #102896 - matthiaskrgr:rollup-jg5xawz, r=matthiaskrgr | bors | -716/+363 |
| 2022-10-10 | Auto merge of #101720 - GuillaumeGomez:warn-INVALID_HTML_TAGS, r=notriddle | bors | -14/+79 |
| 2022-10-10 | Rollup merge of #102888 - GuillaumeGomez:improve-search-color-check, r=notriddle | Matthias Krüger | -710/+233 |
| 2022-10-10 | Rollup merge of #102876 - SparrowLii:import-candidate, r=fee1-dead | Matthias Krüger | -4/+83 |
| 2022-10-10 | Rollup merge of #101789 - gimbles:let, r=estebank | Matthias Krüger | -2/+8 |
| 2022-10-10 | Rollup merge of #101360 - compiler-errors:multiple-closure-bounds, r=petroche... | Matthias Krüger | -0/+39 |
| 2022-10-10 | Auto merge of #102596 - scottmcm:option-bool-calloc, r=Mark-Simulacrum | bors | -1/+18 |
| 2022-10-10 | Update rustdoc tests | Guillaume Gomez | -14/+79 |
| 2022-10-10 | Simplify result color checks | Guillaume Gomez | -710/+233 |
| 2022-10-10 | `let` is not allowed in struct field definitions | gimbles | -2/+8 |
| 2022-10-10 | Rollup merge of #102868 - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8Ki | Dylan DPC | -2/+2 |
| 2022-10-10 | Rollup merge of #102853 - cjgillot:skip-opaque-cast, r=jackh726 | Dylan DPC | -0/+17 |
| 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 | Skip chained OpaqueCast when building captures. | Camille GILLOT | -0/+17 |
| 2022-10-10 | Rollup merge of #102831 - compiler-errors:rustdoc-norm-oops, r=jyn514 | Yuki Okushi | -0/+13 |
| 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-09 | Don't use unnormalized type in Ty::fn_sig | Michael Goulet | -0/+13 |
| 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 | Rollup merge of #102815 - notriddle:notriddle/mobile-topbar, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-10-08 | Rollup merge of #102723 - pcc:run-make-cc, r=Mark-Simulacrum | Matthias Krüger | -5/+1 |
| 2022-10-08 | Rollup merge of #102524 - notriddle:notriddle/unsafe-function, r=GuillaumeGomez | Matthias Krüger | -0/+41 |
| 2022-10-08 | Auto merge of #102315 - RalfJung:assert_unsafe_precondition, r=thomcc | bors | -5/+6 |
| 2022-10-08 | rustdoc: add test case for dimensions and color of unsafe `<sup>` | Michael Howell | -0/+41 |
| 2022-10-08 | rustdoc: remove mobile topbar from source pages instead of hiding it | Michael Howell | -1/+1 |
| 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 | -187/+260 |
| 2022-10-08 | Rollup merge of #102789 - GuillaumeGomez:update-browser-ui-test-version, r=no... | Matthias Krüger | -149/+149 |
| 2022-10-08 | Rollup merge of #102778 - nbdd0121:mir, r=tmiasko | Matthias Krüger | -0/+67 |
| 2022-10-08 | Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk | Matthias Krüger | -16/+16 |
| 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 | -252/+188 |
| 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 |