]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-09-02 Andrew Bonventredoc/1.13: remove draft note and make various fixes
2019-09-02 Ivan Trubachcmd/doc: make -src mode deterministic
2019-09-02 tomocynet: document concurrency safety and example for Dialer
2019-09-02 Daniel Martístd: remove unused bits of code all over the place
2019-09-02 peter zhangmath/big: fix a duplicate "the" in a comment
2019-09-02 spacewandernet/http: merge IsDir checks in fs.go's serveFile function
2019-09-02 itchynyencoding/json: fix scanner byte offset on scanEnd
2019-09-02 Derek Phannet/http: remove redundant port validation
2019-09-01 LE Manh Cuongcmd/link: always set .dynsym info field
2019-09-01 Tom Thorogoodencoding/json: revert Compact HTML escaping documentation
2019-09-01 William Poussierencoding/json: fix panic for nil instances of TextMarsh...
2019-09-01 Alex Gaynordoc: make the draft 1.13 release notes expected release...
2019-09-01 Alberto Donizettitest/codegen: mention -all_codegen in the README
2019-09-01 Daniel Martícmd/compile: remove a few unused bits of code
2019-09-01 Andrew Bonventremime: update type of .js and .mjs files to text/javascript
2019-09-01 Irbe Kruminapath: change the output format of ExampleSplit function
2019-09-01 jsignio/ioutil: don't check for short write in WriteFile
2019-09-01 Ou Changkunruntime: remove outdated comment in select sortkey
2019-08-31 Brian Kesslercmd/compile: intrinsify RotateLeft32 on wasm
2019-08-31 LE Manh Cuongcmd/link: set .dynsym info field
2019-08-31 Jason A. Donenfeldld: ensure that PE versions sync for internal and exter...
2019-08-31 Jason A. Donenfeldld: mark PE executables as terminal services aware
2019-08-31 Elias Naurruntime: don't forward SIGPIPE on macOS
2019-08-31 OlgaVlPetrovacmd/compile/internal/ssa: simplify `s = s <op> x` to...
2019-08-31 Eli Benderskytest2json: default to "pass" when the test doesn't...
2019-08-31 Emmanuel Odekeos: skip TestPipeThreads on GOOS=darwin
2019-08-31 Simon Ferquelruntime: do not crash in lastcontinuehandler when runni...
2019-08-30 Ben Shicmd/compile: eliminate WASM's redundant extension ...
2019-08-30 Cherry Zhangruntime: remove unnecessary variable decls in asm.s
2019-08-30 David Chasecmd/compile: print lines missing is_stmt if testing...
2019-08-30 micnncimsyscall: fix duplicate comments
2019-08-30 Ben Shicmd/compile: optimize 386's math.bits.TrailingZeros16
2019-08-30 zdjonescmd/compile: rename poset method dominates to reaches
2019-08-30 Rhys Hiltnercmd/cover: skip go list when profile is empty
2019-08-30 Clément Chigotsyscall: fix coredump bit for aix/ppc64
2019-08-30 Jason A. Donenfeldruntime: monitor for suspend/resume to kick timeouts
2019-08-30 Ben Shicmd/compile: update README for rulegen
2019-08-30 Tobias Klausercmd/compile: regenerate known formats in fmtmap_test.go
2019-08-30 Keith Randallinternal/fmtsort: don't out-of-bounds panic if there...
2019-08-30 Keith Randallruntime: use all 64 bits of hash seed on arm64
2019-08-29 Robert Griesemercmd/compile: avoid follow-on errors for literals with...
2019-08-29 Robert Griesemercmd/compile/internal/syntax: add BasicLit.Bad field...
2019-08-29 Keith Randallbytes/hash: add hashing package for bytes and strings
2019-08-29 Keith Randallruntime: switch default order of hashing algorithms
2019-08-29 Josh Bleecher... cmd/compile: add more Neg/Com optimizations
2019-08-29 Josh Bleecher... cmd/compile: simplify postorder
2019-08-29 Josh Bleecher... cmd/compile: optimize more pointer comparisons
2019-08-29 Josh Bleecher... cmd/compile: remove redundant rules
2019-08-29 Cuong Manh Lecmd/compile: emit error message for broken type
2019-08-29 LE Manh Cuongcmd/compile: fix internal error on complex comparison
2019-08-29 LE Manh Cuongcmd/compile: do not set n.Type.Sym in typecheckdeftype
2019-08-29 Josh Bleecher... cmd/compile: handle infinite loops in shortcircuit...
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...
next