aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-04-22[dev.boringcrypto] misc/boring: skip long tests during build.releaseHeschi Kreinick
2022-04-22runtime/internal/syscall: use ABIInternal for Syscall6 on amd64Michael Pratt
2022-04-22syscall: define Syscall6 in terms of RawSyscall6 on linuxMichael Pratt
2022-04-22runtime: skip TestNoShrinkStackWhileParking on openbsdDmitri Shuralyov
2022-04-22go/types: use error_.errorf for reporting related error informationRobert Findley
2022-04-22go/types: introduce the error_ type to match types2Robert Findley
2022-04-22go/types: remove unnecessary indirection when reporting errorsRobert Findley
2022-04-22Revert "cmd/compile: enable Asan check for global variables"Bryan Mills
2022-04-22Revert "net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9"Bryan Mills
2022-04-22internal/bytealg: optimize cmpbody for ppc64le/ppc64Archana R
2022-04-22cmd/compile: enable Asan check for global variablesfanzha02
2022-04-22internal/bytealg: port bytealg functions to reg ABI on riscv64Meng Zhuo
2022-04-22runtime/cgo: remove stdlib.h warning workaround on darwinBryan C. Mills
2022-04-22net/netip: fix Addr.Unmap reference in Addr.Is4 godoc commentTobias Klauser
2022-04-22regexp: change ErrInvalidDepth message to match proposalIan Lance Taylor
2022-04-22net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9Brad Fitzpatrick
2022-04-21reflect: make more Value methods inlineableJoe Tsai
2022-04-21cmd/compile: Unify & improve struct comparisonsDerek Parker
2022-04-21test/typeparam: fix copyright messagemkontani
2022-04-21bufio: implement large write forwarding in Writer.WriteStringCarlo Alberto Ferraris
2022-04-21reflect: in assignTo only allocate target if neededIan Lance Taylor
2022-04-21syscall: define Syscall in terms of RawSyscall on linuxMichael Pratt
2022-04-21cmd/trace: embed static contentMichael Pratt
2022-04-21go/format: skip go/ast's object resolutionDaniel Martí
2022-04-21cmd/gofmt: only resolve go/ast objects when neededDaniel Martí
2022-04-21crypto/x509: revert serial length restrictionRoland Shoemaker
2022-04-21Revert "syscall: define Syscall in terms of RawSyscall on linux"Michael Pratt
2022-04-21Revert "syscall: define Syscall6 in terms of RawSyscall6 on linux"Michael Pratt
2022-04-21Revert "runtime/internal/syscall: use ABIInternal for Syscall6 on amd64"Michael Pratt
2022-04-21misc/cgo/test: remove timing dependency from TestParallelSleepIan Lance Taylor
2022-04-21cmd/go: add a better error message when in a module outside workspaceMichael Matloob
2022-04-21runtime/internal/syscall: use ABIInternal for Syscall6 on amd64Michael Pratt
2022-04-21syscall: define Syscall6 in terms of RawSyscall6 on linuxMichael Pratt
2022-04-21syscall: define Syscall in terms of RawSyscall on linuxMichael Pratt
2022-04-21syscall: define RawSyscall in terms of RawSyscall6 on linuxMichael Pratt
2022-04-21runtime/internal/syscall, syscall: replace RawSyscall6 with runtime implement...Michael Pratt
2022-04-21syscall: move Syscall declarations to OS filesMichael Pratt
2022-04-21cmd/compile: add //go:uintptrkeepaliveMichael Pratt