]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-08-29 LE Manh Cuongcmd/compile: make typecheck set n.Type.Nod when returni...
2019-08-29 Daniel MartíRevert "runtime: don't forward SIGPIPE on macOS"
2019-08-29 Than McIntoshtest: new testcase for gollvm bug
2019-08-29 Jason A. Donenfeldruntime: remove slow time compatibility hacks for wine
2019-08-29 Lynn Bogercmd/internal/obj/ppc64: add support for vmrgow,vmrgew
2019-08-29 Elias Naurruntime: don't forward SIGPIPE on macOS
2019-08-29 Constantin... os: return an error when the argument of Mkdir on Windo...
2019-08-29 Tomas Dabasinskasnet: fix resolving local windows machine ptr
2019-08-29 Prashant Agrawaldebug/pe: enable parsing of variable length optional...
2019-08-29 Agniva De Sarkercmd/compile: refactor zero value size to be a constant
2019-08-29 Tianon Graviruntime: treat CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT...
2019-08-29 Tobias Klausersyscall: enable ReadDirent tests on aix, linux and...
2019-08-28 Dmitri ShuralyovCONTRIBUTORS: second round of updates for Go 1.13
2019-08-28 Cherry Zhangtest/codegen: fix ARM32 RotateLeft32 test
2019-08-28 Matthew DempskyRevert "cmd/compile: make isfat handle 1-element array...
2019-08-28 Matthew Dempskycmd/compile: update fmt_test.go for esc.go code cleanup
2019-08-28 LE Manh Cuongcmd/compile: make isfat handle 1-element array, 1-field...
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
next