aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-11-21go/types, types2: report empty type sets in operand descriptionsRobert Griesemer
2022-11-21cmd/compile: reject anonymous interface cyclesMatthew Dempsky
2022-11-21cmd/dist: stop trying to access runtime/internal/sys.a in debug modeCherry Mui
2022-11-21go/types, types2: better variable names, cleanups in testRobert Griesemer
2022-11-21go/types, cmd/compile: skip crypto/internal/bigmod/_asm in TestStdlibCherry Mui
2022-11-21cmd/dist: update to assume Go 1.17.13 as minimal Go bootstrap versionMartin Möhrmann
2022-11-21testing: skip TestVectoredHandlerExceptionInNonGoThread on windows-amd64-2012-*Than McIntosh
2022-11-21cmd/go,internal/platform: enable pie buildmode for windows/arm64qmuntal
2022-11-21testing: skip flaky TestRaiseException on windows-amd64-2012-*Than McIntosh
2022-11-21crypto/internal/bigmod: add amd64 assembly coreFilippo Valsorda
2022-11-21crypto/ecdsa: use bigmod and nistec instead of math/big and crypto/ellipticFilippo Valsorda
2022-11-21crypto/internal/bigmod: move nat implementation out of crypto/rsaFilippo Valsorda
2022-11-21crypto/ed25519: implement Ed25519ctx and Ed25519ph with contextFilippo Valsorda
2022-11-21crypto/aes: On ppc64le, use better instructions when availablePaul E. Murphy
2022-11-19cmd/link: revise DLL import symbol handlingThan McIntosh
2022-11-19cmd/link: add capturehostobjs debugging flagThan McIntosh
2022-11-19cmd/link: improved host archive debug trace outputThan McIntosh
2022-11-19crypto/rsa: allocate nats on the stack for RSA 2048Filippo Valsorda
2022-11-19crypto/rsa: use R*R multiplication to get into the Montgomery domainFilippo Valsorda
2022-11-19crypto/rsa: precompute moduliFilippo Valsorda
2022-11-19crypto/rsa: deprecate and de-optimize multi-prime RSAFilippo Valsorda
2022-11-19crypto/rsa: replace big.Int for encryption and decryptionLúcás Meier
2022-11-19crypto/ecdsa,crypto/x509: add encoding paths for NIST crypto/ecdh keysFilippo Valsorda
2022-11-19runtime: change tfork behaviour to unbreak openbsd/mips64Joel Sing
2022-11-19net/http: deflake TestIssue4191_InfiniteGetTimeoutDamien Neil
2022-11-19net/http: direct server logs to test output in testsDamien Neil
2022-11-18net/http: regenerate h2_bundle.goDmitri Shuralyov
2022-11-18crypto/x509: implement SetFallbackRootsRoland Shoemaker
2022-11-18all: update golang.org/x/crypto to 2c476679df9aFilippo Valsorda
2022-11-18cmd/compile: package-annotate structs when error would be ambiguousDavid Chase
2022-11-18cmd/go: don't report non-go files in CompiledGoFilesMichael Matloob
2022-11-18cmd/go/internal/script: check lack of error for non-waiting cmdsMichael Matloob
2022-11-18net: fix typo in ControlContext parameter namesDamien Neil
2022-11-18crypto/tls: add CertificateVerificationError to tls handshakeGabor Tanz
2022-11-18cmd/go: replace 'directory .' with 'current directory' in some errorsMichael Matloob
2022-11-18all: add missing periods in commentscui fliter
2022-11-18runtime,cmd/link: increase stack guard space when building with -raceKeith Randall
2022-11-18runtime: optimise memmove on riscv64Joel Sing
2022-11-18io/fs: clean up test helper functionsTobias Klauser
2022-11-18cmd/link/internal/ppc64: fix trampoline reuse distance calculationPaul E. Murphy
2022-11-18cmd/compile/internal/base, cmd/internal/bio: use syscall.Mmap on aixTobias Klauser
2022-11-18cmd/compile: fix wrong optimization for eliding Not in PhiWayne Zuo
2022-11-18cmd/internal/obj/arm64: tidy literal pooleric fang
2022-11-18runtime: add page tracerMichael Knyszek
2022-11-18cmd/internal/obj/arm64: mark branch instructions in optaberic fang
2022-11-18go/types, types2: ensure signatures are instantiated if all type argsRobert Findley
2022-11-18go/types, types2: replace some Errorf calls with Error calls (cleanup)Robert Griesemer
2022-11-18go/types, types2: replace (internal) writePackage with packagePrefixRobert Griesemer
2022-11-18crypto/ecdsa: improve benchmarksFilippo Valsorda
2022-11-17runtime: fix conflict between lfstack and checkptrKeith Randall