summaryrefslogtreecommitdiff
path: root/src/regexp/syntax/parse.go
Commit message (Expand)AuthorAgeFilesLines
* regexp: add ErrLarge errorcuiweixie2022-11-021-4/+5
* regexp: limit size of parsed regexpsRuss Cox2022-10-051-5/+142
* regexp: fix a few function names on commentscui fliter2022-10-021-1/+1
* regexp/syntax: rename ErrInvalidDepth to ErrNestingDepthIan Lance Taylor2022-04-221-4/+4
* regexp: change ErrInvalidDepth message to match proposalIan Lance Taylor2022-04-221-1/+1
* all: gofmt main repoRuss Cox2022-04-111-3/+8
* regexp/syntax: add and use ErrInvalidDepthRuss Cox2022-04-041-3/+4
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-1/+0
* regexp/syntax: reject very deeply nested regexps in ParseRuss Cox2022-02-101-2/+70
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-7/+1
* 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