aboutsummaryrefslogtreecommitdiff
path: root/src/regexp/syntax
AgeCommit message (Expand)Author
2025-07-30regexp: fix compiling alternate patterns of different fold case literalsitchyny
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-29regexp/syntax: use the Regexp.Equal static method directlyDaniel Martí
2024-03-26regexp/syntax: simplify the codeapocelipes
2024-03-19regexp/syntax: use standard generated code headerOleksandr Redko
2024-02-26regexp: add available godoc linkcui fliter
2024-02-20regexp/syntax: regenerate docs with mksyntaxgoMauri de Souza Meneguzzo
2023-10-03regexp/syntax: use min funcqiulaidongfeng
2023-09-09all: calculate the median uniformlyJes Cok
2023-08-16regexp/syntax: use more compact Regexp.String outputRuss Cox
2023-07-31regexp/syntax: accept (?<name>...) syntax as valid captureMauri de Souza Meneguzzo
2023-04-11all: re-run stringerIan Lance Taylor
2023-03-14regexp/syntax: test for lowercase letters first in IsWordCharLudi Rehak
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-29regexp/syntax: fix typo in commentLudi Rehak
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-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss 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-11regexp: document and implement that invalid UTF-8 bytes are the same as U+FFFDRuss Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-05-13regexp: fix repeat of preferred empty matchRuss 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