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.go
Age
Commit message (
Expand
)
Author
2025-07-29
internal/abi: move direct/indirect flag from Kind to TFlag
Keith Randall
2025-05-14
runtime: help the race detector detect possible concurrent cleanups
Michael Anthony Knyszek
2025-04-23
runtime: use precise bounds of Go data/bss for race detector
Keith Randall
2024-10-30
internal/runtime/maps: enable race for map functions in internal/runtime/maps
Michael Pratt
2024-10-30
internal/race,runtime: linkname contents of internal/race
Michael Pratt
2024-05-17
sync/atomic: public And/Or ops and race instrumentation
Mauri de Souza Meneguzzo
2024-04-02
all: use kind* of abi
qiulaidongfeng
2023-11-20
src: a/an grammar fixes
Ville Skyttä
2023-11-09
runtime: implement experiment to replace heap bitmap with alloc headers
Michael Anthony Knyszek
2023-08-21
runtime: drop stack-allocated pcvalueCaches
Austin Clements
2023-08-07
Revert "runtime: drop stack-allocated pcvalueCaches"
Austin Clements
2023-08-07
runtime: drop stack-allocated pcvalueCaches
Austin Clements
2023-05-23
runtime: symbolize wrappers as a last resort in race tracebacks
Austin Clements
2023-05-05
internal/abi: refactor (basic) type struct into one definition
David Chase
2023-04-24
runtime: add raceFiniLock to lock ranking
Ian Lance Taylor
2023-04-21
runtime: in __tsan_fini tell scheduler we are entering non-Go code
Ian Lance Taylor
2023-04-21
internal/abi, runtime, cmd: merge funcID_* consts into internal/abi
Austin Clements
2023-03-10
runtime: use inlineUnwinder
Austin Clements
2023-03-10
runtime: dedup function name logic into moduledata method
Austin Clements
2023-03-02
all: move //go: function directives directly above functions
Michael Pratt
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-16
runtime/race: do not use cgo on macOS
Russ Cox
2022-09-07
runtime: rename _func.nameoff and friends to nameOff
Michael Pratt
2022-09-07
runtime: rename inlinedCall.func_ to inlinedCall.nameOff
Michael Pratt
2022-08-02
runtime: trivial replacements of _g_ in remaining files
Michael Pratt
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-08-12
[dev.typeparams] all: merge master (46fd547) into dev.typeparams
Matthew Dempsky
2021-07-26
runtime: correct variable name in comment
Koichi Shiraishi
2021-05-21
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse...
Cherry Mui
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-11-13
runtime: swap the order of raceacquire() and racerelease()
Daniel S Fava
2020-01-09
runtime: protect against external code calling ExitProcess
Austin Clements
2019-11-04
runtime: clean up power-of-two rounding code with align functions
Michael Anthony Knyszek
2019-10-23
runtime: add race detector support for new timers
Ian Lance Taylor
2019-09-23
runtime: allow the Go runtime to return multiple stack frames for a single PC
Keith Randall
2019-05-16
runtime: fix 'go vet -race runtime'
Russ Cox
2019-01-08
runtime: make FuncForPC return the innermost inlined frame
Keith Randall
2018-11-12
runtime: correct ABI information for all functions
Austin Clements
2018-11-12
internal/bytealg, runtime: provide linknames for pushed symbols
Austin Clements
2018-06-11
runtime/race: implement race detector for ppc64le
Lynn Boger
2018-02-15
runtime: split object finding out of heapBitsForObject
Austin Clements
2018-02-15
runtime: replace mlookup and findObject with heapBitsForObject
Austin Clements
2017-09-22
runtime: fix typo in the word "preceding"
Tobias Klauser
2017-08-29
runtime: add comments to race annotations
Dmitry Vyukov
2017-03-06
runtime: avoid repeated findmoduledatap calls
Austin Clements
2017-02-27
runtime: remove unused RaceSemacquire declaration
Dmitry Vyukov
2016-11-03
testing: mark tests and benchmarks failed if a race occurs during execution
Russ Cox
2016-10-30
runtime/race: update race runtime
Dmitry Vyukov
2016-09-25
runtime/race: don't crash on invalid PCs
Dmitry Vyukov
[next]