]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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 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
2019-05-14 Bryan C. Millscmd/go: do not allow version prefixes to match prerelea...
2019-05-14 Bryan C. Millscmd/go: default to GO111MODULE=auto and make it trigger...
2019-05-14 Bjørn Erik... text/template: fix truth handling of typed interface...
2019-05-13 Robert Griesemerspec: clarify the difference between &T{} and new(T)
2019-05-13 Robert Griesemerspec: clarify language on package-level variable initia...
2019-05-13 Josh Bleecher... cmd/compile: mark a few more tests as parallel
2019-05-13 Josh Bleecher... cmd/objdump: ensure that test executable files are...
2019-05-13 Josh Bleecher... cmd/fix: mark tests as parallel
2019-05-13 Tamir Dubersteinruntime: resolve latent TODOs
2019-05-13 Jay Conrodcmd/go: make 'go get' match patterns against packages...
2019-05-13 Josh Bleecher... cmd/objdump: mark tests as parallel
2019-05-13 Luka Zitnikcmd/go: print finally FAIL if a test has failed in...
2019-05-13 Cherry Zhangcmd/compile: correct the argument type in SETXXstore...
2019-05-13 Russ Coxindex/suffixarray: index 3-10X faster in half the memory
2019-05-13 Tamir Dubersteinruntime: resolve latent function type TODO
2019-05-13 Bryan C. Millscmd/go/internal/modfetch/codehost: ignore incomplete...
2019-05-13 Bryan C. Millscmd/go/internal/modfetch: fix GOSUMDB test failures
2019-05-13 Brad Fitzpatrickmime: update .mjs MIME type from text/ to application...
2019-05-13 Shulhandoc: use consistent path in example code
2019-05-13 David Chasecmd/compile: remove large intermediate slice from gc...
2019-05-13 Nikita Kryuchkovtime: fix a typo in comments
2019-05-13 LE Manh Cuongerrors: remove useless condition checking in Is
2019-05-13 Tobias Klauseros: fix typo in Chmod godoc
2019-05-12 Iskander Sharipovcmd/internal/obj/x86: add oclass function tests
2019-05-12 Joel Singcmd/link: add support for R_AARCH64_LDST128_ABS_LO12_NC...
2019-05-11 Tamir Dubersteinnet: comment duplicate constant
2019-05-11 Cherry Zhangtest: use a real use function in nilptr2.go
2019-05-10 Josh Bleecher... cmd/compile: reduce rulelog noise
2019-05-10 Jay Conrodcmd/go: add generated code comment to _testmain.go...
2019-05-10 Caleb Sparecmd/go: move automatic testing.Init call into generated...
2019-05-10 Yury Smolskycmd/vendor: import vet fixes from x/tools
2019-05-10 Jay Conrodcmd/go: force -coverpkg main packages to be built as...
2019-05-10 Russ Coxruntime: fix windows-amd64-2012 build
2019-05-10 Bryan C. Millscmd/go/testdata/script: remove skips and clarify commen...
2019-05-10 Jay Conrodcmd/go: move two vcs test repos to vcs-test.golang.org
2019-05-10 Josh Bleecher... cmd/compile: re-use regalloc's []valState
next