aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime.go
AgeCommit message (Expand)Author
2017-09-27syscall: make Exit call runtime.exitAlex Brainman
2016-09-06syscall: make Getpagesize return page size from runtimeAustin Clements
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-13runtime: replace tls0 with m0.tlsMatthew Dempsky
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-10-05pprof: improve sampling for heap profilingRaul Silvera
2015-04-02runtime: auto-generate duff routinesJosh Bleecher Snyder
2015-03-09runtime: do not share underlying envs/argv arrayDavid Crawshaw
2015-03-03runtime: remove makeStringSliceDavid Crawshaw
2015-01-29runtime: move all parfor-related code to parfor.goAustin Clements
2015-01-29runtime: check alignment of 8-byte atomic loads and stores on 386Austin Clements
2014-12-23runtime: remove thunk.sRuss Cox
2014-12-05runtime: generate windows callback list with go generateRuss Cox
2014-09-24cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox
2014-09-16runtime: remove untyped allocation of ParForRuss Cox
2014-09-12runtime: remove a few untyped allocationsRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox