]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-01-05 Brad Fitzpatricknet/http: soften wording around when the Transport...
2018-01-04 Russ Coxcmd/go: fix build failure in -x test
2018-01-04 Brad Burchcrypto/tls: optional "certificate_status" with OCSP
2018-01-04 Paul PISCUCmath/rand: typo fixed in documentation of seedPos
2018-01-04 Robert Griesemerspec: consistently use "element" rather than "value...
2018-01-04 Russ Coxsync: document when and when not to use Map
2018-01-04 Russ Coxcmd/test2json: fix test log output containing test...
2018-01-04 Russ Coxcmd/go: fix caching of test -json outputs
2018-01-04 Russ Coxcmd/go: fix coverage rebuild corner case
2018-01-04 Russ Coxcmd/go: fix compile -p flag for building test of main...
2018-01-04 Austin Clementsruntime: avoid race on allp in findrunnable
2018-01-04 Agniva De Sarkercmd/go: add -v option in the usage section for get
2018-01-04 Hiroshi Iokacmd/buildid: fix rewrite algorithm
2018-01-04 Hana Kimdoc/diagnostics: update gc flags recommended for debugging
2018-01-04 Ian Lance Taylorencoding/gob: avoid race on idToType
2018-01-04 Ian Lance Taylorcmd/go, testing: test names don't have to be alphanumeric
2018-01-03 Ian Lance Taylornet: set CLOEXEC on sockets used for capability probes
2018-01-03 Ian Lance Taylortime: revert CL 78735 (was: space padding using underscore)
2018-01-03 Ian Lance Taylornet: ignore TestDialerLocalAddr timeout failures on...
2018-01-03 Ian Lance Taylornet: report connect error as coming from "connect"
2018-01-03 Ian Lance Taylorcmd/go: on Windows, disable cache if LocalAppData is...
2018-01-03 Austin Clementsruntime: always use 1MB stacks on 32-bit Windows
2018-01-03 Daniel Theophanesdatabase/sql: fix nil pointer use within withLock
2018-01-03 Ian Lance Taylordoc/go1.10: mention new os.IsTimeout function
2018-01-02 Cherry Zhangcmd/compile: disable "redundant zeroextensions" optimiz...
2018-01-02 Caio Marcelo... net/http: relax the matching of strace output in test
2018-01-02 Brian Kesslermath: correct result for Pow(x, ±.5)
2018-01-02 Tim Cooperreflect: explicitly state that Type values can be used...
2018-01-01 Brad Fitzpatrickdoc: 2018 is the Year of the Gopher
2017-12-31 Filippo Valsordacrypto/tls: document VerifyPeerCertificate behavior...
2017-12-31 Igor Vashystencoding/xml: remove duplicate test of element presence
2017-12-30 Brad Fitzpatrickos: document that StartProcess's argv starts with the...
2017-12-27 Cherry Zhangcmd/vendor/golang.org/x/arch: revendor at commit 98fd8d9
2017-12-25 Jeff Johnsonnet: revert CL 82975
2017-12-22 Robert Griesemerspec: provide some (minimal) intuition for the notion...
2017-12-21 David Chasecmd/compile: additional test cleanup
2017-12-21 Ben Shicmd/internal/obj/arm: fix wrong encoding of NMULAF...
2017-12-20 Robert Griesemergo/types: document Typ slice
2017-12-20 Hana Kimcmd/trace: init goroutine info entries with GoCreate...
2017-12-20 Than McIntoshcmd/compile: second attempt at fix for issue 23179
2017-12-20 elpinalcmd/doc: suppress the error message for *package.ident...
2017-12-19 Kevin Burkecmd/compile: fix spelling error
2017-12-19 Than McIntoshcmd/compile: fix corner case in DWARF inline info gener...
2017-12-18 Daniel Theophanesdatabase/sql/driver: update Value doc, can be driver...
2017-12-18 Than McIntoshcmd/internal/link: disable selected DWARF tests on...
2017-12-16 Robert Griesemergo/types: rename (historic) flag "-list" used for go...
2017-12-15 David Chasecmd/compile: clean up debug_test.go
2017-12-15 David Chasecmd/link: make inlining+locationlist test depend on...
2017-12-15 Matthijs Kooijmanos: mention the influence of umask in docs
2017-12-15 Brad Fitzpatrickcmd/dist: let misc/cgo/testshared test timeout be scale...
2017-12-15 Than McIntoshcmd/compile: fixes for bad DWARF abstract origin references
2017-12-15 Austin Clementsruntime: symbolize morestack caller in throwsplit panic
2017-12-15 Hana Kimdoc/debugging_with_gdb: update -gcflags usage
2017-12-15 Brad Fitzpatrickcmd/dist: increase default cmd/go test timeout
2017-12-14 Robert Griesemergo/types: collect methods with parenthesized receiver...
2017-12-14 Geoff Berrycmd/compile/internal/ssa: group dump files alphabetically
2017-12-14 Russ Coxcmd/vet: limit printf check to known Printf-like functions
2017-12-14 Russ Coxcmd/go: vet support for upcoming cmd/vet fixes
2017-12-14 Mike Samuelhtml/template: add srcset content type
2017-12-14 Russ Coxcmd/go: do not let test vet failures stop reporting...
2017-12-14 JBDdoc: make it clear which pprof package is used
2017-12-14 Brad Fitzpatrickdoc/go1.10: note that netbsd/arm is definitely broken
2017-12-14 Brad FitzpatrickA+C: automated updates for Go 1.10
2017-12-14 Tobias Klauserdoc/go1.10: fix formatting of 'go tool fix' examples
2017-12-14 Russ Coxtesting: do not crash when m.Run is called twice and...
2017-12-14 Wèi Cōngruìos: don't wait for Close if the File was returned by...
2017-12-14 Ian Lance Taylorcmd/cgo: don't define intgo in export prologue
2017-12-14 Russ Coxtesting: emphasize that Fatal/FailNow/etc run deferred...
2017-12-14 Russ Coxtesting: define Run result a little more clearly
2017-12-14 Russ Coxcmd/go: apply same per-package flags to compile and...
2017-12-14 Ian Lance Taylornet, os: don't wait for Close in blocking mode
2017-12-14 Robert Griesemergo/types: remove TODOs from API that cannot be changed...
2017-12-14 JBDdoc: add some links to the diagnostics page
2017-12-13 Russ Coxtest: skip "# package/path" output from cmd/go in errchk
2017-12-13 Russ Coxall: fix t.Skipf formats
2017-12-13 Nathaniel Cazacrypto/x509: load all trusted certs on darwin (cgo)
2017-12-13 Hana Kimdoc: update info about flame graphs in diagnostics...
2017-12-13 Russ Coxdoc/go1.10: preannounce deprecation of OS X 10.9 Mavericks
2017-12-13 Hanjun Kimtime: add space padding layout strings(using underscore...
2017-12-13 Ian Lance Taylorcmd/go: don't use a testlog if there is an exec command
2017-12-13 Brad Fitzpatrickdoc/go1.10: note that plugin now works on darwin/amd64
2017-12-12 Matthew Dempskycmd/compile: remove broken inlining accounting code
2017-12-12 Ian Lance Taylorcmd/link: with -importcfg don't strip trailing ".a"
2017-12-12 Ian Lance Taylorcmd/go: remove file created by test
2017-12-12 Ian Lance Tayloros: don't use test logger for Getwd
2017-12-12 David Crawshawplugin: document support for macOS
2017-12-11 Ian Lance Taylorcmd/go: remove script.sh in TestTestCacheInputs
2017-12-11 Ian Lance Taylorcmd/go: don't pass -test.testlogfile on NaCl
2017-12-11 Andrew Bonventrecmd/api: don’t rely on hardcoded go versions
2017-12-11 Stanislav Afanasevdoc/contrib.html: fix outdated link
2017-12-11 Andrew Bonventredoc: change “substantial” to “significant”
2017-12-11 Andrew Bonventredoc: fix misuse of “substantive” in 1.10 release notes
2017-12-11 Brad Fitzpatrickstrings: fix two Builder bugs allowing mutation of...
2017-12-11 Russ Coxcmd/go: invalidate cached test results if env vars...
2017-12-11 Wèi Cōngruìinternal/poll: fix error in increfAndClose documentation
2017-12-11 Austin Clementsruntime: reset write barrier buffer on all flush paths
2017-12-11 Austin Clementsruntime: mark heapBits.bits nosplit
2017-12-11 Brad Fitzpatrickdoc: update NetBSD status
2017-12-10 Alex Brainmannet: skip some tests on Windows XP
2017-12-10 Alex Brainmaninternal/testenv: introduce IsWindowsXP
next