aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/testdata
AgeCommit message (Expand)Author
2021-08-04[dev.typeparams] go/types: use type terms to represent unionsRob Findley
2021-08-04[dev.typeparams] go/types: use comparable bit rather than ==() methodRob Findley
2021-08-04[dev.typeparams] go/types: embedded type cannot be a (pointer to) a type para...Rob Findley
2021-08-04[dev.typeparams] go/types: adjust unsafe.Alignof/Offsetof/SizeofRob Findley
2021-07-22[dev.typeparams] go/types: trigger verification while resolving instanceRob Findley
2021-07-22[dev.typeparams] go/types: merge instance and Named to eliminate sanitizationRob Findley
2021-07-19[dev.typeparams] go/types: more consistent handling of predeclared "any"Rob Findley
2021-07-19[dev.typeparams] go/types: embedding stand-alone type parameters is not permi...Rob Findley
2021-07-19[dev.typeparams] go/types: fix generic type indirectionRob Findley
2021-07-19[dev.typeparams] go/types: cleanups around receiver type checksRob Findley
2021-07-19[dev.typeparams] go/types: implement delete(m, k) where m is of type paramete...Rob Findley
2021-07-19[dev.typeparams] go/types: implement close(ch) where ch is of type parameter ...Rob Findley
2021-07-19[dev.typeparams] go/types: implement ch <- x where ch is of type parameter typeRob Findley
2021-07-19[dev.typeparams] go/types: implement <-ch where ch is of type parameter typeRob Findley
2021-07-19[dev.typeparams] go/types: don't permit method calls on ptr to type parameter...Rob Findley
2021-07-17[dev.typeparams] go/types: replace optype() with under() in various cases (cl...Rob Findley
2021-07-17[dev.typeparams] go/types: clean up index expr implementation for type parame...Rob Findley
2021-07-17[dev.typeparams] go/types: disallow "free" type parameter as RHS of a type de...Rob Findley
2021-07-16[dev.typeparams] go/types: delay interface check for type boundsRob Findley
2021-07-16[dev.typeparams] go/types: "comparable" must not be visible before Go 1.18Rob Findley
2021-07-16[dev.typeparams] go/types: introduce type set abstraction for interfacesRob Findley
2021-07-16[dev.typeparams] go/*: switch from ListExpr to MultiIndexExprRob Findley
2021-06-30[dev.typeparams] all: merge master (4711bf3) into dev.typeparamsMatthew Dempsky
2021-06-25go/types: in TestCheck/issues.src, import regexp/syntax instead of cmd/compil...Bryan C. Mills
2021-06-25[dev.typeparams] all: merge master (37f9a8f) into dev.typeparamsCuong Manh Le
2021-06-25go/types: fix a bug in package qualification logicRob Findley
2021-06-22go/types: guard against checking instantiation when generics is disabledRob Findley
2021-06-22go/parser: parse an ast.IndexExpr for a[]Rob Findley
2021-06-18[dev.typeparams] go/types: report better error for invalid untyped operationCuong Manh Le
2021-06-17[dev.typeparams] go/types: disallow ~T where T is a defined type or an interfaceRob Findley
2021-06-17[dev.typeparams] go/types: disallow type list handlingRob Findley
2021-06-17[dev.typeparams] go/types: convert testdata/check tests to type set syntaxRob Findley
2021-06-17[dev.typeparams] go/types: convert testdata/fixedbugs tests to type set sytaxRob Findley
2021-06-17[dev.typeparams] go/types: convert testdata/examples tests to type set sytaxRob Findley
2021-06-17[dev.typeparams] go/types: clean up type set/union intersectionRob Findley
2021-06-17[dev.typeparams] go/types: accept embedded interface elementsRob Findley
2021-06-04[dev.typeparams] go/types: use correct type parameter list in missingMethodRob Findley
2021-06-04[dev.typeparams] go/types: better recv Var for method expressionsRob Findley
2021-06-04[dev.typeparams] go/types: make TestManual work for directoriesRob Findley
2021-05-07go/types: add a test case for issue 45985Rob Findley
2021-05-01go/types: slice-to-array-pointer conversion requires go1.17Rob Findley
2021-04-30math: increase precision of math.SmallestNonzeroFloat64Robert Griesemer
2021-04-29go/types: add additional test data from types2Rob Findley
2021-04-29go/types: improve error messages for unexpected ListExprsRob Findley
2021-04-29go/types: nest all test data under the testdata directoryRob Findley
2021-04-28go/types: better errors for invalid short var declsRob Findley
2021-04-28go/types: use combined type and ordinary args for type inferenceRob Findley
2021-04-22go/types: suppress index-out-of-bounds error on Unknown constantsMatthew Dempsky
2021-04-21go/types: combine all type inference in a single functionRob Findley
2021-04-19go/types: remove stale commented-out testdataRob Findley