about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-25Skip formatting for some compiler documentation codeJosh Triplett-2/+5
2025-07-23Auto merge of #144360 - matthiaskrgr:rollup-b6ej0mm, r=matthiaskrgrbors-1428/+221
2025-07-23Rollup merge of #144315 - lolbinarycat:bootstrap-dist-package.json, r=KobzolMatthias Krüger-0/+2
2025-07-23Rollup merge of #144311 - Gelbpunkt:ci-rustc-ppc64le-musl, r=KobzolMatthias Krüger-0/+1
2025-07-23Rollup merge of #144298 - Zalathar:empty-span, r=wesleywiserMatthias Krüger-46/+57
2025-07-23Rollup merge of #144292 - joshtriplett:mbe-use-concrete-type-for-get-unused-r...Matthias Krüger-16/+20
2025-07-23Rollup merge of #144290 - makai410:summary-ups, r=jieyouxuMatthias Krüger-2/+2
2025-07-23Rollup merge of #144256 - oli-obk:type-id-ice, r=RalfJungMatthias Krüger-1/+32
2025-07-23Rollup merge of #144239 - xizheyin:clean-lexer, r=fee1-deadMatthias Krüger-85/+83
2025-07-23Rollup merge of #144234 - roblabla:fix-win7-tls-dtors, r=ChrisDentonMatthias Krüger-3/+14
2025-07-23Rollup merge of #144173 - Kivooeo:tidy_checks, r=jieyouxuMatthias Krüger-1275/+10
2025-07-23Auto merge of #143843 - JonathanBrouwer:macro-use-parser, r=oli-obkbors-150/+480
2025-07-23Update uitest stderrsJonathan Brouwer-85/+274
2025-07-23Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra...Jonathan Brouwer-65/+206
2025-07-23Auto merge of #143412 - Kobzol:std-detect-in-stdlib, r=Amanieubors-817/+377
2025-07-23Auto merge of #143897 - cjgillot:derive-walk, r=petrochenkovbors-1676/+1220
2025-07-22Auto merge of #144249 - GuillaumeGomez:asm-tests, r=jieyouxubors-56/+83
2025-07-22Embed auxv files directly into the test binaryJakub Beránek-12/+10
2025-07-22Improve error messages of auxv loadingJakub Beránek-10/+17
2025-07-22Remove licenses from std-detectJakub Beránek-226/+0
2025-07-22Bless bootstrap testsJakub Beránek-11/+11
2025-07-22Remove `std_detect` from stdarch's CIJakub Beránek-71/+2
2025-07-22Remove `std_detect` from stdarch examplesJakub Beránek-30/+18
2025-07-22Fix warningJakub Beránek-0/+10
2025-07-22Move tests around to appease `tidy`Jakub Beránek-262/+258
2025-07-22Update stdarch READMEJakub Beránek-9/+1
2025-07-22Reformat `std_detect`Jakub Beránek-182/+54
2025-07-22Allow platform-specific code in `std_detect`Jakub Beránek-0/+1
2025-07-22Make `std_detect` a direct dependency of `std`Jakub Beránek-16/+7
2025-07-22Move `std_detect` from `library/stdarch` to `library`Jakub Beránek-0/+0
2025-07-22bootstrap: add package.json and package-lock.json to dist tarballbinarycat-0/+2
2025-07-22Add powerpc64le-unknown-linux-musl to CI rustc targetsJens Reidel-0/+1
2025-07-22Auto merge of #144222 - Kobzol:stdarch-push, r=folkertdevbors-5042/+4642
2025-07-22Only run `tests/assembly-*` and `tests/codegen-*` tests if they match the cur...Guillaume Gomez-3/+20
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-36/+41
2025-07-22Rename `tests/assembly` into `tests/assembly-llvm`Guillaume Gomez-17/+22
2025-07-22Auto merge of #144294 - matthiaskrgr:rollup-ybvall3, r=matthiaskrgrbors-185/+3821
2025-07-22Clean code for `rustc_parse/src/lexer`xizheyin-85/+83
2025-07-22coverage: Enlarge empty spans during MIR instrumentation, not codegenZalathar-46/+57
2025-07-22Auto merge of #144205 - hkBst:flt2dec, r=workingjubileebors-11/+7
2025-07-22Rollup merge of #144265 - compiler-errors:copy-ice, r=oli-obkMatthias Krüger-4/+36
2025-07-22Rollup merge of #144164 - ognevny:opt-dist-stage0-root, r=KobzolMatthias Krüger-8/+14
2025-07-22Rollup merge of #144126 - Shourya742:2025-06-18-fix-target-config-issue, r=Ko...Matthias Krüger-4/+45
2025-07-22Rollup merge of #144082 - mladedav:dm/pub-priv-tests, r=petrochenkovMatthias Krüger-20/+223
2025-07-22Rollup merge of #143373 - cjgillot:bare-unused-trait-imports, r=petrochenkovMatthias Krüger-7/+2
2025-07-22Rollup merge of #142924 - lolbinarycat:tidy-js-extra-checks, r=KobzolMatthias Krüger-142/+3434
2025-07-22Rollup merge of #142454 - tomtor:avr-update, r=tgross35Matthias Krüger-0/+67
2025-07-22mbe: Use concrete type for `get_unused_rule`Josh Triplett-16/+20
2025-07-22update SUMMARY.mdMakai-2/+2
2025-07-22Implement AST visitors using a derive macro.Camille GILLOT-1676/+1220