]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-08-01 Russ Coxcmd/go: add 'go version' statement in go.mod
2018-07-31 Brad Fitzpatrickhtml: lazily populate Unescape tables
2018-07-31 Mohit kumar... doc: fix link in contribute.html
2018-07-31 Kir Kolyshkincmd/cgo: add column number to line directives
2018-07-31 Keith Randallcmd/cgo: make sure we FinishType everything
2018-07-31 Bryan C. Millscmd/go/internal/modfetch/codehost: quote arguments...
2018-07-31 Brad Fitzpatrickdoc/go1.11: mention ReverseProxy passing TE: trailers...
2018-07-31 Brad Fitzpatricknet/http: revert CL 89275 (don't sniff Content-Type...
2018-07-31 Richard Musiolsyscall: remove support for O_NONBLOCK and O_SYNC on...
2018-07-31 Agniva De Sarkerdoc/go1.11: add note to remove CLI support for godoc
2018-07-31 Richard Musiolsyscall/js: improve documentation about mappings to...
2018-07-31 Roger Peppego/doc: do not treat methods as test functions
2018-07-31 Ian Lance Taylordoc: mention Faccessat flags support in go1.11
2018-07-31 Yury Smolskycmd/compile: remove dead code
2018-07-31 Paul Jollydoc: add link to go command modules docs from Go 1...
2018-07-31 Brad Fitzpatricknet/http: expand a TimeoutHandler test a bit
2018-07-31 Bryan C. Millscmd/go: prohibit modules from importing vendored golang...
2018-07-31 Bryan C. Millscmd/go: forbid use of one module with two different...
2018-07-31 Bryan C. Millscmd/go/internal/modload: inline doImport into doPkg
2018-07-31 Bryan C. Millscmd/go: allow internal imports based on module paths
2018-07-31 Bryan C. Millscmd/go: allow unversioned paths to -dropreplace flag
2018-07-30 Michael Matloobcmd/go: add test code packages in list -test
2018-07-30 Ben Shicmd/internal/obj/arm64: reject incorrect form of LDP/STP
2018-07-30 Alberto Donizettidoc/go1.11: add missing word
2018-07-29 Brad Fitzpatrickdoc/go1.11: note that godoc now shows the Go version...
2018-07-29 John Gibbpath: present the correct error message in TestMatch
2018-07-29 David du Colombiercmd/go: fix TestScript/mod_gobuild_import on Plan 9
2018-07-28 Constantin... cmd/go: uses SID of group Guests to test ACL
2018-07-28 Russ Coxcmd/go: ignore unknown directives in dependency go...
2018-07-28 Russ Coxcmd/go: document in 'go help mod' that people should...
2018-07-28 Russ Coxcmd/go: add 'go help goproxy'
2018-07-28 Russ Coxcmd/go: fix spurious edges in mod -graph output
2018-07-28 Russ Coxcmd/go: add go list -m -f {{.GoMod}} to show path to...
2018-07-28 Russ Coxcmd/go: document go env GOMOD
2018-07-28 Russ Coxcmd/cgo: document that #including source files in subdi...
2018-07-28 Russ Coxgo/build: invoke go command to find modules during...
2018-07-27 Craig Citronet/http: document Transport.Proxy's https support
2018-07-27 Ian Lance Taylorsyscall: support Faccessat flags argument
2018-07-27 Brad Fitzpatricknet/http: try to document ServeFile security more
2018-07-27 Constantin... cmd/link: added test of availability of gcc
2018-07-27 Jeet Parekhsyscall: improve NewCallback documentation and panic...
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...
next