summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [dev.fuzz] all: merge master (b0fa2f5) into dev.fuzzdev.fuzzKatie Hockman2021-09-201-28/+28
|\
| * cmd/compile: fix ExampleInfo outputAmelia Downs2021-09-201-28/+28
* | [dev.fuzz] all: merge master (af72ddf) into dev.fuzzKatie Hockman2021-09-20434-3883/+8141
|\ \ | |/
| * cmd/compile: extend dump-to-file to handle "genssa" (asm) case.David Chase2021-09-208-23/+360
| * cmd/go: write go.mod requirements more consistently for go 1.17+Jay Conrod2021-09-209-152/+266
| * cmd/link: generate DIE for types referenced only through dictionariesAlessandro Arzilli2021-09-206-3/+51
| * cmd/compile: delay all transforms for generic funcs/methodsDan Scales2021-09-204-98/+37
| * go/types: export Named._Orig as Named.OriginRobert Findley2021-09-201-3/+3
| * cmd/compile: fix transform.AssignOp to deal with tricky caseDan Scales2021-09-202-3/+33
| * cmd/compile: document register-based ABI for ppc64Lynn Boger2021-09-201-0/+99
| * cmd/compile: fix simplification rules on arm/arm64Keith Randall2021-09-205-374/+314
| * cmd/compile: ensure constant shift amounts are in range for armKeith Randall2021-09-205-68/+318
| * go/test: add a test for issue 48344Dan Scales2021-09-201-0/+26
| * cmd/compile: allow rotates to be merged with logical ops on arm64Keith Randall2021-09-208-3/+702
| * cmd/compile: update doc at top of iexport.go on the changes for typeparamsDan Scales2021-09-201-4/+34
| * cmd/compile: rename instType -> instanceTypeDan Scales2021-09-202-3/+3
| * cmd/cgo: remove hardcoded '-pie' ldflag for linux/armjochen weber2021-09-201-8/+14
| * cmd/compile: fix export/import of range loop.Dan Scales2021-09-205-8/+63
| * cmd/compile: fold double negate on arm64Keith Randall2021-09-193-0/+19
| * cmd/compile: implement constant rotates on arm64Keith Randall2021-09-195-16/+82
| * cmd/compile: fix missing markHiddenClosureDead in deadcode passCuong Manh Le2021-09-192-0/+18
| * net/rpc: remove warnings on incompatible methods at registrationEli Bendersky2021-09-181-10/+14
| * cmd/compile: SSA ".this" variableCherry Mui2021-09-171-6/+0
| * cmd/compile: remove self copies in tail-call wrappersCherry Mui2021-09-171-0/+19
| * time: re-add space-padded day of year to docsRiley Avron2021-09-171-1/+1
| * time: support fractional timezone minutes in MarshalBinaryHowJMay2021-09-172-7/+55
| * cmd/compile: delay transformAssign if lhs/rhs have typeparamDan Scales2021-09-173-4/+44
| * cmd/compile: restore tail call for method wrappersCherry Mui2021-09-1756-121/+319
| * cmd/compile: fix import/export of Init and Def fields.Dan Scales2021-09-173-6/+46
| * go/types: ensure that we always get a new signature in expandNamedRobert Findley2021-09-172-0/+49
| * cmd/go: fix GOARCH value in GOAMD64 docsTobias Klauser2021-09-172-2/+2
| * syscall: implement Pipe using pipe2 syscall on all linux platformsTobias Klauser2021-09-1722-395/+137
| * syscall: remove //sysnb comment generating Setreuid for linux/arm64Tobias Klauser2021-09-171-1/+0
| * cmd/compile: fix generic type handling in crawlerDan Scales2021-09-175-24/+73
| * internal/poll: inject a hook into the runtime finalizer to count the closed p...Andy Pan2021-09-171-25/+35
| * log: don't format if writing to io.DiscardIan Lance Taylor2021-09-172-12/+55
| * cmd/compile/internal/noder: hide TestUnifiedCompare behind -cmp flagMatthew Dempsky2021-09-171-0/+7
| * runtime/cgo: save and restore X3 (aka GP) for crosscall1 on riscv64Joel Sing2021-09-171-52/+56
| * runtime: fix prettyprinting of parametric types in gdbAlessandro Arzilli2021-09-171-2/+7
| * cmd/internal/obj/riscv: improve instruction validationJoel Sing2021-09-171-2/+6
| * syscall: do not use handle lists on windows when NoInheritHandles is trueJason A. Donenfeld2021-09-172-3/+19
| * all: remove incorrectly repeated words in commentsDan Kortschak2021-09-162-9/+9
| * A+C: update name to real name and add to AUTHORSian woolf2021-09-162-1/+2
| * cmd/cgo: for godefs, don't let field prefix removal cause duplicatesIan Lance Taylor2021-09-164-0/+47
| * testing: skip panics when picking the line number for decorationCaleb Spare2021-09-163-32/+38
| * go/types, types2: add an additional shift test caseRobert Griesemer2021-09-162-0/+2
| * spec: fix incorrect type in a shift exampleRobert Griesemer2021-09-161-2/+2
| * cmd/compile: fixing writebarrier.go for -G=3wdvxdr2021-09-165-7/+14
| * cmd/compile: preserve statements better in expandCallsDavid Chase2021-09-162-42/+59
| * cmd/compile: fix LocResults formattingCherry Mui2021-09-161-2/+2