aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-09-16cmd/compile: fixing writebarrier.go for -G=3wdvxdr
2021-09-16cmd/go: add GOAMD64 environment variablenimelehin
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-14cmd/compile: prevent typecheck importer reading type parameter twiceCuong Manh Le
2021-09-14cmd/compile: prevent importReader reading type parameter twiceCuong Manh Le
2021-09-13cmd/compile: save the note of fields when translating structkorzhao
2021-09-13reflect: fix _faststr optimizationKeith Randall
2021-09-10cmd/compile: add support for Abs and Copysign intrinsics on riscv64Michael Munday
2021-09-10cmd/compile: simiplify arm64 bitfield optimizationsfanzha02
2021-09-09cmd/compile: fix test case for unified IR (fix build)Robert Griesemer
2021-09-09cmd/compile: don't crash while reporting invalid alias cycleRobert Griesemer
2021-09-09cmd/compile: fix implement for closure in a global assignmentkorzhao
2021-09-09test: add compiler regress tests for #46461Matthew Dempsky
2021-09-09cmd/compile: fix case where init info of OAS node is droppedDan Scales
2021-09-09cmd/compile: stenciled conversions might be NOPsKeith Randall
2021-09-09test: re-enable AsmCheck tests for types2-based frontendsMatthew Dempsky
2021-09-09test/typeparam: fix issue48094b test buildTobias Klauser
2021-09-09cmd/compile: fix unified IR panic when expanding nested inline functionCuong Manh Le
2021-09-09cmd/compile: fix wrong instantiated type for embedded receiverCuong Manh Le
2021-09-08test/codegen: fix package name for test caseMichael Munday
2021-09-08test/codegen: fix compilation of bitfield testsMichael Munday
2021-09-08test/codegen: remove broken riscv64 testMichael Munday
2021-09-07cmd/compile: add CONVIFACE nodes needed in generic code due to assignmentsDan Scales
2021-09-07cmd/compile: remove now-unneeded SetHasTParam() for cached ptr elementDan Scales
2021-09-07cmd/compile: make sure imported instantiated types have their methods createdDan Scales
2021-09-07cmd/compile: fix deadlock in (*Named).loadCuong Manh Le
2021-09-07cmd/compile: simplify less with non-negative number and constant 0 or 1wdvxdr
2021-09-07cmd/compile: make sure that the names created for instantiated type are the samekorzhao
2021-09-06cmd/compile: fix delay transformation in *subster.node()korzhao
2021-09-06cmd/compile: merge sign extension and shift into SBFIZfanzha02
2021-09-06cmd/compile: merge zero/sign extensions with UBFX/SBFX on arm64fanzha02
2021-09-02test: only test -G=3 by defaultMatthew Dempsky
2021-09-02cmd/internal/obj/riscv: simplify addition with constantBen Shi
2021-09-02cmd/compile: workaround inlining of closures with range statementsLeonard Wang
2021-09-02test: always run test in unified IR mode regardless of explicit -G flagCuong Manh Le
2021-09-02cmd/compile: disable type list syntax for the compilerRobert Griesemer
2021-09-01cmd/{asm,compile}: add fused multiply-add support on riscv64Michael Munday
2021-09-01cmd/compile: fix irgen mis-handling invalid function declarationCuong Manh Le
2021-09-01cmd/compile: fix conversions from TypeParam to interfacekorzhao
2021-09-01cmd/compile: fix missing case for shape double-check functionDan Scales
2021-09-01cmd/compile: fix method expression lookup during importCuong Manh Le
2021-08-31cmd/compile: use the zero value for results of impossible indexingKeith Randall
2021-08-31cmd/compile: fix handling of Defn field during stencilingDan Scales
2021-08-31cmd/compile: builtins may be in the unsafe packageKeith Randall
2021-08-31cmd/compile/internal/types2: disallow aliases for generic typesRobert Griesemer
2021-08-30cmd/compile: fix bug with Inferred targsDan Scales
2021-08-30cmd/compile: fix error when revcType is ptr in selectorExprkorzhao
2021-08-30test/typeparam/sliceimp.dir: fix typo in a.gocitizen233
2021-08-29test: add test cases for issue47892.wdvxdr