]> Cypherpunks.ru repositories - gostls13.git/history - src/runtime/heapdump.go
[dev.garbage] Merge remote-tracking branch 'origin/master' into HEAD
[gostls13.git] / src / runtime / heapdump.go
2016-04-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
2016-04-27 Rick Hudson[dev.garbage] runtime: allocate directly from GC mark...
2016-04-22 David Crawshawcmd/compile, etc: use nameOff in uncommonType
2016-04-22 David Crawshawcmd/compile, etc: use nameOff for rtype string
2016-04-13 David Crawshawcmd/compile, etc: use name for type pkgPath
2016-04-11 Jeremy Jackinsruntime: remove remaining references to TheChar
2016-03-28 Austin Clements[dev.garbage] Merge remote-tracking branch 'origin...
2016-03-15 Michael Matloobruntime: update link to WriteHeapDump format
2016-03-09 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-08 David Crawshawcmd/compile: remove rtype *uncommonType field
2016-03-07 Matthew Dempskyruntime: eliminate unnecessary type conversions
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-02 Brad Fitzpatrickall: single space after period.
2016-02-29 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2016-02-29 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-26 David Crawshawcmd/compile: remove uncommonType.name
2016-02-25 David Crawshawcmd/compile: remove rtype.ptrToThis
2016-02-24 David Crawshawcmd/compile: embed type string header in rtype
2016-02-11 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2016-02-10 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-03 Rick HudsonMerge remote-tracking branch 'origin/master' into toc
2016-01-25 Keith Randallruntime: update heap dumper header to 1.6.
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-12 Matthew Dempskyruntime: rewrite lots of foo_Bar(f, ...) into f.bar...
2015-10-22 Austin Clementsruntime: add pcvalue cache to improve stack scan speed
2015-10-21 Matthew Dempskyruntime: make iface/eface handling more type safe
2015-10-20 Matthew Dempskyruntime: add stringStructOf helper function
2015-10-20 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2015-10-19 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-10-15 Matthew Dempskyruntime: use unsafe.Pointer(x) instead of (unsafe.Point...
2015-07-30 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-07-11 Brad Fitzpatrickall: link to https instead of http
2015-05-28 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-05-18 Austin Clementsruntime: disallow preemption during startTheWorld
2015-05-18 Austin Clementsruntime: factor stoptheworld/starttheworld pattern
2015-05-11 Russ Coxruntime: use 2-bit heap bitmap (in place of 4-bit)
2015-05-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-05-01 Russ Coxcmd/internal/gc, runtime: use 1-bit bitmap for stack...
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-01 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-03-31 Michael Hudson-Doyleruntime, cmd/internal/ld: change runtime to use a singl...
2015-02-20 Russ Cox[dev.cc] all: merge master (5868ce3) into dev.cc
2015-02-19 Russ Coxruntime: reorganize memory code
2015-02-13 Russ Cox[dev.cc] all: merge master (5f1efe7) into dev.cc
2015-02-11 Dmitry Vyukovruntime: never show system goroutines in traceback
2015-01-19 Russ Coxruntime: factor out bitmap, finalizer code from malloc/mgc
2014-12-29 Keith Randallruntime: remove go prefix from a few routines
2014-12-28 Keith Randallruntime: rename gothrow to throw
2014-12-23 Keith Randallruntime: make stack frames fixed size by modifying...
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-20 Rick Hudson[dev.garbage] runtime: Turn concurrent GC on by default...
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-12 Russ Cox[dev.cc] runtime: delete scalararg, ptrarg; rename...
2014-11-11 Russ Cox[dev.cc] runtime: convert memory allocator and garbage...