about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-09-01Capture panic messages via a custom panic hookZalathar-0/+152
2025-08-31rustdoc-search: skip loading unneeded fnDataMichael Howell-12/+13
2025-09-01Auto merge of #145663 - Kobzol:bootstrap-test, r=jieyouxubors-380/+753
2025-08-31Auto merge of #146038 - notriddle:polarity, r=GuillaumeGomezbors-72/+267
2025-08-31Merge pull request #4466 from nia-e/native-structsRalf Jung-133/+454
2025-08-31some refactoring and cleanupRalf Jung-145/+128
2025-08-31native-lib: pass structs to native codeNia Espera-129/+467
2025-08-31native-lib: more resilient grabbing of instruction bytesNia Espera-26/+26
2025-08-31allow taking address to union fieldKivooeo-1/+1
2025-08-31fixup nix dev shell againWaffle Lapkin-0/+3
2025-08-31Auto merge of #146052 - matthiaskrgr:rollup-cfxx9m6, r=matthiaskrgrbors-9/+4
2025-08-31Rollup merge of #144443 - WaffleLapkin:integer-target-pointer-width, r=NoratriebMatthias Krüger-9/+4
2025-08-31Auto merge of #146039 - Mark-Simulacrum:fix-bolt-path, r=Kobzolbors-5/+15
2025-08-30rustdoc-search: improve concurrency at type searchMichael Howell-9/+15
2025-08-30Rollup merge of #146036 - Mark-Simulacrum:rust-1, r=KobzolTrevor Gross-1/+5
2025-08-30More docsAlona Enraght-Moony-7/+43
2025-08-30Use absolute path to llvm-bolt, merge-fdata rather than PATHMark Rousskov-5/+15
2025-08-30Start documenting tests/rustdoc-jsonAlona Enraght-Moony-2/+48
2025-08-30tidy: --bless now makes escheck run with --fixbinarycat-10/+22
2025-08-30Pass `--target` before `--` for `cargo rustc`Elliot Roberts-5/+2
2025-08-30rustdoc-search: split function inverted index by input/outputMichael Howell-67/+256
2025-08-30Use move_file for rename in tracingMark Rousskov-1/+5
2025-08-30Merge pull request #2536 from apiraino/no-typofixes-plsapiraino-0/+3
2025-08-30Auto merge of #145479 - Kmeakin:km/hardcode-char-is-control, r=joboetbors-1/+0
2025-08-30Do not run `lint-docs` tests in stage 1 `x test` by defaultJakub Beránek-14/+10
2025-08-30Merge pull request #20563 from ChayimFriedman2/ns-projection-dyn-auto-traitShoyu Vanilla (Flint)-1/+70
2025-08-30Fix stage 1 compiler testsJakub Beránek-15/+90
2025-08-30Add test stage 2 snapshot testsJakub Beránek-10/+97
2025-08-30Fix tests and doclinkJakub Beránek-10/+10
2025-08-30Fake nodejs in snapshot testJakub Beránek-0/+2
2025-08-30Fix doclinkJakub Beránek-1/+1
2025-08-30Skip bootstrap tests on CIJakub Beránek-1/+5
2025-08-30Add change tracker entryJakub Beránek-0/+5
2025-08-30Do not run tests on CI in stage 0Jakub Beránek-1/+1
2025-08-30Fix spacing when testing individual cratesJakub Beránek-6/+11
2025-08-30Fix staging for compiler/std crate testsJakub Beránek-56/+106
2025-08-30Move the `test!` macro closer to its usagesJakub Beránek-70/+70
2025-08-30Add metadata to a bunch of steps, rename variables and add commentsJakub Beránek-28/+102
2025-08-30Small refactoring around `RemoteCopyLibs`Jakub Beránek-10/+14
2025-08-30Remove stage0 checkingJakub Beránek-16/+2
2025-08-30Refactor `test::LintDocs`Jakub Beránek-7/+31
2025-08-30Remove `compiler_for` from `test::CodegenCranelift`Jakub Beránek-49/+35
2025-08-30Remove `compiler_for` from `test::CodegenGCC`Jakub Beránek-51/+31
2025-08-30Fix staging of `TestFloatParse`Jakub Beránek-74/+61
2025-08-30Add snapshot test for `x test`Jakub Beránek-1/+71
2025-08-30Forbid running tests on stage 0 unless `build.compiletest-allow-stage0` is en...Jakub Beránek-1/+7
2025-08-30Fixup `x test tier-check`Jakub Beránek-21/+40
2025-08-30Add snapshot test for `tier-check`Jakub Beránek-0/+13
2025-08-30Merge pull request #4549 from RalfJung/mprotectRalf Jung-39/+21
2025-08-30reduce some code duplication and update some commentsRalf Jung-22/+8