| Age | Commit message (Expand) | Author | Lines |
| 2024-12-18 | Rollup merge of #134420 - Integral-Tech:pathbuf-refactor, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-12-18 | Rollup merge of #134399 - spastorino:invert-if-condition, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-12-18 | Rollup merge of #134394 - dianne:clarify-pat-2024-migration, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -39/+104 |
| 2024-12-18 | Rollup merge of #134253 - nnethercote:overhaul-keywords, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -46/+55 |
| 2024-12-18 | Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino | 许杰友 Jieyou Xu (Joe) | -190/+179 |
| 2024-12-18 | Rollup merge of #133926 - compiler-errors:const-conditions, r=lcnr | 许杰友 Jieyou Xu (Joe) | -15/+33 |
| 2024-12-18 | mir-opt: Do not handle the cleanup BB in the EarlyOtherwiseBranch | DianQK | -0/+4 |
| 2024-12-18 | mir: require `is_cleanup` when creating `BasicBlockData` | DianQK | -25/+30 |
| 2024-12-18 | mir-opt: a sub-BB of a cleanup BB must also be a cleanup BB | DianQK | -1/+2 |
| 2024-12-18 | Reapply "Auto merge of #129047 - DianQK:early_otherwise_branch_scalar, r=cjgi... | DianQK | -85/+175 |
| 2024-12-18 | Do not do if ! else, use unnegated cond and swap the branches instead | Santiago Pastorino | -3/+3 |
| 2024-12-18 | Auto merge of #134425 - clubby789:cargo-update, r=jieyouxu | bors | -1/+2 |
| 2024-12-18 | Improve comments on `Keywords`. | Nicholas Nethercote | -2/+17 |
| 2024-12-18 | Move `gen` in the keyword list. | Nicholas Nethercote | -3/+3 |
| 2024-12-18 | Only have one source of truth for keywords. | Nicholas Nethercote | -3/+19 |
| 2024-12-18 | Simplify `AllKeywords`. | Nicholas Nethercote | -39/+17 |
| 2024-12-18 | Remove a comment that shouldn't have been committed. | Nicholas Nethercote | -1/+0 |
| 2024-12-18 | Fix const conditions for RPITITs | Michael Goulet | -15/+33 |
| 2024-12-18 | Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxu | bors | -617/+371 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -617/+371 |
| 2024-12-18 | Overhaul `TokenTreeCursor`. | Nicholas Nethercote | -70/+67 |
| 2024-12-18 | Auto merge of #134439 - matthiaskrgr:rollup-grmmmx2, r=matthiaskrgr | bors | -479/+384 |
| 2024-12-18 | Factor out repeated code from `eat_dollar`. | Nicholas Nethercote | -2/+1 |
| 2024-12-18 | Remove `Peekable<TokenStreamIter>` uses. | Nicholas Nethercote | -31/+27 |
| 2024-12-18 | Rename `RefTokenTreeCursor`. | Nicholas Nethercote | -98/+96 |
| 2024-12-18 | Simplify `RefTokenTreeCursor::look_ahead`. | Nicholas Nethercote | -7/+7 |
| 2024-12-17 | Add the edition guide link from the match 2024 migration lint to the error as... | dianne | -0/+4 |
| 2024-12-17 | Improve the pattern migration 2024 migration lint's message | dianne | -1/+1 |
| 2024-12-17 | Correctly check the edition of subpatterns in the pattern migration 2024 lint | dianne | -2/+4 |
| 2024-12-17 | Clarify the match ergonomics 2024 migration lint's output | dianne | -39/+98 |
| 2024-12-17 | Rollup merge of #134378 - lqd:polonius-next-episode-2, r=jackh726 | Matthias Krüger | -260/+240 |
| 2024-12-17 | Rollup merge of #134323 - Zalathar:dismantle-map-data, r=jieyouxu | Matthias Krüger | -204/+129 |
| 2024-12-17 | Rollup merge of #133801 - Gelbpunkt:powerpc64le-unknown-linux-musl-tier-2, r=... | Matthias Krüger | -2/+2 |
| 2024-12-17 | Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviper | Matthias Krüger | -13/+13 |
| 2024-12-17 | Auto merge of #134376 - jdonszelmann:fix-rustdoc-perf, r=jieyouxu | bors | -2/+3 |
| 2024-12-17 | Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obk | bors | -1578/+1749 |
| 2024-12-17 | compiler & tools dependencies: | clubby789 | -1/+2 |
| 2024-12-18 | refactor: replace &PathBuf with &Path to enhance generality | Integral | -3/+3 |
| 2024-12-17 | Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesleywiser | bors | -5/+4 |
| 2024-12-17 | Auto merge of #134414 - jhpratt:rollup-4gtfd1h, r=jhpratt | bors | -313/+258 |
| 2024-12-17 | Rollup merge of #134412 - lcnr:borrowck-cleanup-trivial, r=jackh726 | Jacob Pratt | -142/+103 |
| 2024-12-17 | Rollup merge of #134406 - nnethercote:fix-input-stats-ordering, r=jieyouxu | Jacob Pratt | -7/+11 |
| 2024-12-17 | Rollup merge of #134400 - spastorino:fix-some-comments, r=compiler-errors | Jacob Pratt | -4/+3 |
| 2024-12-17 | Rollup merge of #134397 - Enselic:raw-mut, r=compiler-errors | Jacob Pratt | -10/+20 |
| 2024-12-17 | Rollup merge of #134368 - ehuss:edition-links, r=jieyouxu | Jacob Pratt | -11/+12 |
| 2024-12-17 | Rollup merge of #134365 - Zalathar:builder, r=nnethercote | Jacob Pratt | -53/+61 |
| 2024-12-17 | Rollup merge of #134354 - oli-obk:push-nlrxswvpqnuk, r=compiler-errors | Jacob Pratt | -20/+26 |
| 2024-12-17 | Rollup merge of #134202 - nnethercote:rm-existing_doc_keyword, r=GuillaumeGomez | Jacob Pratt | -66/+22 |
| 2024-12-17 | `fn member_constraint` to `add_member_constraint` | lcnr | -4/+4 |
| 2024-12-17 | small refactor to region error handling | lcnr | -131/+95 |