]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2017-12-13 Russ Cox[dev.boringcrypto] all: merge go1.10beta1 into dev...
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 Russ Cox[dev.boringcrypto] crypto/internal/boring: add MarshalB...
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 Cox[dev.boringcrypto] all: merge master (more nearly Go...
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 Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
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
2017-12-01 Russ Coxsync/atomic: remove noCopy from Value
2017-12-01 Tobias Klauseros: drop unused return value in TestLookupEnv
2017-12-01 Russ Coxreflect: fix interface to interface conversion in Call
2017-12-01 David Chasecmd/compile: use src.NoXPos for entry-block constants
2017-12-01 Brad Fitzpatrickos: ignore Chtimes test failure on NetBSD if fs mounted...
2017-12-01 Brad Fitzpatricknet/http: update bundled http2
2017-12-01 Joe TsaiRevert "go/printer: forbid empty line before first...
2017-12-01 Brad Fitzpatrickruntime: use monotonic time on NetBSD
2017-12-01 Matthew Dempskycmd/compile: fix GOEXPERIMENT checks
2017-12-01 Russ Coxtesting: remove claim that b.Run is safe for concurrent use
2017-12-01 Russ Coxruntime/pprof: read memstats earlier in profile handler
2017-12-01 Russ Coxarchive/zip: add test for Modified vs ModTime behavior
2017-11-30 Tobias Klauseros: remove redundant GOOS checks in chown tests
2017-11-30 Ian Lance Taylorruntime: don't block signals that will kill the program
2017-11-30 Hiroshi Iokadebug/gosym: update docs for changes in Go 1.3
2017-11-30 Ilya Tocarcrypto/elliptic: reduce allocations on amd64
2017-11-30 Ilya Tocarmath: remove asm version of Dim
2017-11-30 Austin Clementsruntime: more specific reason for skipping GDB tests...
2017-11-30 Alberto Donizettimath/big: protect against aliasing in nat.divLarge
2017-11-30 Hana (Hyang... cmd/trace: compute pprof-style output per goroutine...
2017-11-30 Vladimir Stefanoviccmd/compile: use soft-float routines for soft-float...
2017-11-30 Brad Fitzpatrickbuild: add alternate output format for bootstrap.bash...
2017-11-30 Vladimir Stefanovicruntime/cgo, math: don't use FP instructions for soft...
2017-11-30 Vladimir Stefanovicruntime: implement some soft-float routines (used by...
2017-11-30 Vladimir Stefanoviccmd/go, cmd/dist: introduce GOMIPS environment variable
2017-11-30 Tobias Klausercmd/go: fix typo in link action ID hash input string
next