summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A+C: change email address for Baokun LeeBaokun Lee2021-03-032-2/+2
* cmd/compile: remove 8-byte alignment requirement of stack slot on mips64eric fang2021-03-031-1/+1
* cmd/compile: use abiutils for all rcvr/in/out frame offsets.David Chase2021-03-039-82/+107
* cmd/link: disable flaky Darwin "symbols" testDavid Chase2021-03-031-1/+2
* cmd/go: remove -insecure flag on go getwitchard2021-03-0219-132/+83
* cmd/go/internal/modload: do not resolve an arbitrary version for 'go list --v...Bryan C. Mills2021-03-024-14/+10
* cmd/go: add a test case that reproduces #44296Bryan C. Mills2021-03-021-0/+18
* cmd/go: resolve std-vendored dependencies as std packages except in 'go get' ...Bryan C. Mills2021-03-028-29/+72
* cmd/go/internal/mvs: prune spurious dependencies in DowngradeBryan C. Mills2021-03-023-9/+42
* dist: generate stub go.mod in workdirTamir Duberstein2021-03-021-20/+6
* cmd/compile: better version of check frame offsets against abiDavid Chase2021-03-027-78/+112
* cmd/compile: optimize single-precision floating point square rootfanzha022021-03-0241-28/+255
* internal/poll, runtime: handle netpollopen error in poll_runtime_pollOpenTobias Klauser2021-03-022-7/+6
* cmd/go: reject relative paths in GOMODCACHE environmentBaokun Lee2021-03-025-17/+39
* all: fix spellingJohn Bampton2021-03-029-16/+16
* go/parser,go/types: hide API changes related to type parametersRob Findley2021-03-0231-304/+370
* cmd/link,debug/elf: mips32, add .gnu.attributes and .MIPS.abiflags sectionsYunQiang Su2021-03-022-0/+147
* runtime: use entersyscall in syscall_syscallX on DarwinCherry Zhang2021-03-011-1/+1
* go/types: review of expr.goRob Findley2021-03-011-12/+18
* cmd/compile: import empty closure function correctlyDan Scales2021-03-014-0/+56
* cmd: upgrade golang.org/x/mod to relax import path checkJay Conrod2021-03-016-20/+82
* cmd/compile/internal/ir: fix up stale commentThan McIntosh2021-03-011-1/+1
* cmd/go: add missing newline to retraction warning messageJordan Liggitt2021-03-012-2/+2
* Revert "cmd/compile: check frame offsets against abi"Bryan C. Mills2021-03-015-85/+66
* cmd/go/internal/modload: don't query when fixing canonical versionsJay Conrod2021-03-012-2/+27
* os: mark pipes returned by os.Pipe() as inheritable by defaultJason A. Donenfeld2021-03-013-2/+56
* cmd/compile: check frame offsets against abiDavid Chase2021-02-275-66/+85
* cmd/compile: fix escape analysis of heap-allocated resultsMatthew Dempsky2021-02-272-3/+15
* cmd/compile: fixed which-result confusion in presence of 0-width typesDavid Chase2021-02-274-5/+42
* time: correct unusual extension string casesIan Lance Taylor2021-02-272-17/+49
* reflect: fix register ABI spill space calculationMichael Anthony Knyszek2021-02-261-8/+5
* cmd/compile: deal with closures in generic functions and instantiated functio...Dan Scales2021-02-265-51/+236
* syscall: introduce SysProcAttr.ParentProcess on WindowsJason A. Donenfeld2021-02-262-3/+87
* syscall: introduce SysProcAttr.AdditionalInheritedHandles on WindowsJason A. Donenfeld2021-02-261-7/+9
* syscall: restrict inherited handles on WindowsJason A. Donenfeld2021-02-261-10/+15
* syscall: add support for proc thread attribute listsJason A. Donenfeld2021-02-263-0/+63
* cmd/link: recognize ARM64 PE files and relocationsJason A. Donenfeld2021-02-2611-17/+67
* cmd/link: handle types as converted to interface when dynlinkCherry Zhang2021-02-265-7/+65
* cmd/compile: fix mishandling of unsafe-uintptr arguments with call method in ...Cuong Manh Le2021-02-262-4/+48
* cmd/compile: change StaticCall to return a "Results"David Chase2021-02-2618-382/+387
* cmd/compile: fix missing descend in Addrtaken for closures.Dan Scales2021-02-266-5/+47
* cmd/internal/obj: add Prog.SetFrom3{Reg,Const}Josh Bleecher Snyder2021-02-258-30/+41
* syscall: comment on fields omitted from the win32finddata1 structBryan C. Mills2021-02-251-0/+8
* Revert "cmd/compile: fix mishandling of unsafe-uintptr arguments with call me...Matthew Dempsky2021-02-254-72/+14
* reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai2021-02-258-21/+68
* cmd/internal/obj: fix typo in docsJosh Bleecher Snyder2021-02-251-1/+1
* cmd/compile: declare inlined result params early for empty returnsMatthew Dempsky2021-02-254-6/+37
* os: avoid allocation in File.WriteStringJosh Bleecher Snyder2021-02-252-1/+26
* database/sql: close driver.Connector if it implements io.CloserIvan Trubach2021-02-254-1/+28
* cmd/compile: automate resultInArg0 register checksJosh Bleecher Snyder2021-02-2512-166/+52