aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-10[dev.boringcrypto] misc/boring: add new releases to RELEASES filedev.boringcryptoCarlos Amedee
2022-12-07[dev.boringcrypto] misc/boring: add new releases to RELEASES fileHeschi Kreinick
2022-11-02[dev.boringcrypto] misc/boring: add new releases to RELEASES fileMatthew Dempsky
2022-10-04[dev.boringcrypto] misc/boring: add new releases to RELEASES fileCarlos Amedee
2022-09-07[dev.boringcrypto] misc/boring: add new releases to RELEASES fileMichael Anthony Knyszek
2022-08-01[dev.boringcrypto] misc/boring: add new releases to RELEASES fileDmitri Shuralyov
2022-07-13[dev.boringcrypto] misc/boring: add new releases to RELEASES fileMichael Anthony Knyszek
2022-06-01[dev.boringcrypto] misc/boring: add new releases to RELEASES fileDmitri Shuralyov
2022-05-10[dev.boringcrypto] misc/boring: add new releases to RELEASES fileHeschi Kreinick
2022-05-03[dev.boringcrypto] README.boringcrypto.md: add note about the demise of the b...Russ Cox
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-26SECURITY.md: replace golang.org with go.devHana
2022-04-26runtime: use ABIInternal for most calls to sigtrampgoMichael Pratt
2022-04-26net: skip TestDialCancel on darwin-arm64Heschi Kreinick
2022-04-26README.md: update wiki linkHana
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}}张云浩