summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* api: promote next.txt to go1.7.txt and update api toolgo1.7beta1Andrew Gerrand2016-06-023-277/+277
* api: remove os.File.Size and http.Transport.DialerAndrew Gerrand2016-06-021-2/+0
* api: update next.txtAndrew Gerrand2016-06-011-6/+33
* crypto/tls: buffer handshake messages.Adam Langley2016-06-014-7/+93
* net/http: update bundled http2Tom Bergan2016-06-012-27/+43
* doc: revert copyright date to 2009Andrew Gerrand2016-06-011-1/+1
* misc/cgo/test,cmd/dist: enable (most) Cgo tests on AndroidElias Naur2016-06-018-12/+40
* cmd/compile: correctly export underlying type of predecl. error typeRobert Griesemer2016-06-017-5/+84
* math/big: avoid panic in float.Text with negative precAlberto Donizetti2016-06-012-2/+10
* runtime: document heap scavenger memory summaryEmmanuel Odeke2016-06-011-0/+15
* os/signal: deflake TestReset/TestIgnoreIan Lance Taylor2016-06-011-0/+13
* cmd/compile: for arm, zero unaligned memory 1 byte at a timeKeith Randall2016-06-012-0/+53
* cmd/compile: fix TestAssembly on Plan 9David du Colombier2016-06-011-1/+20
* doc: rename Unshare to Unshareflags in go1.7 release notesDan Peterson2016-06-011-1/+1
* regexp: use Run for benchmarkMarcel van Lohuizen2016-06-011-46/+31
* syscall: rename SysProcAttr.Unshare to UnshareflagsAlexander Morozov2016-06-012-18/+18
* cmd/compile: pass process env to 'go tool compile' in compileToAsmMichael Hudson-Doyle2016-06-011-1/+1
* context: fix typo in commentsKenny Grant2016-06-011-1/+1
* crypto/tls: remove unused variable in benchmark codeRobert Griesemer2016-06-011-10/+8
* cmd/compile: test non-constant shiftsKeith Randall2016-06-011-1/+125
* spec: document that duplicate types are invalid in type switchesRobert Griesemer2016-05-311-1/+4
* flag: recognize "0s" as the zero value for a flag.DurationIan Lance Taylor2016-05-312-3/+18
* test: add more switch error handling testsJosh Bleecher Snyder2016-05-312-0/+113
* cmd/go: combine gccgo's ld and ldShared methodsMichael Hudson-Doyle2016-05-311-34/+29
* runtime: fix restoring PC in ARM version of cgocallback_gofuncIan Lance Taylor2016-05-311-1/+1
* runtime: pass signal context to cgo traceback functionIan Lance Taylor2016-05-315-6/+21
* doc/go1.7.html: make RFC an actual linkJoe Tsai2016-05-311-1/+2
* runtime: update pprof binary header URLIan Lance Taylor2016-05-311-1/+1
* cmd/link: suppress PIE whenever externally linking with a sanitizerMichael Hudson-Doyle2016-05-311-4/+12
* cmd/go, cmd/link: set LC_ALL=C when checking if host compiler supports -no-pieMichael Hudson-Doyle2016-05-312-1/+2
* runtime/cgo: add TSAN acquire/release callsIan Lance Taylor2016-05-316-0/+108
* cmd/compile: disallow multiple nil cases in a type switchJosh Bleecher Snyder2016-05-312-1/+25
* compress/flate: use seperate const block for exported constantsJoe Tsai2016-05-311-3/+6
* runtime/pprof, cmd/pprof: fix profiling for PIEIan Lance Taylor2016-05-3112-15/+128
* crypto/tls: reduce size of buffer in throughput benchmarksAndrew Gerrand2016-05-311-1/+1
* syscall: plan9 - mark gbit16 as go:nosplitRichard Miller2016-05-311-0/+1
* sync: document that RWMutex read locks may not be held recursivelyAndrew Gerrand2016-05-311-8/+9
* path/filepath: prevent infinite recursion on Windows on UNC inputJosh Bleecher Snyder2016-05-312-0/+11
* doc: remove remnant mention of io.SizedReaderAt from Go 1.7 docsAndrew Gerrand2016-05-301-9/+0
* net: don't call forceCloseSockets in non-TestMain functionsMikio Hara2016-05-305-18/+5
* doc: correct release notes for non-string map keys in encoding/jsonAugusto Roman2016-05-301-13/+5
* cmd/compile: shift tests, fix triple-shift rulesKeith Randall2016-05-293-105/+1588
* cmd/compile: add constant fold comparison testsKeith Randall2016-05-292-0/+5775
* io: use SeekStart, SeekCurrent, and SeekEnd in io.Seeker documentationJoe Tsai2016-05-291-4/+6
* doc/go1.7.html: update documentation regarding compress/flateJoe Tsai2016-05-291-4/+19
* net/http/httputil: fix typos in deprecation commentsEmmanuel Odeke2016-05-281-5/+5
* go/types: better debugging output for init order computationRobert Griesemer2016-05-273-13/+75
* strings: fix and reenable amd64 Index for 17-31 byte stringsIlya Tocar2016-05-273-3/+39
* cmd/compile: SSA, don't let write barrier clobber return valuesKeith Randall2016-05-272-51/+130
* doc: mention frame pointers in Go 1.7 release notesRuss Cox2016-05-271-0/+11