aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-01-14runtime/race: be less picky about test run timeAustin Clements
2022-01-14Revert "cmd/dist: log CPU model when testing"Michael Pratt
2022-01-14Revert "cmd/dist: log OS version when testing"Michael Pratt
2022-01-14cmd/dist: log OS version when testingMichael Pratt
2022-01-14cmd/dist: log CPU model when testingMichael Pratt
2022-01-14debug/elf: do not read unrelated bytes for SHT_NOBITS sectionsAlessandro Arzilli
2022-01-14runtime: skip known TestSegv failure mode on linux-mips64le-mengzhuoBryan C. Mills
2022-01-14runtime: fix net poll racesRuss Cox
2022-01-14cmd/compile: add call to ImportedBody() when exporting shape inst bodyDan Scales
2022-01-13cmd/compile: stop interface conversions for generic method calls from allocatingKeith Randall
2022-01-13testing: skip flaky TestRaiseException on windows-amd64-2012Patrik Nyblom
2022-01-13cmd/compile: descend through types to find fully-instantiated typesDan Scales
2022-01-13cmd/compile: unique LinkString for renamed, embedded fieldsMatthew Dempsky
2022-01-13database/sql: consolidate test polling loopsBryan C. Mills
2022-01-13cmd/go: run go install in workspace modeMichael Matloob
2022-01-13cmd/go: reset modfetch state between modules in go work syncMichael Matloob
2022-01-13all: add a handful of fuzz targetsRoland Shoemaker
2022-01-12cmd/go: enable fuzz testing for FreeBSDAyan George
2022-01-12go/types, types2: fix tracing output for type and expr listsRobert Griesemer
2022-01-12go/types, types2: prevent unification from recursing endlesslyRobert Griesemer
2022-01-12go/types, types2: make function type inference argument-order independentRobert Griesemer
2022-01-12go/ast: mention that FieldLists can now be enclosed by bracketsRobert Findley
2022-01-12Revert "all: add a handful of fuzz targets"Bryan Mills
2022-01-12go/types, types2: do not run CTI before FTIRobert Griesemer
2022-01-12all: add a handful of fuzz targetsRoland Shoemaker
2022-01-12cmd/compile/types2, go/types: add position for "have" in failed interface sat...Emmanuel T Odeke
2022-01-11cmd/compile: fix the names of methods created during type substitutionDan Scales
2022-01-11cmd/compile: in typ0(), load base type before checking s.DefDan Scales
2022-01-11cmd/compile: resolve dictionaries/shape methods in markInlBody, if neededDan Scales
2022-01-11go/types, types2: mention type decl scopes in Info.Scopes documentationRobert Findley
2022-01-11cmd/compile: print "internal compiler error" message for all compiler panicsDan Scales
2022-01-11runtime: improve asanread/asanwrite nosplit commentAustin Clements
2022-01-11cmd/go: skip TestScript/test_fuzz_test_race on !raceTobias Klauser
2022-01-10go/types, types2: refer to type parameter if so for interface pointer errorsRobert Griesemer
2022-01-10go/types, types2: better error message for type parameter field accessRobert Griesemer
2022-01-10go/types, types2: better error message when using *interface instead of inter...Robert Griesemer
2022-01-10testing: only snapshot coverage during fuzzingRoland Shoemaker
2022-01-10cmd/compile: use exact constant in go_asm.hIan Lance Taylor
2022-01-10Revert "cmd/compile: unique LinkString for renamed, embedded fields"Matthew Dempsky
2022-01-10cmd/compile, test: updated comments in crawler.go, added testDan Scales
2022-01-10cmd/compile: unique LinkString for renamed, embedded fieldsMatthew Dempsky
2022-01-10runtime: expand TestGdbPythonCgo skip to include mips64leBryan C. Mills
2022-01-10cmd/compile: fix interaction between generics and inliningDan Scales
2022-01-10runtime/pprof: run TestCPUProfileMultithreadMagnitude subtests separatelyMichael Pratt
2022-01-10net/http: map FS Open errors just like DirJonathan Amsterdam
2022-01-09go/types, types2: better error message for invalid == on type parametersRobert Griesemer
2022-01-08net/http/internal/testcert: use FIPS-compliant certificateDamien Neil
2022-01-07runtime: skip TestSegv traceback check on 386Michael Pratt
2022-01-07cmd/compile: accept string|[]byte-constrained 2nd argument in appendRobert Griesemer
2022-01-07syscall: in TestDirent, make as many ReadDirent calls as are neededBryan C. Mills