aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/stdlib_test.go
AgeCommit message (Expand)Author
2023-12-19cmd/compile: remove interfacecycles debug flagRobert Griesemer
2023-10-19test: migrate remaining files to go:build syntaxDmitri Shuralyov
2023-10-18cmd/compile: fix funcdata encode for functions with large frame sizeCuong Manh Le
2023-09-20cmd/compile, go/types: typechecking of range over int, funcRuss Cox
2023-06-16go/types: skip tests that require GOROOT/test if it is not presentBryan C. Mills
2023-05-23go/types: update TestStdlib to type-check concurrentlyRob Findley
2023-05-19cmd/compile: use more lenient type inference for untyped arguments for go1.21Robert Griesemer
2023-05-18cmd/compile: enable more lenient type inference for untyped argumentsRobert Griesemer
2023-05-04go/types, types2: remove Config.EnableReverseTypeInference flagRobert Griesemer
2023-05-03cmd/compile: enable reverse type inferenceRobert Griesemer
2023-02-01go/types, types2: use go.dev/issue/nnnnn when referring to an issue (cleanup)Robert Griesemer
2023-01-20go/types, types2: use go.dev/issue/nnnnn when referring to an issue (cleanup)Robert Griesemer
2022-11-21cmd/compile: reject anonymous interface cyclesMatthew Dempsky
2022-11-21go/types, cmd/compile: skip crypto/internal/bigmod/_asm in TestStdlibCherry Mui
2022-10-19go/types, types2: consolidate helper functions for tests (cleanup)Robert Griesemer
2022-09-02go/types,types2: move notinheap tests to fixedbugs directoryCuong Manh Le
2022-09-01go/types,types2: exclude tests that need cgo.IncompleteCuong Manh Le
2022-05-05go/types,cmd/compile/internal/types2: fix TestStdlibFilippo Valsorda
2022-03-18internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-03test: re-enable a bunch of tests with types2Dan Scales
2021-12-02cmd/compile: report channel size errors correctly for -G=3Dan Scales
2021-10-15cmd/compile: fix irgen reports wrong error message for misuse of //go:embedCuong Manh Le
2021-09-01cmd/compile: fix irgen mis-handling invalid function declarationCuong Manh Le
2021-07-14[dev.typeparams] go/types: export the Config.GoVersion fieldRob Findley
2021-06-25go/types: in TestStdlib, import from source instead of export dataBryan C. Mills
2021-05-30go/types: unexport the GoVersion configuration option for Go 1.17Rob Findley
2021-05-07go/types,cmd/compile/internal/types2: unskip std and cmd in TestStdlibRob Findley
2021-05-05crypto/ed25519: replace internal/edwards25519 with filippo.io/edwards25519Filippo Valsorda
2021-04-21go/types: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-04-21cmd/compile: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-02-16[dev.regabi] go/types: overlapping embedded interfaces requires go1.14Rob Findley
2021-02-13[dev.regabi] go/types: add support for language version checkingRob Findley
2021-02-09[dev.regabi] go/types: use 512 bits as max. integer precisionRob Findley
2021-02-09[dev.regabi] go/types: handle untyped constant arithmetic overflowRob Findley
2021-01-22[dev.regabi] all: merge master (dab3e5a) into dev.regabiMatthew Dempsky
2021-01-19cmd/compile: require 'go 1.16' go.mod line for //go:embedRuss Cox
2020-12-14Merge branch 'master' into dev.regabiAlexander Rakoczy
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-01[dev.regabi] cmd/compile: process //go:linknames after declarationsMatthew Dempsky
2020-10-20cmd/compile: use type position for error message in align.goCuong Manh Le
2020-08-27go/types: clean up test support code and remove global variablesRob Findley
2020-04-21cmd/compile: detect and diagnose invalid //go: directive placementRuss Cox
2019-09-17go/types: make sure interfaces are complete before comparing themRobert Griesemer
2019-09-16cmd/compile: require -lang=go1.14 for overlapping interfacesMatthew Dempsky
2019-05-02cmd/compile: disable Go1.13 language features for -lang=go1.12 and belowRobert Griesemer
2019-02-17go/types: include test/fixedbugs/bug073.go again in testRobert Griesemer
2019-02-11go/types: permit signed integer shift countRobert Griesemer
2019-02-11go/types: add tests for new Go 2 number literalsRobert Griesemer
2019-02-11cmd/compile: accept new Go2 number literalsRobert Griesemer