summaryrefslogtreecommitdiff
path: root/src/runtime/export_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: fix CPU underutilizationDmitry Vyukov2016-05-031-0/+32
* runtime: fix pagesInUse accountingAustin Clements2016-04-041-0/+16
* runtime: use unaligned loads on ppc64Keith Randall2016-03-181-0/+3
* runtime: move testSchedLocalQueue* to export_testEmmanuel Odeke2016-03-131-2/+60
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* runtime: remove unused parfor codeAustin Clements2016-02-211-36/+0
* runtime: fix errno sign for some mmap and mincore casesIan Lance Taylor2016-02-121-2/+0
* runtime: add test for mincore's return value sign on LinuxBrad Fitzpatrick2016-02-111-0/+2
* runtime: use at least "system" traceback level for runtime testsAustin Clements2016-01-151-0/+8
* runtime: break out system-specific constants into package sysMichael Matloob2015-11-121-3/+4
* runtime: break atomics out into package runtime/internal/atomicMichael Matloob2015-11-101-2/+5
* runtime: make iface/eface handling more type safeMatthew Dempsky2015-10-211-1/+1
* runtime: remove _Kind constantsIan Lance Taylor2015-10-131-2/+2
* pprof: improve sampling for heap profilingRaul Silvera2015-10-051-0/+2
* runtime: test that periodic GC worksAustin Clements2015-09-301-0/+2
* cmd/compile: fix uninitialized memory in compare of interface valueAustin Clements2015-08-251-0/+1
* cmd/compile: fix uninitialized memory during type switch assertE2I2Russ Cox2015-07-301-0/+2
* runtime: test and fix heap bitmap for 1-pointer allocation on 32-bit systemRuss Cox2015-05-151-0/+2
* runtime: don't run runq tests on the system stackAustin Clements2015-05-121-2/+2
* runtime: use 1-bit pointer bitmaps in type representationRuss Cox2015-05-111-8/+1
* runtime: add benchmark of heapBitsSetTypeRuss Cox2015-05-111-0/+29
* runtime: enable profiling on g0Daniel Morsing2015-05-111-5/+0
* runtime: fix software FP regs corruption when emulating SQRT on ARMShenghou Ma2015-05-051-0/+1
* runtime: implement xadduintptr and update system mstats using itSrdjan Petrovic2015-04-241-0/+3
* runtime: merge clone0 and cloneSrdjan Petrovic2015-04-221-0/+2
* runtime: merge slice and sliceStructMichael Hudson-Doyle2015-04-151-2/+4
* runtime: rename close to closefdDavid Crawshaw2015-04-141-1/+1
* runtime: do not share underlying envs/argv arrayDavid Crawshaw2015-03-091-0/+3
* runtime: Update open/close/read/write to return -1 on error.Keith Randall2015-03-031-0/+5
* runtime: use func value for parfor bodyAustin Clements2015-01-291-1/+1
* runtime: eliminate parfor ctx fieldAustin Clements2015-01-291-3/+2
* runtime: use threads slice in parfor instead of unsafe pointer mathAustin Clements2015-01-291-9/+8
* runtime: fix 32-bit buildKeith Randall2015-01-081-0/+2
* runtime: remove unused export_test declarationsDavid Crawshaw2015-01-011-11/+0
* runtime: a better fallback hashKeith Randall2014-12-221-1/+0
* [dev.garbage] all: merge dev.cc into dev.garbageRuss Cox2014-11-151-57/+23
|\
| * [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox2014-11-121-7/+7
| * [dev.cc] runtime: convert parallel support code from C to GoRuss Cox2014-11-111-53/+19
* | [dev.garbage] runtime: fix TestLFStack on 386Russ Cox2014-10-271-1/+1
|/
* runtime: make gostringnocopy update maxstringKeith Randall2014-09-111-0/+3
* runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-091-1/+0
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+163