aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2021-09-15runtime: fix setting of cpu features for amd64nimelehin
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