aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/stdlib_test.go
AgeCommit message (Expand)Author
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
2018-11-07go/types: avoid certain problems with recursive alias type declarationsRobert Griesemer
2018-11-05cmd/compile: reintroduce work-around for cyclic alias declarationsRobert Griesemer
2018-10-26go/types: automatically ignore $GOROOT/test files that contain build tagsRobert Griesemer
2018-10-22go/types: copy embedded methods unchanged when completing interfacesRobert Griesemer
2018-10-19go/types: temporarily disable a verification in Stdlib testRobert Griesemer
2018-06-02cmd/compile: include callee args section when checking frame too largeKeith Randall
2018-05-29cmd/compile: reject large argument areasKeith Randall
2017-10-11cmd/compile: abort earlier if stack frame too largeKeith Randall
2017-06-06cmd/compile: reject unknown //go: comments in std libraryKeith Randall
2017-06-05go/types: don't panic in complex divisionAlberto Donizetti
2017-05-30cmd/compile: don't generate liveness maps when the stack is too largeJosh Bleecher Snyder
2017-05-18cmd/compile: don't panic in complex divisionAlberto Donizetti
2017-05-09cmd/compile: make "imported and not used" errors deterministicJosh Bleecher Snyder
2017-05-08cmd/compile: better errors for float constants with large exponentsRobert Griesemer
2017-02-02cmd/compile: provide line number for cgo directive error (fix a TODO)Robert Griesemer
2017-01-09cmd/compile: file line number for //go:xxx directivesRobert Griesemer
2016-10-31go/types: local type-checking of alias declarationsRobert Griesemer
2016-10-25cmd/compile/internal/gc: enable new parser by defaultMatthew Dempsky
2016-10-25cmd/compile: implement package-level aliases (no export yet)Robert Griesemer
2016-08-19cmd/compile/internal/syntax: match old parser errors and line numbersMatthew Dempsky
2016-08-16cmd/compile: don't crash when exporting self-recursive interfacesRobert Griesemer
2016-03-31cmd/compile: fix buildKeith Randall
2016-02-21go/types: skip $GOROOT/src/*.go in TestStdlibShenghou Ma
2015-12-29build: shorten a few packages with long testsRuss Cox
2015-12-14go/constant: switch to floating-point representation when fractions become to...Robert Griesemer
2015-12-07cmd/compile: avoid converting huge floats to integersRobert Griesemer
2015-10-08cmd/compile: fix some C to Go translation leftoversDidier Spezia
2015-07-23go/types: fix suspect orDamian Gryski
2015-06-29cmd/compile: reject large floating point exponents without math/bigRuss Cox
2015-06-17go/types: use testenv.MustHaveGoBuild to exclude some buildsRobert Griesemer
2015-05-13cmd/internal/gc: avoid spurious div-zero errorsRobert 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: more selective disabling of testsRobert Griesemer
2015-04-08go/types: enable disabled testRobert Griesemer
2015-04-08go/types: skip failing tests (fix build)Robert Griesemer
2015-04-08go/types, go/exact: "vendor" go/types into std repoRobert Griesemer