aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/typecheck
AgeCommit message (Expand)Author
2021-11-24[release-branch.go1.17] cmd/compile: fix case where init info of OAS node is ...Dan Scales
2021-09-01[release-branch.go1.17] cmd/compile: fix method expression lookup during importCuong Manh Le
2021-07-19cmd/compile: fix typo in fatal message of builtinCallLeonard Wang
2021-07-15cmd/compile: fix lookup package of redeclared dot import symbolCuong Manh Le
2021-06-29cmd/compile: suppress details error for invalid variadic argument typeCuong Manh Le
2021-06-28cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky
2021-06-16cmd/compile: better error message for invalid untyped operationCuong Manh Le
2021-06-14cmd/compile: rewrite a, b = f() to use temporaries when type not identicalCuong Manh Le
2021-06-14cmd/compile: factor out rewrite multi-valued f()Cuong Manh Le
2021-06-04cmd/compile,go/types: restrict use of unsafe.{Add,Slice} to go1.17 or newerMatthew Dempsky
2021-05-07cmd/compile: improving the documentation of various fields and functionsDan Scales
2021-05-03cmd/compile: make typecheckaste correctly report invalid use of "..."Cuong Manh Le
2021-05-02cmd/compile: implement unsafe.Add and unsafe.SliceMatthew Dempsky
2021-04-28cmd/compile: fix typechecking logical operators panic with non-boolean operandCuong Manh Le
2021-04-27cmd/compile: tighten exportWriter.qualifiedIdent signatureMatthew Dempsky
2021-04-21cmd/compile: allow export/import OSLICE2ARRPTRCuong Manh Le
2021-04-21cmd/compile: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-04-20cmd/compile: separate out parameter and field export encodingKeith Randall
2021-04-20cmd/compile: pass struct field note information along in exported infoKeith Randall
2021-04-14cmd/compile: fix importing of method expressionsKeith Randall
2021-04-14cmd/compile: set types properly for imported funcs with closuresDan Scales
2021-04-13cmd/compile: make map functions ABI insensitiveCherry Zhang
2021-04-12cmd/compile: make interface conversion function selection ABI insensitiveCherry Zhang
2021-04-10cmd/compile: include typecheck information in export/importKeith Randall
2021-04-06cmd/compile/internal/typecheck: call tcConv directlycui
2021-04-05cmd/compile, runtime: use ABI-aware function converting float to interfaceCherry Zhang
2021-04-05cmd/compile: get rid of Fields in types.Interface, use allMethods in types.Ty...Dan Scales
2021-03-29cmd/compile: restructure ABI wrapper generation, export ABIAustin Clements
2021-03-29cmd/compile: set ir.Name.Func in more casesAustin Clements
2021-03-25cmd/compile: add transform functions for OXDOT and builtinsDan Scales
2021-03-25cmd/compile: create/use noder2 transform functions for more node typesDan Scales
2021-03-23cmd/compile: replace calls to typecheck with transform functionsDan Scales
2021-03-15cmd/compile: fix outdated commentEthan Hur
2021-03-09cmd/compile: remove skipping of implicit operations during exportKeith Randall
2021-03-09cmd/compile: detect duplicate importing earlierKeith Randall
2021-03-09cmd/compile: add debugging mode for import/exportKeith Randall
2021-03-08cmd/compile: fix width not calculated for imported typeCuong Manh Le
2021-03-05cmd/compile: use getcallersp for gorecover "fp" argCherry Zhang
2021-03-05cmd/compile: use getcallerpc for racefuncentryCherry Zhang
2021-03-05cmd/compile: do not set ONAME type when evaluated in type contextCuong Manh Le
2021-03-05cmd/compile: fix wrong condition in tcShiftCuong Manh Le
2021-03-05cmd/compile: do not report error for invalid constantCuong Manh Le
2021-03-05cmd/compile: do not set type for OTYPESWCuong Manh Le
2021-03-05cmd/compile: only check return for valid functionsCuong Manh Le
2021-03-04cmd/compile: do not add invalid key to constSetCuong Manh Le
2021-03-04cmd/compile: do not set type for OTYPECuong Manh Le
2021-03-04cmd/compile: skip diag error in checkassign if one was emittedCuong Manh Le
2021-03-04cmd/compile: do not set type for OPACKCuong Manh Le
2021-03-03cmd/compile: use abiutils for all rcvr/in/out frame offsets.David Chase
2021-03-01cmd/compile: import empty closure function correctlyDan Scales