]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2019-10-31 Daniel Martíencoding/json: avoid work when unquoting strings, take 2
2019-10-31 Michael Mundayruntime/internal/atomic: add tests for And8 and Or8
2019-10-30 Ian Lance Taylorruntime: switch to using new timer code
2019-10-30 Damien Neiltesting: provide additional information when test funcs...
2019-10-30 Filippo Valsordacrypto/tls: improve error messages for invalid certific...
2019-10-30 Sam Whitedencoding/xml: fix token decoder on early EOF
2019-10-30 Ian Lance Taylorruntime: clear js idle timeout before new one and after...
2019-10-30 Clément Chigotruntime: fix nbpipe_test for AIX
2019-10-30 Clément Chigotruntime: fix netpollBreak for AIX
2019-10-30 Lorenz Bauersyscall: treat ENFILE as a temporary error
2019-10-30 Elias Naurcmd/link/internal/ld: remove flags incompatible with...
2019-10-30 Cholerae Hucmd/compile: resolve TODO of Mpflt.SetString
2019-10-30 Ian Lance Taylorruntime: record stub netpoll initialization, add lock...
2019-10-30 Ian Lance Taylorruntime: make fcntl arguments consistent across OS's
2019-10-29 Cherry Zhangruntime: clear m.gsignal when the M exits
2019-10-29 Robert Griesemergo/types: clarify documentation
2019-10-29 Keith Randallcmd/compile: fix typing of IData opcodes
2019-10-29 Jay Conrodcmd/go: delete internal packages moved to x/mod
2019-10-29 Dan Scalescmd/compile: handle some missing cases of non-SSAable...
2019-10-29 Jay Conrodcmd/go/internal/modfile: don't use cmd/internal/diff
2019-10-29 Robert Griesemergo/parser: use valid position when reporting an error...
2019-10-29 Bryan C. Millsgo/build: use the main module's root when locating...
2019-10-29 Brad Fitzpatrickcmd/dist: don't run cmd tests on js/wasm
2019-10-29 Constantin... os: return from TestRemoveAllWithMoreErrorThanReqSize...
2019-10-29 Clément Chigotruntime: initialize netpoll in TestNetpollBreak
2019-10-29 Michael Fraenkelnet/http: only decrement connection count if we removed...
2019-10-29 Than McIntoshcmd/compile: fix spurious R_TLE_LE reloc on android/386
2019-10-29 Ian Lance Taylorcontext: mark testDeadline as a testing helper method
2019-10-29 Austin Clementscmd/compile: fix missing lowering of atomic {Load,Store}8
2019-10-29 Austin Clementsruntime: rename TestPreemptM to TestSignalM
2019-10-29 Austin Clementsruntime: unblock SIGUSR1 for TestPreemptM
2019-10-29 Lynn Bogercrypto/elliptic: clean up ppc64le implementation slightly
2019-10-29 Alex Brainmaninternal/syscall/windows/registry: make '-gcflags=all...
2019-10-29 Cuong Manh Lecmd/compile: hard fail if n.Opt() is not nil in walkChe...
2019-10-29 Robert Griesemercmd/compile/internal/syntax: don't hardwire path separa...
2019-10-29 Cherry Zhangcmd/internal/obj/mips: fix encoding of FCR registers
2019-10-29 Austin Clementscmd/compile: intrinsics for runtime/internal/atomic...
2019-10-29 Austin Clementsruntime/internal/atomic: add Store8
2019-10-28 Mikhail Fesenkocmd/fix, cmd/go, cmd/gofmt: refactor common code into...
2019-10-28 Shenghou Macmd/compile/internal/gc: reword "declared and not used...
2019-10-28 Agniva De Sarkergo/ast: fix SortImports to handle block comments (take 2)
2019-10-28 John Papandriopouloscmd/link: pass-through undefined call targets in extern...
2019-10-28 Constantin... os: remove read-only directories in RemoveAll on Windows
2019-10-28 Jay Conrodcmd/dist: support GOROOT vendoring
2019-10-28 Robert Griesemergo/parser, go/ast: correctly take into account presence...
2019-10-28 Josh Bleecher... go.sum: add golang.org/x/tools sum
2019-10-28 Josh Bleecher... cmd: gofmt
2019-10-28 Josh Bleecher... cmd/compile: update comment about OpPhi argLength
2019-10-28 Koichi Shiraishicmd/link: use filepath.Clean rather than path.Clean
2019-10-28 Daniel Martícmd: remove a few unused parameters
2019-10-28 Joshua M. Clulowruntime: make NumCPU respect zone CPU cap on illumos
2019-10-28 Cherry Zhangcmd/compile: delete ZeroAuto
2019-10-28 Brad Fitzpatrickdoc/go1.14: document that Go 1.14 is likely last to...
2019-10-28 Aditya Harindardoc/articles: format error string as per go style
2019-10-28 Lynn Bogerruntime: fix textOff for multiple text sections
2019-10-28 Lynn Bogercrypto/elliptic: add asm implementation for p256 on...
2019-10-28 Phil Pearlencoding/json: remove allocation when using a Marshaler...
2019-10-28 Tobias Klausercmd/nm, runtime/cgo: add cgo support for freebsd/arm64
2019-10-28 Dmitri Goutnikcmd/link: switch to ld.bfd on freebsd/arm64
2019-10-28 Dan Scalesruntime: fix dumpgoroutine() to deal with open-coded...
2019-10-27 Phil Pearlencoding/json: improve performance of Compact
2019-10-27 Jason A. Donenfeldcmd/link: enable DEP for Windows executables
2019-10-27 Jason A. Donenfeldinternal/syscall/windows/registry: remove TestWalkFullR...
2019-10-26 Josh Bleecher... crypto/tls: move a defer out of a loop
2019-10-26 Giovanni Bajotest: add test for fixed internal compiler error
2019-10-26 Giovanni Bajocmd/compile: in poset, implement path collapsing
2019-10-26 Giovanni Bajocmd/compile: in poset, allow multiple aliases in a...
2019-10-26 Giovanni Bajocmd/compile: in poset, refactor aliasnode
2019-10-26 nikita-vanyasincmd/link/internal: eliminate all ld.Cputime() usages
2019-10-26 Ben Shiruntime: save/restore callee-save registers in arm...
2019-10-26 Austin Clementsruntime: add test for signalM
2019-10-26 Austin Clementsruntime: M-targeted signals for libc-based OSes
2019-10-26 Austin Clementsruntime: M-targeted signals for BSDs
2019-10-26 Austin Clementsruntime: M-targeted signals for Linux
2019-10-26 Vivek Vdebug/dwarf: call strings.EqualFold instead of calling...
2019-10-26 Bryan C. Millsos: use an actual RemoveAll failure in TestRemoveAllWit...
2019-10-26 Cuong Manh Leruntime: mark findObject nosplit
2019-10-26 Cuong Manh Leruntime: factor out debug.invalidptr case in findObject
2019-10-26 Cuong Manh Leruntime: simplify findObject bad pointer checking condition
2019-10-25 Austin Clementsruntime: abstract M preemption check into a function
2019-10-25 Austin Clementsruntime: only shrink stacks at synchronous safe points
2019-10-25 Austin Clementsruntime: make copystack/sudog synchronization more...
2019-10-25 Austin Clementsruntime: remove g.gcscanvalid
2019-10-25 Austin Clementsruntime: remove old stack scanning code
2019-10-25 Austin Clementsruntime: add general suspendG/resumeG
2019-10-25 pokutunanet/http: fix comment TimeoutHandler no longer supports...
2019-10-25 Bryan C. Millscmd/go: implement svn support in module mode
2019-10-25 Tobias Klauserruntime: define emptyfunc as static function in assembl...
2019-10-25 Bryan C. Millsnet/http: skip failing test on windows-amd64-longtest...
2019-10-25 Bryan C. Millsos/signal: derive TestAtomicStop timeout from overall...
2019-10-25 Tobias Klausercmd/dist: add support for freebsd/arm64
2019-10-25 Tobias Klauserruntime: add support for freebsd/arm64
2019-10-25 Austin Clementsruntime: ensure _Grunning Gs have a valid g.m and g.m.p
2019-10-25 Austin Clementsruntime: make m.libcallsp check in shrinkstack panic
2019-10-25 Austin Clementscmd/internal/obj/x86: correct pcsp for ADJSP
2019-10-25 ZYunHinternal/singleflight: format someErr
2019-10-25 Meng Zhuocmd/dist: fix wrong goarch on mips64le
2019-10-25 Meng Zhuoruntime: fix typo of MADV_NOHUGEPAGE
2019-10-25 Jason A. Donenfeldinternal/syscall/windows/registry: allow for non-null...
2019-10-25 Rob Pikefmt: fix handling of %% verb in Scanf
next