summaryrefslogtreecommitdiff
path: root/src/regexp/syntax/parse.go
Commit message (Expand)AuthorAgeFilesLines
* regexp/syntax: fix comment on p.literal and simplifyRuss Cox2020-04-171-11/+5
* Revert "go/printer: forbid empty line before first comment in block"Joe Tsai2017-12-011-0/+1
* go/printer: forbid empty line before first comment in blockJoe Tsai2017-11-021-1/+0
* regexp/syntax: remove unused flags parameterDaniel Martí2017-03-061-2/+2
* 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