]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-09-04 Bryan C. Millscmd/go/internal/test: prepend -test.timeout rather...
2019-09-04 Austin Clementsruntime: platform-independent faketime support
2019-09-04 Austin Clementssyscall: redirect writes to runtime.write in faketime...
2019-09-04 Austin Clementsruntime: wrap nanotime, walltime, and write
2019-09-04 Bryan C. Millscmd/go/internal/get: avoid panic in metaImportsForPrefi...
2019-09-04 Jonathan Amsterdamerrors: fix wrong code in package doc
2019-09-04 Robert Griesemerspec: clarify that shift count must be non-negative
2019-09-04 Michael Anthony... runtime: don't hold worldsema across mark phase
2019-09-04 Tobias Klauserall: add a space before +build in build tag comments
2019-09-03 Filippo Valsordacrypto/x509: remove IsCA exception for broken Entrust...
2019-09-03 Keith Randallcmd/compile,runtime: generate hash functions only for...
2019-09-03 Andrewdoc: add Go 1.13 to release history
2019-09-03 Ian Lance Taylorcmd/compile/internal/gc: use GoToolPath in TestDeps
2019-09-03 Keith Randallbytes/hash: disable seed test on 32-bit platforms
2019-09-03 Cuong Manh Lecmd/compile: extend ssa.go to handle 1-element array...
2019-09-03 Than McIntoshdebug/dwarf: better handling for DW_FORM_indirect
2019-09-03 Matthew Dempskycmd/compile: silence esc diagnostics about directiface...
2019-09-03 Matthew Dempskycmd/compile: replace copytype to setUnderlying
2019-09-03 Matthew Dempskycmd/compile: simplify {defer,resume}checkwidth logic
2019-09-03 Ian Lance Taylordebug/dwarf, debug/elf: support DWARF 5
2019-09-03 Ian Lance Taylordebug/dwarf: add new constants defined in DWARF 5
2019-09-03 Changkun Ouruntime: one lock per order
2019-09-03 Ayan Georgeplugin: add freebsd/amd64 plugin support
2019-09-03 Bryan C. Millsdoc/go1.13: remove announcements of arm64 support on...
2019-09-02 Daniel MartíRevert "runtime: remove slow time compatibility hacks...
2019-09-02 Andrewdoc: document Go 1.13
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
next