aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime1.go
AgeCommit message (Expand)Author
2015-11-10cmd/cgo, runtime: add checks for passing pointers from Go to CIan Lance Taylor
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-10-30runtime: introduce GOTRACEBACK=single, now the defaultRuss Cox
2015-10-23runtime: replace is{plan9,solaris,windows} with GOOS testsMatthew Dempsky
2015-08-30runtime: add GODEBUG for stack barriers at every frameAustin Clements
2015-07-29runtime: set invalidptr=1 by default, as documentedgo1.5beta3Russ Cox
2015-07-11runtime: abort on fatal errors and panics in c-shared and c-archive modesElias Naur
2015-06-15runtime: add GODEBUG gcshrinkstackoff, gcstackbarrieroff, and gcstoptheworld ...Russ Cox
2015-05-07runtime: turn off checkmark by defaultRuss Cox
2015-05-07runtime: fix gccheckmark mode and enable by defaultRuss Cox
2015-05-07runtime: set heap minimum default based on GOGCRick Hudson
2015-05-01runtime: detailed debug output of controller stateAustin Clements
2015-04-17runtime: leave gccheckmark testing off by defaultRuss Cox
2015-04-10runtime, cmd/internal/ld: rename themoduledata to firstmoduledataMichael Hudson-Doyle
2015-04-10runtime, reflect: support multiple moduledata objectsMichael Hudson-Doyle
2015-04-08runtime, cmd/internal/ld: initialize themoduledata slices directlyMichael Hudson-Doyle
2015-03-31runtime, cmd/internal/ld: change runtime to use a single linker symbolMichael Hudson-Doyle
2015-03-20runtime: add GODEBUG=sbrk=1 to bypass memory allocator (and GC)Russ Cox
2015-03-17runtime: copy env strings on startupDavid Crawshaw
2015-03-11runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h filesKeith Randall
2015-02-20runtime: fix cputicks on x86Dmitry Vyukov
2015-02-03runtime: Change memprofrate to memprofilerateLynn Boger
2015-02-03runtime: Add memprofrate value to GODEBUGLynn Boger
2015-01-29runtime: check alignment of 8-byte atomic loads and stores on 386Austin Clements
2015-01-12runtime: add GODEBUG=gccheckmark=0/1Austin Clements
2015-01-07cmd/cgo, runtime/cgo: support ppc64Austin Clements
2015-01-06runtime: add GODEBUG wbshadow for finding missing write barriersRuss Cox
2015-01-05Revert "liblink, cmd/ld, runtime: remove stackguard1"Russ Cox
2014-12-29runtime: remove go prefix from a few routinesKeith Randall
2014-12-29liblink, cmd/ld, runtime: remove stackguard1Shenghou Ma
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-12-23runtime: remove thunk.sRuss Cox
2014-11-21[dev.garbage] runtime: add prefetcht0, prefetcht1, prefetcht2, prefetcht3, pr...Russ Cox
2014-11-14[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox
2014-11-11[dev.cc] runtime: convert basic library routines from C to GoRuss Cox