]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2017-12-06 Russ Coxnet/url: fix PathUnescape, QueryUnescape number grammar
2017-12-06 Russ Coxtime: condense, expand Time.Unix example
2017-12-06 Russ Coxnet/http: keep testing DetectContentType of empty body
2017-12-05 Joe Tsaiencoding/csv: truncate carriage returns at EOF
2017-12-05 Joe Tsainet: return io.ErrClosedPipe when possible from net...
2017-12-05 Russ Coxcmd/dist: disable test caching during run.bash
2017-12-05 Tim Heckmannet/http: fix unclosed Listener leak in ListenAndServeTLS
2017-12-05 christopher... encoding/asn1: allow '&' in PrintableString fields
2017-12-05 kirkdatabase/sql: fix transaction leak
2017-12-05 Keith Randallcmd/compile: fix map assignment with panicking right...
2017-12-05 Christos Zoulasruntime: fix NetBSD CPU spin in lwp_park when CPU profi...
2017-12-04 Keith Randallcmd/compile: fix noopt builder, weird append case
2017-12-04 Matthew Dempskycmd/go: disable concurrent compilation under GOEXPERIMENTs
2017-12-04 Matthew Dempskytest: disable broken test for 1.10
2017-12-04 Than McIntoshcmd/compile: fix bug in DWARF inl handling of unused...
2017-12-04 Elias Naurmisc/ios: dump logs for failing lldb sessions to stdout
2017-12-04 Russ Coxcmd/go: disable tests when GOOS/GOARCH != GOHOSTARCH...
2017-12-04 Russ Coxcmd/go: fix -covermode=atomic use of sync/atomic in...
2017-12-04 Christos Zoulasruntime: make NetBSD lwp_park use monotonic time
2017-12-02 Brad Fitzpatrickos: clarify docs on Interrupt and Kill
2017-12-02 Ian Lance Tayloros: calling Fd disables the SetDeadline methods
2017-12-01 Ian Lance Taylorcmd/cgo: for C bitfields use only valid Go integer...
2017-12-01 Brad Fitzpatricknet/url: document Parse more
2017-12-01 Robert Griesemergo/types: don't use directory foo which might exist...
2017-12-01 Austin Clementsruntime: use MAP_ANON in sigstack check
2017-12-01 Brad Fitzpatricknet/http: speed up and deflake TestServerKeepAlivesEnab...
2017-12-01 Russ Coxcmd/go: honor -timeout=0 to mean no timeout
2017-12-01 Russ Coxcmd/test2json: add ability to run test binary
2017-12-01 Russ Coxcmd/go: fix missing conversions in -json output
2017-12-01 Russ Coxcmd/go: fix reuse of cached objects during cover
2017-12-01 Russ Coxcmd/go: ignore vet typecheck failure during go test
2017-12-01 Russ Coxcmd/go: accept more spaces in -gcflags arguments
2017-12-01 Russ Coxreflect: audit and explain safety of all unsafe.Pointer...
2017-12-01 Hana Kimcmd/trace: exclude threads in syscall on behalf of...
2017-12-01 Brad Fitzpatrickruntime: skip gdb tests earlier before blocking gorouti...
2017-12-01 Austin Clementsruntime: even more TestStackGrowth timeout debugging
2017-12-01 Robert Griesemercmd/compile: permit indices of certain non-constant...
2017-12-01 Austin Clementsruntime: improve sigsend documentation
2017-12-01 Austin Clementsruntime: restore the Go-allocated signal stack in unminit
2017-12-01 Russ Coxcmd/go: apply same per-package flags to test and xtest...
2017-12-01 Russ Coxcmd/go: fix -x output for test build failure
2017-12-01 Russ Coxcmd/go: fix -outputdir -coverprofile interaction
2017-12-01 Than McIntoshcmd/compile: fix DWARF type symbol buglet
next