aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-26cmd/link: recognize ARM64 PE files and relocationsJason A. Donenfeld
2021-02-26cmd/link: handle types as converted to interface when dynlinkCherry Zhang
2021-02-26cmd/compile: fix mishandling of unsafe-uintptr arguments with call method in ...Cuong Manh Le
2021-02-26cmd/compile: change StaticCall to return a "Results"David Chase
2021-02-26cmd/compile: fix missing descend in Addrtaken for closures.Dan Scales
2021-02-25cmd/internal/obj: add Prog.SetFrom3{Reg,Const}Josh Bleecher Snyder
2021-02-25syscall: comment on fields omitted from the win32finddata1 structBryan C. Mills
2021-02-25Revert "cmd/compile: fix mishandling of unsafe-uintptr arguments with call me...Matthew Dempsky
2021-02-25reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai
2021-02-25cmd/internal/obj: fix typo in docsJosh Bleecher Snyder
2021-02-25cmd/compile: declare inlined result params early for empty returnsMatthew Dempsky
2021-02-25os: avoid allocation in File.WriteStringJosh Bleecher Snyder
2021-02-25database/sql: close driver.Connector if it implements io.CloserIvan Trubach
2021-02-25cmd/compile: automate resultInArg0 register checksJosh Bleecher Snyder
2021-02-25cmd/compile: fix mishandling of unsafe-uintptr arguments with call method in ...Cuong Manh Le
2021-02-25runtime: use pipe2 for nonblockingPipe on dragonflyTobias Klauser
2021-02-25runtime: batch moving gFree list between local p and global schedtAndy Pan
2021-02-25cmd: upgrade golang.org/x/mod to fix go.mod parserJay Conrod
2021-02-25cmd/go: add a script test corresponding to the downhiddenartifact MVS testBryan C. Mills
2021-02-25cmd/go/internal/mvs: add test cases for downgrade interaction with hidden ver...Bryan C. Mills
2021-02-25test: add test case that failed with gccgoIan Lance Taylor
2021-02-25testing/fstest: treat dash specially when building globIan Lance Taylor
2021-02-25syscall: return error if GetQueuedCompletionStatus truncates keyJason A. Donenfeld
2021-02-25syscall, os: use pipe2 syscall on DragonflyBSD instead of pipeTobias Klauser
2021-02-25cmd/compile: fix typo in rewrite_test.goIkko Ashimine
2021-02-25test: fix inline.go test for linux-amd64-nooptEgon Elbre
2021-02-25runtime: subtract one from ip when determining abortJason A. Donenfeld
2021-02-24syscall: restore broken GetQueuedCompletionStatus signature but make it not c...Jason A. Donenfeld
2021-02-24cmd/compile: plumb abi info into expandCallsDavid Chase
2021-02-24cmd/compile: disable inlining functions with closures for nowDan Scales
2021-02-24cmd/link: use ctxt.Logf instead of package logJosh Bleecher Snyder
2021-02-24cmd/compile: ARM64 optimize []float64 and []float32 accessEgon Elbre
2021-02-24cmd/compile/internal-abi: fix ABI0-equivalence for zero-sized valuesAustin Clements
2021-02-24cmd/compile/internal-abi: update internal ABI spec for g registerAustin Clements
2021-02-24cmd/compile/internal-abi: use x87 mode, not MMX modeAustin Clements
2021-02-24cmd/compile: add rule to coalesce writesAlejandro GarcĂ­a Montoro
2021-02-24cmd/internal/goobj: add test case for object file readerThan McIntosh
2021-02-24context: avoid importing context package twiceKevin Burke
2021-02-24syscall: do not overflow key memory in GetQueuedCompletionStatusJason A. Donenfeld
2021-02-24cmd/compile: plumb abi info into ssagen/ssaDavid Chase
2021-02-24cmd/compile: reduce inline cost of OCONVOPEgon Elbre
2021-02-24testing: print late arriving log line in panicJosh Bleecher Snyder
2021-02-24context: reduce contention in cancelCtx.DoneJosh Bleecher Snyder
2021-02-24cmd/go: fix version validation in 'go mod edit -exclude'Bryan C. Mills
2021-02-24cmd/go, cmd/cgo: pass -mfp32 and -mhard/soft-float to MIPS GCCYunQiang Su
2021-02-24io/ioutil: forward TempFile and TempDir to os packageIan Lance Taylor
2021-02-24encoding/json: reduce allocated space in UnmarshalJosh Bleecher Snyder
2021-02-24database: remove race in TestTxContextWaitJosh Bleecher Snyder
2021-02-24go/types: review of call.goRob Findley
2021-02-24hash/maphash: remove duplicate from Hash documentationAlberto Donizetti