summaryrefslogtreecommitdiff
path: root/src/runtime/runtime.go
Commit message (Expand)AuthorAgeFilesLines
* syscall: make Getpagesize return page size from runtimeAustin Clements2016-09-061-0/+3
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* runtime: replace tls0 with m0.tlsMatthew Dempsky2015-11-131-2/+0
* runtime: break atomics out into package runtime/internal/atomicMichael Matloob2015-11-101-3/+6
* pprof: improve sampling for heap profilingRaul Silvera2015-10-051-0/+1
* runtime: auto-generate duff routinesJosh Bleecher Snyder2015-04-021-0/+1
* runtime: do not share underlying envs/argv arrayDavid Crawshaw2015-03-091-2/+2
* runtime: remove makeStringSliceDavid Crawshaw2015-03-031-4/+0
* runtime: move all parfor-related code to parfor.goAustin Clements2015-01-291-8/+0
* runtime: check alignment of 8-byte atomic loads and stores on 386Austin Clements2015-01-291-0/+1
* runtime: remove thunk.sRuss Cox2014-12-231-4/+6
* runtime: generate windows callback list with go generateRuss Cox2014-12-051-0/+2
* cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox2014-09-241-0/+11
* runtime: remove untyped allocation of ParForRuss Cox2014-09-161-0/+8
* runtime: remove a few untyped allocationsRuss Cox2014-09-121-0/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+37