about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-12-18Rollup merge of #134420 - Integral-Tech:pathbuf-refactor, r=compiler-errors许杰友 Jieyou Xu (Joe)-18/+15
2024-12-18Rollup merge of #134399 - spastorino:invert-if-condition, r=jieyouxu许杰友 Jieyou Xu (Joe)-3/+3
2024-12-18Rollup merge of #134394 - dianne:clarify-pat-2024-migration, r=compiler-errors许杰友 Jieyou Xu (Joe)-189/+315
2024-12-18Rollup merge of #134253 - nnethercote:overhaul-keywords, r=petrochenkov许杰友 Jieyou Xu (Joe)-121/+67
2024-12-18Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino许杰友 Jieyou Xu (Joe)-211/+200
2024-12-18Rollup merge of #133926 - compiler-errors:const-conditions, r=lcnr许杰友 Jieyou Xu (Joe)-28/+254
2024-12-18Rollup merge of #130786 - DianQK:early_otherwise_branch_cleanup, r=oli-obk许杰友 Jieyou Xu (Joe)-109/+739
2024-12-18mir-opt: Do not handle the cleanup BB in the EarlyOtherwiseBranchDianQK-86/+53
2024-12-18mir: require `is_cleanup` when creating `BasicBlockData`DianQK-25/+30
2024-12-18mir-opt: a sub-BB of a cleanup BB must also be a cleanup BBDianQK-1/+322
2024-12-18Reapply "Auto merge of #129047 - DianQK:early_otherwise_branch_scalar, r=cjgi...DianQK-85/+422
2024-12-18Do not do if ! else, use unnegated cond and swap the branches insteadSantiago Pastorino-3/+3
2024-12-18Auto merge of #134425 - clubby789:cargo-update, r=jieyouxubors-197/+228
2024-12-18Improve comments on `Keywords`.Nicholas Nethercote-2/+17
2024-12-18Move `gen` in the keyword list.Nicholas Nethercote-3/+3
2024-12-18Only have one source of truth for keywords.Nicholas Nethercote-78/+31
2024-12-18Simplify `AllKeywords`.Nicholas Nethercote-39/+17
2024-12-18Auto merge of #134450 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-12-18Remove a comment that shouldn't have been committed.Nicholas Nethercote-1/+0
2024-12-18Fix const conditions for RPITITsMichael Goulet-28/+254
2024-12-18Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxubors-617/+371
2024-12-17Update cargoWeihang Lo-0/+0
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-617/+371
2024-12-18Overhaul `TokenTreeCursor`.Nicholas Nethercote-70/+67
2024-12-18Auto merge of #134439 - matthiaskrgr:rollup-grmmmx2, r=matthiaskrgrbors-550/+612
2024-12-18Factor out repeated code from `eat_dollar`.Nicholas Nethercote-2/+1
2024-12-18Remove `Peekable<TokenStreamIter>` uses.Nicholas Nethercote-31/+27
2024-12-18Rename `RefTokenTreeCursor`.Nicholas Nethercote-119/+117
2024-12-18Simplify `RefTokenTreeCursor::look_ahead`.Nicholas Nethercote-10/+10
2024-12-18Change the lookahead in `MacroParser::new`.Nicholas Nethercote-1/+1
2024-12-17Add the edition guide link from the match 2024 migration lint to the error as...dianne-0/+12
2024-12-17Improve the pattern migration 2024 migration lint's messagedianne-63/+63
2024-12-17Correctly check the edition of subpatterns in the pattern migration 2024 lintdianne-2/+4
2024-12-17Clarify the match ergonomics 2024 migration lint's outputdianne-189/+301
2024-12-17Rollup merge of #134426 - hkBst:patch-3, r=lqdMatthias Krüger-1/+1
2024-12-17Rollup merge of #134423 - jieyouxu:bootstrap-test-valid, r=onur-ozkanMatthias Krüger-1/+5
2024-12-17Rollup merge of #134408 - rmehri01:rpit-inherits-lifetime, r=compiler-errorsMatthias Krüger-0/+24
2024-12-17Rollup merge of #134378 - lqd:polonius-next-episode-2, r=jackh726Matthias Krüger-260/+240
2024-12-17Rollup merge of #134323 - Zalathar:dismantle-map-data, r=jieyouxuMatthias Krüger-208/+133
2024-12-17Rollup merge of #133801 - Gelbpunkt:powerpc64le-unknown-linux-musl-tier-2, r=...Matthias Krüger-8/+104
2024-12-17Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviperMatthias Krüger-72/+105
2024-12-17Auto merge of #134376 - jdonszelmann:fix-rustdoc-perf, r=jieyouxubors-3/+4
2024-12-17Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obkbors-1629/+1821
2024-12-17compiler & tools dependencies:clubby789-197/+228
2024-12-18refactor: replace &PathBuf with &Path to enhance generalityIntegral-18/+15
2024-12-17Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesleywiserbors-516/+373
2024-12-17Fix typo in uint_macros.rsMarijn Schouten-1/+1
2024-12-17bootstrap: use specific-purpose ui test path许杰友 Jieyou Xu (Joe)-1/+5
2024-12-17Auto merge of #134414 - jhpratt:rollup-4gtfd1h, r=jhprattbors-621/+571
2024-12-17Rollup merge of #134412 - lcnr:borrowck-cleanup-trivial, r=jackh726Jacob Pratt-142/+103