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
Age
Commit message (
Expand
)
Author
2016-06-02
api: promote next.txt to go1.7.txt and update api tool
go1.7beta1
Andrew Gerrand
2016-06-02
api: remove os.File.Size and http.Transport.Dialer
Andrew Gerrand
2016-06-01
api: update next.txt
Andrew Gerrand
2016-06-01
crypto/tls: buffer handshake messages.
Adam Langley
2016-06-01
net/http: update bundled http2
Tom Bergan
2016-06-01
doc: revert copyright date to 2009
Andrew Gerrand
2016-06-01
misc/cgo/test,cmd/dist: enable (most) Cgo tests on Android
Elias Naur
2016-06-01
cmd/compile: correctly export underlying type of predecl. error type
Robert Griesemer
2016-06-01
math/big: avoid panic in float.Text with negative prec
Alberto Donizetti
2016-06-01
runtime: document heap scavenger memory summary
Emmanuel Odeke
2016-06-01
os/signal: deflake TestReset/TestIgnore
Ian Lance Taylor
2016-06-01
cmd/compile: for arm, zero unaligned memory 1 byte at a time
Keith Randall
2016-06-01
cmd/compile: fix TestAssembly on Plan 9
David du Colombier
2016-06-01
doc: rename Unshare to Unshareflags in go1.7 release notes
Dan Peterson
2016-06-01
regexp: use Run for benchmark
Marcel van Lohuizen
2016-06-01
syscall: rename SysProcAttr.Unshare to Unshareflags
Alexander Morozov
2016-06-01
cmd/compile: pass process env to 'go tool compile' in compileToAsm
Michael Hudson-Doyle
2016-06-01
context: fix typo in comments
Kenny Grant
2016-06-01
crypto/tls: remove unused variable in benchmark code
Robert Griesemer
2016-06-01
cmd/compile: test non-constant shifts
Keith Randall
2016-05-31
spec: document that duplicate types are invalid in type switches
Robert Griesemer
2016-05-31
flag: recognize "0s" as the zero value for a flag.Duration
Ian Lance Taylor
2016-05-31
test: add more switch error handling tests
Josh Bleecher Snyder
2016-05-31
cmd/go: combine gccgo's ld and ldShared methods
Michael Hudson-Doyle
2016-05-31
runtime: fix restoring PC in ARM version of cgocallback_gofunc
Ian Lance Taylor
2016-05-31
runtime: pass signal context to cgo traceback function
Ian Lance Taylor
2016-05-31
doc/go1.7.html: make RFC an actual link
Joe Tsai
2016-05-31
runtime: update pprof binary header URL
Ian Lance Taylor
2016-05-31
cmd/link: suppress PIE whenever externally linking with a sanitizer
Michael Hudson-Doyle
2016-05-31
cmd/go, cmd/link: set LC_ALL=C when checking if host compiler supports -no-pie
Michael Hudson-Doyle
2016-05-31
runtime/cgo: add TSAN acquire/release calls
Ian Lance Taylor
2016-05-31
cmd/compile: disallow multiple nil cases in a type switch
Josh Bleecher Snyder
2016-05-31
compress/flate: use seperate const block for exported constants
Joe Tsai
2016-05-31
runtime/pprof, cmd/pprof: fix profiling for PIE
Ian Lance Taylor
2016-05-31
crypto/tls: reduce size of buffer in throughput benchmarks
Andrew Gerrand
2016-05-31
syscall: plan9 - mark gbit16 as go:nosplit
Richard Miller
2016-05-31
sync: document that RWMutex read locks may not be held recursively
Andrew Gerrand
2016-05-31
path/filepath: prevent infinite recursion on Windows on UNC input
Josh Bleecher Snyder
2016-05-30
doc: remove remnant mention of io.SizedReaderAt from Go 1.7 docs
Andrew Gerrand
2016-05-30
net: don't call forceCloseSockets in non-TestMain functions
Mikio Hara
2016-05-30
doc: correct release notes for non-string map keys in encoding/json
Augusto Roman
2016-05-29
cmd/compile: shift tests, fix triple-shift rules
Keith Randall
2016-05-29
cmd/compile: add constant fold comparison tests
Keith Randall
2016-05-29
io: use SeekStart, SeekCurrent, and SeekEnd in io.Seeker documentation
Joe Tsai
2016-05-29
doc/go1.7.html: update documentation regarding compress/flate
Joe Tsai
2016-05-28
net/http/httputil: fix typos in deprecation comments
Emmanuel Odeke
2016-05-27
go/types: better debugging output for init order computation
Robert Griesemer
2016-05-27
strings: fix and reenable amd64 Index for 17-31 byte strings
Ilya Tocar
2016-05-27
cmd/compile: SSA, don't let write barrier clobber return values
Keith Randall
2016-05-27
doc: mention frame pointers in Go 1.7 release notes
Russ Cox
[next]