]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-03-03 David Chasecmd/compile: make modified Aux type for OpArgXXXX pass...
2021-03-03 David Chasecmd/compile: handle aggregate OpArg in registers
2021-03-03 eric fangcmd/compile: remove 8-byte alignment requirement of...
2021-03-03 eric fangcmd/compile: remove 8-byte alignment requirement of...
2021-03-03 Joel Singcmd/compile: intrinsify runtime/internal/atomic.{And...
2021-03-03 Joel Singsyscall: implement rawVforkSyscall for remaining linux...
2021-03-03 David Chasecmd/compile: retrieve Args from registers
2021-03-03 Baokun LeeA+C: change email address for Baokun Lee
2021-03-03 eric fangcmd/compile: remove 8-byte alignment requirement of...
2021-03-03 David Chasecmd/compile: use abiutils for all rcvr/in/out frame...
2021-03-03 David Chasecmd/link: disable flaky Darwin "symbols" test
2021-03-02 witchardcmd/go: remove -insecure flag on go get
2021-03-02 Bryan C. Millscmd/go/internal/modload: do not resolve an arbitrary...
2021-03-02 Bryan C. Millscmd/go: add a test case that reproduces #44296
2021-03-02 Bryan C. Millscmd/go: resolve std-vendored dependencies as std packag...
2021-03-02 Bryan C. Millscmd/go/internal/mvs: prune spurious dependencies in...
2021-03-02 Tamir Dubersteindist: generate stub go.mod in workdir
2021-03-02 David Chasecmd/compile: better version of check frame offsets...
2021-03-02 fanzha02cmd/compile: optimize single-precision floating point...
2021-03-02 Tobias Klauserinternal/poll, runtime: handle netpollopen error in...
2021-03-02 Baokun Leecmd/go: reject relative paths in GOMODCACHE environment
2021-03-02 John Bamptonall: fix spelling
2021-03-02 Rob Findleygo/parser,go/types: hide API changes related to type...
2021-03-02 YunQiang Sucmd/link,debug/elf: mips32, add .gnu.attributes and...
2021-03-01 Cherry Zhangruntime: use entersyscall in syscall_syscallX on Darwin
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
next