summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: clarify test -run and -bench pattern matchingRuss Cox2017-06-162-18/+36
* encoding: fix endless loop in TestDecoderBufferingMark Ryan2017-06-163-9/+21
* image/gif: fix writeImageBlock with SubImagesJed Denlea2017-06-162-1/+29
* net: handle spurious netpoll wakeups in connectIan Lance Taylor2017-06-154-32/+77
* cmd/compile: fix crash in importer when running in debug modeRobert Griesemer2017-06-152-5/+7
* path/filepath: fix TestGlobErrorDominik Honnef2017-06-151-2/+2
* cmd/compile: better error for malformed packagesMatthew Dempsky2017-06-151-3/+6
* cmd/go: improve documentation on defaults for getMarko Mudrinic2017-06-152-4/+4
* net/http: add a known goroutine, don't check goroutine leaks in benchmark modeBrad Fitzpatrick2017-06-151-2/+16
* Revert "cmd/compile: skip reexporting types in reexportdep"Matthew Dempsky2017-06-152-1/+81
* net/http: document SOCKS5 proxy supportKale Blankenship2017-06-151-0/+5
* encoding: report correct line numbers in testsMark Ryan2017-06-153-0/+3
* runtime: enable GDB tests on mips64 (except TestGdbPythonCgo)Vladimir Stefanovic2017-06-151-11/+1
* testing: clarify -timeout flagKale Blankenship2017-06-153-5/+7
* cmd/compile: fix exporting of function bodiesMatthew Dempsky2017-06-151-2/+3
* runtime: restore arm assembly stubs for div/modKeith Randall2017-06-153-5/+121
* cmd/pprof: restore printing descriptive errors from net/http/pprof endpointsKale Blankenship2017-06-151-1/+14
* unicode: move scripts from FoldCategories to FoldScriptsRuss Cox2017-06-152-30/+31
* net, doc: document JoinHostPort change in release notes, clarify its docsBrad Fitzpatrick2017-06-141-2/+2
* time: remove some redundant equality comparison documentationBrad Fitzpatrick2017-06-141-9/+4
* cmd/compile: fix detection of calls to reflect.MethodRobert Griesemer2017-06-141-5/+6
* cmd/go: disable tool version check during bootstrapgo1.9beta1Brad Fitzpatrick2017-06-141-1/+1
* net/http: update bundled http2Brad Fitzpatrick2017-06-141-7/+19
* api: promote next to go1.9Chris Broadfoot2017-06-141-1/+1
* os: clarify behavior of TempDirBrad Fitzpatrick2017-06-144-6/+16
* net: clarify Listen on 0.0.0.0 behaviorBrad Fitzpatrick2017-06-141-6/+18
* encoding/json: don't marshal unexported embedded fields of non struct typethoeni2017-06-142-1/+54
* sync: make another attempt at clarifying RWMutex double RLock rulesBrad Fitzpatrick2017-06-141-5/+10
* runtime: remove unused arm assembly for div/modKeith Randall2017-06-144-132/+8
* runtime: don't run TestCgoNumGoroutine on Windows or Plan 9Ian Lance Taylor2017-06-142-0/+6
* time: unify the Time.Equals vs == pitfall documentationBrad Fitzpatrick2017-06-141-13/+19
* cmd/cgo: match note following error in compiler errorsIan Lance Taylor2017-06-141-3/+20
* html/template: only search identifier nodes for predefined escapersSamuel Tan2017-06-142-26/+56
* runtime: record mutex event before readyingAustin Clements2017-06-142-4/+7
* cmd/link: implement trampolines for ppc64le with ext linkingLynn Boger2017-06-142-27/+84
* runtime, syscall: reset signal handlers to default in childIan Lance Taylor2017-06-1410-10/+158
* go/token: use fine-grained locking in FileSetAlan Donovan2017-06-142-19/+35
* runtime: speed up stack copyingJosh Bleecher Snyder2017-06-142-10/+195
* path, path/filepath: clarify and cross-reference packagesBrad Fitzpatrick2017-06-142-1/+9
* runtime: move pdesc into pAustin Clements2017-06-142-5/+6
* go/printer: handle associated comments for CommentedNodeHiroshi Ioka2017-06-142-0/+78
* cmd/go: fix TestIssue7573 for absolute paths in -L optionsIan Lance Taylor2017-06-131-1/+1
* runtime: increase MaxGomaxprocs to 1024Austin Clements2017-06-131-1/+1
* reflect: prevent structs with invalid field namePravendra Singh2017-06-132-0/+78
* net/http: fix application/ogg sniff signatureEmmanuel Odeke2017-06-132-2/+6
* cmd/go: adjust regexp that cleans cgo-related errorsRobert Griesemer2017-06-131-1/+1
* database/sql: ensure a Stmt from a Conn executes on the same driver.ConnDaniel Theophanes2017-06-132-94/+154
* runtime: clean up some silly allp loopsAustin Clements2017-06-132-4/+2
* go/build: make -I/-L options in cgo flags absoluteIan Lance Taylor2017-06-132-3/+41
* crypto/x509: support excluded domains in name constraints.Adam Langley2017-06-134-16/+138