aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-01-22runtime: check for g0 stack last in signal handlerCherry Zhang
2021-01-22cmd/go: don't lookup the path for CC when invoking cgoJay Conrod
2021-01-22runtime: switch runtime to libc for openbsd/amd64Joel Sing
2021-01-22cmd/go: add documentation for test and xtest fields output by go listMichael Matloob
2021-01-22runtime: remove pthread_kill/pthread_self for openbsdJoel Sing
2021-01-22runtime: fix typo in mgcscavenge.goIkko Ashimine
2021-01-22net/http: fix flaky TestDisableKeepAliveUpgradeDamien Neil
2021-01-22time: clarify Timer.Reset behavior on AfterFunc TimersBrad Fitzpatrick
2021-01-21cmd/go: overwrite program name with full pathRoland Shoemaker
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2021-01-21cmd/go: add test case for cgo CC settingRuss Cox
2021-01-21cmd/cgo: report exec errors a bit more clearlyRuss Cox
2021-01-21cmd/go: pass resolved CC, GCCGO to cgoRuss Cox
2021-01-21runtime: switch openbsd/arm64 to pthreadsJoel Sing
2021-01-21crypto/elliptic: fix P-224 field reductionFilippo Valsorda
2021-01-20cmd/internal/moddeps: check content of all modules in GOROOTDmitri Shuralyov
2021-01-20runtime: don't adjust timer pp field in timerWaiting statusIan Lance Taylor
2021-01-20cmd/go: set Incomplete field on go list output if no files match embedMichael Matloob
2021-01-20cmd/go: have go mod vendor copy embedded files in subdirsMichael Matloob
2021-01-20cmd/go: fix mod_get_fallback testJay Conrod
2021-01-20runtime: convert openbsd/amd64 locking to libcJoel Sing
2021-01-19cmd/go: allow go fmt to complete when embedded file is missingConstantin Konstantinidis
2021-01-19cmd/compile: require 'go 1.16' go.mod line for //go:embedRuss Cox
2021-01-19cmd/link: exit before Asmb2 if errorCherry Zhang
2021-01-19embed: treat uninitialized FS as emptyJay Conrod
2021-01-19cmd/link,runtime: switch openbsd/amd64 to pthreadsJoel Sing
2021-01-19runtime: factor out usesLibcallJoel Sing
2021-01-19runtime: factor out mStackIsSystemAllocatedJoel Sing
2021-01-18runtime: free Windows event handles after last lock is droppedJason A. Donenfeld
2021-01-18os: do not close syscall.Stdin in TestReadStdinJason A. Donenfeld
2021-01-15runtime: detect errors in DuplicateHandleJason A. Donenfeld
2021-01-15cmd/link: remove GOROOT write in TestBuildForTvOSDmitri Shuralyov
2021-01-15cmd/compile: allow embed into any string or byte slice typeRuss Cox
2021-01-15cmd/compile: disallow embed of var inside funcRuss Cox
2021-01-15cmd/go: fix go generate docsRuss Cox
2021-01-15syscall: remove RtlGenRandom and move it into internal/syscallJason A. Donenfeld
2021-01-15os: invoke processKiller synchronously in testKillProcessBryan C. Mills
2021-01-15crypto/x509: update iOS bundled roots to version 55188.40.9Filippo Valsorda
2021-01-14cmd/go: in 'go mod edit', validate versions given to -retract and -excludeJay Conrod
2021-01-14cmd/dist, cmd/go: pass -arch for C compilation on DarwinCherry Zhang
2021-01-14cmd/cgo: remove unnecessary space in cgo export headerQuim Muntal
2021-01-14cmd/test2json: document passing -test.paniconexit0Ian Lance Taylor
2021-01-14cmd/go/internal/load: report positions for embed errorsJay Conrod
2021-01-14cmd/compile: fix wrong complement for arm64 floating-point comparisonsJunchen Li
2021-01-14cmd/go/internal/load: refactor setErrorPos to PackageError.setPosJay Conrod
2021-01-14go/build: report positions for go:embed directivesJay Conrod
2021-01-13cmd/go: add hints to more missing sum error messagesJay Conrod
2021-01-12cmd/go/internal/modload: delete unused *mvsReqs.next methodBryan C. Mills
2021-01-12encoding/asn1: document unmarshaling behavior for IMPLICIT string fieldsEric Chiang
2021-01-11cmd/go: fix non-script staleness checks interacting badly with GOFLAGSJakub Warczarek