summaryrefslogtreecommitdiff
path: root/src/regexp/syntax
Commit message (Expand)AuthorAgeFilesLines
* unicode: upgrade to version 9.0.0Marcel van Lohuizen2016-06-281-1/+1
* regexp/syntax: clarify that \Z means Perl's \ZBrad Fitzpatrick2016-05-181-1/+1
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-026-25/+25
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-016-6/+6
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-1/+1
* regexp/syntax: fix factoring of common prefixes in alternationsPaul Wankadia2016-01-082-7/+15
* regexp/syntax: fix handling of \Q...\ERuss Cox2015-12-012-1/+10
* regexp/syntax: correctly print `^` BOL and `$` EOLTamir Duberstein2015-11-252-4/+4
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-2/+2
* regexp/syntax: Clarify comment of OpAnyCharNotNL.Robin Eklind2014-11-111-1/+1
* regexp/syntax: fix validity testing of zero repeatsIan Lance Taylor2014-10-201-1/+6
* regexp/syntax: regenerate doc.go from re2 syntaxRuss Cox2014-10-061-24/+24
* regexp/syntax: reject large repetitions created by nesting small onesRuss Cox2014-09-302-0/+47
* build: move package sources from src/pkg to srcRuss Cox2014-09-0811-0/+4163