aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-01-11doc: update editors.html for Go 1.16Rebecca Stambler
2021-01-11cmd/internal/objfile: don't require runtime.symtab symbol for XCOFFCherry Zhang
2021-01-08cmd/go: add hint to read 'go help vcs' to GOVCS errorsJay Conrod
2021-01-08cmd/go: revise 'go help' documentation for modulesJay Conrod
2021-01-08cmd/go: make hints in error messages more consistentJay Conrod
2021-01-08cmd/go: preserve sums for indirect deps fetched by 'go mod download'Jay Conrod
2021-01-08runtime/metrics: mark histogram metrics as cumulativeMichael Anthony Knyszek
2021-01-08runtime/metrics: remove unused StopTheWorld Description fieldMichael Anthony Knyszek
2021-01-08cmd/compile: fix exponential-time init-cycle reportingRuss Cox
2021-01-08test: fix timeout code for invoking compilerRuss Cox
2021-01-08cmd/go: pass signals forward during "go tool"Russ Cox