summaryrefslogtreecommitdiff
path: root/test/import5.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: be slightly more tolerant in case of certain syntax errorsRobert Griesemer2017-03-241-4/+4
* cmd/compile/internal/syntax: removed gcCompat code needed to pass orig. testsRobert Griesemer2017-02-101-32/+4
* gc: disallow absolute import pathsRuss Cox2012-02-291-0/+4
* gc: reject import paths containing special charactersAnthony Martin2012-02-241-3/+41
* test: commentary for [h-m]*.goRob Pike2012-02-231-1/+3
* test: use testlib (fourth 100)Russ Cox2012-02-161-1/+1
* gc: diagnose \ in import pathRuss Cox2012-01-311-0/+11