]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2017-11-30 Than McIntoshcompiler,linker: support for DWARF inlined instances
2017-11-30 Cherry Zhangcmd/compile: fix loop depth of range expression in...
2017-11-30 Brad FitzpatrickRevert "os: remove skipped test on netbsd"
2017-11-30 Brad Fitzpatrickbytes: mention strings.Builder in Buffer.String docs
2017-11-30 Brad Fitzpatrickos: remove skipped test on netbsd
2017-11-29 Robert Griesemergo/types: report error when recognizing issue #18395.
2017-11-29 Robert Griesemergo/ast: improve documentation for channel directions
2017-11-29 Cherry Zhangcmd/vendor/golang.org/x/arch: revendor at commit dda8112
2017-11-29 Cherry Zhangcmd/internal/objfile: make lookupFunc an alias type
2017-11-29 Matthew Dempskycmd/compile: make -asmhdr work with type aliases
2017-11-29 Leigh McCullochdoc: move single change workflow note in contribution...
2017-11-29 Brad Fitzpatrickvendor: update golang.org/x/net/nettest from upstream
2017-11-29 Brad Fitzpatricknet: skip unixpacket tests on netbsd/386
2017-11-29 Joe Tsaiarchive/tar: use placeholder name for global PAX records
2017-11-29 Robert Griesemergo/format: document use of Source better
2017-11-29 Sebastien Binetruntime: fix documentation typo for gostartcall
2017-11-29 Jess Frazellecmd/go: ensure pkgsFilter is run before build
2017-11-29 Joe Tsaiarchive/zip: preserve old FileHeader.ModTime behavior
2017-11-29 Russ Coxarchive/zip: replace Writer.Comment field with SetComme...
2017-11-29 Russ Coxnet/rpc: wait for responses to be written before closin...
2017-11-29 Brad Fitzpatrickruntime: fix sysctl calling convention on netbsd/386
2017-11-29 Inanc Gumustesting: add -failfast to go test
2017-11-29 Jess Frazellecmd/cgo: fix for function taking pointer typedef
2017-11-29 Tobias Klauseros: correct err check in TestChdirAndGetwd
2017-11-29 Tobias Klausersyscall: add missing err check in test
next