aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/export_test.go
AgeCommit message (Expand)Author
2019-12-05runtime: add a simple version number parserAustin Clements
2019-12-03runtime: convert page allocator bitmap to sparse arrayMichael Anthony Knyszek
2019-11-16runtime: add arenaBaseOffset on aix/ppc64Clément Chigot
2019-11-10runtime: make the test addresses for pageAlloc smaller on 32-bitMichael Anthony Knyszek
2019-11-09sync: yield to the waiter when unlocking a starving mutexRhys Hiltner
2019-11-08runtime: copy some functions from math/bits to runtime/internal/sysDavid Chase
2019-11-08runtime: add per-p page allocation cacheMichael Anthony Knyszek
2019-11-08runtime: add page cache and testsMichael Anthony Knyszek
2019-11-08runtime: remove old page allocatorMichael Anthony Knyszek
2019-11-07runtime: integrate new page allocator into runtimeMichael Anthony Knyszek
2019-11-07runtime: add option to scavenge with lock held throughoutMichael Anthony Knyszek
2019-11-07runtime: count scavenged bits for new allocation for new page allocatorMichael Anthony Knyszek
2019-11-07runtime: add scavenging code for new page allocatorMichael Anthony Knyszek
2019-11-07runtime: add new page allocator coreMichael Anthony Knyszek
2019-11-07runtime: add packed bitmap summariesMichael Anthony Knyszek
2019-11-07runtime: add pallocbits and testsMichael Anthony Knyszek
2019-11-07Revert "sync: yield to the waiter when unlocking a starving mutex"Bryan C. Mills
2019-11-07sync: yield to the waiter when unlocking a starving mutexCarlo Alberto Ferraris
2019-11-02runtime: add a test for asynchronous safe pointsAustin Clements
2019-10-31runtime: atomically set span state and use as publication barrierAustin Clements
2019-10-29runtime: initialize netpoll in TestNetpollBreakClément Chigot
2019-10-22runtime: force testing calls of netpoll to run on system stackIan Lance Taylor
2019-10-21runtime: add netpollBreakIan Lance Taylor
2019-09-25runtime: grow the heap incrementallyAustin Clements
2019-07-16runtime: add a test for getg with thread switchCherry Zhang
2019-05-24runtime: ensure mheap lock stack growth invariant is maintainedMichael Anthony Knyszek
2019-05-06runtime: track the number of free unscavenged huge pagesMichael Anthony Knyszek
2019-05-06runtime: scavenge huge spans firstMichael Anthony Knyszek
2019-05-06runtime: make treap iteration more efficientMichael Anthony Knyszek
2019-05-06runtime: merge all treaps into one implementationMichael Anthony Knyszek
2019-05-01runtime: change the span allocation policy to first-fitMichael Anthony Knyszek
2019-04-10runtime: add tests for runtime mTreapMichael Anthony Knyszek
2019-04-09runtime: preempt a goroutine which calls a lot of short system callsAndrei Vagin
2019-01-10runtime: make mTreap iterator bidirectionalgo1.12beta2Michael Anthony Knyszek
2018-12-17runtime: add iterator abstraction for mTreapMichael Anthony Knyszek
2018-11-13runtime: during map delete, update entries after new last elementKeith Randall
2018-10-30runtime: extend ReadMemStatsSlow to re-compute HeapReleasedMichael Anthony Knyszek
2018-07-07runtime: handle g0 stack overflows gracefullyAustin Clements
2018-06-29runtime: throw if the runtime panics with out of bounds indexIan Lance Taylor
2018-05-22runtime: support for debugger function callsAustin Clements
2018-05-06runtime: remove hmap field from maptypesMartin Möhrmann
2018-04-26runtime: remove the dummy arg of getcallerspCherry Zhang
2018-04-17cmd/internal/obj/arm, runtime: delete old ARM softfloat codeCherry Zhang
2018-03-09runtime: add TestSizeofJosh Bleecher Snyder
2018-02-15runtime: remove non-reserved heap logicAustin Clements
2018-02-15runtime: use sparse mappings for the heapAustin Clements
2017-11-02cmd/compile: specialize map creation for small hint sizesMartin Möhrmann
2017-10-30runtime: make systemstack tail call if already switchedAustin Clements
2017-10-05runtime: make LockOSThread/UnlockOSThread nestedAustin Clements
2017-09-02runtime: fix hashmap load factor computationKeith Randall