]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2016-07-18 Chris Broadfoot[release-branch.go1.6] go1.6.3 go1.6.3
2016-07-18 Chris Broadfoot[release-branch.go1.6] doc: document go1.6.3
2016-07-18 Brad Fitzpatrick[release-branch.go1.6] net/http, net/http/cgi: fix...
2016-07-18 Ian Lance Taylor[release-branch.go1.6] runtime: fix nanotime for macOS...
2016-04-19 Andrew Gerrand[release-branch.go1.6] go1.6.2 go1.6.2
2016-04-19 Andrew Gerranddoc: document go1.6.2
2016-04-19 Caio Marcelo... [release-branch.go1.6] net/http: TimeoutHandler should...
2016-04-19 David Chasecmd/compile: note escape of parts of closured-capture...
2016-04-19 Lynn Bogersyscall: fix epoll_event struct for ppc64le/ppc64
2016-04-19 Michael Hudson... runtime: clamp OS-reported number of processors to...
2016-04-18 David Symondsdoc: link to iant's generics proposal from the FAQ.
2016-04-15 Andrew Gerranddoc: add classes to version tags in source install...
2016-04-14 Dmitriy Dudkincmd/go: clear cmd cache to avoid duplicate loads errors
2016-04-14 Brad Fitzpatrickdoc: fix bogus HTML in contribute.html
2016-04-14 Ian Lance Taylorruntime: more deflaking of TestCgoCheckBytes
2016-04-14 Ian Lance Taylorruntime: deflake TestCgoCheckBytes
2016-04-14 Cheng-Lung... cmd/go: revise importPath when ImportPath is 'command...
2016-04-14 Austin Clementsruntime: fix pagesInUse accounting
2016-04-14 Elias Naurruntime: preserve darwin/arm{,64} callee-save registers
2016-04-14 Ian Lance Taylordoc: GCC 6 will have the Go 1.6 user libraries
2016-04-14 Andrew Gerranddoc: use new Gerrit URL and mention our instance in...
2016-04-14 Aaron Zinmandarwin/amd64: fix text-relocation issues for c-archive...
2016-04-14 Brad Fitzpatrickmime/multipart: don't call Read on io.Reader after...
2016-04-14 Austin Clementsruntime: disable gcMarkRootCheck debugging check during STW
2016-04-14 Austin Clementsruntime: reset mark state before stopping the world
2016-04-14 Ian Lance Taylorruntime: fix off-by-one error finding module for PC
2016-04-14 Ian Lance Taylorcmd/cgo: recognize known C typedefs as types
2016-04-14 Jure Hamsort: fix for nondeterministic less function in quickso...
2016-04-14 Shenghou Maruntime, syscall: switch linux/386 to use int 0x80
2016-04-14 Shenghou Maruntime: use correct psABI SP alignment before calling...
2016-04-14 Ian Lance Taylorruntime: skip cgo check for non-pointer slice elements
2016-04-14 Brad Fitzpatricknet/http: fix bug where http2 wasn't enabled on Default...
2016-04-11 Andrew Gerrand[release-branch.go1.6] go1.6.1 go1.6.1
2016-04-11 Andrew Gerranddoc: document Go 1.6.1 and Go 1.5.4
2016-04-08 Alex Brainmanruntime: leave directory before removing it in TestDLLP...
2016-04-08 Brad Fitzpatricksyscall: point to x/sys in DLL loading docs, update...
2016-04-08 Brad Fitzpatrickruntime, syscall: only search for Windows DLLs in the...
2016-04-08 Brad Fitzpatrickcrypto/rsa, crypto/ecdsa: fail earlier on zero parameters
2016-04-08 Robert Griesemercrypto/dsa: eliminate invalid PublicKey early
2016-03-03 Chris Broadfoot[release-branch.go1.6] doc: add link to 1.6 release...
2016-03-02 nwidger[release-branch.go1.6] doc: update release tag in sourc...
2016-02-17 Rahul Chaudhry[release-branch.go1.6] doc: fix typo in go1.6 release...
2016-02-17 Chris Broadfoot[release-branch.go1.6] doc: document Go 1.6
2016-02-17 Russ Coxgo1.6 go1.6
2016-02-17 Russ Coxall: merge master into release-branch.go1.6
2016-02-17 Russ Coxdoc: remove DRAFT tags from go1.6.html
2016-02-17 Russ Coxnet/http: update bundle command
2016-02-17 Russ Coxdoc: mention multi-change branches in contribute.html
2016-02-16 Ian Lance Taylorcmd/go: avoid race on test environment
2016-02-16 Austin Clementsruntime: fix deadlock in TestCrashDumpsAllThreads
2016-02-16 Russ Coxcmd/compile: print struct tags in var decl in inlined...
2016-02-16 Alex Brainmannet: make TestInterfaceAddrsWithNetsh more robust
2016-02-16 Austin Clementsruntime: show panics in traceback
2016-02-16 Russ Coxdoc: fix remaining TODOs in Go 1.6 release notes
2016-02-16 Austin Clementsdoc: tweak Go 1.6 GC release notes
2016-02-16 Austin Clementsdoc: fix non-possessive "'s"
2016-02-13 Ian Lance Taylorruntime: remove debugging print in cgoCheckTypedBlock
2016-02-13 Brad Fitzpatricknet/http: update bundled http2 to fix gzip crash on...
2016-02-12 Keith Randallcmd/compile: add write barrier to type switch
2016-02-12 Ian Lance Taylorruntime: return errno value from Solaris mmap as expected
2016-02-12 Ryan Browncmd/link: fix padding for dwarf aranges on 32 bit platf...
2016-02-12 Ian Lance Taylorruntime: fix errno sign for some mmap and mincore cases
2016-02-11 Brad Fitzpatrickruntime: add test for mincore's return value sign on...
2016-02-10 Brad Fitzpatricknet/http/httptest: make Server.CloseClientConnections...
2016-02-10 Robert Griesemergo/internal/gcimporter: interpret relative srcDir relat...
2016-02-10 Volker Doblernet: make getmac based tests on windows more robust
2016-02-09 Brad Fitzpatricknet/http: be more conservative about enabling http2...
2016-02-09 Russ Coxcmd/go: use GOPATH order for compile -I and link -L...
2016-02-09 Russ Coxbuild: mv cmd/vendor cmd/internal/unvendor
2016-02-09 Russ Coxcmd/go: silence standard imports non-standard error...
2016-02-09 Brad Fitzpatricknet/http: make ListenAndServeTLS treat GetCertificate...
2016-02-08 Robert Griesemergo/constant: fix String() implementation
2016-02-08 Brad Fitzpatrickruntime: fix comment
2016-02-08 Robert Griesemergo/types: make sure constants valid in integer operatio...
2016-02-07 Mikio Hararuntime: don't call testing.Fatal from worker goroutines
2016-02-06 Ian Lance Taylornet/http: deflake TestCloseNotifierPipelined
2016-02-05 Brad Fitzpatricknet/http: fix doc typo
2016-02-05 Brad Fitzpatricknet/http: update bundled http2
2016-02-05 Brad Fitzpatricknet/http: document Request.Header and Request.Close...
2016-02-04 Keith Randallruntime: don't expose stack buffer in stringto{byte...
2016-02-04 Andrew Gerranddoc: rewrite references to plan9.bell-labs.com to 9p.io
2016-02-04 Ian Lance Taylorruntime: skip TestSignalExitStatus on Solaris
2016-02-04 Ian Lance Taylordoc: correct old function names in strconv comments...
2016-02-03 Chris Broadfoot[release-branch.go1.6] go1.6rc2 go1.6rc2
2016-02-03 Chris Broadfootall: merge master into release-branch.go1.6
2016-02-03 Brad Fitzpatricknet/http/httputil: also remove non-standard Proxy-Conne...
2016-02-03 Brad Fitzpatricksync: deflake TestWaitGroupMisuse3
2016-02-03 Russ Coxcmd/go: fix rebuild after installation of new Go release
2016-02-03 Ian Lance Taylorcmd/vet: don't crash in cgo checker if type is unknown
2016-02-03 Rob Pikemisc: update timezone database to IANA 2016a
2016-02-02 Russ Coxcmd/go: document that -msan requires clang
2016-02-02 Brad Fitzpatrickruntime/pprof: mark dragonfly and solaris as bad at...
2016-02-02 Brad Fitzpatricknet/http/httputil: fix spelling of Trailer hop-by-hop...
2016-02-02 Brad Fitzpatricknet/http: mark TestTLSServerClosesConnection as flaky...
2016-02-02 Russ Coxall: merge master into release-branch.go1.6
2016-02-02 Russ Coxarchive/zip: handle pre-zip64 zip files containing...
2016-02-02 Russ Coxcmd/go: avoid use of git -C, which does not exist in...
2016-02-02 Russ Coxruntime: deflake TestGoroutineProfileTrivial
2016-02-02 Russ Coxall: merge master into release-branch.go1.6
2016-02-02 Austin Clementsruntime: start an M when handing off a P when there...
next