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
2013-06-05
[release-branch.go1.1] runtime: fix heap corruption during GC
Andrew Gerrand
2013-06-05
[release-branch.go1.1] runtime: zeroize g->fnstart to not prevent GC of the c...
Andrew Gerrand
2013-06-05
[release-branch.go1.1] runtime: fix GC scanning of slices
Andrew Gerrand
2013-06-04
[release-branch.go1.1] runtime: introduce cnewarray() to simplify allocation ...
Andrew Gerrand
2013-05-13
[release-branch.go1.1] runtime/race: improve public documentation
Andrew Gerrand
2013-05-08
[release-branch.go1.1] runtime: fix crash in select
Andrew Gerrand
2013-05-06
runtime: fix crash in badsignal()
Dmitriy Vyukov
2013-05-07
runtime: reduce max arena size on windows/amd64 to 32 GiB
Shenghou Ma
2013-05-03
runtime/cgo: fix build for ARM
Shenghou Ma
2013-05-03
cmd/ld: add .note.GNU-stack section for external linking
Shenghou Ma
2013-05-01
runtime/cgo: export symbols in both internal and external link mode
Ian Lance Taylor
2013-04-30
runtime: fix stack pointer corruption in runtime.cgocallback_gofunc()
Shenghou Ma
2013-04-28
runtime: tune appendCrossover for arm
Dave Cheney
2013-04-25
undo CL 8954044 / ad3c2ffb16d7
Jan Ziak
2013-04-25
runtime: prevent the GC from seeing the content of a frame in runfinq()
Jan Ziak
2013-04-24
all: fix typos
Shenghou Ma
2013-04-16
runtime: if span was scavenged, mark it as needing to be zeroed
Ian Lance Taylor
2013-04-15
runtime: fix build on openbsd/386
Joel Sing
2013-04-12
runtime: add a hook to disable precise GC
Ian Lance Taylor
2013-04-12
runtime: use UMTX_OP_WAIT_UINT on FreeBSD
Ian Lance Taylor
2013-04-08
runtime: fix integer overflow in hashmap
Dmitriy Vyukov
2013-04-08
sync, sync/atomic: do not corrupt race detector after a nil dereference.
Rémy Oudompheng
2013-04-08
runtime: poor man's heap type info checker
Dmitriy Vyukov
2013-04-07
runtime: fix race on hashmap flags field
Dmitriy Vyukov
2013-04-07
runtime, runtime/debug, runtime/race: deflake tests
Albert Strasheim
2013-04-07
runtime: gofmt -s
Albert Strasheim
2013-04-06
runtime: fix deadlock in network poller
Dmitriy Vyukov
2013-04-06
runtime: make CgoMal alloc field void*
Ian Lance Taylor
2013-04-06
runtime: change Note from union to struct
Dmitriy Vyukov
2013-04-06
runtime: change Lock from union to struct
Dmitriy Vyukov
2013-04-06
runtime: replace unions with structs
Dmitriy Vyukov
2013-04-06
runtime: replace union in MHeap with a struct
Dmitriy Vyukov
2013-04-06
runtime: reset dangling typed pointer
Dmitriy Vyukov
2013-04-06
runtime: reset typed dangling pointer
Dmitriy Vyukov
2013-04-04
runtime: use a distinct pattern to mark free blocks in need of zeroing
Carl Shapiro
2013-04-04
runtime: fix data/bss shadow memory mapping for race detector
Dmitriy Vyukov
2013-04-02
runtime: avoid hashing strings until needed in single-bucket maps
Brad Fitzpatrick
2013-04-02
runtime: new map tests and benchmarks
Brad Fitzpatrick
2013-04-02
runtime: Implement faster equals for strings and bytes.
Keith Randall
2013-04-02
runtime: fix a comment regarding default floating point precision
Carl Shapiro
2013-04-01
runtime: make map reads multithreaded safe.
Keith Randall
2013-04-01
runtime: add concurrent map read test
Brad Fitzpatrick
2013-03-30
runtime: TestGcSys: if GOGC=off, skip instead of failing
Albert Strasheim
2013-03-29
runtime: additional map benchmarks for repeated lookups
Brad Fitzpatrick
2013-03-29
runtime: fix gdb printing of maps
Keith Randall
2013-03-28
cmd/ld, runtime: restrict stack root scan to locals and arguments
Carl Shapiro
2013-03-27
runtime: allocate maps' first bucket table lazily
Brad Fitzpatrick
2013-03-27
runtime/race: mark failing test as such.
Rémy Oudompheng
2013-03-27
cmd/gc: fix race instrumentation of append and type switches.
Rémy Oudompheng
2013-03-26
cmd/gc: enable racewalk of HMUL nodes.
Rémy Oudompheng
[next]