2021-03-03 |
David Chase | cmd/compile: make modified Aux type for OpArgXXXX pass... |
commit | commitdiff | tree |
2021-03-03 |
David Chase | cmd/compile: handle aggregate OpArg in registers |
commit | commitdiff | tree |
2021-03-03 |
eric fang | cmd/compile: remove 8-byte alignment requirement of... |
commit | commitdiff | tree |
2021-03-03 |
eric fang | cmd/compile: remove 8-byte alignment requirement of... |
commit | commitdiff | tree |
2021-03-03 |
Joel Sing | cmd/compile: intrinsify runtime/internal/atomic.{And... |
commit | commitdiff | tree |
2021-03-03 |
Joel Sing | syscall: implement rawVforkSyscall for remaining linux... |
commit | commitdiff | tree |
2021-03-03 |
David Chase | cmd/compile: retrieve Args from registers |
commit | commitdiff | tree |
2021-03-03 |
Baokun Lee | A+C: change email address for Baokun Lee |
commit | commitdiff | tree |
2021-03-03 |
eric fang | cmd/compile: remove 8-byte alignment requirement of... |
commit | commitdiff | tree |
2021-03-03 |
David Chase | cmd/compile: use abiutils for all rcvr/in/out frame... |
commit | commitdiff | tree |
2021-03-03 |
David Chase | cmd/link: disable flaky Darwin "symbols" test |
commit | commitdiff | tree |
2021-03-02 |
witchard | cmd/go: remove -insecure flag on go get |
commit | commitdiff | tree |
2021-03-02 |
Bryan C. Mills | cmd/go/internal/modload: do not resolve an arbitrary... |
commit | commitdiff | tree |
2021-03-02 |
Bryan C. Mills | cmd/go: add a test case that reproduces #44296 |
commit | commitdiff | tree |
2021-03-02 |
Bryan C. Mills | cmd/go: resolve std-vendored dependencies as std packag... |
commit | commitdiff | tree |
2021-03-02 |
Bryan C. Mills | cmd/go/internal/mvs: prune spurious dependencies in... |
commit | commitdiff | tree |
2021-03-02 |
Tamir Duberstein | dist: generate stub go.mod in workdir |
commit | commitdiff | tree |
2021-03-02 |
David Chase | cmd/compile: better version of check frame offsets... |
commit | commitdiff | tree |
2021-03-02 |
fanzha02 | cmd/compile: optimize single-precision floating point... |
commit | commitdiff | tree |
2021-03-02 |
Tobias Klauser | internal/poll, runtime: handle netpollopen error in... |
commit | commitdiff | tree |
2021-03-02 |
Baokun Lee | cmd/go: reject relative paths in GOMODCACHE environment |
commit | commitdiff | tree |
2021-03-02 |
John Bampton | all: fix spelling |
commit | commitdiff | tree |
2021-03-02 |
Rob Findley | go/parser,go/types: hide API changes related to type... |
commit | commitdiff | tree |
2021-03-02 |
YunQiang Su | cmd/link,debug/elf: mips32, add .gnu.attributes and... |
commit | commitdiff | tree |
2021-03-01 |
Cherry Zhang | runtime: use entersyscall in syscall_syscallX on Darwin |
commit | commitdiff | tree |
2021-03-01 |
Rob Findley | go/types: review of expr.go |
commit | commitdiff | tree |
2021-03-01 |
Dan Scales | cmd/compile: import empty closure function correctly |
commit | commitdiff | tree |
2021-03-01 |
Jay Conrod | cmd: upgrade golang.org/x/mod to relax import path... |
commit | commitdiff | tree |
2021-03-01 |
Than McIntosh | cmd/compile/internal/ir: fix up stale comment |
commit | commitdiff | tree |
2021-03-01 |
Jordan Liggitt | cmd/go: add missing newline to retraction warning message |
commit | commitdiff | tree |
2021-03-01 |
Bryan C. Mills | Revert "cmd/compile: check frame offsets against abi" |
commit | commitdiff | tree |
2021-03-01 |
Jay Conrod | cmd/go/internal/modload: don't query when fixing canoni... |
commit | commitdiff | tree |
2021-03-01 |
Jason A. Donenfeld | os: mark pipes returned by os.Pipe() as inheritable... |
commit | commitdiff | tree |
2021-02-27 |
David Chase | cmd/compile: check frame offsets against abi |
commit | commitdiff | tree |
2021-02-27 |
Matthew Dempsky | cmd/compile: fix escape analysis of heap-allocated... |
commit | commitdiff | tree |
2021-02-27 |
David Chase | cmd/compile: fixed which-result confusion in presence... |
commit | commitdiff | tree |
2021-02-27 |
Ian Lance Taylor | time: correct unusual extension string cases |
commit | commitdiff | tree |
2021-02-26 |
Michael Anthony... | reflect: fix register ABI spill space calculation |
commit | commitdiff | tree |
2021-02-26 |
Dan Scales | cmd/compile: deal with closures in generic functions... |
commit | commitdiff | tree |
2021-02-26 |
Jason A. Donenfeld | syscall: introduce SysProcAttr.ParentProcess on Windows |
commit | commitdiff | tree |
2021-02-26 |
Jason A. Donenfeld | syscall: introduce SysProcAttr.AdditionalInheritedHandl... |
commit | commitdiff | tree |
2021-02-26 |
Jason A. Donenfeld | syscall: restrict inherited handles on Windows |
commit | commitdiff | tree |
2021-02-26 |
Jason A. Donenfeld | syscall: add support for proc thread attribute lists |
commit | commitdiff | tree |
2021-02-26 |
Jason A. Donenfeld | cmd/link: recognize ARM64 PE files and relocations |
commit | commitdiff | tree |
2021-02-26 |
Cherry Zhang | cmd/link: handle types as converted to interface when... |
commit | commitdiff | tree |
2021-02-26 |
Cuong Manh Le | cmd/compile: fix mishandling of unsafe-uintptr argument... |
commit | commitdiff | tree |
2021-02-26 |
David Chase | cmd/compile: change StaticCall to return a "Results" |
commit | commitdiff | tree |
2021-02-26 |
Dan Scales | cmd/compile: fix missing descend in Addrtaken for... |
commit | commitdiff | tree |
2021-02-25 |
Josh Bleecher... | cmd/internal/obj: add Prog.SetFrom3{Reg,Const} |
commit | commitdiff | tree |
2021-02-25 |
Bryan C. Mills | syscall: comment on fields omitted from the win32findda... |
commit | commitdiff | tree |
2021-02-25 |
Matthew Dempsky | Revert "cmd/compile: fix mishandling of unsafe-uintptr... |
commit | commitdiff | tree |
2021-02-25 |
Joe Tsai | reflect: add Method.IsExported and StructField.IsExport... |
commit | commitdiff | tree |
2021-02-25 |
Josh Bleecher... | cmd/internal/obj: fix typo in docs |
commit | commitdiff | tree |
2021-02-25 |
Matthew Dempsky | cmd/compile: declare inlined result params early for... |
commit | commitdiff | tree |
2021-02-25 |
Josh Bleecher... | os: avoid allocation in File.WriteString |
commit | commitdiff | tree |
2021-02-25 |
Ivan Trubach | database/sql: close driver.Connector if it implements... |
commit | commitdiff | tree |
2021-02-25 |
Josh Bleecher... | cmd/compile: automate resultInArg0 register checks |
commit | commitdiff | tree |
2021-02-25 |
Cuong Manh Le | cmd/compile: fix mishandling of unsafe-uintptr argument... |
commit | commitdiff | tree |
2021-02-25 |
Tobias Klauser | runtime: use pipe2 for nonblockingPipe on dragonfly |
commit | commitdiff | tree |
2021-02-25 |
Andy Pan | runtime: batch moving gFree list between local p and... |
commit | commitdiff | tree |
2021-02-25 |
Jay Conrod | cmd: upgrade golang.org/x/mod to fix go.mod parser |
commit | commitdiff | tree |
2021-02-25 |
Bryan C. Mills | cmd/go: add a script test corresponding to the downhidd... |
commit | commitdiff | tree |
2021-02-25 |
Bryan C. Mills | cmd/go/internal/mvs: add test cases for downgrade inter... |
commit | commitdiff | tree |
2021-02-25 |
Ian Lance Taylor | test: add test case that failed with gccgo |
commit | commitdiff | tree |
2021-02-25 |
Ian Lance Taylor | testing/fstest: treat dash specially when building... |
commit | commitdiff | tree |
2021-02-25 |
Jason A. Donenfeld | syscall: return error if GetQueuedCompletionStatus... |
commit | commitdiff | tree |
2021-02-25 |
Tobias Klauser | syscall, os: use pipe2 syscall on DragonflyBSD instead... |
commit | commitdiff | tree |
2021-02-25 |
Ikko Ashimine | cmd/compile: fix typo in rewrite_test.go |
commit | commitdiff | tree |
2021-02-25 |
Egon Elbre | test: fix inline.go test for linux-amd64-noopt |
commit | commitdiff | tree |
2021-02-25 |
Jason A. Donenfeld | runtime: subtract one from ip when determining abort |
commit | commitdiff | tree |
2021-02-24 |
Jason A. Donenfeld | syscall: restore broken GetQueuedCompletionStatus signa... |
commit | commitdiff | tree |
2021-02-24 |
David Chase | cmd/compile: plumb abi info into expandCalls |
commit | commitdiff | tree |
2021-02-24 |
Dan Scales | cmd/compile: disable inlining functions with closures... |
commit | commitdiff | tree |
2021-02-24 |
Josh Bleecher... | cmd/link: use ctxt.Logf instead of package log |
commit | commitdiff | tree |
2021-02-24 |
Egon Elbre | cmd/compile: ARM64 optimize []float64 and []float32... |
commit | commitdiff | tree |
2021-02-24 |
Austin Clements | cmd/compile/internal-abi: fix ABI0-equivalence for... |
commit | commitdiff | tree |
2021-02-24 |
Austin Clements | cmd/compile/internal-abi: update internal ABI spec... |
commit | commitdiff | tree |
2021-02-24 |
Austin Clements | cmd/compile/internal-abi: use x87 mode, not MMX mode |
commit | commitdiff | tree |
2021-02-24 |
Alejandro García... | cmd/compile: add rule to coalesce writes |
commit | commitdiff | tree |
2021-02-24 |
Than McIntosh | cmd/internal/goobj: add test case for object file reader |
commit | commitdiff | tree |
2021-02-24 |
Kevin Burke | context: avoid importing context package twice |
commit | commitdiff | tree |
2021-02-24 |
Jason A. Donenfeld | syscall: do not overflow key memory in GetQueuedComplet... |
commit | commitdiff | tree |
2021-02-24 |
David Chase | cmd/compile: plumb abi info into ssagen/ssa |
commit | commitdiff | tree |
2021-02-24 |
Egon Elbre | cmd/compile: reduce inline cost of OCONVOP |
commit | commitdiff | tree |
2021-02-24 |
Josh Bleecher... | testing: print late arriving log line in panic |
commit | commitdiff | tree |
2021-02-24 |
Josh Bleecher... | context: reduce contention in cancelCtx.Done |
commit | commitdiff | tree |
2021-02-24 |
Bryan C. Mills | cmd/go: fix version validation in 'go mod edit -exclude' |
commit | commitdiff | tree |
2021-02-24 |
YunQiang Su | cmd/go, cmd/cgo: pass -mfp32 and -mhard/soft-float... |
commit | commitdiff | tree |
2021-02-24 |
Ian Lance Taylor | io/ioutil: forward TempFile and TempDir to os package |
commit | commitdiff | tree |
2021-02-24 |
Josh Bleecher... | encoding/json: reduce allocated space in Unmarshal |
commit | commitdiff | tree |
2021-02-24 |
Josh Bleecher... | database: remove race in TestTxContextWait |
commit | commitdiff | tree |
2021-02-24 |
Rob Findley | go/types: review of call.go |
commit | commitdiff | tree |
2021-02-24 |
Alberto Donizetti | hash/maphash: remove duplicate from Hash documentation |
commit | commitdiff | tree |
2021-02-24 |
Tobias Klauser | runtime: remove unused const stackSystem on dragonfly |
commit | commitdiff | tree |
2021-02-24 |
DQNEO | spec: improve sentence structure for passing a slice |
commit | commitdiff | tree |
2021-02-24 |
John Bampton | docs: fix spelling |
commit | commitdiff | tree |
2021-02-24 |
David Benjamin | bufio, bytes, strings: handle negative runes in WriteRune |
commit | commitdiff | tree |
2021-02-24 |
David Benjamin | unicode: correctly handle negative runes |
commit | commitdiff | tree |
2021-02-24 |
Andy Pan | image: resolve the TODO of doc comment style |
commit | commitdiff | tree |
2021-02-23 |
Rob Findley | go/types: minor updates to comments to align with types2 |
commit | commitdiff | tree |
next |