summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A+C: add Shuai Tan (individual CLA)hopehook2022-04-292-1/+2
* regexp/syntax: fix typo in commentLudi Rehak2022-04-291-1/+1
* runtime: mark sigtramp as TOPFRAME on the rest of unixMichael Pratt2022-04-2818-18/+18
* cmd/compile: set correct package for vars/params/results from nested instanti...Cuong Manh Le2022-04-284-0/+39
* runtime: use saved LR when unwinding through morestackCherry Mui2022-04-281-2/+13
* math/big: delete all mulWW assembly codeWayne Zuo2022-04-2814-87/+2
* cmd/compile: remove inTypeCheckInl booleanCuong Manh Le2022-04-281-14/+1
* cmd/compile: remove go117ExportTypes constantCuong Manh Le2022-04-284-355/+155
* runtime: clean up escaping in testsAustin Clements2022-04-285-57/+31
* cmd/compile: fix missing export/import init nodes of builtins that allow mult...Cuong Manh Le2022-04-285-4/+111
* runtime: simply user throws, expand runtime throwsMichael Pratt2022-04-289-18/+49
* runtime: differentiate "user" and "system" throwsMichael Pratt2022-04-2810-46/+76
* runtime: mark sigtramp as TOPFRAMEMichael Pratt2022-04-289-9/+9
* syscall: add //go:norace to RawSyscallMichael Pratt2022-04-281-0/+4
* cmd/compile: intrinsify math/big.mulWW on MIPS64(LE),RISCV64Wayne Zuo2022-04-281-7/+3
* math/big: add comprehensive aliasing tests (and minor fixes to Exp, Rand)Filippo Valsorda2022-04-272-3/+320
* 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
* cmd/dist: add maymorestack testsAustin Clements2022-04-251-0/+49
* runtime: fix stack-move sensitivity in some testsAustin Clements2022-04-251-2/+6
* cmd/compile: align tablePark Zhou2022-04-251-13/+13
* debug/pe: fix off by one error in valid symbol index testThan McIntosh2022-04-251-2/+1
* crypto/ed25519: test fixupThan McIntosh2022-04-251-1/+12
* go/types, types2: add loong64 to gcArchSizesRobert Findley2022-04-252-6/+8
* runtime: add ABIInternal to strhash and memhash on riscv64Meng Zhuo2022-04-241-8/+8