aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/builtins_test.go
AgeCommit message (Expand)Author
2024-04-03go/types: include link to source in generated filesAlan Donovan
2024-02-21go/types: generate builtins_test.go from types2 sourceRobert Griesemer
2023-05-18go/types, types2: implement min/max builtinsRobert Griesemer
2023-04-28go/types, types2: extract package name from test sources automaticallyRobert Griesemer
2023-01-24go/types, types2: refuse pointer to array as argument to "clear" builtinCuong Manh Le
2023-01-20go/types, types2: use go.dev/issue/nnnnn when referring to an issue (cleanup)Robert Griesemer
2023-01-20types2: add *Config to typecheck functions for tests, factor more codeRobert Griesemer
2023-01-17go/types, types2: use factored parse/typecheck functions, generate hilbert_te...Robert Griesemer
2022-11-17go/types, types2: implement type checking of "clear" built-inRobert Griesemer
2022-08-25go/types, types2: add more tests for unsafe.Slice/SliceData/String/StringDataRobert Griesemer
2022-08-24go/types,types2: add support for unsafe.{String,StringData,SliceData}cuiweixie
2022-02-07go/types, types2: record correct argument type for cap, lenRobert Griesemer
2021-11-04go/types: remove qualification from type parameter stringsRobert Findley
2021-10-25go/types: remove subscripts from type parameter namesRobert Findley
2021-08-04[dev.typeparams] go/types: adjust unsafe.Alignof/Offsetof/SizeofRob Findley
2021-04-23go/types: implement unsafe.Add and unsafe.SliceMatthew Dempsky
2021-04-22go/types: cleanup and fix Checker.indexMatthew Dempsky
2020-02-24go/types: report correct argument types for make() built-in callsRobert Griesemer
2020-02-24go/types: report correct number of arguments for make() built-in callsRobert Griesemer
2015-04-15go/importer: added go/importer package, adjusted go/typesRobert Griesemer
2015-04-11go/types: move go/types/internal/gcimport => go/internal/gcimporterRobert Griesemer
2015-04-08go/types, go/exact: "vendor" go/types into std repoRobert Griesemer