]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-07-23 Cherry Zhang[dev.link] cmd/link: stream external relocations on...
2020-07-23 Cherry Zhang[dev.link] cmd/link: stream external relocations on...
2020-07-23 Cherry Zhang[dev.link] cmd/link: stream external relocations on...
2020-07-23 Cherry Zhang[dev.link] cmd/link: avoid reading symbol Data in archr...
2020-07-21 Cherry Zhang[dev.link] cmd/link: remove OutData
2020-07-21 Cherry Zhang[dev.link] cmd/link: stream external relocations on...
2020-07-21 Cherry Zhang[dev.link] cmd/link: stream external relocations on...
2020-07-21 Cherry Zhang[dev.link] cmd/link: fix hash collision check
2020-07-20 Cherry Zhang[dev.link] cmd/internal/obj: handle content-addressable...
2020-07-20 Cherry Zhang[dev.link] cmd/compile: make read-only static temps...
2020-07-17 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
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-16 Cherry Zhang[dev.link] cmd/link: stream out external relocations...
2020-07-16 Cherry Zhang[dev.link] cmd/internal/goobj2, cmd/link: use short...
2020-07-16 Cherry Zhang[dev.link] cmd/internal/obj: make integer/float constan...
2020-07-16 Cherry Zhang[dev.link] cmd/compile: make GC map symbols content...
2020-07-16 Cherry Zhang[dev.link] cmd/internal/goobj2, cmd/link: add content...
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 Cherry Zhang[dev.link] cmd/link: dump symbol info on crash under -v
2020-07-13 Jay Conrodcmd/go: include GOMODCACHE in 'go help environment'
2020-07-10 Cherry Zhang[dev.link] cmd/link: remove ARM64 special handling...
2020-07-10 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
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 Than McIntosh[dev.link] cmd/compile: make compiler-generated ppc64...
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 Than McIntosh[dev.link] cmd/link: skip symtab entries for selected...
2020-07-08 Than McIntosh[dev.link] cmd/compile: mark stmp and stkobj symbols...
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 Cherry Zhang[dev.link] cmd/link: emit Mach-O relocations in mmap
2020-07-07 Cherry Zhang[dev.link] cmd/link: run more tests in parallel
2020-07-07 Than McIntosh[dev.link] cmd/link: remove some unneeded code from...
2020-07-07 Russ Coxpath/filepath: add explicit comment marking elided...
2020-07-06 Than McIntosh[dev.link] cmd/link: better naming for Loader container...
2020-07-06 Than McIntosh[dev.link] cmd/link: better naming for Loader container...
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 Cherry Zhang[dev.link] cmd/link: write ELF relocations in mmap...
2020-07-06 Russ Coxgo/build: remove use of package log
2020-07-05 Cherry Zhang[dev.link] cmd/link: parallelize ELF relocation writing
2020-07-05 Cherry Zhang[dev.link] cmd/link: emit ELF relocations in mmap
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 Cherry Zhang[dev.link] cmd/link: stop Seek file in munmap
2020-06-30 Cherry Zhang[dev.link] cmd/link: read symbol type only when necessa...
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...
2020-06-27 Keith Randallruntime: ensure arenaBaseOffset makes it into DWARF...
2020-06-26 Matthew Dempskycmd/cgo: prevent redeclaration of _Ctype_void when...
2020-06-26 Alberto Donizettidoc/go1.15: fix typos and wording in a few places
2020-06-26 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-06-26 Ian Lance Taylordoc/go1.14: crypto/tls.Config.NameToCertificate is...
2020-06-26 Cherry Zhangruntime: don't preempt if preemption is disabled
2020-06-26 Alberto Donizettidoc/go1.15: fix bad link to crypto/tls
2020-06-26 Cherry Zhang[dev.link] cmd/link: remove special dynlinkingGo case...
2020-06-26 Cherry Zhang[dev.link] cmd/link: handle runtime.text/etext symbols...
2020-06-25 Jeremy Faller[dev.link] cmd/link: move findfunctab to a generated...
2020-06-25 Jeremy Faller[dev.link] cmd/link: add generator symbols
2020-06-25 Filippo Valsordacrypto/x509: move and update the SSL_CERT_FILE and...
2020-06-25 Keith Randallcmd/compile: remove check that Zero's arg has the corre...
2020-06-25 Fazlul Shahriaros: return *PathError error in File.Sync on Plan 9
2020-06-25 Than McIntosh[dev.link] cmd/internal: convert basic types to builtin...
2020-06-25 Than McIntosh[dev.link] cmd/internal/obj: don't write builtin names...
2020-06-25 Ian Lance Taylordoc/go1.15: mention consequence of os.File.ReadFrom
2020-06-25 Kerollos Magdydoc/faq: fix a grammar mistake
2020-06-24 Ian Lance Taylornet: consistently document deadline handling
next