aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2015-01-14[release-branch.go1.4] runtime: fix nacl build, hashmap overflow field offset...Keith Randall
2015-01-14[release-branch.go1.4] runtime: fix deadlock in runtime.StackKeith Randall
2015-01-14[release-branch.go1.4] runtime: fix SIGPROF changeRuss Cox
2015-01-14[release-branch.go1.4] runtime: hashmap: move overflow pointer to end of bucketKeith Randall
2015-01-14[release-branch.go1.4] runtime: ignore SIGPROF to foreign threads before cgoc...Shenghou Ma
2014-12-01[release-branch.go1.4] runtime: fix hang in GC due to shrinkstack vs netpoll ...Russ Cox
2014-11-20[release-branch.go1.4] runtime: fix atomic operations on non-heap addressesRuss Cox
2014-11-19[release-branch.go1.4] runtime: remove assumption that noptrdata data bss nop...Russ Cox
2014-11-16runtime: fix sudog leakRuss Cox
2014-11-16runtime: update URL for heap dump formatRuss Cox
2014-11-09runtime: fix sudog leak in syncsemreleaseRuss Cox
2014-11-09runtime/cgo: add +build tags to files named for $GOOSRuss Cox
2014-11-10all: use golang.org/x/... import pathsAndrew Gerrand
2014-11-06runtime: don't stop bitmap dump at BitsDeadKeith Randall
2014-11-06runtime: fix initial gp->sched.pc in newextramRuss Cox
2014-11-05runtime: avoid gentraceback of self on user goroutine stackRuss Cox
2014-11-03runtime: make Go and C mallocgc signatures matchAustin Clements
2014-10-29runtime: change top-most return PC from goexit to goexit+PCQuantumRuss Cox
2014-10-30runtime: make TestCgoExternalThreadPanic run on windowsAlex Brainman
2014-10-29runtime: fix line number in first stack frame in printed stack traceRuss Cox
2014-10-29runtime: update comment for CallersRuss Cox
2014-10-29runtime: fix windows buildRuss Cox
2014-10-28runtime: add GODEBUG invalidptr settingRuss Cox
2014-10-28runtime: fix unrecovered panic on external threadRuss Cox
2014-10-28cmd/gc: avoid use of goprintfRuss Cox
2014-10-28doc/asm: explain coordination with garbage collectorRuss Cox
2014-10-28runtime: add PauseEnd array to MemStats and GCStatsJens Frederich
2014-10-27runtime: disable fake time on naclRuss Cox
2014-10-27runtime: add fake time support back.Shenghou Ma
2014-10-27runtime: fix endianness assumption when decoding ftabAustin Clements
2014-10-22runtime/cgo: encode BLX directly, fixes one clang build error on armDave Cheney
2014-10-21runtime: warn that cputicks() might not be monotonic.Keith Randall
2014-10-20runtime: fix flaky TestBlockProfile testKeith Randall
2014-10-20runtime: handle non-nil-terminated environment strings on Plan 9David du Colombier
2014-10-18runtime: dequeue the correct SudoGKeith Randall
2014-10-17runtime/pprof: fix memory profiler testDmitriy Vyukov
2014-10-17runtime/pprof: fix testRuss Cox
2014-10-17runtime: remove comment that leaked into CL 153710043Russ Cox
2014-10-17undo CL 159990043 / 421fadcef39aRuss Cox
2014-10-16runtime/pprof: disable new memory testRuss Cox
2014-10-16runtime: make pprof a little nicerRuss Cox
2014-10-16runtime: fix memory profilerDmitriy Vyukov
2014-10-15runtime: remove hand-generated ptr bitmaps for reflectcallRuss Cox
2014-10-14cmd/gc, runtime: fix race, nacl for writebarrier changesRuss Cox
2014-10-15runtime: handle all windows exception (second attempt)Alex Brainman
2014-10-14cmd/gc: add 2-, 3-, 4-word write barrier specializationsRuss Cox
2014-10-14runtime: a few optimizations of scanblock.Keith Randall
2014-10-09runtime: add comment to mgc0.hDmitriy Vyukov
2014-10-09undo CL 145150043 / 8b3d26697b8dAlex Brainman
2014-10-09runtime: handle all windows exceptionAlex Brainman