aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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
2022-04-21go/build: replace a call to os.Environ with (*exec.Cmd).EnvironBryan C. Mills
2022-04-21cmd/go: replace some calls to base.AppendPWD with cmd.EnvironBryan C. Mills
2022-04-21net: use fastrand64 in randIntzhangyunhao
2022-04-21runtime: use fastrand64 in mapiterinitzhangyunhao
2022-04-21hash/maphash: use fastrand64 in MakeSeedzhangyunhao
2022-04-21os/exec: set PWD implicitly if Dir is non-empty and Env is nilBryan C. Mills
2022-04-21Revert "cmd/go/internal/test: wrap os.Stdout always"Bryan Mills
2022-04-21crypto/x509: use SAN when comparing certs during path buildingRoland Shoemaker
2022-04-21crypto/tls: reject duplicate extensionsRoland Shoemaker
2022-04-21[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-04-21os/exec: preserve original order of entries in dedupEnvBryan C. Mills
2022-04-21cmd/go/internal/test: wrap os.Stdout alwaysAndrew Gerrand
2022-04-20runtime: add fastrand64zhangyunhao
2022-04-20reflect: remove unused overflowPad variablePhil Kulin
2022-04-20net/http: drop mimesniff for audio/basicSean Liao