aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-04-29[dev.boringcrypto] cmd/compile: remove the awful boringcrypto kludgeRuss Cox
2022-04-29[dev.boringcrypto] crypto/ecdsa, crypto/rsa: use boring.CacheRuss Cox
2022-04-29[dev.boringcrypto] crypto/internal/boring: add GC-aware cacheRuss Cox
2022-04-29[dev.boringcrypto] crypto/x509: remove VerifyOptions.IsBoringRuss Cox
2022-04-29[dev.boringcrypto] crypto/..., go/build: align deps test with standard rulesRuss Cox
2022-04-29[dev.boringcrypto] crypto/internal/boring: make SHA calls allocation-freeRuss Cox
2022-04-29[dev.boringcrypto] crypto/internal/boring: avoid allocation in big.Int conver...Russ Cox
2022-04-29[dev.boringcrypto] cmd/dist: default to use of boringcryptoRuss Cox
2022-04-29[dev.boringcrypto] all: add boringcrypto build tagsRuss Cox
2022-04-29[dev.boringcrypto] cmd/go: pass dependency syso to cgo tooRuss Cox
2022-04-29[dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256Russ Cox
2022-04-29[dev.boringcrypto] cmd/internal/notsha256: add new packageRuss Cox
2022-04-27[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-04-27crypto/tls: remove tls10default GODEBUG flagFilippo Valsorda
2022-04-27crypto/elliptic: split up P-256 field and group opsFilippo Valsorda
2022-04-27crypto/elliptic: inline marshaling into nistec pointFromAffineFilippo Valsorda
2022-04-27crypto/elliptic: use generics for nistec-based curvesFilippo Valsorda
2022-04-27crypto/elliptic: refactor package structureFilippo Valsorda
2022-04-27time: document hhmmss formatscuiweixie
2022-04-27runtime: disable windowed Smhasher test on 32-bit systemsKeith Randall
2022-04-26runtime: refactor the scavenger and make it testableMichael Anthony Knyszek
2022-04-26runtime: disable idle mark workers with at least one dedicated workerMichael Anthony Knyszek
2022-04-26runtime: move scheduling decisions by schedule into findrunnableMichael Anthony Knyszek
2022-04-26runtime: reduce max idle mark workers during periodic GC cyclesMichael Anthony Knyszek
2022-04-26runtime: yield instead of sleeping in runqgrab on OpenBSDMichael Anthony Knyszek
2022-04-26runtime: make alloc count metrics truly monotonicMichael Anthony Knyszek
2022-04-26runtime: use ABIInternal for most calls to sigtrampgoMichael Pratt
2022-04-26net: skip TestDialCancel on darwin-arm64Heschi Kreinick
2022-04-26os/exec: use a TestMain to avoid hijacking stdout for helper commandsBryan C. Mills
2022-04-26os/exec: make skipStdinCopyError a function instead of a variableBryan C. Mills
2022-04-26time: fix quickcheck test to avoid wraparoundsRuss Cox
2022-04-26cmd/compile/internal/syntax: parser to accept ~x as unary expressionRobert Griesemer
2022-04-25cmd/compile: fix the missing size for FuncInfoSymzhouguangyuan
2022-04-25net/http: add MaxBytesErrorCarl Johnson
2022-04-25reflect: support Len and Cap on pointer-to-array Valuecuiweixie
2022-04-25os: skip TestRemoveAllRace on dragonflyBryan C. Mills
2022-04-25os/exec: in TestImplicitPWD, explicitly request the logical pathBryan C. Mills
2022-04-25slices: use !{{Less}} instead of {{GreaterOrEqual}}张云浩
2022-04-25cmd/dist: add maymorestack testsAustin Clements
2022-04-25runtime: fix stack-move sensitivity in some testsAustin Clements
2022-04-25cmd/compile: align tablePark Zhou
2022-04-25debug/pe: fix off by one error in valid symbol index testThan McIntosh
2022-04-25crypto/ed25519: test fixupThan McIntosh
2022-04-25go/types, types2: add loong64 to gcArchSizesRobert Findley
2022-04-24runtime: add ABIInternal to strhash and memhash on riscv64Meng Zhuo
2022-04-23os: use a lower file count for TestOpenFileLimit on openbsdJoel Sing
2022-04-23runtime: support for debugger function calls on linux/arm64eric fang
2022-04-22runtime/race: add s390x .syso fileKeith Randall
2022-04-22regexp/syntax: rename ErrInvalidDepth to ErrNestingDepthIan Lance Taylor
2022-04-22net: eliminate a deadlock on the failure path in TestNotTemporaryReadBryan C. Mills