aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/race
AgeCommit message (Expand)Author
2025-08-29runtime/race: add race detector support for linux/riscv64Joel Sing
2025-08-12runtime/race: restore previous version of LLVM TSAN on macOSCherry Mui
2025-08-06runtime/race: update darwin race sysoCherry Mui
2025-07-29internal/goexperiment: delete RangeFunc goexperimentCherry Mui
2025-05-14runtime: help the race detector detect possible concurrent cleanupsMichael Anthony Knyszek
2025-05-07cmd,runtime: enable race detector on loong64Guoqi Chen
2025-03-21runtime: fix interactions between synctest, race detector, and timersDamien Neil
2025-03-20runtime/race: fix reversed conditional in test for fatal map accessDamien Neil
2025-03-20runtime/race: don't complain about unrun tests when fatal map access happensDamien Neil
2025-03-19runtime/race: detect when TestRace fails to run all tests, skip failuresDamien Neil
2024-11-18runtime: get rid of gc programs for typesKeith Randall
2024-11-07runtime/race: treat map concurrent access detection as a race detector hitKeith Randall
2024-08-01cmd/compile: add race instrumentation during walkCompareCuong Manh Le
2024-07-30cmd/compile: add "deadlocals" pass to remove unused localsDavid Chase
2024-07-25runtime: use slices and maps to clean up testsapocelipes
2024-05-21cmd/compile: for rangefunc, add checks and tests, fix panic interactionsDavid Chase
2024-03-08runtime: fix spurious race using Ticker.ResetRuss Cox
2023-11-20runtime/race: update race syso for PPC64LECherry Mui
2023-11-16runtime/race: update race syso files to support atomic And, OrCherry Mui
2023-10-25testing: use monotonic counts to attribute races in subtestsBryan C. Mills
2023-08-17cmd/compile/internal/typecheck: normalize go/defer statements earlierMatthew Dempsky
2023-07-18all: fix typosJes Cok
2023-06-23runtime: set raceignore to zero when starting a new goroutineJelle van den Hooff
2023-06-16runtime: use 1-byte load for address checking in racecallatomicCherry Mui
2023-05-23runtime: symbolize wrappers as a last resort in race tracebacksAustin Clements
2023-03-06cmd/compile: experimental loop iterator capture semantics changeDavid Chase
2023-01-25runtime/race: update race_windows_amd64.sysoThan McIntosh
2022-12-22runtime/race: add build tag to internal amd64vN packagesCherry Mui
2022-11-16runtime/race: do not use cgo on macOSRuss Cox
2022-11-11runtime/race: add missing copyright headers to syso import filesBryan C. Mills
2022-10-21runtime/race: add GOAMD64=v3 version of linux race .sysoKeith Randall
2022-09-15runtime/race: introduce subarch versioning of race sysoKeith Randall
2022-09-09runtime/race: also unmap memory if TestNonGoMemory failsTobias Klauser
2022-09-08runtime/race: use strings.Buildercuiweixie
2022-07-11runtime/race: update amd64 syso images to avoid sse4Than McIntosh
2022-05-04cmd,runtime: enable race detector on s390xIlya Leoshkevich
2022-04-27[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-04-22runtime/race: add s390x .syso fileKeith Randall
2022-04-05[dev.boringcrypto] all: merge master into dev.boringcryptoLasse Folger
2022-04-04runtime/race: update PPC64LE syso file to new TSAN runtime (v3)Cherry Mui
2022-04-01runtime/race: update syso files to new TSAN runtime (v3)Cherry Mui
2022-03-29[dev.boringcrypto] all: merge master into dev.boringcryptoNicolas Hillegeer
2022-03-28runtime/race: update runtime (v3)Dmitry Vyukov
2022-03-12syscall: add race annotations to Pread and PwriteIan Lance Taylor
2022-02-03[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-01-14runtime/race: be less picky about test run timeAustin Clements
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-02runtime/race: rebuild darwin syso to work around macOS 12 malloc reserved add...Cherry Mui
2021-11-05[dev.boringcrypto] all: merge master into dev.boringcryptoRoland Shoemaker
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox