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
2019-01-10
runtime: make mTreap iterator bidirectional
go1.12beta2
Michael Anthony Knyszek
2018-12-17
runtime: add iterator abstraction for mTreap
Michael Anthony Knyszek
2018-11-13
runtime: during map delete, update entries after new last element
Keith Randall
2018-10-30
runtime: extend ReadMemStatsSlow to re-compute HeapReleased
Michael Anthony Knyszek
2018-07-07
runtime: handle g0 stack overflows gracefully
Austin Clements
2018-06-29
runtime: throw if the runtime panics with out of bounds index
Ian Lance Taylor
2018-05-22
runtime: support for debugger function calls
Austin Clements
2018-05-06
runtime: remove hmap field from maptypes
Martin Möhrmann
2018-04-26
runtime: remove the dummy arg of getcallersp
Cherry Zhang
2018-04-17
cmd/internal/obj/arm, runtime: delete old ARM softfloat code
Cherry Zhang
2018-03-09
runtime: add TestSizeof
Josh Bleecher Snyder
2018-02-15
runtime: remove non-reserved heap logic
Austin Clements
2018-02-15
runtime: use sparse mappings for the heap
Austin Clements
2017-11-02
cmd/compile: specialize map creation for small hint sizes
Martin Möhrmann
2017-10-30
runtime: make systemstack tail call if already switched
Austin Clements
2017-10-05
runtime: make LockOSThread/UnlockOSThread nested
Austin Clements
2017-09-02
runtime: fix hashmap load factor computation
Keith Randall
2017-08-28
runtime: specialize memhash32 and memhash64
Martin Möhrmann
2017-06-28
runtime: make rwmutex work on Ms instead of Gs
Austin Clements
2017-06-19
runtime: add read/write mutex type
Ian Lance Taylor
2017-04-28
runtime: separate spans of noscan objects
Austin Clements
2017-03-19
runtime: introduce a type for lfstacks
Austin Clements
2017-03-15
runtime: print user stack on other threads during GOTRACBEACK=crash
Austin Clements
2017-03-04
runtime: make ReadMemStats STW for < 25µs
Austin Clements
2017-02-23
runtime: new profile buffer implementation supporting label pointers
Russ Cox
2017-02-14
runtime: speed up fastrand() % n
Josh Bleecher Snyder
2017-02-10
runtime: implement fastrand in go
Sokolov Yura
2016-11-02
cmd/compile: do more type conversion inline
Keith Randall
2016-11-01
runtime: improve atoi implementation
Martin Möhrmann
2016-10-28
runtime, cmd/compile: rename memclr -> memclrNoHeapPointers
Austin Clements
2016-10-25
runtime: consolidate h_allspans and mheap_.allspans
Austin Clements
2016-09-08
runtime: remove maxstring
Martin Möhrmann
2016-05-03
runtime: fix CPU underutilization
Dmitry Vyukov
2016-04-04
runtime: fix pagesInUse accounting
Austin Clements
2016-03-18
runtime: use unaligned loads on ppc64
Keith Randall
2016-03-13
runtime: move testSchedLocalQueue* to export_test
Emmanuel Odeke
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-21
runtime: remove unused parfor code
Austin Clements
2016-02-12
runtime: fix errno sign for some mmap and mincore cases
Ian Lance Taylor
2016-02-11
runtime: add test for mincore's return value sign on Linux
Brad Fitzpatrick
2016-01-15
runtime: use at least "system" traceback level for runtime tests
Austin Clements
2015-11-12
runtime: break out system-specific constants into package sys
Michael Matloob
2015-11-10
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-10-21
runtime: make iface/eface handling more type safe
Matthew Dempsky
2015-10-13
runtime: remove _Kind constants
Ian Lance Taylor
2015-10-05
pprof: improve sampling for heap profiling
Raul Silvera
2015-09-30
runtime: test that periodic GC works
Austin Clements
2015-08-25
cmd/compile: fix uninitialized memory in compare of interface value
Austin Clements
2015-07-30
cmd/compile: fix uninitialized memory during type switch assertE2I2
Russ Cox
2015-05-15
runtime: test and fix heap bitmap for 1-pointer allocation on 32-bit system
Russ Cox
[next]