]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-02-26 Cherry Zhangcmd/link: handle types as converted to interface when...
2021-02-26 Cuong Manh Lecmd/compile: fix mishandling of unsafe-uintptr argument...
2021-02-26 David Chasecmd/compile: change StaticCall to return a "Results"
2021-02-26 Dan Scalescmd/compile: fix missing descend in Addrtaken for...
2021-02-25 Josh Bleecher... cmd/internal/obj: add Prog.SetFrom3{Reg,Const}
2021-02-25 Bryan C. Millssyscall: comment on fields omitted from the win32findda...
2021-02-25 Matthew DempskyRevert "cmd/compile: fix mishandling of unsafe-uintptr...
2021-02-25 Joe Tsaireflect: add Method.IsExported and StructField.IsExport...
2021-02-25 Josh Bleecher... cmd/internal/obj: fix typo in docs
2021-02-25 Matthew Dempskycmd/compile: declare inlined result params early for...
2021-02-25 Josh Bleecher... os: avoid allocation in File.WriteString
2021-02-25 Ivan Trubachdatabase/sql: close driver.Connector if it implements...
2021-02-25 Josh Bleecher... cmd/compile: automate resultInArg0 register checks
2021-02-25 Cuong Manh Lecmd/compile: fix mishandling of unsafe-uintptr argument...
2021-02-25 Tobias Klauserruntime: use pipe2 for nonblockingPipe on dragonfly
2021-02-25 Andy Panruntime: batch moving gFree list between local p and...
2021-02-25 Jay Conrodcmd: upgrade golang.org/x/mod to fix go.mod parser
2021-02-25 Bryan C. Millscmd/go: add a script test corresponding to the downhidd...
2021-02-25 Bryan C. Millscmd/go/internal/mvs: add test cases for downgrade inter...
2021-02-25 Ian Lance Taylortest: add test case that failed with gccgo
2021-02-25 Ian Lance Taylortesting/fstest: treat dash specially when building...
2021-02-25 Jason A. Donenfeldsyscall: return error if GetQueuedCompletionStatus...
2021-02-25 Tobias Klausersyscall, os: use pipe2 syscall on DragonflyBSD instead...
2021-02-25 Ikko Ashiminecmd/compile: fix typo in rewrite_test.go
2021-02-25 Egon Elbretest: fix inline.go test for linux-amd64-noopt
2021-02-25 Jason A. Donenfeldruntime: subtract one from ip when determining abort
2021-02-24 Jason A. Donenfeldsyscall: restore broken GetQueuedCompletionStatus signa...
2021-02-24 David Chasecmd/compile: plumb abi info into expandCalls
2021-02-24 Dan Scalescmd/compile: disable inlining functions with closures...
2021-02-24 Josh Bleecher... cmd/link: use ctxt.Logf instead of package log
2021-02-24 Egon Elbrecmd/compile: ARM64 optimize []float64 and []float32...
2021-02-24 Austin Clementscmd/compile/internal-abi: fix ABI0-equivalence for...
2021-02-24 Austin Clementscmd/compile/internal-abi: update internal ABI spec...
2021-02-24 Austin Clementscmd/compile/internal-abi: use x87 mode, not MMX mode
2021-02-24 Alejandro García... cmd/compile: add rule to coalesce writes
2021-02-24 Than McIntoshcmd/internal/goobj: add test case for object file reader
2021-02-24 Kevin Burkecontext: avoid importing context package twice
2021-02-24 Jason A. Donenfeldsyscall: do not overflow key memory in GetQueuedComplet...
2021-02-24 David Chasecmd/compile: plumb abi info into ssagen/ssa
2021-02-24 Egon Elbrecmd/compile: reduce inline cost of OCONVOP
2021-02-24 Josh Bleecher... testing: print late arriving log line in panic
2021-02-24 Josh Bleecher... context: reduce contention in cancelCtx.Done
2021-02-24 Bryan C. Millscmd/go: fix version validation in 'go mod edit -exclude'
2021-02-24 YunQiang Sucmd/go, cmd/cgo: pass -mfp32 and -mhard/soft-float...
2021-02-24 Ian Lance Taylorio/ioutil: forward TempFile and TempDir to os package
2021-02-24 Josh Bleecher... encoding/json: reduce allocated space in Unmarshal
2021-02-24 Josh Bleecher... database: remove race in TestTxContextWait
2021-02-24 Rob Findleygo/types: review of call.go
2021-02-24 Alberto Donizettihash/maphash: remove duplicate from Hash documentation
2021-02-24 Tobias Klauserruntime: remove unused const stackSystem on dragonfly
2021-02-24 DQNEOspec: improve sentence structure for passing a slice
2021-02-24 John Bamptondocs: fix spelling
2021-02-24 David Benjaminbufio, bytes, strings: handle negative runes in WriteRune
2021-02-24 David Benjaminunicode: correctly handle negative runes
2021-02-24 Andy Panimage: resolve the TODO of doc comment style
2021-02-23 Rob Findleygo/types: minor updates to comments to align with types2
2021-02-23 Keiichi Hirobecontext: fix XTestInterlockedCancels
2021-02-23 Daniel S. Favatesting/race: fixing intermittent test failure
2021-02-23 David Chaseruntime: reset stack poison flag accidentally set
2021-02-23 Robert Griesemergo/types, types2: constraints may be parenthesized...
2021-02-23 Dmitri Shuralyovdoc: start draft go1.17 release notes, move go1.16...
2021-02-23 Bryan C. Millscmd/go: reproduce issue #44497 in TestScript/mod_edit
2021-02-23 Keith Randallruntime: use BX instead of R15 in race detector
2021-02-23 Keith Randallruntime: save R15 before checking AVX state
2021-02-23 Keith Randallcmd/compile: fold MOV*nop and MOV*const
2021-02-23 zhengjianxunruntime: clarify GC fractional mode description
2021-02-23 Tamir Dubersteinall: use more precise build tags
2021-02-23 Joel Singcmd/compile: change riscv64 Eq32/Neq32 to zero extend...
2021-02-23 Russ Coxruntime: fix usleep on windows/arm
2021-02-23 David Chasecmd/compile: add AMD64 parameter register defs, Arg...
2021-02-23 Keith Randallcmd/compile: improve bit test code
2021-02-23 Jason A. Donenfeldcmd/go: recognize DLL magic from llvm binaries
2021-02-23 Cherry Zhangcmd/compile: guard special register usage with GOEXPERI...
2021-02-23 Andy Pancmd/go: resolve TODO by replacing InDir() function
2021-02-23 Alberto Donizettigo/build/constraint: fix splitPlusBuild func doc comment
2021-02-23 Andy Panruntime: optimize the memory padding in p struct
2021-02-23 Jason A. Donenfeldruntime/cgo: use correct lean and mean macro
2021-02-23 Jason A. Donenfeldcmd/link: set .ctors COFF section to writable and aligned
2021-02-23 Jason A. Donenfeldcmd/link: do not pass -Bsymbolic for PE DLLs
2021-02-23 Jason A. Donenfeldcmd/link: set SizeOfRawData rather than VirtualSize...
2021-02-23 Than McIntoshcmd/internal/dwarf: minor cleanups
2021-02-23 Joel Singruntime: enable race detector on openbsd/amd64
2021-02-23 Andy Paninternal/poll: fix the verbose condition in splice
2021-02-23 Tobias Klauserios/fs: mention f.dir in (*subFS).fixErr godoc
2021-02-23 Joel Singcmd/internal/obj/riscv: prevent constant loads that...
2021-02-23 Joel Singcmd/internal/obj/riscv: clean up branch tests
2021-02-23 Russ Coxruntime: fix windows/arm signal handling assembly
2021-02-23 Cuong Manh Lecmd/compile: remove backend's "scratch mem" support
2021-02-23 Cuong Manh Lecmd/compile: simplify assert{E,I}2I{,2} calling conventions
2021-02-23 Cuong Manh Lecmd/compile: remove selectnbrecv2
2021-02-23 Cuong Manh Lecmd/compile,runtime: make selectnbrecv return two values
2021-02-23 Cuong Manh Lecmd/compile: use transitive relations for slice len...
2021-02-23 Robert Griesemercmd/compile/internal/types2: review of sanitize.go
2021-02-23 Cuong Manh Lecmd/compile: mark OpSB, OpSP as poor statement Op
2021-02-23 Robert Griesemergo/types, cmd/compile/internal/types2: use regular...
2021-02-23 Robert Griesemercmd/compile/internal/types2: review of conversions.go
2021-02-23 Robert Griesemercmd/compile/internal/types2: review of issues_test.go
2021-02-23 Robert Griesemercmd/compile/internal/types2: enable TestIssue25627
2021-02-23 Cuong Manh Letest: add test for findTypeLoop with symbols from other...
2021-02-23 Dan Scalescmd/compile: fix import of functions of multiple nested...
next