]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2020-10-14 Alexander Rakoczy[release-branch.go1.15] go1.15.3 go1.15.3
2020-10-14 Keith Randall[release-branch.go1.15] cmd/compile: fix left shift...
2020-10-14 Austin Clements[release-branch.go1.15] runtime: correct signature...
2020-10-12 Keith Randall[release-branch.go1.15] cmd/compile: export notinheap...
2020-10-09 Keith Randall[release-branch.go1.15] cmd/compile: propagate go:notin...
2020-10-09 Keith Randall[release-branch.go1.15] cmd/compile: make go:notinheap...
2020-10-09 Keith Randall[release-branch.go1.15] cmd/cgo: use go:notinheap for...
2020-10-09 Keith Randall[release-branch.go1.15] cmd/compile: allow aliases...
2020-10-09 Keith Randall[release-branch.go1.15] cmd/compile: don't allow go...
2020-10-09 Keith Randall[release-branch.go1.15] cmd/compile: make Haspointers...
2020-10-09 Keith Randall[release-branch.go1.15] runtime: implement StorepNoWB...
2020-10-08 Ian Lance Taylor[release-branch.go1.15] cmd/cgo: add more architectures...
2020-10-07 Michael Munday[release-branch.go1.15] bytes, internal/bytealg: fix...
2020-10-07 Daniel Martí[release-branch.go1.15] cmd/go: relax version's error...
2020-10-07 Michael Anthony... [release-branch.go1.15] runtime: disable stack shrinkin...
2020-10-06 Bryan C. Mills[release-branch.go1.15] cmd/addr2line: don't assume...
2020-10-05 Keith Randall[release-branch.go1.15] cmd/compile: fix live variable...
2020-10-05 Bryan C. Mills[release-branch.go1.15] testing: flush test summaries...
2020-10-01 Keith Randall[release-branch.go1.15] cmd/compile: prevent 387+float3...
2020-09-24 Ian Lance Taylor[release-branch.go1.15] internal/poll: adjust ignoringE...
2020-09-10 Michael Anthony... [release-branch.go1.15] runtime: fix ReadMemStatsSlow...
2020-09-10 Michael Munday[release-branch.go1.15] cmd/internal/obj: fix inline...
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...
next