index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
race
Age
Commit message (
Expand
)
Author
2026-03-30
runtime/race: allow TestOutput output in either order
Michael Pratt
2026-03-27
runtime/race: use subtests for TestOutput
Michael Pratt
2026-03-23
runtime/race: apply LLVM zero-initialization fix
Michael Pratt
2025-08-29
runtime/race: add race detector support for linux/riscv64
Joel Sing
2025-08-12
runtime/race: restore previous version of LLVM TSAN on macOS
Cherry Mui
2025-08-06
runtime/race: update darwin race syso
Cherry Mui
2025-07-29
internal/goexperiment: delete RangeFunc goexperiment
Cherry Mui
2025-05-14
runtime: help the race detector detect possible concurrent cleanups
Michael Anthony Knyszek
2025-05-07
cmd,runtime: enable race detector on loong64
Guoqi Chen
2025-03-21
runtime: fix interactions between synctest, race detector, and timers
Damien Neil
2025-03-20
runtime/race: fix reversed conditional in test for fatal map access
Damien Neil
2025-03-20
runtime/race: don't complain about unrun tests when fatal map access happens
Damien Neil
2025-03-19
runtime/race: detect when TestRace fails to run all tests, skip failures
Damien Neil
2024-11-18
runtime: get rid of gc programs for types
Keith Randall
2024-11-07
runtime/race: treat map concurrent access detection as a race detector hit
Keith Randall
2024-08-01
cmd/compile: add race instrumentation during walkCompare
Cuong Manh Le
2024-07-30
cmd/compile: add "deadlocals" pass to remove unused locals
David Chase
2024-07-25
runtime: use slices and maps to clean up tests
apocelipes
2024-05-21
cmd/compile: for rangefunc, add checks and tests, fix panic interactions
David Chase
2024-03-08
runtime: fix spurious race using Ticker.Reset
Russ Cox
2023-11-20
runtime/race: update race syso for PPC64LE
Cherry Mui
2023-11-16
runtime/race: update race syso files to support atomic And, Or
Cherry Mui
2023-10-25
testing: use monotonic counts to attribute races in subtests
Bryan C. Mills
2023-08-17
cmd/compile/internal/typecheck: normalize go/defer statements earlier
Matthew Dempsky
2023-07-18
all: fix typos
Jes Cok
2023-06-23
runtime: set raceignore to zero when starting a new goroutine
Jelle van den Hooff
2023-06-16
runtime: use 1-byte load for address checking in racecallatomic
Cherry Mui
2023-05-23
runtime: symbolize wrappers as a last resort in race tracebacks
Austin Clements
2023-03-06
cmd/compile: experimental loop iterator capture semantics change
David Chase
2023-01-25
runtime/race: update race_windows_amd64.syso
Than McIntosh
2022-12-22
runtime/race: add build tag to internal amd64vN packages
Cherry Mui
2022-11-16
runtime/race: do not use cgo on macOS
Russ Cox
2022-11-11
runtime/race: add missing copyright headers to syso import files
Bryan C. Mills
2022-10-21
runtime/race: add GOAMD64=v3 version of linux race .syso
Keith Randall
2022-09-15
runtime/race: introduce subarch versioning of race syso
Keith Randall
2022-09-09
runtime/race: also unmap memory if TestNonGoMemory fails
Tobias Klauser
2022-09-08
runtime/race: use strings.Builder
cuiweixie
2022-07-11
runtime/race: update amd64 syso images to avoid sse4
Than McIntosh
2022-05-04
cmd,runtime: enable race detector on s390x
Ilya Leoshkevich
2022-04-27
[dev.boringcrypto] all: merge master into dev.boringcrypto
Chressie Himpel
2022-04-22
runtime/race: add s390x .syso file
Keith Randall
2022-04-05
[dev.boringcrypto] all: merge master into dev.boringcrypto
Lasse Folger
2022-04-04
runtime/race: update PPC64LE syso file to new TSAN runtime (v3)
Cherry Mui
2022-04-01
runtime/race: update syso files to new TSAN runtime (v3)
Cherry Mui
2022-03-29
[dev.boringcrypto] all: merge master into dev.boringcrypto
Nicolas Hillegeer
2022-03-28
runtime/race: update runtime (v3)
Dmitry Vyukov
2022-03-12
syscall: add race annotations to Pread and Pwrite
Ian Lance Taylor
2022-02-03
[dev.boringcrypto] all: merge master into dev.boringcrypto
Chressie Himpel
2022-01-14
runtime/race: be less picky about test run time
Austin Clements
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
[next]