aboutsummaryrefslogtreecommitdiff
path: root/src/regexp/syntax/parse.go
AgeCommit message (Expand)Author
2025-04-18regexp/syntax: recognize category aliases like \p{Letter}Russ Cox
2024-09-03all: omit unnecessary 0 in slice expressionnlwkobe30
2024-04-02regexp/syntax: cleanup code generation in perl_groups.goOlivier Mengué
2024-03-29crypto/tls,regexp: remove always-nil error resultsDaniel Martí
2024-03-26regexp/syntax: simplify the codeapocelipes
2023-10-03regexp/syntax: use min funcqiulaidongfeng
2023-08-16regexp/syntax: use more compact Regexp.String outputRuss Cox
2023-07-31regexp/syntax: accept (?<name>...) syntax as valid captureMauri de Souza Meneguzzo
2022-11-02regexp: add ErrLarge errorcuiweixie
2022-10-05regexp: limit size of parsed regexpsRuss Cox
2022-10-02regexp: fix a few function names on commentscui fliter
2022-04-22regexp/syntax: rename ErrInvalidDepth to ErrNestingDepthIan Lance Taylor
2022-04-22regexp: change ErrInvalidDepth message to match proposalIan Lance Taylor
2022-04-11all: gofmt main repoRuss Cox
2022-04-04regexp/syntax: add and use ErrInvalidDepthRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-02-10regexp/syntax: reject very deeply nested regexps in ParseRuss Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2020-04-17regexp/syntax: fix comment on p.literal and simplifyRuss Cox
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-03-06regexp/syntax: remove unused flags parameterDaniel Martí
2016-06-28unicode: upgrade to version 9.0.0Marcel van Lohuizen
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-01-08regexp/syntax: fix factoring of common prefixes in alternationsPaul Wankadia
2015-12-01regexp/syntax: fix handling of \Q...\ERuss Cox
2014-10-20regexp/syntax: fix validity testing of zero repeatsIan Lance Taylor
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