aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/export_test.go
AgeCommit message (Expand)Author
2022-04-26runtime: refactor the scavenger and make it testableMichael Anthony Knyszek
2022-04-26runtime: reduce max idle mark workers during periodic GC cyclesMichael Anthony Knyszek
2022-04-25runtime: fix stack-move sensitivity in some testsAustin Clements
2022-04-20runtime: add fastrand64zhangyunhao
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-03-31runtime: remove old pacer and the PacerRedesign goexperimentMichael Anthony Knyszek
2022-02-10runtime: make piController much more defensive about overflowMichael Anthony Knyszek
2022-02-10runtime: simplify histogram buckets considerablyMichael Anthony Knyszek
2022-01-24runtime: replace TestFutexsleep with TestTimedivMichael Pratt
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-06runtime: set iOS addr space to 40 bits with incremental pageallocMichael Anthony Knyszek
2021-11-29runtime: fix preemption sensitivity in TestTinyAllocIssue37262Austin Clements
2021-11-05runtime: don't hold the heap lock while scavengingMichael Anthony Knyszek
2021-11-04runtime: implement GC pacer redesignMichael Anthony Knyszek
2021-11-01runtime: disable pacer lock held assertions in testsMichael Anthony Knyszek
2021-10-29runtime: add testing framework and basic tests for GC pacerMichael Knyszek
2021-10-20runtime: retype mheap.pagesInUse as atomic.Uint64Michael Anthony Knyszek
2021-09-02runtime: constify a test variableCarlo 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 BigEndianMichael 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 workaroundCherry Mui
2021-05-25[dev.typeparams] all: merge master (f22ec51) into dev.typeparamsMatthew Dempsky
2021-05-24cmd/compile: always include underlying type for map typesKeith Randall
2021-05-21[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternalCherry Mui
2021-04-29runtime: top align tinyallocs in race modeKeith Randall
2021-04-27runtime/metrics: add tiny allocs metricMichael Anthony Knyszek
2021-03-31runtime: support register ABI Go functions from Windows callbacksMichael Anthony Knyszek
2021-03-29runtime: add GC testing helpers for regabi signature fuzzerAustin Clements
2021-03-23cmd/compile: wrap/desugar defer calls for register abiThan McIntosh
2021-03-15runtime: prepare arenas for use incrementallyMichael Anthony Knyszek
2021-03-11runtime: support register ABI for finalizersMichael Anthony Knyszek
2021-03-10runtime: check partial lock ranking orderMichael Pratt
2021-02-19runtime: document, clean up internal/sysRuss Cox
2020-12-23runtime: shift timeHistogram buckets and allow negative durationsMichael Anthony Knyszek
2020-10-30runtime: add heap lock assertionsMichael Pratt
2020-10-26runtime: add timeHistogram typeMichael Anthony Knyszek
2020-10-26runtime,runtime/metrics: add memory metricsMichael Anthony Knyszek
2020-10-26runtime: move malloc stats into consistentHeapStatsMichael Anthony Knyszek
2020-10-26runtime: delineate which memstats are system stats with a typeMichael Anthony Knyszek
2020-10-26runtime: rename mcache fields to match Go styleMichael Anthony Knyszek
2020-10-26runtime: don't flush local_tinyallocsMichael Anthony Knyszek
2020-10-26runtime: make distributed/local malloc stats the source-of-truthMichael Anthony Knyszek
2020-10-23runtime: add tests for addrRanges.addMichael Anthony Knyszek
2020-10-23runtime: add tests for addrRanges.findSuccMichael Anthony Knyszek
2020-10-22runtime: define the AddrRange used for testing in terms of addrRangeMichael Anthony Knyszek
2020-09-16runtime: actually fix locking in BenchmarkMSpanCountAllocMichael Anthony Knyszek
2020-09-16runtime: fix leak and locking in BenchmarkMSpanCountAllocMichael Anthony Knyszek