| Age | Commit message (Expand) | Author | Lines |
| 2024-05-14 | port no-cdylib-as-rdylib test | Oneirical | -17/+16 |
| 2024-05-12 | Auto merge of #125040 - ickk:patch-1, r=notriddle | bors | -1/+1 |
| 2024-05-12 | Auto merge of #125045 - GuillaumeGomez:rollup-em6qdzw, r=GuillaumeGomez | bors | -99/+173 |
| 2024-05-12 | Rollup merge of #125036 - lcnr:new-solver-trace, r=compiler-errors | Guillaume Gomez | -53/+56 |
| 2024-05-12 | Rollup merge of #125030 - saethlin:ui-test-false-positives, r=compiler-errors | Guillaume Gomez | -38/+13 |
| 2024-05-12 | Rollup merge of #125022 - GuillaumeGomez:migrate-rustdoc-scrape-examples-orde... | Guillaume Gomez | -7/+102 |
| 2024-05-12 | Rollup merge of #125021 - joshlf:patch-11, r=RalfJung | Guillaume Gomez | -1/+2 |
| 2024-05-12 | Auto merge of #124798 - devnexen:illumos_memalign_fix, r=RalfJung | bors | -2/+0 |
| 2024-05-12 | Migrate `rustdoc-scrape-examples-ordering` to `rmake` | Guillaume Gomez | -11/+61 |
| 2024-05-12 | Auto merge of #125012 - RalfJung:format-error, r=Mark-Simulacrum,workingjubilee | bors | -13/+26 |
| 2024-05-12 | fix hidden title in command-line-arguments docs | ickk | -1/+1 |
| 2024-05-12 | Auto merge of #124883 - onur-ozkan:change-stage0-file, r=Mark-Simulacrum | bors | -590/+635 |
| 2024-05-12 | Auto merge of #119427 - dtolnay:maccall, r=compiler-errors | bors | -57/+517 |
| 2024-05-12 | structurally important functions to `debug` | lcnr | -10/+13 |
| 2024-05-12 | solve: replace all `debug` with `trace` | lcnr | -63/+63 |
| 2024-05-12 | Auto merge of #125001 - compiler-errors:uplift-trait-predicate, r=lcnr | bors | -813/+886 |
| 2024-05-11 | Fix redundant parens around braced macro call in match arms | David Tolnay | -7/+54 |
| 2024-05-11 | Add classify::expr_is_complete | David Tolnay | -98/+60 |
| 2024-05-12 | Auto merge of #124153 - scottmcm:more-placevalue, r=saethlin | bors | -127/+152 |
| 2024-05-11 | Fix some minor issues from the ui-test auto-porting | Ben Kimock | -38/+13 |
| 2024-05-11 | And `ImplPolarity` too | Michael Goulet | -24/+24 |
| 2024-05-11 | Remove MacCall special cases from Parser::parse_full_stmt | David Tolnay | -9/+3 |
| 2024-05-11 | Remove MacCall special case from recovery after missing 'if' after 'else' | David Tolnay | -12/+32 |
| 2024-05-11 | Add macro calls to else-no-if parser test | David Tolnay | -5/+83 |
| 2024-05-11 | Document MacCall special case in Parser::parse_arm | David Tolnay | -0/+11 |
| 2024-05-11 | Document MacCall special case in Parser::expr_is_complete | David Tolnay | -7/+44 |
| 2024-05-11 | Mark Parser::expr_is_complete call sites | David Tolnay | -5/+7 |
| 2024-05-11 | Add parser tests for statement boundary insertion | David Tolnay | -0/+104 |
| 2024-05-11 | Document the situation with unused_parens lint and braced macro calls | David Tolnay | -4/+28 |
| 2024-05-11 | Add test of unused_parens lint involving macro calls | David Tolnay | -19/+117 |
| 2024-05-11 | Delete MacCall case from pretty-printing semicolon after StmtKind::Expr | David Tolnay | -4/+1 |
| 2024-05-11 | Fix pretty printer statement boundaries after braced macro call | David Tolnay | -7/+3 |
| 2024-05-11 | Add ExprKind::MacCall statement boundary tests | David Tolnay | -0/+30 |
| 2024-05-11 | Macro call with braces does not require semicolon to be statement | David Tolnay | -23/+50 |
| 2024-05-11 | Mark expr_requires_semi_to_be_stmt call sites | David Tolnay | -9/+11 |
| 2024-05-11 | Expand on expr_requires_semi_to_be_stmt documentation | David Tolnay | -10/+41 |
| 2024-05-11 | Apply nits, uplift ExistentialPredicate too | Michael Goulet | -82/+100 |
| 2024-05-11 | Uplift `NormalizesTo`, `CoercePredicate`, and `SubtypePredicate` | Michael Goulet | -87/+128 |
| 2024-05-11 | Uplift `ExistentialTraitRef`, `ExistentialProjection`, `ProjectionPredicate` | Michael Goulet | -325/+428 |
| 2024-05-11 | Uplift `TraitPredicate` | Michael Goulet | -90/+114 |
| 2024-05-11 | Make it possible to derive Lift/TypeVisitable/TypeFoldable in rustc_type_ir | Michael Goulet | -331/+218 |
| 2024-05-11 | Auto merge of #125028 - matthiaskrgr:rollup-3qk782d, r=matthiaskrgr | bors | -209/+205 |
| 2024-05-11 | Rollup merge of #125008 - Dirbaio:test-issue-122775, r=compiler-errors | Matthias Krüger | -0/+17 |
| 2024-05-11 | Rollup merge of #124981 - zachs18:rc-allocator-generalize-1, r=Mark-Simulacrum | Matthias Krüger | -32/+33 |
| 2024-05-11 | Rollup merge of #124963 - GuillaumeGomez:migrate-rustdoc-shared-flags, r=jiey... | Matthias Krüger | -19/+14 |
| 2024-05-11 | Rollup merge of #124939 - Urgau:hide-private-fields-aliased-type, r=Guillaume... | Matthias Krüger | -0/+84 |
| 2024-05-11 | Rollup merge of #124829 - briansmith:b/armv7-profiler, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-05-11 | Rollup merge of #124096 - saethlin:rust-dbg-call, r=Nilstrieb | Matthias Krüger | -157/+56 |
| 2024-05-11 | Auto merge of #124988 - compiler-errors:name-span, r=lcnr | bors | -140/+138 |
| 2024-05-11 | Add `extern_` method to `Rustdoc` | Guillaume Gomez | -0/+15 |