aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-16cmd/compile: fixing writebarrier.go for -G=3wdvxdr
2021-09-16cmd/compile: preserve statements better in expandCallsDavid Chase
2021-09-16cmd/compile: fix LocResults formattingCherry Mui
2021-09-16cmd/go: add GOAMD64 environment variablenimelehin
2021-09-16cmd/go: clean paths before checking same directorygerrard
2021-09-16cmd/cgo: add missing tab in exports for a result of voidLeonard Wang
2021-09-16[dev.fuzz] internal/fuzz: rework default test behavior before fuzzingKatie Hockman
2021-09-15cmd/compile: remove unneeded early transforms, with dictionary changeDan Scales
2021-09-15cmd/compile: switch to computing dict format on instantiated functionsDan Scales
2021-09-15cmd/internal/obj/ppc64: generate prologue code compatible with new ABILynn Boger
2021-09-15runtime: fix setting of cpu features for amd64nimelehin
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-15cmd/go/internal/modload: prevent tidy downgrading disambiguating modulesJay Conrod
2021-09-15cmd/compile: emit DWARF info about dictionary entriesAlessandro Arzilli
2021-09-15cmd/compile: mark wrapper functions with DW_AT_trampolineAlessandro Arzilli
2021-09-15go/internal/gcimporter,cmd/compile: minor clean-up in iimport.goRobert Findley
2021-09-15cmd/compile/internal/types2: eliminate Named.instPosRobert Griesemer
2021-09-15cmd/compile/internal/types2: merge Named type loading and expansionRobert Griesemer
2021-09-15cmd/compile/internal/types2: implement Identical for *Union typesRobert Griesemer
2021-09-15cmd/compile/internal/types2: remove some unnecessary loading/expansion of Nam...Robert Griesemer
2021-09-15cmd/compile/internal/types2: export TypeHash, return value without blanksRobert Griesemer
2021-09-15runtime: in adjustTimers back up as far as necessaryIan Lance Taylor
2021-09-15cmd/go: remove subcommand prefix from error messagesJay Conrod
2021-09-15go/types: implement Identical for *Union typesRobert Findley
2021-09-15go/types: minor cleanup of instantiationRobert Findley
2021-09-15go/types: instantiate methods when instantiating Named typesRobert Findley
2021-09-14go/types: eliminate Named.instPosRobert Findley
2021-09-14go/types: merge Named type loading and expansionRobert Findley
2021-09-14cmd/compile: set IsShape based on type being in the Shapes pkgDan Scales
2021-09-14cmd/compile: fix test/typeparam/mdempsky/4.go for -G=3wdvxdr
2021-09-14runtime: avoid loop variable capture in testMichael Pratt
2021-09-14go/internal/gcimporter: remove outdated commentCuong Manh Le
2021-09-14syscall: remove use of IN_KUBERNETES in testTobias Klauser
2021-09-14cmd/internal/obj/ppc64: allow VR register arguments to VS registersPaul E. Murphy
2021-09-14cmd/compile: prevent typecheck importer reading type parameter twiceCuong Manh Le
2021-09-14go/internal/gcimporter: prevent importReader reading type parameter twiceCuong Manh Le
2021-09-14cmd/compile: prevent importReader reading type parameter twiceCuong Manh Le
2021-09-14all: remove some unused codeAlexander Melentyev
2021-09-14runtime: change time.now to ABIInternalIan Lance Taylor
2021-09-14reflect: use Value.Len instead of conversion to slice headerNevkontakte
2021-09-13spec: fix prose about terminating statementsRobert Griesemer
2021-09-13cmd/compile: save the note of fields when translating structkorzhao
2021-09-13cmd/go: add missing parenthesis in a call to "PrintVersion"Hossein Zolfi
2021-09-13cmd/link/internal/ld: re-enable DWARF tests on solaris/illumosTobias Klauser
2021-09-13reflect: add a floating point section to DeepEqual testsJosh Bleecher Snyder
2021-09-13reflect: add fast paths for common, simple Kinds to DeepEqualJosh Bleecher Snyder
2021-09-13reflect: fix _faststr optimizationKeith Randall
2021-09-13cmd/go: add test to check for a potential workspace loading issueMichael Matloob