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
/
runtime_test.go
Age
Commit message (
Expand
)
Author
2025-10-30
runtime: delete timediv
Russ Cox
2025-05-20
runtime: disable stack allocation test when instrumentation is on
khr@golang.org
2025-05-19
cmd/compile: allocate backing store for append on the stack
Keith Randall
2024-11-14
runtime: add test for mutex starvation
Rhys Hiltner
2024-08-09
runtime: add direct benchmark of mutex contention
Rhys Hiltner
2024-08-02
runtime: benchmark mutex handoffs
Rhys Hiltner
2024-08-01
runtime: measure speed of procyield and osyield
Rhys Hiltner
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2023-04-06
runtime: add remaining wasip1 files
Johan Brandhorst-Satzkorn
2022-10-02
all: use time.Since instead of time.Now().Sub
hopehook
2022-07-29
cmd/dist: always pass -short=true with -quick
Ian Lance Taylor
2022-05-03
runtime/pprof: stress test goroutine profiler
Rhys Hiltner
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-01-24
runtime: replace TestFutexsleep with TestTimediv
Michael Pratt
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-02-19
runtime: document, clean up internal/sys
Russ Cox
2019-11-06
runtime: mark testSetPanicOnFault as go:nocheckptr
Ian Lance Taylor
2019-10-21
runtime: change read and write to return negative errno value
Ian Lance Taylor
2019-10-16
Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...
Bryan C. Mills
2019-10-16
cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...
Dan Scales
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-09-25
misc, runtime, test: extra tests and benchmarks for defer
Dan Scales
2019-02-27
runtime: speed up ifaceeq for direct ifaces
Josh Bleecher Snyder
2018-04-30
all: skip unsupported tests for js/wasm
Richard Musiol
2017-10-31
runtime: shorten tests in all.bash
Russ Cox
2017-09-13
cmd/compile: add TestIntendedInlining from runtime
Daniel Martí
2017-08-24
runtime: mask shifts in map implementation on x86
Josh Bleecher Snyder
2017-08-24
runtime: always rebuild in TestIntendedInlining
Josh Bleecher Snyder
2017-08-23
runtime: strength reduce key pointer calculations in mapaccess*_fast*
Josh Bleecher Snyder
2017-08-22
runtime: add TestIntendedInlining
Josh Bleecher Snyder
2017-08-22
cmd/compile: replace eqstring with memequal
Martin Möhrmann
2017-04-19
all: remove redundant returns
Daniel Martí
2017-03-24
cmd/compile: simplify efaceeq and ifaceeq
Keith Randall
2016-12-05
runtime: check that Version does not contain \r \n
Russ Cox
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-02-02
runtime: deflake TestGoroutineProfileTrivial
Russ Cox
2016-01-27
runtime: fix crash in GoroutineProfile
Russ Cox
2016-01-15
runtime: use at least "system" traceback level for runtime tests
Austin Clements
2015-06-26
runtime: reduce slice growth during append to 2x
Russ Cox
2015-05-11
runtime: enable profiling on g0
Daniel Morsing
2015-04-13
runtime: skip fork test on darwin/arm64
David Crawshaw
2015-03-14
all: remove dragonfly/386 port
Joel Sing
2015-03-03
runtime: Update open/close/read/write to return -1 on error.
Keith Randall
2015-02-26
runtime: skip test on darwin/arm
David Crawshaw
2015-01-08
runtime: fix 32-bit build
Keith Randall
2015-01-08
cmd/gc: pad structs which end in zero-sized fields
Keith Randall
2014-09-20
runtime: be very careful with bad pointer tests
Keith Randall
2014-09-18
runtime: revise TestSetPanicOnFault
Russ Cox
[next]