aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime
AgeCommit message (Expand)Author
2014-05-20reflect: don't panic on delete from nil map.Keith Randall
2014-05-20all: fix "the the" typos.Shenghou Ma
2014-05-20runtime: revise the document of Version()Shenghou Ma
2014-05-20build: make nacl passRuss Cox
2014-05-20runtime: switch default stack size back to 8kBRuss Cox
2014-05-19reflect: test, fix access to nil mapsRuss Cox
2014-05-19runtime: fix freeOSMemory to free memory immediatelyDmitriy Vyukov
2014-05-15runtime: make scan of pointer-in-interface same as scan of pointerRuss Cox
2014-05-13runtime: fix triggering of forced GCDmitriy Vyukov
2014-05-13runtime: handle decommit failure gracefully on WindowsRuss Cox
2014-05-12runtime: add copy of math.sqrt for use by arm softfloatRuss Cox
2014-05-09undo CL 100330043 / e4248ed0037cBrad Fitzpatrick
2014-05-09runtime/race: fix the link for the race detector.Bill Neubauer
2014-05-09runtime: be a lot more lenient on smhasher avalanche test.Keith Randall
2014-05-08runtime: write memory profile statistics to the heap dump.Keith Randall
2014-05-07runtime: use duff zero and copy to initialize memoryKeith Randall
2014-05-07runtime: optimize markspanDmitriy Vyukov
2014-05-07runtime: fix bug in cpu profilerDmitriy Vyukov
2014-05-02std lib: fix various typos in commentsRobert Griesemer
2014-05-02runtime: fix bug in GOTRACEBACK=crash causing suppression of core dumps.Alan Donovan
2014-05-02runtime: do not set m->locks around memory allocationDmitriy Vyukov
2014-05-02runtime: make MemStats.LastGC Unix time againDmitriy Vyukov
2014-05-01runtime: correctly type interface data.Keith Randall
2014-04-28runtime: clean up scanning of GsKeith Randall
2014-04-28runtime: heapdump - make sure spans are swept before dumping.Keith Randall
2014-04-21runtime: fix typo in error messageMark Zavislak
2014-04-21runtime/race: add test for issue 7561.Rémy Oudompheng
2014-04-21runtime, go/build: re-enable cgo on FreeBSD.Shenghou Ma
2014-04-21runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM.Shenghou Ma
2014-04-19cmd/nm: print symbol sizes for windows pe executablesAlex Brainman
2014-04-16runtime: crash when func main calls Goexit and all other goroutines exitRuss Cox
2014-04-16runtime: adjust GC debug print to include source pointersRuss Cox
2014-04-15liblink: introduce TLS register on 386 and amd64Russ Cox
2014-04-15runtime: fix program termination when main goroutine calls GoexitDmitriy Vyukov
2014-04-14sync: less agressive local caching in PoolDmitriy Vyukov
2014-04-13runtime: increase timeout in TestStackGrowthRuss Cox
2014-04-11runtime: make stack growth test shorterRuss Cox
2014-04-10runtime: make times in GODEBUG=gctrace=1 output clearerRuss Cox
2014-04-10runtime: no longer skip stack growth test in short modeDavid du Colombier
2014-04-10runtime: fix semasleep on Plan 9David du Colombier
2014-04-09runtime: use 3x fewer nanotime calls in garbage collectionRuss Cox
2014-04-09runtime: fix flaky linux/386 buildRuss Cox
2014-04-09runtime: fix GOTRACEBACK on Plan 9David du Colombier
2014-04-08runtime: cache gotraceback settingRuss Cox
2014-04-08reflect, runtime: fix crash in GC due to reflect.call + precise GCRuss Cox
2014-04-08runtime/race: more precise handling of channel synchronizationDmitriy Vyukov
2014-04-07runtime: make sure associated defers are copyable before trying to copy a stack.Keith Randall
2014-04-07runtime: fix heapdump bugs.Keith Randall
2014-04-04runtime: fix plan9 warning.Keith Randall
2014-04-03cmd/gc, runtime: make GODEBUG=gcdead=1 mode work with livenessRuss Cox