aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-21test: rename live_syscall.go to live_uintptrkeepalive.goMichael 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-19spec: clarify rules for type set construction of an interfaceRobert Griesemer
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
2022-04-19crypto/rand: remove all bufferingJason A. Donenfeld
2022-04-19crypto/rand: batch and buffer calls to getrandom/getentropyJason A. Donenfeld
2022-04-19cmd/compile: more negation related generic SSA rewrite rulesJorropo
2022-04-19reflect: adjust MapRange allocation test for noopt builder, take 2Keith Randall
2022-04-19reflect: adjust MapRange allocation test for noopt builderKeith Randall
2022-04-19doc/go1.19: move the description of the runtime.GOROOT change from 'cmd/go' t...Bryan C. Mills
2022-04-19io/ioutil: provide an equivalent for the deprecated ReadDirDaniel Martí
2022-04-19cmd/link: faster algorithm for nosplit stack checking, better errorsAustin Clements
2022-04-19test/nosplit: add more complicated recursion testsAustin Clements
2022-04-19test/nosplit: apply stack limit adjustment in the right placeAustin Clements
2022-04-19cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch fieldAustin Clements
2022-04-19internal/sys: add LR and fixed frame size to sys.ArchAustin Clements
2022-04-19cmd/link: use TOC-relative trampolines on PPC64 when neededPaul E. Murphy
2022-04-19crypto/x509: move sha1 removal to unspecified future releaseJordan Liggitt
2022-04-18crypto/x509: reject duplicate extensionsRoland Shoemaker
2022-04-18reflect: make Value.MapRange inlineableJoe Tsai
2022-04-18net/http: eliminate arbitrary timeouts in TestServerRequestContextCancel_Conn...Bryan C. Mills
2022-04-18cmd/compile: fix missing source information in ssa viewhopehook
2022-04-18runtime: improve memclr on ppc64xLynn Boger
2022-04-17net/http: correctly show error types in transfer testJorropo
2022-04-17reflect: make Value.Type inlineableJoe Tsai
2022-04-16bytes: explode checks for n too largePhilippe Antoine