summaryrefslogtreecommitdiff
path: root/src/regexp/syntax/parse.go
Commit message (Expand)AuthorAgeFilesLines
* regexp/syntax: fix factoring of common prefixes in alternationsPaul Wankadia2016-01-081-4/+11
* regexp/syntax: fix handling of \Q...\ERuss Cox2015-12-011-1/+8
* regexp/syntax: fix validity testing of zero repeatsIan Lance Taylor2014-10-201-1/+6
* regexp/syntax: reject large repetitions created by nesting small onesRuss Cox2014-09-301-0/+34
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1863