summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [dev.boringcrypto] misc/boring: add new releases to RELEASES filedev.boringcryptoCarlos Amedee2023-01-101-0/+2
* [dev.boringcrypto] misc/boring: add new releases to RELEASES fileHeschi Kreinick2022-12-071-0/+2
* [dev.boringcrypto] misc/boring: add new releases to RELEASES fileMatthew Dempsky2022-11-021-0/+2
* [dev.boringcrypto] misc/boring: add new releases to RELEASES fileCarlos Amedee2022-10-041-0/+2
* [dev.boringcrypto] misc/boring: add new releases to RELEASES fileMichael Anthony Knyszek2022-09-071-0/+2
* [dev.boringcrypto] misc/boring: add new releases to RELEASES fileDmitri Shuralyov2022-08-011-0/+4
* [dev.boringcrypto] misc/boring: add new releases to RELEASES fileMichael Anthony Knyszek2022-07-131-0/+4
* [dev.boringcrypto] misc/boring: add new releases to RELEASES fileDmitri Shuralyov2022-06-011-0/+4
* [dev.boringcrypto] misc/boring: add new releases to RELEASES fileHeschi Kreinick2022-05-101-0/+4
* [dev.boringcrypto] README.boringcrypto.md: add note about the demise of the b...Russ Cox2022-05-031-0/+4
* [dev.boringcrypto] cmd/compile: remove the awful boringcrypto kludgeRuss Cox2022-04-293-28/+3
* [dev.boringcrypto] crypto/ecdsa, crypto/rsa: use boring.CacheRuss Cox2022-04-2911-140/+110
* [dev.boringcrypto] crypto/internal/boring: add GC-aware cacheRuss Cox2022-04-294-0/+243
* [dev.boringcrypto] crypto/x509: remove VerifyOptions.IsBoringRuss Cox2022-04-2911-66/+197
* [dev.boringcrypto] crypto/..., go/build: align deps test with standard rulesRuss Cox2022-04-2911-89/+138
* [dev.boringcrypto] crypto/internal/boring: make SHA calls allocation-freeRuss Cox2022-04-2913-103/+265
* [dev.boringcrypto] crypto/internal/boring: avoid allocation in big.Int conver...Russ Cox2022-04-293-7/+21
* [dev.boringcrypto] cmd/dist: default to use of boringcryptoRuss Cox2022-04-291-0/+7
* [dev.boringcrypto] all: add boringcrypto build tagsRuss Cox2022-04-2937-43/+153
* [dev.boringcrypto] cmd/go: pass dependency syso to cgo tooRuss Cox2022-04-292-1/+75
* [dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256Russ Cox2022-04-2915-37/+47
* [dev.boringcrypto] cmd/internal/notsha256: add new packageRuss Cox2022-04-2911-0/+1766
* [dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel2022-04-27204-4893/+6594
|\
| * crypto/tls: remove tls10default GODEBUG flagFilippo Valsorda2022-04-273-15/+11
| * crypto/elliptic: split up P-256 field and group opsFilippo Valsorda2022-04-272-696/+705
| * crypto/elliptic: inline marshaling into nistec pointFromAffineFilippo Valsorda2022-04-271-21/+25
| * crypto/elliptic: use generics for nistec-based curvesFilippo Valsorda2022-04-274-448/+219
| * crypto/elliptic: refactor package structureFilippo Valsorda2022-04-279-1502/+1496
| * time: document hhmmss formatscuiweixie2022-04-272-6/+21
| * runtime: disable windowed Smhasher test on 32-bit systemsKeith Randall2022-04-271-0/+7
| * runtime: refactor the scavenger and make it testableMichael Anthony Knyszek2022-04-265-231/+580
| * runtime: disable idle mark workers with at least one dedicated workerMichael Anthony Knyszek2022-04-261-17/+30
| * runtime: move scheduling decisions by schedule into findrunnableMichael Anthony Knyszek2022-04-262-62/+64
| * runtime: reduce max idle mark workers during periodic GC cyclesMichael Anthony Knyszek2022-04-265-17/+223
| * runtime: yield instead of sleeping in runqgrab on OpenBSDMichael Anthony Knyszek2022-04-261-2/+2
| * runtime: make alloc count metrics truly monotonicMichael Anthony Knyszek2022-04-263-45/+125
| * SECURITY.md: replace golang.org with go.devHana2022-04-261-4/+4
| * runtime: use ABIInternal for most calls to sigtrampgoMichael Pratt2022-04-2610-56/+148
| * net: skip TestDialCancel on darwin-arm64Heschi Kreinick2022-04-261-0/+6
| * README.md: update wiki linkHana2022-04-261-1/+1
| * os/exec: use a TestMain to avoid hijacking stdout for helper commandsBryan C. Mills2022-04-266-252/+359
| * os/exec: make skipStdinCopyError a function instead of a variableBryan C. Mills2022-04-264-36/+32
| * time: fix quickcheck test to avoid wraparoundsRuss Cox2022-04-261-0/+11
| * cmd/compile/internal/syntax: parser to accept ~x as unary expressionRobert Griesemer2022-04-266-9/+24
| * cmd/compile: fix the missing size for FuncInfoSymzhouguangyuan2022-04-251-1/+3
| * net/http: add MaxBytesErrorCarl Johnson2022-04-253-4/+27
| * reflect: support Len and Cap on pointer-to-array Valuecuiweixie2022-04-252-2/+78
| * os: skip TestRemoveAllRace on dragonflyBryan C. Mills2022-04-251-0/+3
| * os/exec: in TestImplicitPWD, explicitly request the logical pathBryan C. Mills2022-04-251-1/+1
| * slices: use !{{Less}} instead of {{GreaterOrEqual}}张云浩2022-04-251-22/+10