aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-09-20cmd/compile: extend dump-to-file to handle "genssa" (asm) case.David Chase
2021-09-20cmd/go: write go.mod requirements more consistently for go 1.17+Jay Conrod
2021-09-20cmd/link: generate DIE for types referenced only through dictionariesAlessandro Arzilli
2021-09-20cmd/compile: delay all transforms for generic funcs/methodsDan Scales
2021-09-20go/types: export Named._Orig as Named.OriginRobert Findley
2021-09-20cmd/compile: fix transform.AssignOp to deal with tricky caseDan Scales
2021-09-20cmd/compile: document register-based ABI for ppc64Lynn Boger
2021-09-20cmd/compile: fix simplification rules on arm/arm64Keith Randall
2021-09-20cmd/compile: ensure constant shift amounts are in range for armKeith Randall
2021-09-20cmd/compile: allow rotates to be merged with logical ops on arm64Keith Randall
2021-09-20cmd/compile: update doc at top of iexport.go on the changes for typeparamsDan Scales
2021-09-20cmd/compile: rename instType -> instanceTypeDan Scales
2021-09-20cmd/cgo: remove hardcoded '-pie' ldflag for linux/armjochen weber
2021-09-20cmd/compile: fix export/import of range loop.Dan Scales
2021-09-19cmd/compile: fold double negate on arm64Keith Randall
2021-09-19cmd/compile: implement constant rotates on arm64Keith Randall
2021-09-19cmd/compile: fix missing markHiddenClosureDead in deadcode passCuong Manh Le
2021-09-18net/rpc: remove warnings on incompatible methods at registrationEli Bendersky
2021-09-17cmd/compile: SSA ".this" variableCherry Mui
2021-09-17cmd/compile: remove self copies in tail-call wrappersCherry Mui
2021-09-17time: re-add space-padded day of year to docsRiley Avron
2021-09-17time: support fractional timezone minutes in MarshalBinaryHowJMay
2021-09-17cmd/compile: delay transformAssign if lhs/rhs have typeparamDan Scales
2021-09-17cmd/compile: restore tail call for method wrappersCherry Mui
2021-09-17cmd/compile: fix import/export of Init and Def fields.Dan Scales
2021-09-17go/types: ensure that we always get a new signature in expandNamedRobert Findley
2021-09-17cmd/go: fix GOARCH value in GOAMD64 docsTobias Klauser
2021-09-17syscall: implement Pipe using pipe2 syscall on all linux platformsTobias Klauser
2021-09-17syscall: remove //sysnb comment generating Setreuid for linux/arm64Tobias Klauser
2021-09-17cmd/compile: fix generic type handling in crawlerDan Scales
2021-09-17internal/poll: inject a hook into the runtime finalizer to count the closed p...Andy Pan
2021-09-17log: don't format if writing to io.DiscardIan Lance Taylor
2021-09-17cmd/compile/internal/noder: hide TestUnifiedCompare behind -cmp flagMatthew Dempsky
2021-09-17runtime/cgo: save and restore X3 (aka GP) for crosscall1 on riscv64Joel Sing
2021-09-17runtime: fix prettyprinting of parametric types in gdbAlessandro Arzilli
2021-09-17cmd/internal/obj/riscv: improve instruction validationJoel Sing
2021-09-17syscall: do not use handle lists on windows when NoInheritHandles is trueJason A. Donenfeld
2021-09-16all: remove incorrectly repeated words in commentsDan Kortschak
2021-09-16cmd/cgo: for godefs, don't let field prefix removal cause duplicatesIan Lance Taylor
2021-09-16testing: skip panics when picking the line number for decorationCaleb Spare
2021-09-16go/types, types2: add an additional shift test caseRobert Griesemer
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-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