about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-06Auto merge of #143526 - matthiaskrgr:rollup-pm69g5v, r=matthiaskrgrbors-216/+228
2025-07-06Rollup merge of #143518 - joshtriplett:sort-attrs, r=KobzolMatthias Krüger-0/+2
2025-07-06Rollup merge of #143514 - joshtriplett:macro-test-organization, r=jieyouxuMatthias Krüger-11/+11
2025-07-06Rollup merge of #143492 - Diggsey:db-fix-object-ambiguity, r=RalfJungMatthias Krüger-6/+14
2025-07-06Rollup merge of #143252 - JonathanBrouwer:rewrite_empty_attribute, r=jdonszel...Matthias Krüger-199/+201
2025-07-06Auto merge of #143515 - rust-lang:cargo_update, r=clubby789bors-12/+27
2025-07-06Auto merge of #143521 - matthiaskrgr:rollup-kpv1og3, r=matthiaskrgrbors-179/+350
2025-07-06Rollup merge of #143504 - RalfJung:compiletest-err, r=jieyouxuMatthias Krüger-1/+2
2025-07-06Rollup merge of #143493 - lolbinarycat:tidy-spellcheck-bless, r=KobzolMatthias Krüger-6/+17
2025-07-06Rollup merge of #143484 - bvanjoi:issue-140796, r=compiler-errorsMatthias Krüger-2/+112
2025-07-06Rollup merge of #143477 - folkertdev:use-is-multiple-of, r=joshtriplettMatthias Krüger-34/+33
2025-07-06Rollup merge of #143470 - Ayush1325:uefi-tcp4-recv, r=joshtriplettMatthias Krüger-6/+52
2025-07-06Rollup merge of #143416 - joshtriplett:mbe-simplifications, r=nnethercoteMatthias Krüger-130/+134
2025-07-06Fix line break after ":" in unpretty attribute printJonathan Brouwer-10/+8
2025-07-06Rewrite empty attribute lintJonathan Brouwer-191/+195
2025-07-06Auto merge of #143354 - Shourya742:2025-07-03-bye-bye-as_mut-command, r=Kobzolbors-46/+76
2025-07-06distinguish the duplicate item of rpititbohan-2/+112
2025-07-06Auto merge of #143507 - matthiaskrgr:rollup-lpg7t12, r=matthiaskrgrbors-809/+1719
2025-07-05Rename tests named with `mbe` to use `macro` insteadJosh Triplett-11/+11
2025-07-05rustc_builtin_macros: Make sure registered attributes stay sortedJosh Triplett-0/+2
2025-07-06Auto merge of #143126 - dianqk:update-llvm, r=nikicbors-0/+24
2025-07-06cargo updategithub-actions-12/+27
2025-07-05Move macro tests in `parser` into `macro` directoryJosh Triplett-0/+0
2025-07-05mbe: Defer checks for `compile_error!` until reporting an unused macro ruleJosh Triplett-92/+80
2025-07-05mbe: Simplify a match to a let-elseJosh Triplett-3/+2
2025-07-05mbe: Add a helper to parse a single `TokenTree`Josh Triplett-22/+20
2025-07-05Rollup merge of #143494 - cjgillot:no-yield-in-scope, r=compiler-errorsMatthias Krüger-263/+37
2025-07-05Rollup merge of #143489 - cjgillot:mut-visit-span, r=petrochenkovMatthias Krüger-11/+79
2025-07-05Rollup merge of #143486 - husqvarnagroup:af/no-armv5te-target-maintainer, r=p...Matthias Krüger-1/+1
2025-07-05Rollup merge of #143478 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-475/+1469
2025-07-05Rollup merge of #143441 - compiler-errors:no-key, r=petrochenkovMatthias Krüger-19/+16
2025-07-05Rollup merge of #143238 - JonathanBrouwer:ignore_parser, r=jdonszelmannMatthias Krüger-40/+117
2025-07-05Auto merge of #142732 - compiler-errors:more-root, r=lcnrbors-119/+33
2025-07-05bootstrap: add change_tracker entry for removal of spellcheck:fixbinarycat-0/+5
2025-07-05compiletest: print slightly more information on fs::write failureRalf Jung-1/+2
2025-07-05Port `#[ignore]` to the new attribute parsing infrastructureJonathan Brouwer-40/+117
2025-07-05Don't compress input universesMichael Goulet-111/+10
2025-07-06restructure try_run_testsbit-aloo-18/+13
2025-07-05Canonicalize input ty/ct infer/placeholder in the root universeMichael Goulet-8/+23
2025-07-05Stop using Key trait randomlyMichael Goulet-19/+16
2025-07-05Auto merge of #143496 - saethlin:rollup-4u43rgj, r=saethlinbors-133/+401
2025-07-05Rollup merge of #143447 - jieyouxu:compiletest-maintenance-4, r=KobzolBen Kimock-93/+353
2025-07-05Rollup merge of #143445 - folkertdev:va-list-intrinsics, r=RalfJungBen Kimock-17/+24
2025-07-05Rollup merge of #143291 - RalfJung:result-isnt-either, r=scottmcmBen Kimock-23/+24
2025-07-05Make tempfile a normal dependencyDiggory Blake-5/+3
2025-07-05tidy: add specific error message for trying to use `spellcheck:fix`.binarycat-0/+7
2025-07-05Remove yields_in_scope from the scope tree.Camille GILLOT-263/+37
2025-07-05tidy: use --bless for tidy spellcheck instead of spellcheck:fixbinarycat-6/+5
2025-07-05Use `object` crate from crates.io to fix windows build errorDiggory Blake-1/+11
2025-07-05codegen_ssa: replace a Result by an EitherRalf Jung-23/+24