]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/race.go
runtime: implement experiment to replace heap bitmap with alloc headers
[gostls13.git] / src / runtime / race.go
2023-11-09 Michael Anthony... runtime: implement experiment to replace heap bitmap...
2023-08-21 Austin Clementsruntime: drop stack-allocated pcvalueCaches
2023-08-07 Austin ClementsRevert "runtime: drop stack-allocated pcvalueCaches"
2023-08-07 Austin Clementsruntime: drop stack-allocated pcvalueCaches
2023-05-23 Austin Clementsruntime: symbolize wrappers as a last resort in race...
2023-05-05 David Chaseinternal/abi: refactor (basic) type struct into one...
2023-04-24 Ian Lance Taylorruntime: add raceFiniLock to lock ranking
2023-04-21 Ian Lance Taylorruntime: in __tsan_fini tell scheduler we are entering...
2023-04-21 Austin Clementsinternal/abi, runtime, cmd: merge funcID_* consts into...
2023-03-10 Austin Clementsruntime: use inlineUnwinder
2023-03-10 Austin Clementsruntime: dedup function name logic into moduledata...
2023-03-02 Michael Prattall: move //go: function directives directly above...
2022-11-18 cui fliterall: add missing periods in comments
2022-11-16 Russ Coxruntime/race: do not use cgo on macOS
2022-09-07 Michael Prattruntime: rename _func.nameoff and friends to nameOff
2022-09-07 Michael Prattruntime: rename inlinedCall.func_ to inlinedCall.nameOff
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-08-02 Michael Prattruntime: trivial replacements of _g_ in remaining files
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-05 Russ Coxall: separate doc comment from //go: directives
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-28 Russ Coxall: go fix -fix=buildtag std cmd (except for bootstrap...
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Gerrit Code ReviewMerge "[dev.typeparams] all: merge master (46fd547...
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-07-30 Gerrit Code ReviewMerge "[dev.cmdgo] all: merge master (9eee0ed) into...
2021-07-28 Jay Conrod[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgo
2021-07-26 Koichi Shiraishiruntime: correct variable name in comment
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-16 Cuong Manh Le[dev.typeparams] all: merge master (785a8f6) into dev...
2021-06-14 Matthew Dempsky[dev.typeparams] all: merge master (fdab5be) into dev...
2021-06-07 Matthew Dempsky[dev.typeparams] all: merge master (8212707) into dev...
2021-06-01 Cherry Mui[dev.typeparams] all: merge master (2725522) into dev...
2021-05-25 Matthew Dempsky[dev.typeparams] all: merge master (f22ec51) into dev...
2021-05-21 Cherry Mui[dev.typeparams] runtime: use internal/abi.FuncPCABI0...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-02-20 Russ Coxall: go fmt std cmd (but revert vendor)
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-20 Robert Griesemer[dev.typeparams] Merge branch 'master' into dev.typeparams
2020-11-13 Daniel S Favaruntime: swap the order of raceacquire() and racerelease()
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-01-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-01-09 Austin Clementsruntime: protect against external code calling ExitProcess
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-11-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-11-05 Cherry Zhangcmd: merge branch 'dev.link' into master
2019-11-04 Michael Anthony... runtime: clean up power-of-two rounding code with align...
2019-10-25 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-23 Ian Lance Taylorruntime: add race detector support for new timers
2019-09-23 Keith Randallruntime: allow the Go runtime to return multiple stack...
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-16 Russ Coxruntime: fix 'go vet -race runtime'
2019-02-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-01-08 Keith Randallruntime: make FuncForPC return the innermost inlined...
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-12 Austin Clementsruntime: correct ABI information for all functions
2018-11-12 Austin Clementsinternal/bytealg, runtime: provide linknames for pushed...
2018-07-03 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-06-11 Lynn Bogerruntime/race: implement race detector for ppc64le
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-02-15 Austin Clementsruntime: split object finding out of heapBitsForObject
2018-02-15 Austin Clementsruntime: replace mlookup and findObject with heapBitsFo...
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-09-22 Tobias Klauserruntime: fix typo in the word "preceding"
2017-08-29 Dmitry Vyukovruntime: add comments to race annotations
2017-03-06 Austin Clementsruntime: avoid repeated findmoduledatap calls
2017-02-27 Dmitry Vyukovruntime: remove unused RaceSemacquire declaration
2016-11-03 Russ Coxtesting: mark tests and benchmarks failed if a race...
2016-10-30 Dmitry Vyukovruntime/race: update race runtime
2016-09-25 Dmitry Vyukovruntime/race: don't crash on invalid PCs
2016-05-27 David Chase[dev.ssa] Merge branch 'master' into dev.ssa
2016-05-18 James Chaconruntime: prevent racefini from being invoked more than...
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-05-03 Dmitry Vyukovruntime: per-P contexts for race detector
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-01 Brad Fitzpatrickall: make copyright headers consistent with one space...
2015-10-20 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2015-10-19 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-10-18 Nodir Turakulovruntime: merge race1.go -> race.go
2015-02-23 Russ Cox[dev.cc] all: merge master (48469a2) into dev.cc
2015-02-20 Dmitry Vyukovruntime: adjust program counters in race detector
2014-12-29 Keith Randallruntime: remove go prefix from a few routines
2014-12-05 Russ Coxall: merge dev.cc (81884b89bd88) into default
2014-12-05 Russ Cox[dev.cc] all: merge default (8d42099cdc23) into dev.cc
2014-11-23 Russ Cox[dev.cc] all: merge default (95f5614b4648) into dev.cc
next