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
/
export_test.go
Age
Commit message (
Expand
)
Author
2021-11-01
runtime: disable pacer lock held assertions in tests
Michael Anthony Knyszek
2021-10-29
runtime: add testing framework and basic tests for GC pacer
Michael Knyszek
2021-10-20
runtime: retype mheap.pagesInUse as atomic.Uint64
Michael Anthony Knyszek
2021-09-02
runtime: constify a test variable
Carlo Alberto Ferraris
2021-06-17
[dev.typeparams] runtime: replace Goos* constants with internal/goos versions...
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime,runtime/internal/sys: remove unused BigEndian
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime/internal/sys: replace BigEndian with goarch.BigEndia...
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: fix import sort order [generated]
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2021-06-04
[dev.typeparams] runtime: undo go'd closure argument workaround
Cherry Mui
2021-05-25
[dev.typeparams] all: merge master (f22ec51) into dev.typeparams
Matthew Dempsky
2021-05-24
cmd/compile: always include underlying type for map types
Keith Randall
2021-05-21
[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal
Cherry Mui
2021-04-29
runtime: top align tinyallocs in race mode
Keith Randall
2021-04-27
runtime/metrics: add tiny allocs metric
Michael Anthony Knyszek
2021-03-31
runtime: support register ABI Go functions from Windows callbacks
Michael Anthony Knyszek
2021-03-29
runtime: add GC testing helpers for regabi signature fuzzer
Austin Clements
2021-03-23
cmd/compile: wrap/desugar defer calls for register abi
Than McIntosh
2021-03-15
runtime: prepare arenas for use incrementally
Michael Anthony Knyszek
2021-03-11
runtime: support register ABI for finalizers
Michael Anthony Knyszek
2021-03-10
runtime: check partial lock ranking order
Michael Pratt
2021-02-19
runtime: document, clean up internal/sys
Russ Cox
2020-12-23
runtime: shift timeHistogram buckets and allow negative durations
Michael Anthony Knyszek
2020-10-30
runtime: add heap lock assertions
Michael Pratt
2020-10-26
runtime: add timeHistogram type
Michael Anthony Knyszek
2020-10-26
runtime,runtime/metrics: add memory metrics
Michael Anthony Knyszek
2020-10-26
runtime: move malloc stats into consistentHeapStats
Michael Anthony Knyszek
2020-10-26
runtime: delineate which memstats are system stats with a type
Michael Anthony Knyszek
2020-10-26
runtime: rename mcache fields to match Go style
Michael Anthony Knyszek
2020-10-26
runtime: don't flush local_tinyallocs
Michael Anthony Knyszek
2020-10-26
runtime: make distributed/local malloc stats the source-of-truth
Michael Anthony Knyszek
2020-10-23
runtime: add tests for addrRanges.add
Michael Anthony Knyszek
2020-10-23
runtime: add tests for addrRanges.findSucc
Michael Anthony Knyszek
2020-10-22
runtime: define the AddrRange used for testing in terms of addrRange
Michael Anthony Knyszek
2020-09-16
runtime: actually fix locking in BenchmarkMSpanCountAlloc
Michael Anthony Knyszek
2020-09-16
runtime: fix leak and locking in BenchmarkMSpanCountAlloc
Michael Anthony Knyszek
2020-09-09
runtime: fix ReadMemStatsSlow's and CheckScavengedBits' chunk iteration
Michael Anthony Knyszek
2020-08-25
cmd/compile: don't allow go:notinheap on the heap or stack
Keith Randall
2020-08-13
runtime: revert signal stack mlocking
Austin Clements
2020-05-14
runtime: make maxOffAddr reflect the actual address space upper bound
Michael Anthony Knyszek
2020-05-08
runtime: make addrRange[s] operate on offset addresses
Michael Anthony Knyszek
2020-05-08
runtime: remove scavAddr in favor of address ranges
Michael Anthony Knyszek
2020-05-07
runtime/runtime2: pack the sudog struct
Aaron Patterson
2020-04-07
runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)
Dan Scales
2020-03-23
runtime: add countAlloc benchmark
Michael Anthony Knyszek
2020-03-10
runtime: make typehash match compiler generated hashes exactly
Keith Randall
2020-01-28
runtime: ensure that searchAddr always refers to inUse memory
Michael Anthony Knyszek
2020-01-06
runtime: test memmove writes pointers atomically
Cherry Zhang
2019-12-11
runtime: use inUse ranges to map in summary memory only as needed
Michael Anthony Knyszek
2019-12-11
runtime: track ranges of address space which are owned by the heap
Michael Anthony Knyszek
[prev]
[next]