about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-10-16Rollup merge of #131764 - Zalathar:double-dir, r=jieyouxuUrgau-1/+5
2024-10-16Rollup merge of #131694 - c6c7:fixup-failing-fuchsia-tests, r=UrgauUrgau-11/+31
2024-10-16Rollup merge of #131582 - juntyr:emscripten-platform-support, r=jieyouxuUrgau-3/+172
2024-10-16Add wasm32-unknown-emscripten platform support documentJuniper Tyree-3/+172
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 #131734 - emmanuel-ferdman:master, r=jieyouxuMichael Goulet-1/+1
2024-10-15Rollup merge of #131705 - hoodmane:fix-emscripten-tests, r=jieyouxuMichael Goulet-3/+7
2024-10-15Rollup merge of #131521 - jdonszelmann:rc, r=joboetMichael Goulet-5/+5
2024-10-15Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35Michael Goulet-43/+0
2024-10-15Make fuchsia-test-runner.py compatible with new JSON output from llvm-readelfc6c7-11/+31
2024-10-15Fix most ui tests on emscripten targetHood Chatham-3/+7
2024-10-15Update arm64e-apple-tvos maintainerEmmanuel Ferdman-1/+1
2024-10-15Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgrbors-71/+55
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-34/+33
2024-10-15Rollup merge of #131095 - GuillaumeGomez:switch-to-env-variables, r=notriddleMatthias Krüger-28/+17
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-2656/+3778
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-24/+24
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-14Rollup merge of #131533 - workingjubilee:update-emscripten-version, r=KobzolMatthias Krüger-2/+2