about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-30rustdoc-search: split function inverted index by input/outputMichael Howell-67/+256
2025-08-30review comment: move `Visitor`Esteban Küber-27/+29
2025-08-30Fix spurious test timeoutChris Denton-6/+18
2025-08-30Auto merge of #146029 - JonathanBrouwer:incorrect-fixme, r=jdonszelmannbors-1/+1
2025-08-30fix: `needless_for_each` suggests wrongly with explicit closure input typesAda Alakbarova-17/+76
2025-08-30Avoid unnecessary suggestion in or-patternEsteban Küber-73/+36
2025-08-30Use move_file for rename in tracingMark Rousskov-1/+5
2025-08-30Suggest constant on unused binding in a patternEsteban Küber-20/+59
2025-08-30Merge pull request #2536 from apiraino/no-typofixes-plsapiraino-0/+3
2025-08-30On unused binding in pattern, suggest unit struct/variant with similar nameEsteban Küber-105/+279
2025-08-30Commas to semicolons in clippy.toml reasonsSamuel Moelius-5/+5
2025-08-30Fix FP of `needless_range_loop` when meeting multidimensional array (#15486)Jason Newcomb-5/+86
2025-08-30Update `browser-ui-test` version to `0.21.3`Guillaume Gomez-3/+3
2025-08-30fix: `assertions_on_result_states` avoid changing return type in more casesAda Alakbarova-16/+43
2025-08-30Update target spec metadata of Arm64EC Windows and Trusty targetsTaiki Endo-5/+5
2025-08-30Auto merge of #145479 - Kmeakin:km/hardcode-char-is-control, r=joboetbors-28/+5
2025-08-30Do not run `lint-docs` tests in stage 1 `x test` by defaultJakub Beránek-14/+10
2025-08-30Explicity disable LSX feature for `loongarch64-unknown-none` targetWANG Rui-1/+1
2025-08-30Fix stage 1 compiler testsJakub Beránek-19/+97
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-30std: clarify `OpenOptions` error for create without write accessVladimir Petrzhikovskii-22/+91
2025-08-30reduce some code duplication and update some commentsRalf Jung-22/+8
2025-08-30dedup recip float testKarol Zwolak-50/+22
2025-08-30native-lib mode: avoid unsoundness due to mrpotectRalf Jung-17/+13
2025-08-30Remove incorrect FIXMEJonathan Brouwer-1/+1