]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/runtime1.go
runtime: break out system-specific constants into package sys
[gostls13.git] / src / runtime / runtime1.go
2015-11-12 Michael Matloobruntime: break out system-specific constants into packa...
2015-11-10 Ian Lance Taylorcmd/cgo, runtime: add checks for passing pointers from...
2015-11-10 Michael Matloobruntime: break atomics out into package runtime/interna...
2015-10-30 Russ Coxruntime: introduce GOTRACEBACK=single, now the default
2015-10-23 Matthew Dempskyruntime: replace is{plan9,solaris,windows} with GOOS...
2015-08-30 Austin Clementsruntime: add GODEBUG for stack barriers at every frame
2015-07-29 Russ Coxruntime: set invalidptr=1 by default, as documented go1.5beta3
2015-07-11 Elias Naurruntime: abort on fatal errors and panics in c-shared...
2015-06-15 Russ Coxruntime: add GODEBUG gcshrinkstackoff, gcstackbarrierof...
2015-05-07 Russ Coxruntime: turn off checkmark by default
2015-05-07 Russ Coxruntime: fix gccheckmark mode and enable by default
2015-05-07 Rick Hudsonruntime: set heap minimum default based on GOGC
2015-05-01 Austin Clementsruntime: detailed debug output of controller state
2015-04-17 Russ Coxruntime: leave gccheckmark testing off by default
2015-04-10 Michael Hudson-Doyleruntime, cmd/internal/ld: rename themoduledata to first...
2015-04-10 Michael Hudson-Doyleruntime, reflect: support multiple moduledata objects
2015-04-08 Michael Hudson-Doyleruntime, cmd/internal/ld: initialize themoduledata...
2015-03-31 Michael Hudson-Doyleruntime, cmd/internal/ld: change runtime to use a singl...
2015-03-20 Russ Coxruntime: add GODEBUG=sbrk=1 to bypass memory allocator...
2015-03-17 David Crawshawruntime: copy env strings on startup
2015-03-11 Keith Randallruntime,reflect,cmd/internal/gc: Fix comments referring...
2015-02-23 Russ Cox[dev.cc] all: merge master (48469a2) into dev.cc
2015-02-20 Dmitry Vyukovruntime: fix cputicks on x86
2015-02-04 Russ Cox[dev.cc] all: merge master (b8fcae0) into dev.cc
2015-02-03 Lynn Bogerruntime: Change memprofrate to memprofilerate
2015-02-03 Lynn Bogerruntime: Add memprofrate value to GODEBUG
2015-01-29 Austin Clementsruntime: check alignment of 8-byte atomic loads and...
2015-01-15 Russ Cox[dev.cc] all: merge master (d1210ac) into dev.cc
2015-01-12 Austin Clementsruntime: add GODEBUG=gccheckmark=0/1
2015-01-07 Austin Clementscmd/cgo, runtime/cgo: support ppc64
2015-01-06 Russ Coxruntime: add GODEBUG wbshadow for finding missing write...
2015-01-05 Russ CoxRevert "liblink, cmd/ld, runtime: remove stackguard1"
2014-12-29 Keith Randallruntime: remove go prefix from a few routines
2014-12-29 Shenghou Maliblink, cmd/ld, runtime: remove stackguard1
2014-12-28 Keith Randallruntime: rename gothrow to throw
2014-12-23 Russ Coxruntime: remove thunk.s
2014-12-06 Russ Coxall: merge dev.garbage (d1238958d4ae) into default...
2014-12-05 Russ Coxall: merge default (faa3ed1dc30e) into dev.garbage
2014-12-05 Russ Coxall: merge dev.cc (81884b89bd88) into default
2014-12-05 Russ Cox[dev.garbage] all: merge dev.cc (81884b89bd88) into...
2014-12-05 Russ Cox[dev.cc] all: merge default (8d42099cdc23) into dev.cc
2014-11-24 Russ Cox[dev.garbage] all: merge dev.cc (493ad916c3b1) into...
2014-11-23 Russ Cox[dev.cc] all: merge default (95f5614b4648) into dev.cc
2014-11-21 Russ Cox[dev.garbage] runtime: add prefetcht0, prefetcht1,...
2014-11-20 Russ Cox[dev.cc] all: merge default (e4ab8f908aac) into dev.cc
2014-11-20 Russ Cox[dev.cc] all: merge dev.power64 (f57928630b36) into...
2014-11-15 Russ Cox[dev.garbage] all: merge dev.cc into dev.garbage
2014-11-14 Russ Cox[dev.cc] all: merge dev.power64 (7667e41f3ced) into...
2014-11-11 Russ Cox[dev.cc] runtime: convert basic library routines from...