about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-10-16Rollup merge of #131764 - Zalathar:double-dir, r=jieyouxuUrgau-1/+5
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-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-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-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
2024-10-14move lazy_sync helper methods to be with InterpCxRalf Jung-79/+103
2024-10-14De-duplicate and move `adjust_nan` to `InterpCx`Eduardo Sánchez Muñoz-4/+0
2024-10-14Auto merge of #3968 - YohDeadfall:variadic-arg-helper, r=RalfJungbors-84/+85
2024-10-14add test ensuring a moved mutex deadlocksRalf Jung-0/+32
2024-10-14Resolved python deprecation warning in publish_toolstate.pyAlex Gaynor-1/+3
2024-10-14Added a variadic argument helperYoh Deadfall-84/+85
2024-10-14Avoid some needless monomorphizationsOli Scherer-10/+7
2024-10-14pick more clear names for the typesRalf Jung-22/+19
2024-10-14turns out relaxed accesses suffice hereRalf Jung-2/+2
2024-10-14make lazy_sync_get_data also take a closure to initialize if neededRalf Jung-51/+32
2024-10-14Windows InitOnce: also store ID outside addressable memoryRalf Jung-165/+114
2024-10-14macOS os_unfair_lock: also store ID outside addressable memoryRalf Jung-49/+42
2024-10-14pthread_cond: also store ID outside addressable memoryRalf Jung-172/+109
2024-10-14pthread_rwlock: also store ID outside addressable memoryRalf Jung-135/+112
2024-10-14pthread_mutex: store mutex ID outside adressable memory, so it can be trustedRalf Jung-127/+181
2024-10-14clippyRalf Jung-0/+2
2024-10-14Rollup merge of #131679 - Zalathar:ct-docs, r=jieyouxuMatthias Krüger-13/+114
2024-10-14Merge from rustcRalf Jung-1832/+2515
2024-10-14Preparing for merge from rustcRalf Jung-1/+1
2024-10-14Move trait bound modifiers into ast::PolyTraitRefMichael Goulet-10/+9
2024-10-14Move trait bound modifiers into hir::PolyTraitRefMichael Goulet-20/+20
2024-10-14Fix up-to-date checking for run-make testsZalathar-8/+2
2024-10-14Document various parts of compiletest's `lib.rs`Zalathar-13/+114
2024-10-14Rollup merge of #131593 - RalfJung:alloc-no-clone, r=saethlinMatthias Krüger-4/+12
2024-10-13Rollup merge of #131642 - jieyouxu:build-fail-check-fail, r=KobzolMatthias Krüger-7/+26
2024-10-13Rollup merge of #131641 - RalfJung:unicode-bitset-static, r=dtolnayMatthias Krüger-4/+4
2024-10-13Rollup merge of #131638 - Zalathar:debuggers, r=jieyouxuMatthias Krüger-274/+290
2024-10-13Rollup merge of #131614 - jieyouxu:rmake-no-rev, r=KobzolMatthias Krüger-5/+14
2024-10-13Rollup merge of #131585 - Zalathar:original-line, r=jieyouxuMatthias Krüger-29/+10
2024-10-13switch unicode-data back to 'static'Ralf Jung-4/+4
2024-10-13Special case error message for a `build-fail` test that failed check build许杰友 Jieyou Xu (Joe)-7/+26
2024-10-13Auto merge of #3957 - YohDeadfall:macos-thread-name, r=RalfJungbors-61/+191