]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-06-03 LE Manh Cuongruntime: fix sigpipe do not check SIGPIPE was ignored
2019-06-03 Ben Shiruntime: save/restore callee saved registers in arm64...
2019-06-03 Keith Randallruntime: get map of args of unstarted goroutines like...
2019-06-03 Bryan C. Millscmd/go: document GO111MODULE=auto behavior for Go 1.13
2019-06-03 Andrew Gerrandcmd/cover: fix counting of blocks split by goto statements
2019-06-02 Hajime Hoshisyscall/js: fix comments
2019-06-02 frennkienet: fix the doc string on parseIPv6
2019-05-31 Jay Conrodcmd/go: ignore build tags when 'go get' modifies build...
2019-05-31 Keith Randallcmd/compile: don't move nil checks across a VarDef
2019-05-31 Cherry Zhangcmd/compile: make sure build works when intrinsics...
2019-05-31 Bryan C. Millscmd/go/internal/modfetch: use the resolved version...
2019-05-31 Cherry Zhangtest: add a test for gccgo bug #32347
2019-05-31 Than McIntoshcmd/link: revise test case to work on pre-10.14 macos
2019-05-31 LE Manh Cuongcmd/go: use the rev to resolve tags for pseudo-versions...
2019-05-31 Andrew Gerrandstrconv: document handling of NaN and ±Inf
2019-05-31 Ian Lance Taylormisc/cgo/errors: limit number of parallel executions
2019-05-30 Ian Lance Taylormisc/cgo/errors: remove debugging println
2019-05-30 Ian Lance Tayloros: deflake TestNewFileNonBlock
2019-05-30 Brad Fitzpatricknet/http: prevent Transport from spamming stderr on...
2019-05-30 Greg Thelensyscall: use Ctty before fd shuffle
2019-05-30 Jay Conrodcmd/go: clarify documentation for 'go get -u'
2019-05-30 Jay Conrodcmd/go: remove support for the 'go get -m' flag
2019-05-30 Than McIntoshcmd/link: new test case for Darwin/DWARF
2019-05-30 Constantin... cmd/go: fix error message for go mod in GOPATH mode
2019-05-30 Johan Brandhorstnet/http: enable WASM fetch where supported
2019-05-30 Daniel Martícmd/go: add two more uses of lazyregexp
2019-05-30 Aman Guptacmd/link/internal/ld: ensure mach-o debug symbols are...
2019-05-30 Aman Guptacmd/link/internal/ld: improve messages for testDWARF...
2019-05-30 Tobias Klauservendor: update golang.org/x/sys for aix/ppc64 fix
2019-05-29 Matthew Dempskycmd/compile: fix fmt_test.go after CL 170062
2019-05-29 Matthew Dempskycmd/compile: sort OAS2* declarations
2019-05-29 Matthew Dempskycmd/compile: fix package initialization ordering
2019-05-29 Jason A. Donenfeldcmd/link: do not generate NT 4 compatibility binaries
2019-05-29 Russ Coxcmd/go: update docs for GOPROXY default
2019-05-29 Keith Randallcmd/compile: add GCNode to VarDef in tests
2019-05-28 Brad Fitzpatricksrc/vendor: update golang.org/x/sys to remove x/sys...
2019-05-28 Brad Fitzpatricknet/http: quiet some log spam in tests
2019-05-28 Josh Bleecher... cmd/compile: process blocks containing only dead values...
2019-05-28 Dmitri Shuralyovtesting/internal/testdeps: delete didSetLogger variable
2019-05-28 Maxim Eryomenkobytes: remove obsolete comment
2019-05-28 Brad Fitzpatricknet/http: fix TestTransportServerClosingUnexpectedly...
2019-05-28 Rob Pikecmd/doc: always print package clause except for commands
2019-05-27 Ian Lance Taylorruntime: remove VDSO fallback test and benchmarks
2019-05-25 Agniva De Sarkercmd/doc: display a proper error when no packages are...
2019-05-25 Than McIntoshcmd/link: fix incorrect constant for macho-o load command
2019-05-24 Russ Coxcmd/go: respect default proxy setting, add direct fallback
2019-05-24 Bryan C. Millscmd/go: when resolving packages, try all module paths...
2019-05-24 Cherry Zhangcmd, runtime: remove PC_F & PC_B globals on Wasm
2019-05-24 Michael Anthony... runtime: ensure mheap lock stack growth invariant is...
2019-05-24 Martin Suchastrings: clarify example of ContainsAny
2019-05-24 Leon Klingeleimage/draw: change argument type to be consistent with...
2019-05-24 Hana (Hyang... cmd/vendor: sync github.com/google/pprof@v0.0.0-2019051...
2019-05-24 Leon Klingelecompress/gzip: add missing error check in test
2019-05-24 Richard Musiolsyscall/js: replace TypedArrayOf with CopyBytesToGo...
2019-05-24 bill_ofarrellcrypto/ecdsa: implement ecdsa on s390x for P256/P384...
2019-05-23 Brad FitzpatrickSECURITY.md: add security file
2019-05-23 Brad Fitzpatricktest: skip a test on failing test on nacl/386
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
next