aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-16net/http: updated bundled copy of x/net/http2Brad Fitzpatrick
2015-12-16cmd/compile: fix magic multiply smashing AXRuss Cox
2015-12-16cmd/compile: diagnose invalid switch interface{} case earlierRuss Cox
2015-12-16cmd/compile: fix export type conversion loss in inlined func bodyRuss Cox
2015-12-16Revert "cmd/go: fix processing of flags for test binaries."Russ Cox
2015-12-16net/http: split Trailers tests into two halvesBrad Fitzpatrick
2015-12-16math/big: additional Montgomery cleanupRuss Cox
2015-12-16runtime: remove incorrect TODO added in CL 16035Russ Cox
2015-12-16cmd/go: tiny cleanupRuss Cox
2015-12-16go/build: support vendor directories in ImportRuss Cox
2015-12-16doc: first draft of Go 1.6 release notesRuss Cox
2015-12-16net/http: make Server validate Host headersBrad Fitzpatrick
2015-12-16net/url: fix RFC typo in commentsBrad Fitzpatrick
2015-12-16runtime: accept NumGC==0 in TestMemStatsAustin Clements
2015-12-16cmd/compile: re-vendor math/big so we use latest version in compilerRobert Griesemer
2015-12-16net/http: fix Transport race returning bodyless responses and reusing connsBrad Fitzpatrick
2015-12-16cmd/compile: fix -race nitRuss Cox
2015-12-16cmd/dist, runtime: make runtime version available as runtime.buildVersionShenghou Ma
2015-12-16runtime: change SIGEMT on linux/mips64 to throwIan Lance Taylor
2015-12-16net: retighten test harnesses for dial cancelationMikio Hara
2015-12-16go/constant: use Float.Rat method instead of doing it manuallyRobert Griesemer
2015-12-15spec: be clearer about which parameter section can be variadicRobert Griesemer
2015-12-15net: add Dialer.Cancel to cancel pending dialsBrad Fitzpatrick
2015-12-15net/http: maybe deflake TestCancelRequestMidBody_h2 on linux-noopt builderBrad Fitzpatrick
2015-12-15net/http: rework CloseNotifier implementation, clarify expectations in docsBrad Fitzpatrick
2015-12-15runtime: only trigger forced GC if GC is not runningAustin Clements
2015-12-15runtime: simplify sigprof traceback interlockingAustin Clements
2015-12-15cmd/compile: change dead code into assertMatthew Dempsky
2015-12-15runtime: update triggerRatio in setGCPercentAustin Clements
2015-12-15runtime: print gctrace before releasing worldsemaAustin Clements
2015-12-15runtime: reset sweep stats before starting the worldAustin Clements
2015-12-15runtime: fix (sometimes major) underestimation of heap_liveAustin Clements
2015-12-15runtime: trace sweep completion in gcpacertrace modeAustin Clements
2015-12-15runtime: check for spanBytesAlloc underflowAustin Clements
2015-12-15runtime: deduct correct sweep creditAustin Clements
2015-12-15runtime: init argc/argv for android/arm64 c-sharedPéter Szilágyi
2015-12-15path/filepath: include test number in TestIssue13582 outputAlex Brainman
2015-12-15net/http: updated bundled http2 copy, enable some testsBrad Fitzpatrick
2015-12-15net/http/httputil: make DumpRequest use Request.RequestURI when availableBrad Fitzpatrick
2015-12-15net/http: skip TestClientTimeout_Headers in HTTP/2 modeBurcu Dogan
2015-12-15net/http: test client timeout against HTTP/2Burcu Dogan
2015-12-14go/constant: switch to floating-point representation when fractions become to...Robert Griesemer
2015-12-14net/http: add Transport tests for using Request.Cancel mid-bodyBrad Fitzpatrick
2015-12-14os: make TestLchown actually test Lchown.Rahul Chaudhry
2015-12-14cmd/cgo: use _Complex in rewritten Go code tooMatthew Dempsky
2015-12-14runtime: recycle large stack spansAustin Clements
2015-12-14cmd/internal/obj: remove 3 incorrect copyright noticesRuss Cox
2015-12-14net: make LookupPort with empty service mean 0Brad Fitzpatrick
2015-12-14net: add test for CL 17458Russ Cox
2015-12-14crypto/tls: document lack of Lucky13 hardeningBrad Fitzpatrick