aboutsummaryrefslogtreecommitdiff
path: root/src/regexp
AgeCommit message (Expand)Author
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
2021-02-20all: go fmt std cmd (but revert vendor)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
2020-04-10regexp: add (*Regexp).SubexpIndexSylvain Zimmer
2019-10-17regexp: skip long-running benchmarks if -short is specifiedKeith Randall
2019-09-28regexp: add examples for FindSubmatchIndex and LongestPantelis Sampaziotis
2019-09-18regexp: add more examples for Regexp methodsLiz Rice
2019-09-10regexp: add example for NumSubexpPantelis Sampaziotis
2019-09-05regexp: add example for ReplaceAllpsampaz