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
/
testdata
Age
Commit message (
Expand
)
Author
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-03-21
runtime: fix interactions between synctest, race detector, and timers
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-07-30
cmd/compile: add "deadlocals" pass to remove unused locals
David Chase
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-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-03-06
cmd/compile: experimental loop iterator capture semantics change
David Chase
2022-03-29
[dev.boringcrypto] all: merge master into dev.boringcrypto
Nicolas Hillegeer
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
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-05-13
[dev.boringcrypto] all: merge commit 9d0819b27c (CL 314609) into dev.boringcr...
Filippo Valsorda
2021-04-08
runtime: replace os.MkdirTemp with T.TempDir
ianwoolf
2021-02-23
testing/race: fixing intermittent test failure
Daniel S. Fava
2021-02-17
[dev.boringcrypto] all: merge master (2f0da6d) into dev.boringcrypto
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-11-25
runtime: check channel's elemsize before calling race detector
Daniel S Fava
2020-11-16
runtime: declare arg size/map for race version of sync/atomic functions
Cherry Zhang
2020-11-10
runtime/race: remove race from TestNoRaceAfterFunc2
Mark Pulford
2020-05-07
[dev.boringcrypto] all: merge master into dev.boringcrypto
Dmitri Shuralyov
2020-05-01
runtime/race: fix comment in select_test.TestNoRaceSelect1
cncal
2020-04-08
[dev.boringcrypto] all: merge master into dev.boringcrypto
Filippo Valsorda
2020-03-20
runtime/race: test that close synchronizes with read
Ian Lance Taylor
2020-02-25
runtime: reorder race detector calls in slicecopy
Keith Randall
2018-10-15
[dev.boringcrypto] all: merge master into dev.boringcrypto
Filippo Valsorda
2018-09-18
runtime: ignore races between close and len/cap
Keith Randall
2017-12-06
[dev.boringcrypto] all: merge master (nearly Go 1.10 beta 1) into dev.boringc...
Russ Cox
2017-11-03
cmd/go: run vet automatically during go test
Russ Cox
2017-08-17
[dev.boringcrypto] runtime/race: move TestRaceIssue5567 from sha1 to crc32
Russ Cox
2016-10-30
sync: enable Pool when using race detector
Russ Cox
2016-08-30
all: use testing.GoToolPath instead of "go"
Keith Randall
2016-08-23
runtime: add missing race and msan checks to reflect functions
Ian Lance Taylor
2016-05-09
runtime/race: deflake test
Dmitry Vyukov
2016-04-27
runtime/race: improve TestNoRaceIOHttp test
Dmitry Vyukov
2016-01-20
runtime/race: fix test so it compiles
Michael Hudson-Doyle
2015-12-16
cmd/compile: fix -race nit
Russ Cox
2015-12-09
runtime/race: update two stale references
Brad Fitzpatrick
2015-11-24
runtime/race: add tests for channels
dvyukov
2015-11-19
cmd/compile: fix crash with -race on large expr containing string->[]byte con...
Russ Cox
2015-11-03
test: use go:noinline consistently
Todd Neal
2015-09-19
runtime: race instrument read of convT2E/I arg
Dmitry Vyukov
2015-06-30
cmd/compile: fix race detector handling of OBLOCK nodes
Russ Cox
2015-06-26
runtime/race: enable tests that now pass
Dmitry Vyukov
2015-06-26
cmd/compile: add instrumentation of OKEY
Dmitry Vyukov
2015-06-25
runtime/race: fix test driver
Dmitry Vyukov
2015-06-24
runtime/race: make test more robust
Dmitry Vyukov
[next]