]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2018-11-02 Andrew Bonventre[release-branch.go1.11] go1.11.2 go1.11.2
2018-11-02 Andrew Bonventre[release-branch.go1.11] doc: document Go 1.11.2
2018-11-02 Andrew Bonventre[release-branch.go1.11] doc: document Go 1.10.5
2018-11-01 Robert Griesemer[release-branch.go1.11] go/types: use correct receiver...
2018-11-01 Daniel Theophanes[release-branch.go1.11] database/sql: correctly report...
2018-11-01 Hana Kim[release-branch.go1.11] cmd/trace: don't drop sweep...
2018-11-01 Agniva De Sarker[release-branch.go1.11] cmd/go/internal/modcmd: remove...
2018-10-30 Alex Brainman[release-branch.go1.11] internal/poll: advance file...
2018-10-29 Russ Cox[release-branch.go1.11] cmd/go, cmd/link: silence bogus...
2018-10-24 Jason Keene[release-branch.go1.11] cmd/go: ensure git attributes...
2018-10-24 Andrew Bonventre[release-branch.go1.11] doc: update docs.html with...
2018-10-04 Mark Rushakoff[release-branch.go1.11] cmd/go: don't mention -mod...
2018-10-03 Cherry Zhang[release-branch.go1.11] cmd/compile: fix type of OffPtr...
2018-10-03 taylorza[release-branch.go1.11] cmd/compile: don't crash report...
2018-10-02 Richard Musiol[release-branch.go1.11] misc/wasm: add mention of polyf...
2018-10-01 Katie Hockman[release-branch.go1.11] go1.11.1 go1.11.1
2018-10-01 Katie Hockman[release-branch.go1.11] doc: document Go 1.11.1
2018-10-01 Taesu Pyo[release-branch.go1.11] encoding/json: fix UnmarshalTyp...
2018-10-01 Matthew Waters[release-branch.go1.11] net: concatenate multiple TXT...
2018-10-01 Keith Randall[release-branch.go1.11] reflect: fix s390x reflect...
2018-10-01 Keith Randall[release-branch.go1.11] reflect: ensure correct scannin...
2018-10-01 Keith Randall[release-branch.go1.11] reflect: use correct write...
2018-09-28 Chris Broadfoot[release-branch.go1.11] doc: add go1.11 to contrib...
2018-09-27 Ian Lance Taylor[release-branch.go1.11] cmd/go: add GOMIPS value to...
2018-09-27 Ian Gudger[release-branch.go1.11] net: fail fast for DNS rcode...
2018-09-27 Keith Randall[release-branch.go1.11] runtime: ignore races between...
2018-09-24 Johan Brandhorst[release-branch.go1.11] net/http: ensure null body...
2018-09-18 Dmitri Shuralyov[release-branch.go1.11] doc/go1.11, cmd/go: elaborate...
2018-09-13 Alberto Donizetti[release-branch.go1.11] cmd/compile: prevent overflow...
2018-09-12 Rebecca Stambler[release-branch.go1.11] go/types: handle nil pointer...
2018-09-11 Cherry Zhang[release-branch.go1.11] cmd/compile: count nil check...
2018-09-11 Charles Kenney[release-branch.go1.11] runtime/trace: fix syntax error...
2018-09-07 Filippo Valsorda[release-branch.go1.11] crypto/x509: allow ":" in Commo...
2018-09-07 Ian Lance Taylor[release-branch.go1.11] cmd/go: add -Wl,--export-dynami...
2018-09-07 Keith Randall[release-branch.go1.11] runtime: in semasleep, subtract...
2018-09-01 Giovanni Bajo[release-branch.go1.11] cmd/compile: in prove, fix...
2018-08-30 Andrei Tudor... [release-branch.go1.11] net: refactor readerAtEOF splic...
2018-08-30 Joe Cortopassi[release-branch.go1.11] doc: add Go 1.11 to release...
2018-08-26 Ian Lance Taylor[release-branch.go1.11] cmd/go: don't let script grep...
2018-08-24 Shenghou Ma[release-branch.go1.11] doc/go1.11: fix typo
2018-08-24 Ian Lance Taylor[release-branch.go1.11] runtime: mark sigInitIgnored... go1.11
2018-08-24 Andrew Bonventre[release-branch.go1.11] go1.11
2018-08-24 Andrew Bonventre[release-branch.go1.11] doc: document Go 1.10.4
2018-08-23 Dmitri Shuralyov[release-branch.go1.11] doc/go1.11: add link to new...
2018-08-23 Andrew Bonventre[release-branch.go1.11] doc/go1.11: remove draft status
2018-08-22 Andrew Bonventre[release-branch.go1.11] go1.11rc2 go1.11rc2
2018-08-22 Brad Fitzpatrick[release-branch.go1.11] internal/poll, net: fix sendfil...
2018-08-22 Filippo Valsorda[release-branch.go1.11] crypto/tls: make ConnectionStat...
2018-08-22 Russ Cox[release-branch.go1.11] cmd/go: fix list -compiled...
2018-08-22 Russ Cox[release-branch.go1.11] cmd/go: fix 'go help go.mod...
2018-08-22 Russ Cox[release-branch.go1.11] cmd/go: add go.sum entries...
2018-08-22 Russ Cox[release-branch.go1.11] cmd/go: fix modload response...
2018-08-21 Daniel Martí[release-branch.go1.11] cmd/go: fix modload infinite...
2018-08-20 Brad Fitzpatrick[release-branch.go1.11] Merge branch 'master' into...
2018-08-20 Daniel Martícmd/go: add missing newlines in printf formats
2018-08-20 Austin Clementsdoc/go1.11: Delve 1.1.0 added support for method calls
2018-08-18 Russ Coxcmd/go: fix module get -insecure
2018-08-18 Russ Coxcmd/go/internal/modconv: fix TestConvertLegacyConfig...
2018-08-18 Russ Coxcmd/go: fix go mod tidy crash on empty module
2018-08-18 Russ Coxcmd/go: allow 'go run x.go' to use nearby internal...
2018-08-18 Russ Coxcmd/go: fix and reenable TestAccidentalGitCheckout
2018-08-18 Russ Coxcmd/go: update TestGoGetUpdateWithWildcard expected...
2018-08-18 Russ Coxcmd/go: treat VCS errors as hard errors in module search
2018-08-18 Russ Coxcmd/go: remove go mod fix, add go help go.mod
2018-08-17 Russ Coxcmd/go/internal/modfetch: correct TestCodeRepo expectation
2018-08-17 David du Colombieros: handle TMPDIR in TempDir on Plan 9
2018-08-17 Russ Coxcmd/go: do not turn list ./nonexist into a network...
2018-08-17 Russ Coxcmd/go: report which patterns match each package in...
2018-08-17 Russ Coxcmd/go: fix -gcflags, -ldflags not applying to current...
2018-08-17 Russ Coxcmd/go: distinguish patterns from the results of matchi...
2018-08-17 Alan Donovandoc: describe golang.org/x/go/packages in go1.11 releas...
2018-08-17 Russ Coxgo/doc: allow interior dot in heading, as in "go.mod"
2018-08-17 Russ Coxdoc/code: drop mentions of GOPATH/pkg directory
2018-08-17 Daniel Martícmd/vet: don't suggest ... if it breaks a program
2018-08-17 Dan Johnsoncmd/compile: make duplicate anonymous interface output...
2018-08-17 Russ Coxcmd/go: document import "C" check from CL 129062
2018-08-17 Russ Coxcmd/go: ignore import "C" files in module loader in...
2018-08-17 Russ Coxcmd/go: ignore /tmp/go.mod
2018-08-16 Brad Fitzpatrickcmd/go: disable TestAccidentalGitCheckout for now
2018-08-16 Keith Randallruntime: load errno as signed 32-bit
2018-08-16 Alberto Donizetticmd/go: fix typos in go help mod subpages
2018-08-14 Robert Griesemergo/printer: consider empty lines in table layout comput...
2018-08-14 Martin Möhrmannruntime: go fmt runtime2.go
2018-08-14 Robert Griesemergo/printer: revert "make empty lines break table alignment"
2018-08-14 Richard Musiolcmd/compile/internal/gc: add nil check for closure...
2018-08-13 Filippo Valsorda[release-branch.go1.11] go1.11rc1 go1.11rc1
2018-08-13 Johan Brandhorstnet/http: support configuring fetch options
2018-08-13 Brad Fitzpatricknet/http: update request cancelation docs
2018-08-13 Filippo Valsordadoc: update the primary security coordinator to filippo@
2018-08-12 Filippo ValsordaA+C: second and final round of updates for Go 1.11
2018-08-10 Russ Coxcmd/go: don't let ... match GOROOT/src/cmd in module...
2018-08-10 Russ Coxcmd/go: report implicit cgo inputs in go list -compiled
2018-08-10 Russ Coxcmd/go: fix module ... pattern to match standard library
2018-08-10 Russ Coxcmd/go: do not try to understand git fetch --depth...
2018-08-10 Russ Coxcmd/go: display cached compiler output more often
2018-08-10 Tobias Klausercmd/go: fix spelling in proxy documentation
2018-08-10 Russ Coxcmd/go: fix handling of gopkg.in/macaroon-bakery.v2...
2018-08-10 Russ Coxcmd/go: fix install target name for versioned binaries
2018-08-10 Russ Coxcmd/go: fix go.mod corruption using -mod=vendor
2018-08-10 Russ Coxcmd/go: add go mod why
next