about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-10-18Auto merge of #18331 - Veykril:veykril/push-tsolukqqyllz, r=Veykrilbors-1/+11
2024-10-18internal: Add more trivially `Sized` types to `is_sized` checkLukas Wirth-1/+11
2024-10-18fix: Fix CI running analysis-stats incorrectly against the standard librariesLukas Wirth-8/+13
2024-10-18Rename `stamp` to `stamp_file_path`Zalathar-7/+7
2024-10-18Rename `found_paths` to `found_path_stems`Zalathar-8/+8
2024-10-18Rename `inputs` to `common_inputs_stamp`Zalathar-7/+13
2024-10-18Store test collection context/state in two structsZalathar-86/+73
2024-10-18Rollup merge of #131857 - WaffleLapkin:dyn-drop-principal-3, r=compiler-errorsMatthias Krüger-0/+55
2024-10-18Consolidate test collection state in one placeZalathar-11/+12
2024-10-18Add more testsJules Bertholet-0/+55
2024-10-17Rollup merge of #129620 - WaffleLapkin:flake, r=NoratriebMatthias Krüger-0/+139
2024-10-17internal: fix lldb-dap unconditionally calling rustcDavid Barsky-16/+27
2024-10-17Re-use code for wrapping/unwrapping return typesGiga Bowser-3488/+3305
2024-10-17Bump rustc cratesLaurențiu Nicola-19/+20
2024-10-17miri: improve support for `f16` and `f128`Eduardo Sánchez Muñoz-9/+181
2024-10-17Merge from rust-lang/rustLaurențiu Nicola-1849/+2506
2024-10-17Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2024-10-17data-race test: disable address reuse that can incur accidental syncRalf Jung-1/+1
2024-10-17Bump version of scip crateVarun Gandhi-7/+7
2024-10-17Merge from rustcThe Miri Cronjob Bot-128/+222
2024-10-17Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-10-16internal: Use local time when formatting logsWilfred Hughes-1/+32
2024-10-16Rollup merge of #131657 - compiler-errors:rustfmt-modifiers, r=ytmimiMatthias Krüger-23/+29
2024-10-16Auto merge of #131767 - cuviper:bump-stage0, r=Mark-Simulacrumbors-2/+2
2024-10-16Auto merge of #131775 - Urgau:rollup-yc4a3sf, r=Urgaubors-1/+5
2024-10-16Rollup merge of #131764 - Zalathar:double-dir, r=jieyouxuUrgau-1/+5
2024-10-16Auto merge of #131481 - nnethercote:rm-GenKillSet, r=cjgillotbors-2/+2
2024-10-15update bootstrap configsJosh Stone-2/+2
2024-10-16Fix unnecessary nesting in run-make test output directoriesZalathar-1/+5
2024-10-15Auto merge of #131750 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-10-15Update cargoWeihang Lo-0/+0
2024-10-15Rollup merge of #131705 - hoodmane:fix-emscripten-tests, r=jieyouxuMichael Goulet-3/+4
2024-10-15Rollup merge of #131521 - jdonszelmann:rc, r=joboetMichael Goulet-2/+2
2024-10-15Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35Michael Goulet-43/+0
2024-10-15Rewrite for<..> async correctlyMichael Goulet-23/+29
2024-10-15linkchecker: add a reminder on broken links to add new/renamed pages to SUMMA...许杰友 Jieyou Xu (Joe)-0/+11
2024-10-15Fix most ui tests on emscripten targetHood Chatham-3/+4
2024-10-15Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgrbors-39/+34
2024-10-15line-index method to allow clamping column to line lengthJohannes Altmanninger-1/+32
2024-10-15Make some float methods unstable `const fn`Eduardo Sánchez Muñoz-39/+0
2024-10-15Auto merge of #131727 - RalfJung:miri-sync, r=RalfJungbors-876/+1347
2024-10-15Auto merge of #18278 - ShoyuVanilla:never-place, r=Veykrilbors-102/+637
2024-10-15fix: autofix for missing wrapped unit in return exprroife-0/+38
2024-10-15Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errorsMatthias Krüger-4/+34
2024-10-15Rollup merge of #131703 - alex:patch-1, r=KobzolMatthias Krüger-1/+3
2024-10-15Rollup merge of #131681 - Zalathar:fix-run-make-stamp, r=jieyouxuMatthias Krüger-8/+2
2024-10-15Rollup merge of #131652 - compiler-errors:modifiers, r=Nadrieril,jieyouxuMatthias Krüger-30/+29
2024-10-14use new check_min_arg_count helper in more placesRalf Jung-35/+17
2024-10-14Auto merge of #3973 - RalfJung:os-unfair-lock, r=RalfJungbors-122/+297
2024-10-14ensure that a macOS os_unfair_lock that is moved while being held is not impl...Ralf Jung-59/+178