summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * os: use a lower file count for TestOpenFileLimit on openbsdJoel Sing2022-04-231-5/+8
| * runtime: support for debugger function calls on linux/arm64eric fang2022-04-2311-119/+492
| * runtime/race: add s390x .syso fileKeith Randall2022-04-222-0/+1
| * regexp/syntax: rename ErrInvalidDepth to ErrNestingDepthIan Lance Taylor2022-04-222-6/+6
| * net: eliminate a deadlock on the failure path in TestNotTemporaryReadBryan C. Mills2022-04-221-3/+5
| * runtime/internal/syscall: use ABIInternal for Syscall6 on amd64Michael Pratt2022-04-221-15/+29
| * syscall: define Syscall6 in terms of RawSyscall6 on linuxMichael Pratt2022-04-2210-242/+10
| * runtime: skip TestNoShrinkStackWhileParking on openbsdDmitri Shuralyov2022-04-221-0/+3
| * go/types: use error_.errorf for reporting related error informationRobert Findley2022-04-223-11/+13
| * go/types: introduce the error_ type to match types2Robert Findley2022-04-222-22/+108
| * go/types: remove unnecessary indirection when reporting errorsRobert Findley2022-04-222-33/+24
| * Revert "cmd/compile: enable Asan check for global variables"Bryan Mills2022-04-2217-461/+9
| * Revert "net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9"Bryan Mills2022-04-2216-838/+293
| * internal/bytealg: optimize cmpbody for ppc64le/ppc64Archana R2022-04-221-164/+388
| * cmd/compile: enable Asan check for global variablesfanzha022022-04-2217-9/+461
| * internal/bytealg: port bytealg functions to reg ABI on riscv64Meng Zhuo2022-04-224-238/+315
| * runtime/cgo: remove stdlib.h warning workaround on darwinBryan C. Mills2022-04-221-3/+0
| * net/netip: fix Addr.Unmap reference in Addr.Is4 godoc commentTobias Klauser2022-04-221-1/+1
| * regexp: change ErrInvalidDepth message to match proposalIan Lance Taylor2022-04-223-4/+3
| * net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9Brad Fitzpatrick2022-04-2216-293/+838
| * reflect: make more Value methods inlineableJoe Tsai2022-04-213-18/+157
| * cmd/compile: Unify & improve struct comparisonsDerek Parker2022-04-214-269/+303
| * test/typeparam: fix copyright messagemkontani2022-04-211-1/+1
| * bufio: implement large write forwarding in Writer.WriteStringCarlo Alberto Ferraris2022-04-212-3/+79
| * reflect: in assignTo only allocate target if neededIan Lance Taylor2022-04-211-6/+7
| * syscall: define Syscall in terms of RawSyscall on linuxMichael Pratt2022-04-2111-235/+35
| * cmd/trace: embed static contentMichael Pratt2022-04-215-20/+12
| * go/format: skip go/ast's object resolutionDaniel Martí2022-04-211-1/+1
| * cmd/gofmt: only resolve go/ast objects when neededDaniel Martí2022-04-211-0/+5
| * crypto/x509: revert serial length restrictionRoland Shoemaker2022-04-212-47/+4
| * Revert "syscall: define Syscall in terms of RawSyscall on linux"Michael Pratt2022-04-2111-23/+235
| * Revert "syscall: define Syscall6 in terms of RawSyscall6 on linux"Michael Pratt2022-04-2110-10/+242
| * Revert "runtime/internal/syscall: use ABIInternal for Syscall6 on amd64"Michael Pratt2022-04-211-29/+15
| * misc/cgo/test: remove timing dependency from TestParallelSleepIan Lance Taylor2022-04-213-53/+33
| * cmd/go: add a better error message when in a module outside workspaceMichael Matloob2022-04-212-5/+9
| * runtime/internal/syscall: use ABIInternal for Syscall6 on amd64Michael Pratt2022-04-211-15/+29
| * syscall: define Syscall6 in terms of RawSyscall6 on linuxMichael Pratt2022-04-2110-242/+10
| * syscall: define Syscall in terms of RawSyscall on linuxMichael Pratt2022-04-2111-235/+23
| * syscall: define RawSyscall in terms of RawSyscall6 on linuxMichael Pratt2022-04-2110-194/+21
| * runtime/internal/syscall, syscall: replace RawSyscall6 with runtime implement...Michael Pratt2022-04-2111-209/+33
| * syscall: move Syscall declarations to OS filesMichael Pratt2022-04-219-9/+42
| * cmd/compile: add //go:uintptrkeepaliveMichael Pratt2022-04-2111-31/+127
| * test: rename live_syscall.go to live_uintptrkeepalive.goMichael Pratt2022-04-211-0/+0