]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/stubs.go
runtime: implement experiment to replace heap bitmap with alloc headers
[gostls13.git] / src / runtime / stubs.go
2018-11-26 Ian Lance Taylorruntime: improve godoc formatting of memclrNoHeapPointe...
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-12 Austin Clementsruntime, reflect: access runtime.reflectcall directly
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-22 Iskander Sharipovruntime: fix Go prototypes in amd64 asm code
2018-06-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-06-01 Tim Cooperall: update comment URLs from HTTP to HTTPS, where...
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-04-26 Cherry Zhangruntime: remove stale comment about getcallerpc/sp
2018-04-26 Cherry Zhangruntime: remove the dummy arg of getcallersp
2018-03-08 Austin Clementsruntime: ensure abort actually crashes the process
2018-03-08 Austin Clementsruntime: make throw safer to call
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-11-20 Russ Cox[dev.boringcrypto] all: merge go1.9.2 into dev.boringcrypto
2017-10-25 Russ Cox[release-branch.go1.9] runtime: use simple, more robust...
2017-10-11 Austin Clementsruntime: make it possible to exit Go-created threads
2017-10-10 Cherry Zhangcmd/compile: intrinsify runtime.getcallersp
2017-09-22 Austin Clementsruntime: remove getcallerpc argument
2017-09-22 David Chasecmd/compile: add intrinsic for reading caller's pc
2017-09-16 Giovanni Bajoruntime: improve fastrand with a better generator
2017-08-22 Martin Möhrmanncmd/compile: replace eqstring with memequal
2017-08-15 Austin Clementsruntime: fix getclosureptr doc
2017-08-14 Josh Bleecher Snyderruntime: use integer math for hashmap overLoadFactor
2017-08-11 Cholerae Huruntime, cmd/compile: add intrinsic getclosureptr
2017-08-11 Austin ClementsMerge remote-tracking branch 'origin/dev.debug' into...
2017-08-11 Hiroshi Iokaruntime: move mincore from stubs.go to os_linux.go
2017-08-08 Martin Möhrmannruntime: remove unused prefetch functions
2017-04-28 Austin Clementsruntime: separate spans of noscan objects
2017-03-07 Matthew Dempskycmd/compile, runtime: simplify multiway select implemen...
2017-02-14 Austin Clementsruntime: remove stack barriers
2017-02-14 Josh Bleecher Snyderruntime: speed up fastrand() % n
2017-02-13 Sokolov Yuraruntime: make fastrand to generate 32bit values
2017-02-10 Sokolov Yuraruntime: implement fastrand in go
2017-02-09 Russ Coxtime: optimize Now on darwin, windows
2017-02-03 Russ Coxtime: record monotonic clock reading in time.Now, for...
2016-10-30 Russ Coxsync: enable Pool when using race detector
2016-10-28 Austin Clementsruntime, cmd/compile: rename memclr -> memclrNoHeapPointers
2016-10-28 Austin Clementsruntime: use typedmemclr for typed memory
2016-10-21 Austin Clementsruntime: fix call* signatures and deferArgs with siz=0
2016-09-26 Austin Clementsruntime: implement getcallersp in Go
2016-08-30 Josh Bleecher Snyderruntime: rename fastrand1 to fastrand
2016-08-30 Keith Randallruntime: update a few comments
2016-08-25 Josh Bleecher Snyderall: fix assembly vet issues
2016-07-21 Chris Broadfootall: merge master into release-branch.go1.7
2016-07-13 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-07-12 Ian Lance Taylorruntime: add ctxt parameter to cgocallback called from Go
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-02-23 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-23 Keith Randallruntime: unify memeq and memequal
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-11-25 Shenghou Maruntime: check that masks and shifts are correct aligned
2015-11-17 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-11-12 Michael Matloobruntime: break out system-specific constants into packa...
2015-11-10 Michael Matloobruntime: break atomics out into package runtime/interna...
2015-08-25 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-08-06 Austin Clementsruntime: call goexit1 instead of goexit
2015-07-30 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-07-29 Russ Coxruntime: ignore arguments in cgocallback_gofunc frame
2015-07-20 Michael Hudson-Doylecmd/compile: define func value symbols at declaration
2015-07-01 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-06-19 Austin Clementsruntime: ensure GC sees type-safe memory on weak machines
2015-06-19 Alex Brainmanruntime: rename cgocall_errno and asmcgocall_errno...
2015-06-18 Alex Brainmanruntime: remove cgocall and asmcgocall
2015-06-11 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-06-02 Austin Clementsruntime: implement GC stack barriers
2015-05-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-04-21 Austin Clementsruntime: atomic ops for int64
2015-04-17 Austin Clementsruntime: fix dangling pointer in readyExecute
2015-04-07 Russ Coxcmd/internal/gc: inline runtime.getg
2015-04-01 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-03-16 Aram Hăvărneanuruntime: add support for linux/arm64
2015-02-20 Russ Cox[dev.cc] all: merge master (5868ce3) into dev.cc
2015-02-19 Russ Coxruntime: reorganize memory code
2015-02-04 Russ Cox[dev.cc] all: merge master (b8fcae0) into dev.cc
2015-01-28 Dmitry Vyukovreflect: cache call frames
2015-01-15 Russ Cox[dev.cc] all: merge master (d1210ac) into dev.cc
2015-01-14 Russ Coxruntime: delete dead code called from C.
2015-01-06 Russ Coxreflect: add write barriers
2015-01-06 Russ Coxruntime, sync/atomic: add write barrier for atomic...
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-17 Alex Brainmanruntime: fix getcallersp documentation
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-14 Russ Cox[dev.garbage] all: merge dev.power64 (7667e41f3ced...
2014-11-14 Russ Cox[dev.garbage] all: merge default (f38460037b72) into...
2014-11-13 Aram Hăvărneanu[dev.cc] runtime: convert Solaris port to Go
2014-11-12 Russ Cox[dev.cc] runtime: delete scalararg, ptrarg; rename...
2014-11-11 Russ Cox[dev.cc] runtime: convert arch-specific .c and .h files...
2014-11-10 Russ Cox[dev.garbage] runtime: add write barrier to casp
next