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
Age
Commit message (
Expand
)
Author
2015-07-29
runtime: set invalidptr=1 by default, as documented
go1.5beta3
Russ Cox
2015-07-29
runtime/trace: remove existing Skips
Russ Cox
2015-07-29
runtime/trace: record event sequence numbers explicitly
Russ Cox
2015-07-29
runtime: ignore arguments in cgocallback_gofunc frame
Russ Cox
2015-07-29
runtime: fix darwin/amd64 assembly frame sizes
Russ Cox
2015-07-29
cmd/internal/obj/arm64: fix build
Russ Cox
2015-07-29
runtime: reenable bad pointer check in GC
Russ Cox
2015-07-29
cmd/internal/obj/arm64: reject misaligned stack frames, except empty frames
Russ Cox
2015-07-29
cmd/link: fix nosplit stack overflow checks
Russ Cox
2015-07-29
runtime, reflect: use correctly aligned stack frame sizes on arm64
Russ Cox
2015-07-29
cmd/compile: align arm64 stack frames correctly
Russ Cox
2015-07-29
runtime: report GC CPU utilization in MemStats
Austin Clements
2015-07-29
runtime: always capture GC phase transition times
Austin Clements
2015-07-29
runtime: avoid race between SIGPROF traceback and stack barriers
Austin Clements
2015-07-29
runtime: force mutator to give work buffer to GC
Rick Hudson
2015-07-29
cmd/internal/asm: delete
Mikio Hara
2015-07-29
cmd: delete old[5689]a
Rob Pike
2015-07-28
cmd/dist: cleanup message about building go_bootstrap
Matthew Dempsky
2015-07-28
cmd/go: fix go get -u with vendoring
Russ Cox
2015-07-28
runtime: fix out-of-bounds in stack debugging
Dmitry Vyukov
2015-07-28
runtime: use 64k page rounding on arm64
Russ Cox
2015-07-28
runtime: fix x86 stack trace for call to heap memory on Plan 9
David du Colombier
2015-07-28
cmd/doc: extend darwin/arm64 test TODO to arm
David Crawshaw
2015-07-28
cmd/asm: fix and test CALL, JMP aliases on arm, arm64, ppc64
Russ Cox
2015-07-28
runtime: don't define libc_getpid in os3_solaris.go
Ian Lance Taylor
2015-07-28
net: make spuriousENOTAVAIL to be able to parse EADDRNOTAVAIL correctly
Mikio Hara
2015-07-28
cmd/go: avoid long lines in help messages
Jeff R. Allen
2015-07-28
net: don't return DNS query results including the second best records uncondi...
Mikio Hara
2015-07-28
encoding/json: test style tweaks
Brad Fitzpatrick
2015-07-28
runtime: fix definitions of getpid and kill on Solaris
Ian Lance Taylor
2015-07-28
runtime: correct implementation of raiseproc on Solaris
Ian Lance Taylor
2015-07-28
net/http: disable new flaky TestTransportCancelBeforeResponseHeaders test
Brad Fitzpatrick
2015-07-28
net: Set finalDeadline from TestDialParallel to avoid leaked sockets.
Paul Marks
2015-07-28
cmd/go: prefer <meta> tags on launchpad.net to the hard-coded logic
Russ Cox
2015-07-28
cmd/go: import runtime/cgo into darwin/arm64 tests
David Crawshaw
2015-07-28
encoding/json: take new decoder code off Decode path completely
Russ Cox
2015-07-28
encoding/json: fix EOF bug decoding HTTP stream
Peter Waldschmidt
2015-07-28
all: cleanup usage of dashes in package documentation
Matthew Dempsky
2015-07-27
net/http: pause briefly after closing Server connection when body remains
Brad Fitzpatrick
2015-07-27
runtime/cgo: remove TMPDIR logic for iOS
David Crawshaw
2015-07-27
runtime: close window that hides GC work from concurrent mark
Austin Clements
2015-07-27
runtime: enable GC assists ASAP
Austin Clements
2015-07-27
runtime: allow GC drain whenever write barrier is enabled
Austin Clements
2015-07-27
runtime: don't start workers between mark 1 & 2
Austin Clements
2015-07-27
runtime: retry GC assist until debt is paid off
Austin Clements
2015-07-27
runtime: yield to GC coordinator after assist completion
Austin Clements
2015-07-27
runtime: disallow GC assists in non-preemptible contexts
Austin Clements
2015-07-27
runtime: make notetsleep_internal nowritebarrier
Austin Clements
2015-07-27
runtime: fix mark 2 completion in fractional/idle workers
Austin Clements
2015-07-27
runtime: steal the correct amount of GC assist credit
Austin Clements
[next]