aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/export_test.go
AgeCommit message (Expand)Author
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
2017-08-28runtime: specialize memhash32 and memhash64Martin Möhrmann
2017-06-28runtime: make rwmutex work on Ms instead of GsAustin Clements
2017-06-19runtime: add read/write mutex typeIan Lance Taylor
2017-04-28runtime: separate spans of noscan objectsAustin Clements
2017-03-19runtime: introduce a type for lfstacksAustin Clements
2017-03-15runtime: print user stack on other threads during GOTRACBEACK=crashAustin Clements
2017-03-04runtime: make ReadMemStats STW for < 25µsAustin Clements
2017-02-23runtime: new profile buffer implementation supporting label pointersRuss Cox
2017-02-14runtime: speed up fastrand() % nJosh Bleecher Snyder
2017-02-10runtime: implement fastrand in goSokolov Yura
2016-11-02cmd/compile: do more type conversion inlineKeith Randall
2016-11-01runtime: improve atoi implementationMartin Möhrmann
2016-10-28runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements
2016-10-25runtime: consolidate h_allspans and mheap_.allspansAustin Clements
2016-09-08runtime: remove maxstringMartin Möhrmann
2016-05-03runtime: fix CPU underutilizationDmitry Vyukov
2016-04-04runtime: fix pagesInUse accountingAustin Clements
2016-03-18runtime: use unaligned loads on ppc64Keith Randall
2016-03-13runtime: move testSchedLocalQueue* to export_testEmmanuel Odeke
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-21runtime: remove unused parfor codeAustin Clements
2016-02-12runtime: fix errno sign for some mmap and mincore casesIan Lance Taylor
2016-02-11runtime: add test for mincore's return value sign on LinuxBrad Fitzpatrick
2016-01-15runtime: use at least "system" traceback level for runtime testsAustin Clements
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-10-21runtime: make iface/eface handling more type safeMatthew Dempsky
2015-10-13runtime: remove _Kind constantsIan Lance Taylor
2015-10-05pprof: improve sampling for heap profilingRaul Silvera
2015-09-30runtime: test that periodic GC worksAustin Clements
2015-08-25cmd/compile: fix uninitialized memory in compare of interface valueAustin Clements
2015-07-30cmd/compile: fix uninitialized memory during type switch assertE2I2Russ Cox
2015-05-15runtime: test and fix heap bitmap for 1-pointer allocation on 32-bit systemRuss Cox
2015-05-12runtime: don't run runq tests on the system stackAustin Clements
2015-05-11runtime: use 1-bit pointer bitmaps in type representationRuss Cox
2015-05-11runtime: add benchmark of heapBitsSetTypeRuss Cox
2015-05-11runtime: enable profiling on g0Daniel Morsing
2015-05-05runtime: fix software FP regs corruption when emulating SQRT on ARMShenghou Ma
2015-04-24runtime: implement xadduintptr and update system mstats using itSrdjan Petrovic
2015-04-22runtime: merge clone0 and cloneSrdjan Petrovic
2015-04-15runtime: merge slice and sliceStructMichael Hudson-Doyle
2015-04-14runtime: rename close to closefdDavid Crawshaw
2015-03-09runtime: do not share underlying envs/argv arrayDavid Crawshaw
2015-03-03runtime: Update open/close/read/write to return -1 on error.Keith Randall
2015-01-29runtime: use func value for parfor bodyAustin Clements
2015-01-29runtime: eliminate parfor ctx fieldAustin Clements
2015-01-29runtime: use threads slice in parfor instead of unsafe pointer mathAustin Clements