aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-09go/types, go/importer: importing package unsafe is responsibility of importerRobert Griesemer
2016-01-08runtime: clean up gctrace formatAustin Clements
2016-01-08go/types: provide Importer2 supporting the Go 1.5 vendor experimentRobert Griesemer
2016-01-08runtime/pprof: skip TestStackBarrierProfiling on FreeBSD, tooAustin Clements
2016-01-08api: more go1.6 API additionsBrad Fitzpatrick
2016-01-08math/big: fix typo in commentRobert Griesemer
2016-01-08api: fix build for go/build changeRuss Cox
2016-01-08runtime/testdata: gofmtMikio Hara
2016-01-08cmd/compile: apply -importmap to imports before checking for package unsafeRuss Cox
2016-01-08net/http: fix validHeaderValue yet again, excluding the DEL CTL byteBrad Fitzpatrick
2016-01-08go/build: invert AllowVendor to IgnoreVendorRuss Cox
2016-01-08runtime: save callee-saved regs in darwin-amd64 library initIan Lance Taylor
2016-01-08runtime: add nowritebarrierrec to funcs called at signal timeIan Lance Taylor
2016-01-08Revert "net: ensure that malformed domain names report a consistent error"Russ Cox
2016-01-08cmd/dist: fix cgoTestSO on FreeBSD amd64 with GOHOSTARCH=386Joel Sing
2016-01-08os: read only 10,000 bytes at a time from Windows consoleRuss Cox
2016-01-08regexp/syntax: fix factoring of common prefixes in alternationsPaul Wankadia
2016-01-08net/textproto: accept multi-line error messagesDaniel Speichert
2016-01-08net: ensure that malformed domain names report a consistent errorRuss Cox
2016-01-08internal/syscall/windows: correct GetACP and MultiByteToWideCharAlex Brainman
2016-01-08encoding/json: doc: Decode only writes to exported fieldsIan Lance Taylor
2016-01-08database/sql: guard against panics in driver.Stmt implementationRuss Cox
2016-01-08runtime: allow signal.Ignore of user-generated throwing signalsRuss Cox
2016-01-08runtime: fix up OS X kernel bug sending user-generated SIGTRAPRuss Cox
2016-01-08Revert "runtime: make NumGoroutine and Stack agree not to include system goro...Russ Cox
2016-01-08runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox
2016-01-08encoding/base64: fix streaming decode of padding-free base64Russ Cox
2016-01-08os/signal: clarify signal docIan Lance Taylor
2016-01-08os: fix rename on Plan 9David du Colombier
2016-01-08A+C: manual updatesBrad Fitzpatrick
2016-01-08net/http: fix too-strict validation of server header valuesBrad Fitzpatrick
2016-01-08go/doc: don't drop "factory" functions with dot-imported result typesRobert Griesemer
2016-01-08cmd/cgo, runtime: recognize unsafe.Pointer(&s[0]) in cgo pointer checksIan Lance Taylor
2016-01-08time: restore old error text for day out of rangeRuss Cox
2016-01-08net: LookupAddr("127.0.0.1") is "localhost" not "localhost."Russ Cox
2016-01-08net/http: document GODEBUG settings, update bundled http2Brad Fitzpatrick
2016-01-07net/http: add some tests around sending & receiving star requestsBrad Fitzpatrick
2016-01-07cmd/compile: recognize !typedbool is typedMatthew Dempsky
2016-01-07runtime: fix sigprof stack barrier lockingAustin Clements
2016-01-07runtime: increase assumed stack size in externalthreadhandlerAustin Clements
2016-01-07runtime: don't ignore success of cgo profiling tracebacksAustin Clements
2016-01-07net: document ":port" syntax in Dial, Listen, ListenPacketRuss Cox
2016-01-07runtime: add pointer to net and net/http for more GODEBUG settingsRuss Cox
2016-01-07net/http: update bundled http2, fixes TestConcurrentReadWriteReqBody_h2Brad Fitzpatrick
2016-01-07net/http: Minor fix to error messages in test.Michael McGreevy
2016-01-07doc: mention that Go no longer calls timeBeginPeriod(1) on WindowsRuss Cox
2016-01-07doc: update 1.6 release notes with buildmode progressMichael Hudson-Doyle
2016-01-07doc: remove note about installing from source for ARMRuss Cox
2016-01-07net/http: update bundled http2; fixes TestTransportAndServerSharedBodyRace_h2Brad Fitzpatrick
2016-01-07doc: show relevant test instructions on install pageAndrew Gerrand