aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/hilbert_test.go
AgeCommit message (Expand)Author
2024-04-03go/types: include link to source in generated filesAlan Donovan
2023-06-13go/types, types2: fix Hilbert test for stand-alone runRobert Griesemer
2023-04-28go/types, types2: extract package name from test sources automaticallyRobert Griesemer
2023-01-20go/types: add a test that generated files match types2Robert Findley
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
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2017-08-31go/types: escape +build sequence to silence vet warningMatthew Dempsky
2017-08-31go/types: add +build ignore to file generated by hilbert testgriesemer
2017-04-01go/types: use std "DO NOT EDIT" comment for generated hilbert testRobert Griesemer
2016-03-21all: delete dead test codeDominik Honnef
2015-04-15go/importer: added go/importer package, adjusted go/typesRobert Griesemer
2015-04-08go/types, go/exact: "vendor" go/types into std repoRobert Griesemer