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
/
chan_test.go
Age
Commit message (
Expand
)
Author
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2023-10-31
runtime: make select fairness test less picky
Keith Randall
2022-04-22
runtime: skip TestNoShrinkStackWhileParking on openbsd
Dmitri Shuralyov
2022-04-12
runtime/chan.go: improve closed channel receive performance
champly
2022-04-11
all: gofmt main repo
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-05
runtime: skip TestNoShrinkStackWhileParking on netbsd/arm64
Bryan C. Mills
2021-04-23
runtime: simplify TestSelectStackAdjust
Michael Anthony Knyszek
2021-02-24
docs: fix spelling
John Bampton
2020-09-21
runtime: disable stack shrinking in activeStackChans race window
Michael Anthony Knyszek
2020-03-22
runtime: speed up receive on empty closed channel
Ben Schwartz
2020-01-24
Revert "runtime: speed up receive on empty closed channel"
Alexander Rakoczy
2019-12-06
runtime: add Gosched to TestSelectStackAdjust loop
Ian Lance Taylor
2019-10-12
runtime: adjust expected error threshold in TestSelectFairness
Giovanni Bajo
2019-10-07
runtime: speed up receive on empty closed channel
Ben Schwartz
2017-10-03
runtime: skip test that intermittently hangs on ppc64le
Lynn Boger
2017-09-16
runtime: improve fastrand with a better generator
Giovanni Bajo
2017-08-15
runtime: remove redeclared structs to make tests build
Muhammad Falak R Wani
2017-08-15
cmd/compile: generate makechan calls with int arguments
Martin Möhrmann
2016-11-15
all: don't call t.Fatal from a goroutine
Ian Lance Taylor
2016-07-08
runtime: handle selects with duplicate channels in shrinkstack
Ian Lance Taylor
2016-04-05
runtime: sleep less when we can do work
Dmitry Vyukov
2016-03-16
runtime: make shrinkstack concurrent-safe
Austin Clements
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2015-06-02
runtime: fix data race in BenchmarkChanPopular
Mikio Hara
2015-05-02
runtime: fix stackDebug comment
Alex Brainman
2015-03-18
runtime: add a select test
Dmitry Vyukov
2015-03-11
runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h files
Keith Randall
2014-12-08
runtime: use doubly-linked lists for channel send/recv queues.
Keith Randall
2014-10-18
runtime: dequeue the correct SudoG
Keith Randall
2014-09-08
build: move package sources from src/pkg to src
Russ Cox