aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-05-14runtime: mark osyield nosplit on OpenBSDCherry Mui
2021-05-14net/http: prevent infinite wait during TestMissingStatusNoPanicMichael Fraenkel
2021-05-14cmd/go/internal/load: override Package.Root in module modeManlio Perillo
2021-05-14cmd/go: fix a portability issue in the cd script commandManlio Perillo
2021-05-14cmd/go: fix spacing in help text of -overlay flagBen Hoyt
2021-05-14cmd/internal/obj/arm64: disable AL and NV for some condition operation instru...eric fang
2021-05-14debug/macho: fix a typo in macho.goitchyny
2021-05-14all: fix spellingJohn Bampton
2021-05-13cmd/link: always mark runtime.unreachableMethod symbolCherry Mui
2021-05-13cmd/link: resolve ABI alias for runtime.unreachableMethodCherry Mui
2021-05-13cmd/go: permit .tbd files as a linker flagKevin Albertson
2021-05-13cmd/go: be less strict about go version syntax in dependency go.mod filesRuss Cox
2021-05-13regexp: fix repeat of preferred empty matchRuss Cox
2021-05-13cmd/compile/internal/dwarfgen: fix DWARF param DIE orderingThan McIntosh
2021-05-13debug/dwarf: delay array type fixup to handle type cyclesThan McIntosh
2021-05-13cmd/vendor: update golang.org/x/sys to latestTobias Klauser
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-05-12cmd/go/internal/modload: in updateLazyRoots, do not require the main module e...Bryan C. Mills
2021-05-12cmd/compile/abi-internal.md: fix table formatCherry Mui
2021-05-12cmd/compile: add arch-specific inlining for runtime.memmoveRuslan Andreev
2021-05-12runtime/internal/atomic: add LSE atomics instructions to arm64Jonathan Swinney
2021-05-12runtime: fix handling of SPWRITE functions in tracebackRuss Cox
2021-05-12cmd/link: check mmap errorCherry Mui
2021-05-12cmd/link: don't cast end address to int32Cherry Mui
2021-05-12cmd/go/testdata/script: fix test failing on nocgo buildersManlio Perillo
2021-05-12runtime: fix typo in proc.goGuilherme Souza
2021-05-11cmd/go: ignore implicit imports when the -find flag is setManlio Perillo
2021-05-11net/http: check that Unicode-aware functions are not usedFilippo Valsorda
2021-05-11runtime: hold sched.lock across atomic pidleget/pidleputMichael Pratt
2021-05-11runtime,syscall: simplify openbsd related build tagsJoel Sing
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
2021-05-10crypto/elliptic: upgrade from generic curve impl to specific if availableRoland Shoemaker
2021-05-10cmd/internal/objfile: add objabi.SNOPTRDATA to "D"Tao Qingyun
2021-05-10runtime/cgo,cmd/internal/obj/ppc64: fix signals with cgoLynn Boger
2021-05-10go/build: include files with parse errors in GoFiles and other listsJay Conrod
2021-05-10net, runtime: drop macOS 10.12 skip conditions in testsTobias Klauser
2021-05-10cmd/go: include packages with InvalidGoFiles when filtering main packagesBryan C. Mills
2021-05-10cmd/go: add a test that reproduces #45827Bryan C. Mills
2021-05-10go/build: avoid duplicates in InvalidGoFilesBryan C. Mills
2021-05-10cmd/compile,reflect: allow longer type namesKeith Randall
2021-05-09runtime: skip TestCrashDumpsAllThreads on openbsd/armJoel Sing
2021-05-09runtime,syscall: convert syscall on openbsd/arm to libcJoel Sing
2021-05-09runtime: switch runtime to libc for openbsd/armJoel Sing
2021-05-09runtime: switch openbsd/arm locking to libcJoel Sing
2021-05-09runtime: switch openbsd/arm to pthreadsJoel Sing
2021-05-09cmd/compile: make non-concurrent compiles deterministic againMatthew Dempsky
2021-05-09crypto/elliptic: make P-521 scalar multiplication constant timeFilippo Valsorda
2021-05-09crypto/elliptic: import fiat-crypto P-521 field implementationFilippo Valsorda
2021-05-09crypto/x509: check the private key passed to CreateCertificateFilippo Valsorda
2021-05-08cmd/compile: manage Slot array betterDavid Chase