aboutsummaryrefslogtreecommitdiff
path: root/src/regexp
AgeCommit message (Expand)Author
2026-02-26regexp: add BenchmarkFindAllTenMatchesRuss Cox
2025-12-29regexp: standardize error message format in find_test.gojjpinto
2025-09-03unicode/utf8: make DecodeRune{,InString} inlineableJulien Cretel
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-08-15math/big,regexp: implement the encoding.TextAppender interfaceapocelipes
2024-07-24regexp: allow patterns with no alternates to be one-passBryan Boreham
2024-07-16regexp: more cross-references in docstringsKir Kolyshkin
2024-07-16strings,bytes,regexp: use lists in Split* docstringsKir Kolyshkin
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-25regexp: use slices to 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-11regexp: add godoc linksOlivier Mengué
2023-10-03regexp/syntax: use min funcqiulaidongfeng
2023-09-14regexp: use built-in clear to clear b.visited in *bitState.resetJes Cok
2023-09-09all: calculate the median uniformlyJes Cok
2023-08-16regexp/syntax: use more compact Regexp.String outputRuss Cox
2023-08-07regexp: improve Regexp.ReplaceAll documentation and tests related to Expand partEduard Bondarenko
2023-07-31regexp/syntax: accept (?<name>...) syntax as valid captureMauri de Souza Meneguzzo
2023-07-18all: fix typosJes Cok
2023-04-14regexp: fix copy-paste typo on Regexp.UnmarshalText docDaniel Martí
2023-04-12regexp: add Regexp.TextMarshaler/TextUnmarshalerJonathan Hall
2023-04-11all: re-run stringerIan Lance Taylor
2023-03-14regexp/syntax: test for lowercase letters first in IsWordCharLudi Rehak
2022-11-18all: add missing periods in commentscui fliter
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-06-04regexp: avoid copying each instruction executedBryan Boreham
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-03-27regexp: use input.step() to advance one rune in Regexp.allMatches()Andy Pan
2022-03-02regexp: fix typo in the overviewJinwook Jeong
2022-02-10regexp/syntax: reject very deeply nested regexps in ParseRuss Cox
2022-01-19regexp: add the missing isluochuanhang
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ 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