aboutsummaryrefslogtreecommitdiff
path: root/src/regexp/syntax
AgeCommit message (Expand)Author
2022-02-17[release-branch.go1.16] regexp/syntax: reject very deeply nested regexps in P...Russ Cox
2020-11-25regexp/syntax: add note about Unicode character classesTom Payne
2020-06-18regexp/syntax: append patchLists in constant timeAndy Balholm
2020-04-17regexp/syntax: fix comment on p.literal and simplifyRuss Cox
2019-05-22regexp/syntax: exclude full range from String negation caseKeegan Carruthers-Smith
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-08-22regexp/syntax: don't do both linear and binary sesarch in MatchRunePosIan Lance Taylor
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-03-29regexp/syntax: update perl script to preserve \s behaviorIan Lance Taylor
2018-03-26all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick
2018-03-24all: remove some unused return parametersDaniel Martí
2018-02-20regexp/syntax: make Op an fmt.StringerDaniel Martí
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-09-08regexp: Remove duplicated function wordRune()Sylvain Zimmer
2017-03-06regexp/syntax: remove unused flags parameterDaniel Martí
2016-06-28unicode: upgrade to version 9.0.0Marcel van Lohuizen
2016-05-18regexp/syntax: clarify that \Z means Perl's \ZBrad Fitzpatrick
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2016-01-08regexp/syntax: fix factoring of common prefixes in alternationsPaul Wankadia
2015-12-01regexp/syntax: fix handling of \Q...\ERuss Cox
2015-11-25regexp/syntax: correctly print `^` BOL and `$` EOLTamir Duberstein
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2014-11-11regexp/syntax: Clarify comment of OpAnyCharNotNL.Robin Eklind
2014-10-20regexp/syntax: fix validity testing of zero repeatsIan Lance Taylor
2014-10-06regexp/syntax: regenerate doc.go from re2 syntaxRuss 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