index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
runtime
Age
Commit message (
Expand
)
Author
2014-05-20
reflect: don't panic on delete from nil map.
Keith Randall
2014-05-20
all: fix "the the" typos.
Shenghou Ma
2014-05-20
runtime: revise the document of Version()
Shenghou Ma
2014-05-20
build: make nacl pass
Russ Cox
2014-05-20
runtime: switch default stack size back to 8kB
Russ Cox
2014-05-19
reflect: test, fix access to nil maps
Russ Cox
2014-05-19
runtime: fix freeOSMemory to free memory immediately
Dmitriy Vyukov
2014-05-15
runtime: make scan of pointer-in-interface same as scan of pointer
Russ Cox
2014-05-13
runtime: fix triggering of forced GC
Dmitriy Vyukov
2014-05-13
runtime: handle decommit failure gracefully on Windows
Russ Cox
2014-05-12
runtime: add copy of math.sqrt for use by arm softfloat
Russ Cox
2014-05-09
undo CL 100330043 / e4248ed0037c
Brad Fitzpatrick
2014-05-09
runtime/race: fix the link for the race detector.
Bill Neubauer
2014-05-09
runtime: be a lot more lenient on smhasher avalanche test.
Keith Randall
2014-05-08
runtime: write memory profile statistics to the heap dump.
Keith Randall
2014-05-07
runtime: use duff zero and copy to initialize memory
Keith Randall
2014-05-07
runtime: optimize markspan
Dmitriy Vyukov
2014-05-07
runtime: fix bug in cpu profiler
Dmitriy Vyukov
2014-05-02
std lib: fix various typos in comments
Robert Griesemer
2014-05-02
runtime: fix bug in GOTRACEBACK=crash causing suppression of core dumps.
Alan Donovan
2014-05-02
runtime: do not set m->locks around memory allocation
Dmitriy Vyukov
2014-05-02
runtime: make MemStats.LastGC Unix time again
Dmitriy Vyukov
2014-05-01
runtime: correctly type interface data.
Keith Randall
2014-04-28
runtime: clean up scanning of Gs
Keith Randall
2014-04-28
runtime: heapdump - make sure spans are swept before dumping.
Keith Randall
2014-04-21
runtime: fix typo in error message
Mark Zavislak
2014-04-21
runtime/race: add test for issue 7561.
Rémy Oudompheng
2014-04-21
runtime, go/build: re-enable cgo on FreeBSD.
Shenghou Ma
2014-04-21
runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM.
Shenghou Ma
2014-04-19
cmd/nm: print symbol sizes for windows pe executables
Alex Brainman
2014-04-16
runtime: crash when func main calls Goexit and all other goroutines exit
Russ Cox
2014-04-16
runtime: adjust GC debug print to include source pointers
Russ Cox
2014-04-15
liblink: introduce TLS register on 386 and amd64
Russ Cox
2014-04-15
runtime: fix program termination when main goroutine calls Goexit
Dmitriy Vyukov
2014-04-14
sync: less agressive local caching in Pool
Dmitriy Vyukov
2014-04-13
runtime: increase timeout in TestStackGrowth
Russ Cox
2014-04-11
runtime: make stack growth test shorter
Russ Cox
2014-04-10
runtime: make times in GODEBUG=gctrace=1 output clearer
Russ Cox
2014-04-10
runtime: no longer skip stack growth test in short mode
David du Colombier
2014-04-10
runtime: fix semasleep on Plan 9
David du Colombier
2014-04-09
runtime: use 3x fewer nanotime calls in garbage collection
Russ Cox
2014-04-09
runtime: fix flaky linux/386 build
Russ Cox
2014-04-09
runtime: fix GOTRACEBACK on Plan 9
David du Colombier
2014-04-08
runtime: cache gotraceback setting
Russ Cox
2014-04-08
reflect, runtime: fix crash in GC due to reflect.call + precise GC
Russ Cox
2014-04-08
runtime/race: more precise handling of channel synchronization
Dmitriy Vyukov
2014-04-07
runtime: make sure associated defers are copyable before trying to copy a stack.
Keith Randall
2014-04-07
runtime: fix heapdump bugs.
Keith Randall
2014-04-04
runtime: fix plan9 warning.
Keith Randall
2014-04-03
cmd/gc, runtime: make GODEBUG=gcdead=1 mode work with liveness
Russ Cox
[next]