]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2019-08-29 Andrew Bonventre[release-branch.go1.13] go1.13rc2 go1.13rc2
2019-08-28 Dmitri Shuralyov[release-branch.go1.13] CONTRIBUTORS: second round...
2019-08-27 Bryan C. Mills[release-branch.go1.13] cmd/go/internal/modload: fix...
2019-08-27 Bryan C. Mills[release-branch.go1.13] cmd/go/internal/get: remove...
2019-08-27 Filippo Valsorda[release-branch.go1.13] crypto/tls: make SSLv3 again...
2019-08-27 Bryan C. Mills[release-branch.go1.13] net/http: fix wantConnQueue...
2019-08-26 Cherry Zhang[release-branch.go1.13] cmd/vendor: update vendored...
2019-08-26 obei[release-branch.go1.13] doc: align documents link
2019-08-26 Katie Hockman[release-branch.go1.13] doc/go1.13: add information...
2019-08-25 Toshihiro Shiino[release-branch.go1.13] doc/go1.13: add missing slashes
2019-08-25 Emmanuel T... [release-branch.go1.13] doc/go1.13: fix bad URLs to...
2019-08-25 Emmanuel T... [release-branch.go1.13] doc/go1.13: document fmt's...
2019-08-23 Emmanuel T... [release-branch.go1.13] doc/go1.13: document _ between...
2019-08-23 Filippo Valsorda[release-branch.go1.13] net/http: update bundled golang...
2019-08-22 Jeff Hodges[release-branch.go1.13] net/http: change TimeoutHandler...
2019-08-22 Emmanuel T... [release-branch.go1.13] strconv: update documentation
2019-08-21 Andrew Bonventre[release-branch.go1.13] go1.13rc1 go1.13rc1
2019-08-21 Filippo ValsordaRevert "encoding/json: avoid work when unquoting strings"
2019-08-21 Russ Coxcmd/go: accept GOSUMDB=sum.golang.google.cn
2019-08-20 Bryan C. Millsdoc/go1.13: mention '-o <directory>' support for 'go...
2019-08-20 Filippo Valsordacmd/go: fix "go help build -o" docs
2019-08-19 Wagner Riffeldoc: rewrite reference to plan9.bell-labs.com to 9p.io
2019-08-18 Dmitry Vyukovencoding/json: fix format string in the Fuzz func
2019-08-16 Joe Tsaitime: update TestSub to avoid future regressions
2019-08-16 Joe Tsaicmd/gofmt: update TestRewrite to avoid future regressions
2019-08-16 Joe TsaiRevert "time: optimize Sub"
2019-08-15 Dmitri Shuralyovdoc: document Go 1.12.9
2019-08-15 Dmitri Shuralyovdoc: document Go 1.12.8 and Go 1.11.13
2019-08-14 Cherry Zhangreflect: align first argument in callMethod
2019-08-14 Toshihiro Shiinodoc/go1.13: add missing periods
2019-08-12 Filippo Valsordanet/url: make Hostname and Port predictable for invalid...
2019-08-12 Filippo Valsordasrc/go.mod: sync golang.org/x/net with h2_bundle.go
2019-08-11 Ian Lance Taylornet: document that a keep-alive failure also returns...
2019-08-11 Pure Whitedoc/asm: document go_asm.h only works in the runtime...
2019-08-10 Carlo Alberto... doc/go1.13: mention faster sync.Mutex/RWMutex/Once
2019-08-09 K. "pestophagous... doc/install-source: create distinction between steps...
2019-08-09 Ian Lance Taylorcmd/link: increase the function call limit in stkcheck
2019-08-09 Agniva De Sarkerdoc/install-source.html: add new GOOS and GOARCHes
2019-08-09 Bryan C. Millscmd/go: query each path only once in 'go get'
2019-08-08 Jay Conrodcmd/go: improve 'go mod download' and 'go list -m'...
2019-08-08 Joe TsaiRevert "go/ast: fix SortImports to handle block comments"
2019-08-08 Filippo Valsordaapi/go1.13: add debug/elf.Symbol fields added in CL...
2019-08-08 Alberto Donizettidoc: update list of archs supporting -race
2019-08-08 Derek Phanpath: fix mismatch between error message and correspond...
2019-08-07 David Finkelruntime/pprof: Mention goroutine label heritability
2019-08-06 Jay Conrodcmd/go: improve error message for missing import starti...
2019-08-06 Marcel van... doc: mention Unicode update in release notes
2019-08-06 Jay Conrodcmd/go: look for __go_buildinfo section when looking...
2019-08-06 Bharath Thiruveedulanet: fix the docs in IPNet.String
2019-08-06 Jonathan Amsterdamerrors: improve doc
2019-08-05 Jonathan Amsterdamdoc/go1.13.html: describe error-value additions
2019-08-05 Keith Randallsyscall: include complete prototype of system calls
2019-08-05 Bryan C. Millscmd/go: adjust expected error message in TestScript...
2019-08-05 Mark Glinescmd/go: look for .go.buildinfo section when looking...
2019-08-05 Shivani Singhalnet/http: fix typo in Response.Body's doc
2019-08-03 Agniva De Sarkerdoc/go1.13: add release notes for GOWASM environment...
2019-08-02 Ian Lance Tayloros: change Readdirnames doc to follow that of Readdir
2019-08-02 Damien Neilos: don't consult Is methods on non-syscall error types
2019-08-02 Ian Lance Taylordoc/go1.13: mention confusion between keep-alive timeou...
2019-08-02 Bryan C. Millscmd/go: report loading errors from 'go mod tidy' and...
2019-08-02 Keith Randallcmd/compile: fix crash on write barrier insertion
2019-08-02 Emmanuel T... doc/go1.13: document net/http.Transport.Request.Body...
2019-08-02 Damien Neilall: remove os.ErrTimeout
2019-08-02 Alberto Donizettidoc: fix Block interface parameters order
2019-08-01 Baokun Leeos: enable the close-on-exec flag for openFdAt
2019-08-01 Darren McClearynet/http: fix a typo in spelling of MultiPartForm
2019-08-01 Emmanuel T... doc/go1.13: add more release notes for net/http
2019-08-01 Damien Neilall: remove os.ErrTemporary
2019-08-01 Keith Randallcmd/compile: don't eliminate all registers when restric...
2019-07-31 Ian Lance Taylorcmd/go: only pass -fsplit-stack to gccgo if supported
2019-07-31 Eli Benderskyencoding/json: clarify Marshal behavior for string...
2019-07-31 Andrew Bonventredoc/go1.12: document change in syscall.Setrlimit behavior
2019-07-31 Andrew Bonventrenet/http: return nil from Header.Clone if the receiver...
2019-07-31 Robert Griesemerspec: add an example of a trivially invalid interface
2019-07-30 David Ndungunet/http: improve Request.Form and Request.PostForm...
2019-07-30 Bryan C. Millscmd/go/internal/cache: verify that timestamp is positive
2019-07-30 Bryan C. Millscmd/go/internal/cache: avoid ioutil.WriteFile for writi...
2019-07-30 Michael Knyszekruntime: call sysHugePage less often
2019-07-30 Michael Anthony... runtime: add physHugePageShift
2019-07-30 Andrew Toddstrings: clarify usage of Title and ToTitle
2019-07-29 Keith Randallruntime: use uintptr instead of int32 for counting...
2019-07-29 Jonathan Amsterdamgo1.13.html: release note for %w
2019-07-29 Filippo Valsordacrypto/x509: add Ed25519 to ExampleParsePKIXPublicKey
2019-07-28 Dominik Honnefall: change some function documentation to be more...
2019-07-27 Daniel Martídoc: use <code> for a few file paths that didn't
2019-07-27 Giovanni Bajodoc: mention that GOPATH/bin should be in PATH
2019-07-23 Emmanuel T... os: document File's concurrent operation resource limits
2019-07-23 Jordi Martincmd/go: keep "go help" in unknown topic suggestion
2019-07-23 Than McIntoshtest: new testcase for gccgo compiler failure
2019-07-23 Ian Lance Taylorcmd/go: mention GODEBUG in "go help environment"
2019-07-22 Bryan C. Millsdoc/go1.13: mention the effect of testing.Init on packa...
2019-07-22 Bryan C. MillsRevert "cmd/go: move automatic testing.Init call into...
2019-07-19 Jay Conrodcmd/go: document go get @upgrade behavior in release...
2019-07-19 Austin Clementsruntime: align allocations harder in GODEBUG=sbrk=1...
2019-07-18 Allen Litime: clarify when draining a Timer's channel is needed
2019-07-18 Bryan C. Millscmd/go/internal/mvs: in Req, omit versions implied...
2019-07-18 Bryan C. Millscmd/go/internal/mvs: retain modules required by older...
2019-07-18 Bryan C. Millscmd/go: in module mode, populate PackagePublic.Root...
2019-07-18 Bryan C. Millscmd/go: suppress errors with '@upgrade' when the latest...
2019-07-18 Than McIntoshtest: new testcase for gccgo bug
next