aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-09-20[dev.fuzz] cmd/go: in 'go test' don't allow multiple packages with -fuzzJay Conrod
2021-09-20[dev.fuzz] Revert "[dev.fuzz] testing: convert seed corpus values where possi...Katie Hockman
2021-09-20[dev.fuzz] internal/fuzz: warn if fuzzing begins with empty corpusKatie Hockman
2021-09-16[dev.fuzz] internal/fuzz: rework default test behavior before fuzzingKatie Hockman
2021-09-15[dev.fuzz] testing: fix internal error exit condition for fuzz workersJay Conrod
2021-09-15[dev.fuzz] internal: fuzzing output adjustmentsKatie Hockman
2021-09-15[dev.fuzz] testing: adjust -fuzz multiple match stdoutKatie Hockman
2021-09-10[dev.fuzz] testing: F.Setenv plus various fixes and revisionsJay Conrod
2021-09-10[dev.fuzz] internal/fuzz: fix bug for -fuzzminimizetime of zeroKatie Hockman
2021-09-10[dev.fuzz] internal/fuzz: write a newline to the end of a corpus fileKatie Hockman
2021-09-10[dev.fuzz] testing: allow -fuzzminimizetime to be 0Katie Hockman
2021-09-10[dev.fuzz] testing: move corpus from testdata/corpus to testdata/fuzzKatie Hockman
2021-09-10[dev.fuzz] internal/fuzz: improve warning message when not instrumentedKatie Hockman
2021-09-09[dev.fuzz] internal/fuzz: avoid incorrect bytes modification during minimizationKatie Hockman
2021-09-09[dev.fuzz] all: merge master (65f0d24) into dev.fuzzJay Conrod
2021-09-08[dev.fuzz] internal/fuzz: only reconstruct inputs when needed on RPC returnJay Conrod
2021-09-08[dev.fuzz] internal/fuzz: fix panic when marshaling dataKatie Hockman
2021-09-08cmd/go: print offending -mod value in workspace modeMichael Matloob
2021-09-08cmd/go: improve the creation and editing of go.work filesMichael Matloob
2021-09-08go/types: temporarily pin the Checker to Interface during checkingRobert Findley
2021-09-08go/types: spell out 'Type' in type parameter APIsRobert Findley
2021-09-08go/ast: rename TParams fields to TypeParamsRobert Findley
2021-09-08go/types: move NewTypeParam off of CheckerRobert Findley
2021-09-08go/types: move typeHash to environment.goRobert Findley
2021-09-08go/types: implement deduplication of instances using the EnvironmentRobert Findley
2021-09-08cmd/go/internal/modload: scan dependencies of root paths when raising version...Bryan C. Mills
2021-09-08cmd/compile/internal/types2: reduce number of delayed functions (optimization)Robert Griesemer
2021-09-08cmd/compile/internal/types2: handle recursive type parameter constraintsRobert Griesemer
2021-09-08cmd/pprof: update vendored github.com/google/pprofDmitri Shuralyov
2021-09-08all: update vendored golang.org/x/toolsDmitri Shuralyov
2021-09-08cmd/link: rework .TOC. handling for ppc64lePaul E. Murphy
2021-09-08cmd/link/internal/riscv64,cmd/internal/obj/riscv: make error messages consistentJoel Sing
2021-09-08cmd/interna/obj/riscv: use obj.REG_NONE rather than 0Joel Sing
2021-09-08cmd/internal/obj/riscv: simplify machine code outputJoel Sing
2021-09-08cmd/internal/obj/riscv: absorb rewriteMOV into instruction generationJoel Sing
2021-09-08cmd/internal/obj/riscv: simplify rewriteMOVJoel Sing
2021-09-08reflect: add back signaling NaN testKeith Randall
2021-09-08reflect: correct typoo in commentIan Lance Taylor
2021-09-07cmd/compile: add CONVIFACE nodes needed in generic code due to assignmentsDan Scales
2021-09-07reflect: add test for passing float32 signaling NaNsKeith Randall
2021-09-07reflect: rename MapIter method receiver variable from it to iterJosh Bleecher Snyder
2021-09-07reflect: add MapIter.ResetJosh Bleecher Snyder
2021-09-07cmd/compile: remove now-unneeded SetHasTParam() for cached ptr elementDan Scales
2021-09-07encoding/gob: optimize decoding of slicekorzhao
2021-09-07cmd/compile: make sure imported instantiated types have their methods createdDan Scales
2021-09-07cmd/compile: add prefetch intrinsic supportRuslan Andreev
2021-09-07cmd/compile: resolve TODO in inl.gozikaeroh
2021-09-07encoding/gob: marshal maps using reflect.Value.MapRangekorzhao
2021-09-07cmd/compile: fix type substituter to copy Funarg value for structsDan Scales
2021-09-07cmd/compile: fix lazy loading in reader2Matthew Dempsky