]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-07-27 Ian Lance Taylorcmd/cgo: don't resolve typedefs in -godefs mode
2018-07-27 Martin Möhrmanncrypto/x509: skip TestSystemRoots
2018-07-27 Daniel Martícmd/go/internal/par: fix TestWorkParallel retries
2018-07-27 Yury Smolskycmd/go: remove unused global var isGoRelease
2018-07-26 David Wimmersyscall: implement pipe() on linux/mips
2018-07-25 Minaev Mikecrypto/tls: fix deadlock when Read and Close called...
2018-07-25 Ian Lance Taylorcmd/go: for missing binary-only package, say where...
2018-07-25 Ian Lance Taylorruntime: ignore GNU/Linux sigaction errors for signals...
2018-07-24 Ian Gudgernet: fix handling of Conns created by Resolver.Dial
2018-07-24 Rob Pikedoc: fix a couple of drive-by review comments in FAQ
2018-07-24 Filippo Valsordanet/http: fix and normalize the [Server.][ListenAnd...
2018-07-24 Keith Randallruntime: traceback from outermost libc call
2018-07-24 Keith Randallcmd/compile: set stricter inlining threshold in large...
2018-07-24 Baokun Leecmd/go/internal/modfetch: run git log with "-c log...
2018-07-24 Yann Hodiquecmd/go: fix Go structs in -json documentation
2018-07-24 Dmitry Vyukovnet/rpc: clarify requirements for connections and codecs
2018-07-24 Brad Fitzpatricknet/http: document that Client methods always return...
2018-07-24 Brad Fitzpatricknet/http: deflake TestRetryRequestsOnError
2018-07-23 Ian Lance Taylorcmd/vet: if a function modifies its args, it's not...
2018-07-23 Brad Fitzpatricknet/http: update Serve docs on when HTTP/2 is enabled
2018-07-23 marwan-at-workcmd/go/internal/modfetch: do not panic when zip is...
2018-07-23 Austin Clementsmisc/cgo/test: disable some Darwin tests in cgo mode
2018-07-20 Cherry Zhangtest: add test for gccgo bug #26495
2018-07-20 Daniel Martídoc: explain minor change to gofmt in go1.11
2018-07-20 LE Manh Cuongcm/go/internal/test: make vet run when using go test -c
2018-07-20 Jacknet/http/httptest: guarantee ResponseRecorder.Result...
2018-07-20 Than McIntoshcmd/link: skip a couple of DWARF tests in short mode
2018-07-20 Alberto Donizettidoc/go1.11: fix bad link to Int.ModInverse
2018-07-20 Alberto Donizettidoc/go1.11: fix unclosed html and typos in net section
2018-07-20 Russ Coxcmd/go: fix module get -u to avoid spurious new deps
2018-07-20 Russ Coxcmd/go: detect inconsistent 'go get' version requests
2018-07-20 Russ Coxcmd/go: case-encode versions as well as module paths...
2018-07-20 Vlad Krasnovcrypto/aes: implement AES-GCM AEAD for arm64
2018-07-19 Bryan C. Millscmd/go: fix TestScript/list_test_e on Windows go1.11beta2
2018-07-19 Andrew Bonventreapi: add ErrorHandler function to httputil.ReverseProxy
2018-07-19 Keith Randallcmd/compile: run fmt test only in long mode
2018-07-19 Bryan C. Millscmd/go/internal/list: do not examine TestmainGo if...
2018-07-19 David Chasecmd/compile: don't run gc/ssa_test/TestGenFlowGraph...
2018-07-19 Yury Smolskycmd/go: skip vet when package cannot be build under...
2018-07-19 David du Colombiercmd/go: fix TestScript on Plan 9
2018-07-19 Richard Musiolsyscall/js: show goroutine stack traces on deadlock
2018-07-19 Russ Coxcmd/go: warn about non-use of go.mod in legacy go get
2018-07-19 Russ Coxcmd/go/internal/get: fix "mod over non-mod" preference...
2018-07-19 Vlad Krasnovcrypto/elliptic: implement P256 for arm64
2018-07-19 Brad Fitzpatricknet/http: update bundled http2
2018-07-19 Russ Coxcmd/go: generate alldocs.go
2018-07-19 Russ Coxcmd/go/internal/par: actually make par.Work run things...
2018-07-19 Russ Coxcmd/go: scrub go.sum during go mod -sync
2018-07-19 Russ Coxcmd/go: diagnose 'go mod' in GOPATH/src better
2018-07-19 Russ Coxcmd/go: document $GOPROXY, other module adjustments
2018-07-19 Russ Coxcmd/go/internal/modget: fix get pkg@none
2018-07-19 Russ Coxcmd/go: convert final module tests to scripts
2018-07-19 Russ Coxcmd/go/internal/modfetch: move to new pseudo-version...
2018-07-19 Russ Coxcmd/go/internal/module: add new +incompatible version...
2018-07-19 Russ Coxcmd/go: preserve %SYSTEMROOT% in TestScript on Windows
2018-07-19 Austin Clementsruntime: don't create heap hints outside TSAN's support...
2018-07-19 Keith Randallcmd/compile: add test for OPmodify ops clobbering flags
2018-07-19 Daniel Martídoc: remove paragraph about text/template/parse
2018-07-19 David Chasecmd/compile: avoid compressed dwarf when testing for...
2018-07-19 Russ Coxcmd/go: skip TestScript/mod_* on Windows
2018-07-19 Russ Coxcmd/go/internal/str: simplify HasPathPrefix by epsilon
2018-07-19 Russ Coxcmd/go: convert still more module tests to scripts
2018-07-19 Russ Coxcmd/go: convert even more module tests to scripts
2018-07-19 Russ Coxcmd/go: convert more module tests to scripts
2018-07-19 Russ Coxcmd/go: convert module tests to scripts
2018-07-19 Brad Fitzpatricknet/http: deflake TestClientTimeoutKillsConn_AfterHeaders
2018-07-19 Rob Pikedoc: update the Origins section of the FAQ
2018-07-18 Ian Lance Taylordoc: fill in final standard library TODOs in go1.11...
2018-07-18 Brad Fitzpatrickdoc: update go1.11 release notes
2018-07-18 Andrew Bonventredoc: update go1.11 release notes
2018-07-18 Andrew Bonventredoc: update go1.11 release notes
2018-07-18 Brad Fitzpatrickdoc/go1.11: add some links to text/scanner, remove...
2018-07-18 Hana (Hyang... doc/go1.11: update runtime/trace to use region instead...
2018-07-18 Ian Lance Taylordoc: add a couple of links to go1.11 release notes
2018-07-18 Daniel Martícmd/compile: fix crash on invalid struct literal
2018-07-18 Ian Lance Taylordoc: update go1.11 release notes
2018-07-18 Austin Clementsdoc/go1.11: shorten, tidy, and promote user annotation API
2018-07-18 Jackfilepath: updates doc to give case where WalkFunc info...
2018-07-18 Austin Clementsdoc/go1.11: mention major performance optimizations
2018-07-18 Andrew Bonventredoc: update go1.11.html removing TODO about TLS offsets
2018-07-18 Andrew Bonventredoc: update go1.11.html with user annotation API additions
2018-07-18 Andrew Bonventredoc: update go1.11 release notes
2018-07-18 Brad Fitzpatrickdoc/go1.11: remove unnecessary absolute link
2018-07-18 Russ Coxdoc/go1.11: link to module overview
2018-07-18 Brad Fitzpatrickdoc: fix a link in go1.11.html and flesh out a few...
2018-07-18 Hana (Hyang... doc/go1.11: update runtime/pprof change note
2018-07-18 Alberto Donizettidoc/go1.11: add space in Go version name
2018-07-18 Elias Naurdoc/go1.11: mention the libSystem.so change for iOS
2018-07-18 Ben Shicmd/compile: fix an arm64's comparison bug
2018-07-18 Alberto Donizettidoc/go1.11: add time package changes to release notes
2018-07-18 Ian Lance Taylorcmd/cgo: don't report inconsistency error for incomplet...
2018-07-18 Rob Pikedoc/gopher: add model sheet
2018-07-18 Russ Coxcmd/go/internal/module: allow v0.0.0 pseudoversion...
2018-07-18 Russ Coxcmd/go: add clean -modcache
2018-07-18 Russ Coxcmd/go/internal/modfetch: make subdirectories unwritabl...
2018-07-18 Russ Coxcmd/go/internal/modfetch: restrict file names in zip...
2018-07-18 Russ Coxcmd/go/internal/modfetch: do not rely on file system...
2018-07-18 Russ Coxcmd/go/internal/module: define fs-safe module path...
2018-07-18 EduRamsyscall: update check for UserNS support for CentOS...
2018-07-17 Ian Lance Taylorcmd/go: search test imports when matching -coverpkg
next