]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-06-13 Filippo Valsorda[dev.boringcrypto] misc/boring: add go1.12.6b4 and...
2019-06-09 Filippo Valsorda[dev.boringcrypto] crypto: move crypto/internal/boring...
2019-06-05 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-23 Michael McLoughlincrypto/sha*: replace putUint{32,64} helpers
2019-05-23 Leon Klingeleimage: add missing error check in test
2019-05-23 andrius4669mime: encode CTL and non-US-ASCII characters in FormatM...
2019-05-23 Caleb Sparestrconv: fix rounding in FormatFloat fallback path
2019-05-23 Russ Coxcmd/go: default to GOPROXY=https://proxy.golang.org...
2019-05-23 Mickey Reissbufio: Fix typo in scan.go documentation
2019-05-23 Agniva De Sarkercmd/doc: stop showing interface methods while matching...
2019-05-23 Ariel Mashrakitext/template: add a slice function to the predefined...
2019-05-23 Martin Möhrmannfmt: always clear wrapErrs
2019-05-23 LE Manh Cuongtest/fixedbugs: fix some tests will not be run
2019-05-23 Brad Fitzpatrickcmd/dist: support using cross-compiled std test binarie...
2019-05-22 Leon Klingeleencoding/gob: properly ignore errors
2019-05-22 kawakamiimage/gif: fix transparency loss when encoding a wrappe...
2019-05-22 Matthew Dempskycmd/compile: fix capture-by-reference of return parameters
2019-05-22 Agniva De Sarkernet/url: clarify that RawPath is optionally set
2019-05-22 Filippo Valsordacrypto/x509: include roots with empty or multiple polic...
2019-05-22 Filippo Valsordacrypto/x509: fix and cleanup loadSystemRoots on macOS
2019-05-22 Filippo Valsordacrypto/x509: fix value ownership in isSSLPolicy on...
2019-05-22 Russ Coxall: shorten some tests
2019-05-22 Russ Coxmisc/cgo/test: consolidate tests into fewer cgo source...
2019-05-22 Keith Randallruntime: revert init order changes
2019-05-22 Keegan Carruthers... regexp/syntax: exclude full range from String negation...
2019-05-22 Damien Neilerrors: remove mention of Wrapper interface
2019-05-21 Filippo Valsordamath/bits: document that Add, Sub, Mul, RotateLeft...
2019-05-21 Russ Coxall: remove PEM-encoded private keys from tests
2019-05-21 Russ Coxmisc/cgo/errors: consolidate test work
2019-05-21 Russ Coxcmd/api: read std package info once, not per goos-goarc...
2019-05-21 LE Manh Cuongcmd/compile: fix typecheck type alias makes wrong expor...
2019-05-21 Caleb Sparecmd/go: teach the build cache about -trimpath
2019-05-21 LE Manh Cuongcmd/compile: fix doc typo in ssa.go
2019-05-21 Eduard Urbachmime: add .webp for builtin
2019-05-21 Russ Coxtest: skip cross-arch codegen tests in all.bash
2019-05-21 LE Manh Cuongcmd/compile: clarify the difference between types.Sym...
2019-05-20 Jay Conrodcmd/go: make 'go get -t' consider test dependencies...
2019-05-20 adarsh ravichandranmath/bits: add example for OnesCount function
2019-05-20 Keith Randallruntime: In Frames.Next, delay file/line lookup until...
2019-05-20 Michael Anthony... runtime: overhaul TestPhysicalMemoryUtilization
2019-05-20 Alex Myasoedovcontext: document CancelFunc to be safe for simultaneou...
2019-05-20 Shulhaninternal/envcmd: print GO111MODULE when executing ...
2019-05-20 LE Manh Cuongcmd/compile: use internal/race
2019-05-20 Brad Fitzpatricknet/http/httptest: update docs, remove old inaccurate...
2019-05-20 Brad Fitzpatrickcmd/go/internal/work: fix a couple typos
2019-05-20 taoyuanyuaninternal/poll: avoid memory leak in Writev
2019-05-20 smasher164math/bits: make Add and Sub fallbacks constant time
2019-05-17 Keith Randalltesting: callerName only needs one PC in the traceback
2019-05-17 Josh Bleecher... cmd/compile: optimize postorder
2019-05-17 Filippo Valsordacrypto/tls: fix TestVerifyHostnameResumed
2019-05-17 Dmitri Shuralyovnet/http/httputil: remove os.Stderr claim in ReversePro...
2019-05-17 Jay Conrodcmd/go: don't attempt to downgrade to incompatible...
2019-05-17 Jean de Klerkerrors: update As example to include else case
2019-05-17 Filippo Valsordacrypto/tls: add support for Ed25519 certificates in...
2019-05-17 Joel Singruntime: correct netbsd/amd64 assembly for timespec...
2019-05-17 Joel Singruntime: fix netbsd/arm64 assembly
2019-05-17 Ben Shimisc/android: fix a typo in README
2019-05-17 Joeyruntime: remove redundant "//"
2019-05-17 Keith Randallcmd/compile: mention issue 28603 when discussing where...
2019-05-16 Jay Conrodcmd/go: don't panic when explaining lost upgrades due...
2019-05-16 Michael Anthony... runtime: mark newly-mapped memory as scavenged
2019-05-16 Brad Fitzpatricknet/http: update vendored, bundled x/net/http2
2019-05-16 Bryan C. Millscmd/go: include "gccgo stdlib" in lost build action...
2019-05-16 Bryan C. Millscmd/go: always add 'go' directive to the go.mod file...
2019-05-16 Josh Bleecher... cmd/compile: invalidate CFG when fuseIf triggers
2019-05-16 fanzha02cmd/compile: fix the error of absorbing boolean tests...
2019-05-16 Jason A. Donenfeldos: pass correct environment when creating Windows...
2019-05-16 David Chasecmd/compile: add debugging and stats output to numberlines
2019-05-16 Russ Coxtesting: shorten go test -short testing
2019-05-16 Russ Coxtesting: panic on calls to Short/Verbose before Parse
2019-05-16 Russ Coxcmd/dist: say 'go test .' instead of 'go test' in a...
2019-05-16 Russ Coxmisc/cgo: disable testcarchive, testplugin during ...
2019-05-16 Russ Coxruntime: disable some tests in -quick mode
2019-05-16 Russ Coxcmd/go: cut 'go test -short cmd/go' time by about half
2019-05-16 Russ Coxcmd/go: rename renamed testing import
2019-05-16 Russ Coxcmd/go: add more information to -debug-actiongraph
2019-05-16 Russ Coxcmd/vet/all: delete
2019-05-16 Russ Coxcmd/go: run full 'go vet' during 'go test' for packages...
2019-05-16 Russ Coxruntime: fix 'go vet -race runtime'
2019-05-15 Damien Neilfmt: support %w
2019-05-15 Damien Neilerrors, fmt: revert rejected changes for Go 1.13
2019-05-15 Filippo Valsordacrypto/x509: add support for Ed25519 certificates and...
2019-05-15 Joel Singsyscall: implement rawVforkSyscall for linux/ppc64x...
2019-05-15 Russ Coxcmd/go: do not build test packages unnecessarily during...
2019-05-15 Russ Coxcmd/vendor: go get -u golang.org/x/tools && go mod...
2019-05-15 Sylvain Zimmerregexp: optimize for provably too short inputs
2019-05-15 Baokun Leecmd/go/internal/renameio: allow write file with the...
2019-05-14 Robert Griesemerspec: clarify that slice a expression shares underlying...
2019-05-14 Filippo Valsorda[dev.boringcrypto] misc/boring: add go1.12.5b4 release
2019-05-14 Brad Fitzpatrickcmd/dist: make GOROOT unwritable on builders
2019-05-14 Iskander Sharipovcmd/internal/obj/x86: fix oclass tests for Hsolaris
2019-05-14 David Chasecmd/compile: index line number tables by source file...
2019-05-14 Keith Randallcmd/compile: make sure to initialize static entries...
2019-05-14 Brad Fitzpatrickdatabase/sql: fix subject of unexported func comment
2019-05-14 Jonathon Lachernet/http/httputil: remove all fields in Connection...
2019-05-14 Brad Fitzpatricknet: check for canceled context before starting Windows...
2019-05-14 Clément Chigotruntime: call atomic.Storeuintptr in noteclear on AIX
2019-05-14 LE Manh Cuongcmd/go: fix import current directory error message
2019-05-14 Bryan C. Millscmd/go: convert semver tags with metadata to pseudoversions
next