aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2022-04-20cmd/compile/internal/syntax: correct an error stringRobert Griesemer
2022-04-20cmd/go: don't compute Deps fields if they're not neededMichael Matloob
2022-04-20cmd/link: fix StackCheckOutput on AIXAustin Clements
2022-04-20net/http: deflake TestTransportConnectionCloseOnRequestBrad Fitzpatrick
2022-04-20crypto/rand: apply the same max read size on Illumos as on SolarisBryan C. Mills
2022-04-20go/internal/srcimporter: add context to cgo errorsBryan C. Mills
2022-04-20[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-04-20cmd/go/internal/base: in AppendPWD, check that PWD is absoluteBryan C. Mills
2022-04-19cmd/compile/internal/types2: use correct value of iotaRobert Griesemer
2022-04-19cmd/compile/internal/types2: don't crash in overflow checkRobert Griesemer
2022-04-19cmd/compile/internal/types2: permit parentheses around types in interfacesRobert Griesemer