aboutsummaryrefslogtreecommitdiff
path: root/src/regexp/syntax/parse_test.go
AgeCommit message (Expand)Author
2022-02-17[release-branch.go1.16] regexp/syntax: reject very deeply nested regexps in P...Russ Cox
2019-05-22regexp/syntax: exclude full range from String negation caseKeegan Carruthers-Smith
2018-03-26all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-01-08regexp/syntax: fix factoring of common prefixes in alternationsPaul Wankadia
2015-12-01regexp/syntax: fix handling of \Q...\ERuss Cox
2014-09-30regexp/syntax: reject large repetitions created by nesting small onesRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox