aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-19cmd/go: fix TestScript/list_test_e on Windowsgo1.11beta2Bryan C. Mills
2018-07-19api: add ErrorHandler function to httputil.ReverseProxyAndrew Bonventre
2018-07-19cmd/compile: run fmt test only in long modeKeith Randall
2018-07-19cmd/go/internal/list: do not examine TestmainGo if the test fails to loadBryan C. Mills
2018-07-19cmd/compile: don't run gc/ssa_test/TestGenFlowGraph in short modeDavid Chase
2018-07-19cmd/go: skip vet when package cannot be build under "go test/vet"Yury Smolsky
2018-07-19cmd/go: fix TestScript on Plan 9David du Colombier
2018-07-19syscall/js: show goroutine stack traces on deadlockRichard Musiol
2018-07-19cmd/go: warn about non-use of go.mod in legacy go getRuss Cox
2018-07-19cmd/go/internal/get: fix "mod over non-mod" preference for meta tagsRuss Cox
2018-07-19crypto/elliptic: implement P256 for arm64Vlad Krasnov
2018-07-19net/http: update bundled http2Brad Fitzpatrick
2018-07-19cmd/go: generate alldocs.goRuss Cox
2018-07-19cmd/go/internal/par: actually make par.Work run things in parallelRuss Cox
2018-07-19cmd/go: scrub go.sum during go mod -syncRuss Cox
2018-07-19cmd/go: diagnose 'go mod' in GOPATH/src betterRuss Cox
2018-07-19cmd/go: document $GOPROXY, other module adjustmentsRuss Cox
2018-07-19cmd/go/internal/modget: fix get pkg@noneRuss Cox
2018-07-19cmd/go: convert final module tests to scriptsRuss Cox
2018-07-19cmd/go/internal/modfetch: move to new pseudo-version designRuss Cox
2018-07-19cmd/go/internal/module: add new +incompatible version build annotationRuss Cox
2018-07-19cmd/go: preserve %SYSTEMROOT% in TestScript on WindowsRuss Cox
2018-07-19runtime: don't create heap hints outside TSAN's supported heapAustin Clements
2018-07-19cmd/compile: add test for OPmodify ops clobbering flagsKeith Randall
2018-07-19doc: remove paragraph about text/template/parseDaniel Martí
2018-07-19cmd/compile: avoid compressed dwarf when testing for gdb on OSXDavid Chase
2018-07-19cmd/go: skip TestScript/mod_* on WindowsRuss Cox
2018-07-19cmd/go/internal/str: simplify HasPathPrefix by epsilonRuss Cox
2018-07-19cmd/go: convert still more module tests to scriptsRuss Cox
2018-07-19cmd/go: convert even more module tests to scriptsRuss Cox
2018-07-19cmd/go: convert more module tests to scriptsRuss Cox
2018-07-19cmd/go: convert module tests to scriptsRuss Cox
2018-07-19net/http: deflake TestClientTimeoutKillsConn_AfterHeadersBrad Fitzpatrick
2018-07-19doc: update the Origins section of the FAQRob Pike
2018-07-18doc: fill in final standard library TODOs in go1.11.htmlIan Lance Taylor
2018-07-18doc: update go1.11 release notesBrad Fitzpatrick
2018-07-18doc: update go1.11 release notesAndrew Bonventre
2018-07-18doc: update go1.11 release notesAndrew Bonventre
2018-07-18doc/go1.11: add some links to text/scanner, remove parensBrad Fitzpatrick
2018-07-18doc/go1.11: update runtime/trace to use region instead of spanHana (Hyang-Ah) Kim
2018-07-18doc: add a couple of links to go1.11 release notesIan Lance Taylor
2018-07-18cmd/compile: fix crash on invalid struct literalDaniel Martí
2018-07-18doc: update go1.11 release notesIan Lance Taylor
2018-07-18doc/go1.11: shorten, tidy, and promote user annotation APIAustin Clements
2018-07-18filepath: updates doc to give case where WalkFunc info arg may be nilJack
2018-07-18doc/go1.11: mention major performance optimizationsAustin Clements
2018-07-18doc: update go1.11.html removing TODO about TLS offsetsAndrew Bonventre
2018-07-18doc: update go1.11.html with user annotation API additionsAndrew Bonventre
2018-07-18doc: update go1.11 release notesAndrew Bonventre
2018-07-18doc/go1.11: remove unnecessary absolute linkBrad Fitzpatrick