]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2020-09-09 Dmitri Shuralyov[release-branch.go1.15] go1.15.2 go1.15.2
2020-09-03 Cherry Zhang[release-branch.go1.15] cmd/compile, runtime: mark...
2020-09-03 Keith Randall[release-branch.go1.15] cmd/internal/obj: stop removing...
2020-09-03 Lynn Boger[release-branch.go1.15] cmd/internal/obj/ppc64: don...
2020-09-02 Filippo Valsorda[release-branch.go1.15] net/http/fgci: skip flaky test
2020-09-02 Bryan C. Mills[release-branch.go1.15] cmd/test2json: do not emit...
2020-09-02 Bryan C. Mills[release-branch.go1.15] cmd/go/internal/test: keep...
2020-09-02 ShihCheng Tu[release-branch.go1.15] doc/go1.14: document json.Umars...
2020-09-02 chainhelen[release-branch.go1.15] runtime: fix panic if newstack...
2020-09-01 Bryan C. Mills[release-branch.go1.15] testing: treat PAUSE lines...
2020-09-01 Filippo Valsorda[release-branch.go1.15] all: merge release-branch.go1...
2020-09-01 Dmitri Shuralyov[release-branch.go1.15-security] go1.15.1 go1.15.1
2020-09-01 Roberto Clapis[release-branch.go1.15-security] net/http/cgi,net/http...
2020-08-28 Ian Lance Taylor[release-branch.go1.15] net/mail: return error on empty...
2020-08-27 Changkun Ou[release-branch.go1.15] sync: delete dirty keys inside...
2020-08-27 Michał Łowicki[release-branch.go1.15] testing: fix Cleanup race with...
2020-08-22 Jason A. Donenfeld[release-branch.go1.15] runtime: detect services in...
2020-08-22 Tobias Klauser[release-branch.go1.15] internal/poll: treat copy_file_...
2020-08-21 Matthew Dempsky[release-branch.go1.15] cmd/compile: fix checkptr handl...
2020-08-21 Ian Lance Taylor[release-branch.go1.15] internal/poll: treat copy_file_...
2020-08-21 Josh Bleecher... cmd/compile: correct type of CvtBoolToUint8 values
2020-08-13 Cherry Zhang[release-branch.go1.15] doc/go1.15: clarify external...
2020-08-13 Andrew[release-branch.go1.15] doc/go1.15: include behavior...
2020-08-11 Andrew Bonventre[release-branch.go1.15] go1.15 go1.15
2020-08-11 Andrew[release-branch.go1.15] all: merge master into release...
2020-08-07 Alexander Rakoczy[release-branch.go1.15] go1.15rc2 go1.15rc2
2020-08-06 Alexander Rakoczy[release-branch.go1.15] all: merge master into release...
2020-08-06 Alexander Rakoczycmd: update golang.org/x/xerrors
2020-08-06 Katie Hockmanencoding/binary: read at most MaxVarintLen64 bytes...
2020-08-05 Michael Matloobcmd/go: fix error stacks when there are scanner errors
2020-08-04 Damien Neilnet/http: fix cancelation of requests with a readTracki...
2020-08-02 Keith Randallruntime/race: fix ppc64le build
2020-08-01 Keith Randallruntime/race: rebuild some .syso files to remove getaux...
2020-08-01 Toshihiro Shiinodoc/go1.15: fix a few trivial inconsistencies
2020-07-31 Matthew Dempskycmd/cgo: fix mangling of enum and union types
2020-07-31 Michael Anthony... runtime: validate candidate searchAddr in pageAlloc...
2020-07-30 Katie Hockmantesting: fix quotation marks
2020-07-30 Cholerae Hucmd/compile: don't addLocalInductiveFacts if there...
2020-07-30 Michael Mundaycrypto/ed25519: remove s390x KDSA implementation
2020-07-30 Michael Anthony... runtime: hold sched.lock over globrunqputbatch in runqp...
2020-07-28 Michael Prattruntime: ensure startm new M is consistently visible...
2020-07-27 Keith Randallcmd/compile: add floating point load+op operations...
2020-07-27 Cherry Zhangcmd/link: don't mark shared library symbols reachable...
2020-07-25 Ian Lance Taylorsyscall: use correct file descriptor in dup2 fallback...
2020-07-25 Ian Lance Taylorruntime, sync: add copyright headers to new files
2020-07-24 Filippo Valsordadoc/go1.15: surface the crypto/x509 CommonName deprecat...
2020-07-24 Alexander Rakoczy[release-branch.go1.15] go1.15rc1 go1.15rc1
2020-07-23 Austin Clementsdoc/go1.15: announce GO386=387 deprecation
2020-07-22 Ian Lance Taylorruntime: don't mlock on Ubuntu 5.4 systems
2020-07-20 Alberto Donizetticmd/compile: add test for fixed ICE on untyped conversion
2020-07-17 Brian Kesslerdoc/go1.15: add release notes for math/cmplx
2020-07-17 Dmitri Shuralyovgo/printer: remove exported StdFormat flag
2020-07-16 Russ Coxcompress/flate: fix another deflate Reset inconsistency
2020-07-16 Klaus Postcompress/flate: fix deflate Reset consistency
2020-07-15 Cherry Zhangcmd/link: skip TestOldLink if the old linker does not...
2020-07-14 Russ Coxnet/http: synchronize "100 Continue" write and Handler...
2020-07-14 Filippo Valsordacrypto/x509: respect VerifyOptions.KeyUsages on Windows
2020-07-14 Russ Coxhtml/template: add tests from text/template
2020-07-13 Jay Conrodcmd/go: include GOMODCACHE in 'go help environment'
2020-07-10 Fazlul Shahriarnet: hangup TCP connection after Dial timeout in Plan 9
2020-07-09 Austin Clementsdoc/go1.15: fix TODO about -buildmode=pie
2020-07-09 Norman B. Lancasternet/textproto: correct documentation of empty line...
2020-07-09 Jean de Klerkdoc/go1.15: add line for testing streaming change
2020-07-08 Filippo Valsordacrypto/x509/internal/macos: rename package to lowercase
2020-07-08 Ian Lance Taylorruntime: mark OpenBSD raise function nosplit
2020-07-08 Joe Tsaios: fix regression with handling of nil *File
2020-07-08 Katie Hockmancrypto: fix PKCS space in docs
2020-07-08 Hana (Hyang... doc/editors.html: update VS Code Go extension url
2020-07-08 Kush PatelA+C: add Kush Patel (corporate CLA for Hootsuite Inc)
2020-07-07 Filippo Valsordacrypto/tls: relax the docs of InsecureSkipVerify
2020-07-07 Fazlul Shahriarnet: correct address when listening on IPv4zero tcp4...
2020-07-07 Filippo Valsordacrypto/x509/pkix: print non-standard parsed Names at...
2020-07-07 Filippo Valsordadoc/go1.15: add html/template and text/template docs
2020-07-07 Russ Coxgo/build: rewrite TestDependencies to be cleaner, more...
2020-07-07 Russ Coxall: go get golang.org/x/net@ab3426394381
2020-07-07 Carlos Amedeedoc/go1.15: update Go 1.15 release notes using relnote
2020-07-07 Russ Coxpath/filepath: add explicit comment marking elided...
2020-07-06 Ian Lance Taylorcmd/go: display test binary output if invoked with...
2020-07-06 Cherry Zhangcmd/oldlink: port bug fixes to old linker
2020-07-06 Russ Coxgo/build: remove use of package log
2020-07-05 Alberto Donizettidoc/go1.15: fix wording in a few places
2020-07-03 Danielcrypto/tls: create certs w/o KeyEncipherment KU for...
2020-07-02 Daniel MartíRevert "encoding/json: don't reuse slice elements when...
2020-07-01 Cherry Zhangcmd/link: skip fallocate test if not supported, and...
2020-07-01 Cherry Zhangcmd/link: fix GC data reading from shared library ...
2020-07-01 Cherry Zhangcmd/link: mark special symbols reachable
2020-07-01 Tobias Klauserdoc: add riscv64 to ports list
2020-06-30 Cherry ZhangRevert "cmd/link: fix GC data reading from shared library"
2020-06-30 Cherry Zhangcmd/link: fix GC data reading from shared library
2020-06-30 Roland Shoemakerdoc/go1.15: add encoding/asn1 note about minimal encoding
2020-06-30 Fazlul Shahriarnet: fix TestDialerLocalAddr on Plan 9
2020-06-30 Ferenc Szabodoc: add note about missing lock in sample code
2020-06-29 Ian Lance Taylordoc/go1.15: remove encoding/xml doc
2020-06-29 Ian Lance TaylorRevert "encoding/xml: fix reserved namespace check...
2020-06-29 Alexander Nohedoc: add alt attribute to gopher image in help.html
2020-06-29 Roland Shoemakerdoc/go1.15: add release note for encoding/asn1
2020-06-29 Marcus Weinernet/http: fix panic with If-None-Match value in http...
2020-06-29 Fazlul Shahriarnet: add support for dialing from a custom local addres...
2020-06-29 Fazlul Shahriarnet: handle more interface types without a hardware...
2020-06-28 Jie Madoc: fix typos and grammatical errors in contribute...
next