aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-01-07cmd/compile: fix conv of slice of user-define byte type to stringDan Scales
2022-01-07cmd/compile: fix instantiation of types referenced during inliningCuong Manh Le
2022-01-07math/big: fix spurious race in Rat.Denom, Float.SetRatRuss Cox
2022-01-07go/types, types2: disallow multiple blank type parametersRobert Griesemer
2022-01-06cmd/compile: report type parameter error for methods only onceRobert Griesemer
2022-01-06testing: fix deadlock with t.Parallel in testing seed corpusKatie Hockman
2022-01-06go/types, types2: implement field access for struct structural constraintsRobert Griesemer
2022-01-06go/types, types2: remove unused code in lookupFieldOrMethodRobert Griesemer
2022-01-06go/types, types2: ensure that signature type bounds are interfacesRobert Griesemer
2022-01-06time: skip TestTimerModifiedEarlier on plan9/armBryan C. Mills
2022-01-06go/types, types2: eagerly check that constraints are not type paramsRobert Findley
2022-01-06cmd/compile/internal/types2: better error message for invalid range clauseRobert Griesemer
2022-01-06net: synchronize instead of sleeping in TestDialParallelSpuriousConnectionBryan C. Mills
2022-01-06runtime: crash on netbsd-arm64 when setcontext failsBenny Siegert
2022-01-06doc: improve documentation for GOAMD64Ulrich Kunitz
2022-01-05cmd/go: add fuzzing coverage testRoland Shoemaker
2022-01-05net/http: skip TestClientTimeout_h{1,2} on windows/arm and windows/arm64Bryan C. Mills
2022-01-05runtime: ensure that asmsyscall6 follow AIX stack conventionClément Chigot
2022-01-05src/runtime: mark asanread and asanwrite functions as NOSPLITfanzha02
2022-01-05net: do not panic on nil IPNet.String()Jason A. Donenfeld
2022-01-04cmd/compile: save selector/inst info for generic method/function callsDan Scales
2022-01-04cmd/compile: pop instantiations of local types when leaving scopeDan Scales
2022-01-03go/doc: handle generic receiver stringsJonathan Amsterdam
2022-01-03go/doc: use subtestsJonathan Amsterdam
2022-01-02os: simplify ios checks in testsTobias Klauser
2022-01-02os: enable TestMkdirAllWithSymlink on darwin/arm64Tobias Klauser
2021-12-29runtime: fix the issue that the -asan option cannot print where the error occ...fanzha02
2021-12-29runtime: invalid negative frequency while tracingMeng Zhuo
2021-12-23cmd/go: remove MallocNanoZone environment variable workaroundCherry Mui
2021-12-23cmd/compile/internal/ir: fix a typo in node.gozhangjian
2021-12-22runtime: handle stray profiling signal betterCherry Mui
2021-12-21os: enable TestPipeThreads on FreeBSDTobias Klauser
2021-12-21all: update vendored golang.org/x/crypto for cryptobyte fixFilippo Valsorda
2021-12-21cmd/link: use SHT_INIT_ARRAY for .init_array sectionIan Lance Taylor
2021-12-21reflect: update relative path in commentJing维
2021-12-21net/http: fix link to ResponseWriter trailer exampleReilly Watson
2021-12-21runtime: typo fix cyle -> cycle“kinggo”
2021-12-21runtime: check the correct environment variable in TestCgoCallbackGCCherry Mui
2021-12-20net/netip: add a fuzz testAndrew LeFevre
2021-12-20cmd/doc: don't log on constraint type elementsIan Lance Taylor
2021-12-20all: fix spelling errors found by misspellDan Kortschak
2021-12-20cmd/internal/obj/riscv: mark stack bounds check prologue nonpreemptibleCherry Mui
2021-12-20go/types: better error message when using comparable in unionRobert Griesemer
2021-12-20go/types, types2: delay "does not satisfy comparable" error until neededRobert Griesemer
2021-12-19runtime: mgc.go typo fix: becuse -> becauseclamyang
2021-12-17cmd/link: force eager binding when using plugins on darwinCherry Mui
2021-12-17net: lengthen arbitrary SetDeadline timeout by a few orders of magnitudeBryan C. Mills
2021-12-17os/exec: skip TestContextCancel on netbsd/arm64Bryan C. Mills
2021-12-17go/types, types2: use compiler error message for undefined operatorsRobert Griesemer
2021-12-17cmd/compile/internal/types2: better error message when using comparable in unionRobert Griesemer