aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-02api: promote next.txt to go1.7.txt and update api toolgo1.7beta1Andrew Gerrand
2016-06-02api: remove os.File.Size and http.Transport.DialerAndrew Gerrand
2016-06-01api: update next.txtAndrew Gerrand
2016-06-01crypto/tls: buffer handshake messages.Adam Langley
2016-06-01net/http: update bundled http2Tom Bergan
2016-06-01doc: revert copyright date to 2009Andrew Gerrand
2016-06-01misc/cgo/test,cmd/dist: enable (most) Cgo tests on AndroidElias Naur
2016-06-01cmd/compile: correctly export underlying type of predecl. error typeRobert Griesemer
2016-06-01math/big: avoid panic in float.Text with negative precAlberto Donizetti
2016-06-01runtime: document heap scavenger memory summaryEmmanuel Odeke
2016-06-01os/signal: deflake TestReset/TestIgnoreIan Lance Taylor
2016-06-01cmd/compile: for arm, zero unaligned memory 1 byte at a timeKeith Randall
2016-06-01cmd/compile: fix TestAssembly on Plan 9David du Colombier
2016-06-01doc: rename Unshare to Unshareflags in go1.7 release notesDan Peterson
2016-06-01regexp: use Run for benchmarkMarcel van Lohuizen
2016-06-01syscall: rename SysProcAttr.Unshare to UnshareflagsAlexander Morozov
2016-06-01cmd/compile: pass process env to 'go tool compile' in compileToAsmMichael Hudson-Doyle
2016-06-01context: fix typo in commentsKenny Grant
2016-06-01crypto/tls: remove unused variable in benchmark codeRobert Griesemer
2016-06-01cmd/compile: test non-constant shiftsKeith Randall
2016-05-31spec: document that duplicate types are invalid in type switchesRobert Griesemer
2016-05-31flag: recognize "0s" as the zero value for a flag.DurationIan Lance Taylor
2016-05-31test: add more switch error handling testsJosh Bleecher Snyder
2016-05-31cmd/go: combine gccgo's ld and ldShared methodsMichael Hudson-Doyle
2016-05-31runtime: fix restoring PC in ARM version of cgocallback_gofuncIan Lance Taylor
2016-05-31runtime: pass signal context to cgo traceback functionIan Lance Taylor
2016-05-31doc/go1.7.html: make RFC an actual linkJoe Tsai
2016-05-31runtime: update pprof binary header URLIan Lance Taylor
2016-05-31cmd/link: suppress PIE whenever externally linking with a sanitizerMichael Hudson-Doyle
2016-05-31cmd/go, cmd/link: set LC_ALL=C when checking if host compiler supports -no-pieMichael Hudson-Doyle
2016-05-31runtime/cgo: add TSAN acquire/release callsIan Lance Taylor
2016-05-31cmd/compile: disallow multiple nil cases in a type switchJosh Bleecher Snyder
2016-05-31compress/flate: use seperate const block for exported constantsJoe Tsai
2016-05-31runtime/pprof, cmd/pprof: fix profiling for PIEIan Lance Taylor
2016-05-31crypto/tls: reduce size of buffer in throughput benchmarksAndrew Gerrand
2016-05-31syscall: plan9 - mark gbit16 as go:nosplitRichard Miller
2016-05-31sync: document that RWMutex read locks may not be held recursivelyAndrew Gerrand
2016-05-31path/filepath: prevent infinite recursion on Windows on UNC inputJosh Bleecher Snyder
2016-05-30doc: remove remnant mention of io.SizedReaderAt from Go 1.7 docsAndrew Gerrand
2016-05-30net: don't call forceCloseSockets in non-TestMain functionsMikio Hara
2016-05-30doc: correct release notes for non-string map keys in encoding/jsonAugusto Roman
2016-05-29cmd/compile: shift tests, fix triple-shift rulesKeith Randall
2016-05-29cmd/compile: add constant fold comparison testsKeith Randall
2016-05-29io: use SeekStart, SeekCurrent, and SeekEnd in io.Seeker documentationJoe Tsai
2016-05-29doc/go1.7.html: update documentation regarding compress/flateJoe Tsai
2016-05-28net/http/httputil: fix typos in deprecation commentsEmmanuel Odeke
2016-05-27go/types: better debugging output for init order computationRobert Griesemer
2016-05-27strings: fix and reenable amd64 Index for 17-31 byte stringsIlya Tocar
2016-05-27cmd/compile: SSA, don't let write barrier clobber return valuesKeith Randall
2016-05-27doc: mention frame pointers in Go 1.7 release notesRuss Cox