| Age | Commit message (Expand) | Author | Lines |
| 2022-10-10 | macros: simplify field ordering in diag derive | David Wood | -102/+38 |
| 2022-10-10 | macros: separate suggestion fmt'ing and emission | David Wood | -23/+105 |
| 2022-10-10 | query_system: finish migration | David Wood | -12/+7 |
| 2022-10-10 | macros: `#[subdiagnostic(eager)]` | David Wood | -22/+151 |
| 2022-10-10 | errors: `DiagnosticMessage::Eager` | David Wood | -3/+60 |
| 2022-10-10 | errors: `AddToDiagnostic::add_to_diagnostic_with` | David Wood | -50/+129 |
| 2022-10-10 | errors: use `HashMap` to store diagnostic args | David Wood | -26/+49 |
| 2022-10-10 | macros: tidy up lint changes | David Wood | -3/+6 |
| 2022-10-10 | Auto merge of #102875 - Dylan-DPC:rollup-zwcq8h9, r=Dylan-DPC | bors | -621/+478 |
| 2022-10-10 | Rollup merge of #102868 - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8Ki | Dylan DPC | -37/+37 |
| 2022-10-10 | Rollup merge of #102853 - cjgillot:skip-opaque-cast, r=jackh726 | Dylan DPC | -8/+25 |
| 2022-10-10 | Rollup merge of #102794 - dtolnay:termination, r=thomcc | Dylan DPC | -9/+24 |
| 2022-10-10 | Rollup merge of #102786 - compiler-errors:no-tuple-candidate, r=lcnr | Dylan DPC | -28/+9 |
| 2022-10-10 | Rollup merge of #102055 - c410-f3r:moar-errors, r=petrochenkov | Dylan DPC | -173/+2 |
| 2022-10-10 | Rollup merge of #99696 - WaffleLapkin:uplift, r=fee1-dead | Dylan DPC | -366/+381 |
| 2022-10-10 | Auto merge of #94381 - Kobzol:llvm-bolt, r=Mark-Simulacrum | bors | -7/+158 |
| 2022-10-10 | Auto merge of #102867 - JohnTitor:rollup-qnwsajt, r=JohnTitor | bors | -442/+507 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -37/+37 |
| 2022-10-10 | Rollup merge of #102862 - scottmcm:more-alignment-traits, r=thomcc | Yuki Okushi | -1/+17 |
| 2022-10-10 | Rollup merge of #102860 - GuillaumeGomez:missing-docs-FileNameDisplayPreferen... | Yuki Okushi | -0/+4 |
| 2022-10-10 | Rollup merge of #102845 - cjgillot:gat-object, r=fee1-dead | Yuki Okushi | -29/+73 |
| 2022-10-10 | Rollup merge of #102345 - chenyukang:fix-102182-impl-trait, r=estebank | Yuki Okushi | -2/+51 |
| 2022-10-10 | Rollup merge of #102323 - Stoozy:master, r=cjgillot | Yuki Okushi | -4/+41 |
| 2022-10-10 | Rollup merge of #102275 - Urgau:stabilize-half_open_range_patterns, r=cjgillot | Yuki Okushi | -406/+321 |
| 2022-10-09 | From<Alignment> for usize & NonZeroUsize | Scott McMurray | -1/+17 |
| 2022-10-09 | Add missing documentation for FileNameDisplayPreference variants | Guillaume Gomez | -0/+4 |
| 2022-10-09 | Auto merge of #89123 - the8472:push_in_capacity, r=amanieu | bors | -0/+45 |
| 2022-10-09 | Auto merge of #102850 - JohnTitor:rollup-lze1w03, r=JohnTitor | bors | -124/+212 |
| 2022-10-09 | Skip chained OpaqueCast when building captures. | Camille GILLOT | -8/+25 |
| 2022-10-10 | Rollup merge of #102838 - RalfJung:miri-bootstrap, r=oli-obk | Yuki Okushi | -2/+0 |
| 2022-10-10 | Rollup merge of #102834 - compiler-errors:unnecessary-lift, r=jyn514 | Yuki Okushi | -17/+9 |
| 2022-10-10 | Rollup merge of #102831 - compiler-errors:rustdoc-norm-oops, r=jyn514 | Yuki Okushi | -5/+17 |
| 2022-10-10 | Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki | Yuki Okushi | -32/+32 |
| 2022-10-10 | Rollup merge of #102820 - ehuss:let-else-nightly-suggestion, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2022-10-10 | Rollup merge of #102799 - rol1510:issue-100421-fix, r=notriddle | Yuki Okushi | -1/+22 |
| 2022-10-10 | Rollup merge of #102072 - scottmcm:ptr-alignment-type, r=thomcc | Yuki Okushi | -64/+115 |
| 2022-10-10 | Rollup merge of #101118 - devnexen:fs_getmode_bsd, r=Mark-Simulacrum | Yuki Okushi | -2/+16 |
| 2022-10-09 | Auto merge of #93668 - SUPERCILEX:path_alloc, r=joshtriplett | bors | -286/+397 |
| 2022-10-09 | Elaborate trait ref to compute object safety. | Camille GILLOT | -29/+73 |
| 2022-10-09 | adopt to building infcx | Maybe Waffle | -24/+21 |
| 2022-10-09 | deprecate `clippy::for_loops_over_fallibles` | Maybe Waffle | -351/+34 |
| 2022-10-09 | adopt to new rustc lint api | Maybe Waffle | -15/+13 |
| 2022-10-09 | fixup lint name | Maybe Waffle | -14/+14 |
| 2022-10-09 | Fix clippy tests that trigger `for_loop_over_fallibles` lint | Maybe Waffle | -1/+3 |
| 2022-10-09 | fix `for_loop_over_fallibles` lint docs | Maybe Waffle | -22/+10 |
| 2022-10-09 | remove an infinite loop | Maybe Waffle | -2/+2 |
| 2022-10-09 | Edit documentation for `for_loop_over_fallibles` lint | Maybe Waffle | -23/+21 |
| 2022-10-09 | allow `for_loop_over_fallibles` in a `core` test | Maybe Waffle | -0/+1 |
| 2022-10-09 | allow or avoid for loops over option in compiler and tests | Maybe Waffle | -15/+14 |
| 2022-10-09 | `for_loop_over_fallibles`: don't use `MachineApplicable` | Maybe Waffle | -1/+1 |