about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-30Merge pull request #20563 from ChayimFriedman2/ns-projection-dyn-auto-traitShoyu Vanilla (Flint)-1/+70
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
2025-08-30Auto merge of #146026 - Zalathar:rollup-urbmv0t, r=Zalatharbors-278/+844
2025-08-30Switch select_unpredictable guard to raw pointerAurelia Molzer-8/+11
2025-08-30Simplify select_unpredictable guard selectionAurelia Molzer-6/+6
2025-08-30Clarify panic-drop test for select_unpredictableAurelia Molzer-4/+3
2025-08-30Rollup merge of #145969 - actuallylost:duration-from-nanos-128, r=tgross35Stuart Cook-0/+56
2025-08-30Rollup merge of #145776 - ChaiTRex:ilog_specialization, r=joboetStuart Cook-0/+14
2025-08-30Rollup merge of #145465 - Kivooeo:stabilize-array_repeat, r=joboetStuart Cook-5/+1
2025-08-30Rollup merge of #144651 - connortsui20:nonpoison_condvar, r=joboetStuart Cook-271/+771
2025-08-30Rollup merge of #143462 - Rudxain:read_to_string_usize, r=joboetStuart Cook-2/+2
2025-08-30Add `#[must_use] and update `cloned` documentationConnor Tsui-2/+6