]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-03-01 Rob Findleygo/types: review of expr.go
2021-03-01 Dan Scalescmd/compile: import empty closure function correctly
2021-03-01 Jay Conrodcmd: upgrade golang.org/x/mod to relax import path...
2021-03-01 Than McIntoshcmd/compile/internal/ir: fix up stale comment
2021-03-01 Jordan Liggittcmd/go: add missing newline to retraction warning message
2021-03-01 Bryan C. MillsRevert "cmd/compile: check frame offsets against abi"
2021-03-01 Jay Conrodcmd/go/internal/modload: don't query when fixing canoni...
2021-03-01 Jason A. Donenfeldos: mark pipes returned by os.Pipe() as inheritable...
2021-02-27 David Chasecmd/compile: check frame offsets against abi
2021-02-27 Matthew Dempskycmd/compile: fix escape analysis of heap-allocated...
2021-02-27 David Chasecmd/compile: fixed which-result confusion in presence...
2021-02-27 Ian Lance Taylortime: correct unusual extension string cases
2021-02-26 Michael Anthony... reflect: fix register ABI spill space calculation
2021-02-26 Dan Scalescmd/compile: deal with closures in generic functions...
2021-02-26 Jason A. Donenfeldsyscall: introduce SysProcAttr.ParentProcess on Windows
2021-02-26 Jason A. Donenfeldsyscall: introduce SysProcAttr.AdditionalInheritedHandl...
2021-02-26 Jason A. Donenfeldsyscall: restrict inherited handles on Windows
2021-02-26 Jason A. Donenfeldsyscall: add support for proc thread attribute lists
2021-02-26 Jason A. Donenfeldcmd/link: recognize ARM64 PE files and relocations
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
next