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
/
select.go
Age
Commit message (
Expand
)
Author
2025-06-04
runtime: make bubbled timers more consistent with unbubbled
Damien Neil
2025-05-20
runtime: record synctest bubble ownership in hchan
Damien Neil
2025-05-07
runtime: use "bubble" terminology for synctest
Damien Neil
2024-11-19
internal/synctest: new package for testing concurrent code
Damien Neil
2024-09-17
runtime: move getcallerpc to internal/runtime/sys
Michael Pratt
2024-03-13
time: garbage collect unstopped Tickers and Timers
Russ Cox
2023-12-05
math/rand, math/rand/v2: use ChaCha8 for global rand
Russ Cox
2023-05-19
runtime: replace raw traceEv with traceBlockReason in gopark
Michael Anthony Knyszek
2023-05-05
internal/abi: refactor (basic) type struct into one definition
David Chase
2022-08-26
runtime: convert g.selectDone to atomic type
hopehook
2022-08-17
runtime: convert g.parkingOnChan to atomic type
Cuong Manh Le
2021-11-02
runtime, syscall: add calls to asan functions
fanzha02
2021-07-08
[dev.typeparams] all: merge master (296ddf2) into dev.typeparams
Matthew Dempsky
2021-07-08
Update oudated comment
makdon
2021-05-21
[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal
Cherry Mui
2020-11-25
runtime: check channel's elemsize before calling race detector
Daniel S Fava
2020-11-13
runtime: swap the order of raceacquire() and racerelease()
Daniel S Fava
2020-09-21
runtime: disable stack shrinking in activeStackChans race window
Michael Anthony Knyszek
2020-08-29
cmd/compile,runtime: skip zero'ing order array for select statements
Cuong Manh Le
2020-08-18
runtime: eliminate scase.kind field
Matthew Dempsky
2020-08-18
runtime: split PCs out of scase
Matthew Dempsky
2020-08-18
runtime: omit nil-channel cases from selectgo's orders
Matthew Dempsky
2020-08-18
runtime: remove scase.releasetime field
Matthew Dempsky
2020-08-18
runtime: add "success" field to sudog
Matthew Dempsky
2020-02-24
reflect: update Select to panic early on excessive input cases
Milan Patel
2019-10-25
runtime: make copystack/sudog synchronization more explicit
Austin Clements
2019-09-01
runtime: remove outdated comment in select sortkey
Ou Changkun
2019-08-28
cmd/compile: fix wrong field type in scasetype
LE Manh Cuong
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-09-18
runtime: ignore races between close and len/cap
Keith Randall
2018-05-16
runtime: use debugSelect flag to toggle debug code
Zhou Peng
2018-05-03
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2018-05-01
runtime: eliminate scase.receivedp
Matthew Dempsky
2018-05-01
cmd/compile: open code select{send,recv,default}
Matthew Dempsky
2018-05-01
runtime: eliminate runtime.hselect
Matthew Dempsky
2018-03-13
Revert "runtime: convert g.waitreason from string to uint8"
Josh Bleecher Snyder
2018-03-12
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2017-09-22
runtime: remove getcallerpc argument
Austin Clements
2017-08-29
all: join some chained ifs to unindent code
Daniel MartÃ
2017-08-15
runtime: move selectdone into g
Daniel Morsing
2017-03-07
runtime: join selectgo and selectgoImpl
Austin Clements
2017-03-07
cmd/compile, runtime: simplify multiway select implementation
Matthew Dempsky
2017-02-14
runtime: speed up fastrand() % n
Josh Bleecher Snyder
2017-02-13
runtime: make fastrand to generate 32bit values
Sokolov Yura
2017-01-06
runtime: fix corruption crash/race between select and stack growth
Russ Cox
2016-10-28
runtime: use typedmemclr for typed memory
Austin Clements
2016-08-30
runtime: rename fastrand1 to fastrand
Josh Bleecher Snyder
2016-04-20
runtime: simplify mallocgc flag argument
Keith Randall
2016-04-10
runtime: make execution error panic values implement the Error interface
Emmanuel Odeke
2016-03-16
runtime: never pass stack pointers to gopark
Austin Clements
[next]