]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2017-12-09 Tobias Klauseros: fix typo in TestExecutable comment
2017-12-09 Ian Lance Taylorruntime: don't use MAP_STACK in SigStack test
2017-12-08 Matthew Dempskycmd/compile: fix unsafe.Pointer liveness for Syscall...
2017-12-08 Ian Lance Taylornet: calling File disables the SetDeadline methods
2017-12-08 Jeff Johnsonnet: enable TestInterfaceHardwareAddrWithGetmac on...
2017-12-08 Paul Boydfix a typo in the runtime.MemStats documentation
2017-12-08 Ian Lance Taylornet: increase timeout for TestDialerDualStackFDLeak
2017-12-08 Keith Randalldoc: add doc about C types that we map to uintptr inste...
2017-12-08 Keith Randallcmd/cgo: make JNI's jobject type map to uintptr in Go
2017-12-08 Tobias Klauserdoc/go1.10: fix HTML start tag
2017-12-08 Caleb Sparestrings: delete unused constant
2017-12-08 Samuel Tanhtml/template: fix typo in TestOrphanedTemplate error...
2017-12-08 Rhys Hiltnersync: throw, not panic, for unlock of unlocked mutex
2017-12-08 Ian Lance Taylornet: avoid race on test hooks with DNS goroutines
2017-12-08 Samuel Tanhtml/template: reset templates orphaned by (*Template...
2017-12-08 Keith Randallcmd/compile: fix large load/store offsets on 386
2017-12-08 Brad Fitzpatricknet/http: document ResponseWriter.WriteHeader more
2017-12-08 Brad Fitzpatricknet/http: deflake TestServerCancelsReadTimeoutWhenIdle
2017-12-08 Brad Fitzpatrickruntime: make RawSyscall panic on Solaris
2017-12-07 Brad Fitzpatrickdoc: fix mistake in NetBSD notes
2017-12-07 Brad Fitzpatrickdoc/go1.10: fix HTML close tags
2017-12-07 Brad Fitzpatricksyscall: make Seek use SetFilePointerEx on Windows...
2017-12-07 Joe Kyonet/http/httputil: remove redundant call of setBody... go1.10beta1
2017-12-07 Alberto Donizettidoc: fix bad html tags in editors.html
2017-12-07 Than McIntoshcmd/compile: fix bug in logic for computing var abstrac...
2017-12-07 Andrew Bonventreapi: promote next to go1.10
2017-12-07 Artyom Pervukhinnet/http: use correct method name in Server.ServeTLS...
2017-12-07 Ian Lance Taylorcmd/dist: only test SWIG if we have a new enough version
2017-12-07 Mikio Haracmd/vendor/golang.org/x/arch/arm64: update from upstream
2017-12-07 Ian Lance Taylorencoding/xml: don't crash on invalid XMLName tag
2017-12-07 Brad Fitzpatrickdoc/go1.10: add NetBSD and OpenBSD to Go 1.10 release...
2017-12-07 Ian Lance Taylorruntime: sleep longer in dieFromSignal on Darwin
2017-12-06 Joe Tsaiencoding/json: error when trying to set an embedded...
2017-12-06 Tobias Klauserlib/time: update tzdata to 2017c
2017-12-06 Russ Coxmisc/cgo/testplugin: unskip test
2017-12-06 Russ Coxcmd/go: implement time-based trimming of build cache
2017-12-06 Russ Coxdoc/go1.10: preannounce removal of OS X 10.8 support...
2017-12-06 Alberto Donizettidoc: fix two spelling mistakes in contribute.html
2017-12-06 Alberto Donizettidoc: fix dead link in go_faq
2017-12-06 Russ Coxdoc/go1.10: fix many TODOs
2017-12-06 Russ Coxdoc/go1.10: process comments from CL 78131 PS 5
2017-12-06 Russ Coxdoc/go1.10: update release notes for recent commits
2017-12-06 Tobias Klauserdoc: fix spelling in editor guide
2017-12-06 Russ Coxhash: add MarshalBinary/UnmarshalBinary round trip...
2017-12-06 Russ Coxcrypto/x509/pkix: remove references to fmt.Stringer...
2017-12-06 Russ Coxdatabase/sql/driver: explain Driver vs DriverContext...
2017-12-06 Ian Lance Taylorflag: clarify comment to avoid shell syntax confusion
2017-12-06 Russ Coxcrypto/x509: add test for asn1.Marshal of rsa.PublicKey
2017-12-06 Russ Coxencoding/pem: change Encode, EncodeToMemory not to...
next