summaryrefslogtreecommitdiff
path: root/src/regexp/syntax/parse_test.go
Commit message (Collapse)AuthorAgeFilesLines
* regexp/syntax: reject large repetitions created by nesting small onesRuss Cox2014-09-301-0/+13
| | | | | | | | | Fixes #7609. LGTM=r R=r CC=golang-codereviews https://golang.org/cl/150270043
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+559
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.