summaryrefslogtreecommitdiff
path: root/src/regexp/syntax/parse.go
Commit message (Expand)AuthorAgeFilesLines
* unicode: upgrade to version 9.0.0Marcel van Lohuizen2016-06-281-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-15/+15
* 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-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