about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-20Extend `ci_rustc_if_unchanged` testsJakub Beránek-32/+77
2025-04-20Move freshness test to bootstrapJakub Beránek-316/+396
2025-04-20Remove the `add_dummy_commit.sh` hackJakub Beránek-27/+2
2025-04-20Remove `setup-upstream-remote.sh` and upstream handling.Jakub Beránek-106/+2
2025-04-20Cache result of `check_path_modifications`Jakub Beránek-5/+25
2025-04-20Unify usages of path modifications and log them in verbose modeJakub Beránek-69/+53
2025-04-20Explicitly model missing upstreamJakub Beránek-18/+70
2025-04-20Use `check_path_modifications` for detecting local rustc changesJakub Beránek-157/+26
2025-04-20Use `check_path_modifications` for detecting local LLVM changesJakub Beránek-20/+50
2025-04-20Use `check_path_modifications` for detecting local GCC changesJakub Beránek-26/+46
2025-04-20Implement a new unified function for figuring out how if a set of paths have ...Jakub Beránek-7/+465
2025-04-20Auto merge of #140043 - ChrisDenton:rollup-vwf0s9j, r=ChrisDentonbors-1576/+2813
2025-04-19Auto merge of #140053 - ChrisDenton:rollup-tt00skl, r=ChrisDentonbors-149/+363
2025-04-19Rollup merge of #140039 - apiraino:add-option-for-stable-backport-poll, r=aDo...Chris Denton-0/+1
2025-04-19Rollup merge of #140024 - cjgillot:continue-jumping, r=compiler-errorsChris Denton-71/+64
2025-04-19Rollup merge of #140008 - GuillaumeGomez:cleanup-clean_maybe_renamed_item, r=...Chris Denton-14/+33
2025-04-19Rollup merge of #140000 - EnzymeAD:autodiff-check-builds, r=onur-ozkanChris Denton-2/+1
2025-04-19Rollup merge of #139843 - thaliaarchi:editor-file-associations, r=Mark-Simula...Chris Denton-11/+23
2025-04-19Rollup merge of #139533 - jogru0:130711, r=Mark-SimulacrumChris Denton-0/+44
2025-04-19Rollup merge of #139042 - compiler-errors:do-not-optimize-switchint, r=saethlinChris Denton-51/+197
2025-04-19Add option for stable backport pollapiraino-0/+1
2025-04-19Auto merge of #140040 - ChrisDenton:rollup-56bzfuq, r=ChrisDentonbors-69/+187
2025-04-19Rollup merge of #139995 - spencer3035:clean-ui-tests-4-of-n, r=jieyouxuChris Denton-182/+202
2025-04-19Rollup merge of #139978 - Kobzol:ci-test-summary, r=jieyouxuChris Denton-21/+511
2025-04-19Rollup merge of #139868 - thaliaarchi:move-env-consts-pal, r=joboetChris Denton-203/+206
2025-04-19Rollup merge of #139834 - ChrisDenton:spf, r=WaffleLapkinChris Denton-6/+76
2025-04-19Rollup merge of #139762 - compiler-errors:non-env, r=lcnrChris Denton-56/+107
2025-04-19Rollup merge of #139753 - folkertdev:naked-function-unsafe-attribute, r=tgros...Chris Denton-403/+375
2025-04-19Rollup merge of #139091 - mejrs:format, r=compiler-errorsChris Denton-685/+962
2025-04-19Rollup merge of #138934 - onur-ozkan:extended-config-profiles, r=KobzolChris Denton-20/+374
2025-04-19Rollup merge of #140025 - Sky9x:re-remove-adtflags-anon, r=compiler-errorsChris Denton-2/+0
2025-04-19Rollup merge of #140016 - pfmooney:illumos-fstatat, r=jhprattChris Denton-3/+6
2025-04-19Rollup merge of #140007 - roblabla:fix-win7, r=ChrisDentonChris Denton-0/+6
2025-04-19Rollup merge of #139922 - jnqnfe:cstr_doc_fix, r=jhprattChris Denton-1/+1
2025-04-19Rollup merge of #139919 - GuillaumeGomez:rustdoc-json-1-indexed, r=aDotInTheVoidChris Denton-7/+11
2025-04-19Rollup merge of #139535 - ChrisDenton:default-ptr, r=tgross35Chris Denton-0/+33
2025-04-19Rollup merge of #139297 - RossSmyth:NixClean, r=WaffleLapkinChris Denton-50/+111
2025-04-19Rollup merge of #137454 - mu001999-contrib:fix-137414, r=wesleywiserChris Denton-6/+19
2025-04-19added test for Enumerate::next_index on empty iteratorJonathan Gruner-0/+11
2025-04-19added doctest for Enumerate::next_indexJonathan Gruner-0/+21
2025-04-19add next_index to EnumerateJonathan Gruner-0/+12
2025-04-19Auto merge of #139114 - m-ou-se:super-let-pin, r=davidtwcobors-192/+78
2025-04-19Cleaned up 4 tests in `tests/ui/issues`Spencer-182/+202
2025-04-18Use struct update syntax for some TargetOptionsThalia Archibald-16/+14
2025-04-18Handle unsupported fallbackThalia Archibald-1/+28
2025-04-18Combine env consts into std::sys::env_constsThalia Archibald-95/+71
2025-04-18Re-remove `AdtFlags::IS_ANONYMOUS`Sky-2/+0
2025-04-19Auto merge of #140015 - GuillaumeGomez:subtree-update_cg_gcc_2025-04-18, r=an...bors-1247/+960
2025-04-18Sort Unix env constants alphabetically by target_osThalia Archibald-98/+100
2025-04-18Remove early exits from JumpThreading.Camille GILLOT-71/+64