]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-08-28 LE Manh Cuongcmd/compile: remove isfat from order expr
2019-08-28 Cholerae Hucmd/compile: truncate constant arithmetic result with...
2019-08-28 LE Manh Cuongcmd/compile: ensure interface-to-concrete comparison...
2019-08-28 LE Manh Cuongcmd/compile: fix wrong field type in scasetype
2019-08-28 Matthew Dempskycmd/compile: remove unused code from esc.go
2019-08-28 Matthew Dempskycmd/compile: remove -newescape flag
2019-08-28 Matthew Dempskytest: remove -newescape from regress tests
2019-08-28 Brad Fitzpatricknet/http: don't panic serving dir in ServeFile with...
2019-08-28 Ayan Georgeruntime: simplify GOOS detection in mstart()
2019-08-28 Ian Lance Taylortest: add test that failed with gccgo
2019-08-28 Jordi Martinio: add error check on pipe close functions to avoid...
2019-08-28 empijeicrypto/x509: allow nil Certificates to be compared...
2019-08-28 Mostyn Bramley... crypto/ecdsa: improve documentation readability
2019-08-28 Eric Lagergrenmath/big: document that Rat.Denom might modify the...
2019-08-28 Meng Zhuoruntime, cmd/compile: implement and use DUFFCOPY on...
2019-08-28 Tobias Klausersyscall: move Renameat to syscall_linux_$GOARCH.go
2019-08-28 Ben Shicmd/compile: optimize ARM's math.bits.RotateLeft32
2019-08-28 Ben Shicmd/compile: optimize ARM's math.Abs
2019-08-28 Meng Zhuocmd/asm: add V[LD|ST][2-4] vector instructions on arm64
2019-08-28 Illya Yalovyymath/big: fast path for Cmp if same
2019-08-28 Cherry Zhangcmd/compile: don't mark stack object symbol DUPOK
2019-08-28 Daniel Martínet/http: fix a long test after CL 185117
2019-08-28 Bryan C. MillsRevert "cmd/compile: optimize 386's math.bits.TrailingZ...
2019-08-28 Nao YONASHIROcompress/flate: improve deflate performance by register...
2019-08-28 Stefan Baeblernet/url: improve url parsing error messages by quoting
2019-08-28 Martin Möhrmannruntime: reduce allocations when building pprof LabelSet
2019-08-28 Eddie Scholtzencoding/xml: rename fInnerXml to fInnerXML
2019-08-28 Martin Möhrmannnet/url: use strings.IndexByte instead of strings.Index...
2019-08-28 Cuong Manh Lecmd/compile: remove gc.eqtype in comments
2019-08-28 Nao YONASHIROimage/png: hoist repetitive pixels per byte out of...
2019-08-28 Agniva De Sarkercmd/compile: apply optimization for readonly globals...
2019-08-28 Agniva De Sarkerruntime,syscall/js: reuse wasm memory DataView
2019-08-28 Agniva De Sarkernet/http/httputil: fix goroutine leak for DumpRequestOut
2019-08-28 Agniva De Sarkercmd/compile: optimize bounded shifts on wasm
2019-08-28 Agniva De Sarkercmd/compile: coalesce a few shift rules for wasm
2019-08-28 Sam Arnoldstrconv: Speed improvement to number parsing
2019-08-28 Ben Shicmd/compile: optimize 386's math.bits.TrailingZeros16
2019-08-28 Ben Shitest/fixedbugs: add more test cases to issue #27718
2019-08-28 Ben Shicmd/compile: generate Select on WASM
2019-08-28 fanzha02cmd/internal/obj/arm64: add support for most system...
2019-08-28 Keith Randallcmd/compile: remove auxSymInt32
2019-08-27 Filippo Valsordacrypto/tls: remove TLS 1.3 opt-out
2019-08-27 Filippo Valsordacrypto/tls: remove SSLv3 support
2019-08-27 Josh Bleecher... cmd/compile: improve shortcircuit pass
2019-08-27 Bryan C. Millscmd/go/internal/get: remove '--' separator from 'git...
2019-08-27 Josh Bleecher... cmd/compile: run deadcode before lowered CSE
2019-08-27 Stefan Baeblernet/url: fail TestParseErrors test when getting an...
2019-08-27 Anderson Queiroznet/http: enhance documentation for Server.Addr
2019-08-27 Filippo Valsordacrypto/tls: make SSLv3 again disabled by default
2019-08-27 Bryan C. Millscmd/go/internal/modload: fix swapped paths in error...
2019-08-27 Matthew Dempskycmd/compile: fix "previous" position info for duplicate...
2019-08-27 Matthew Dempskyruntime: simplify some pointer conversions
2019-08-27 Bryan C. Millsnet/http: fix wantConnQueue memory leaks in Transport
2019-08-27 LE Manh Cuongcmd/compile: optimize bitset tests
2019-08-27 Daniel Martíencoding/json: remove unnecessary isValidNumber call
2019-08-27 Dong-hee Nahtml/template: micro optimization for isJSType
2019-08-27 Daniel MartíRevert "net/url: fail TestParseErrors test when getting...
2019-08-27 LE Manh Cuongcmd/compile: eliminate usage of global Fatalf in ssa.go
2019-08-27 Daniel Martícmd/compile: teach rulegen to remove unused decls
2019-08-27 Andrew Gerrandarchive/zip: remove unused special case
2019-08-27 tnclongtext/template: avoid allocating a new common in copy
2019-08-27 Stefan Baeblernet/url: fail TestParseErrors test when getting an...
2019-08-27 Alex Brainmannet: do not call Windows TransmitFile for large files
2019-08-27 Dong-hee Natext/template: replace bytes.Buffer with strings.Builder
2019-08-27 Jonathan Amsterdamerrors: document Is and As methods
2019-08-27 Daniel Martíencoding/json: fix the broken "overwriting of data...
2019-08-27 Daniel Martícmd/compile: initial rulegen rewrite
2019-08-27 Javier Revillasnet/http: fix a typo in comments
2019-08-27 LE Manh Cuongcmd/compile: remove adjustctx from inline test
2019-08-27 zdjonescmd/compile: handle sign/zero extensions in prove,...
2019-08-27 Sergei Zagurskiireflect: optimize directlyAssignable to avoid rtype...
2019-08-27 Robert Griesemercmd/compile/internal/syntax: better error recovery...
2019-08-27 Jason A. Donenfeldld: fix up header copy and paste error
2019-08-26 Matthew Dempskycmd/compile: allow embedding overlapping interfaces
2019-08-26 Matthew Dempskycmd/compile: refactor expandiface
2019-08-26 Matthew Dempskycmd/compile: refactor checkdupfields API
2019-08-26 obeidoc: align documents link
2019-08-26 Katie Hockmandoc/go1.13: add information about using private modules...
2019-08-26 Robert Griesemergo/types: process each segment of delayed actions in...
2019-08-26 Robert Griesemerspec: allow embedding overlapping interfaces
2019-08-26 Robert Griesemergo/types: postpone interface method type comparison...
2019-08-26 Robert Griesemergo/types: NewInterface/NewInterfaceType complete empty...
2019-08-26 Robert Griesemergo/types: allow embedding overlapping interfaces
2019-08-26 Robert Griesemergo/types: add -halt flag to ease debugging in test...
2019-08-26 Kevin Gillettenet/http: make docs refer to Context.Value as a getter...
2019-08-26 Andrew BonventreRevert "errors: add example showing a custom error...
2019-08-25 Toshihiro Shiinodoc/go1.13: add missing slashes
2019-08-25 Emmanuel T... doc/go1.13: fix bad URLs to strconv identifiers
2019-08-25 Jonathan Amsterdamerrors: add example showing a custom error with Unwrap
2019-08-24 Cherry Zhangcmd/vendor: update vendored x/arch repo to 8a70ba74b3a1
2019-08-23 Emmanuel T... doc/go1.13: document fmt's number syntax updates
2019-08-23 Jay Conrodall: update 'go get' command in standard library README...
2019-08-23 Filippo Valsordanet/http: update bundled golang.org/x/net/http2 to...
2019-08-23 Rob Pikestrconv: simplify the text for bases in ParseInt
2019-08-22 Jonathan Amsterdamsyscall: document relationship among Errno, errors...
2019-08-22 Jeff Hodgesnet/http: change TimeoutHandler's docs to match its...
2019-08-22 Emmanuel T... strconv: update documentation
2019-08-21 Emmanuel T... doc/go1.13: document _ between digits for math/big...
2019-08-21 Filippo ValsordaRevert "encoding/json: avoid work when unquoting strings"
2019-08-21 Russ Coxcmd/go: accept GOSUMDB=sum.golang.google.cn
next