summaryrefslogtreecommitdiff
path: root/src/regexp/syntax/parse_test.go
Commit message (Expand)AuthorAgeFilesLines
* regexp/syntax: exclude full range from String negation caseKeegan Carruthers-Smith2019-05-221-0/+1
* all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick2018-03-261-3/+3
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* regexp/syntax: fix factoring of common prefixes in alternationsPaul Wankadia2016-01-081-3/+4
* regexp/syntax: fix handling of \Q...\ERuss Cox2015-12-011-0/+2
* regexp/syntax: reject large repetitions created by nesting small onesRuss Cox2014-09-301-0/+13
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+559