index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regexp
Age
Commit message (
Expand
)
Author
2026-02-26
regexp: add BenchmarkFindAllTenMatches
Russ Cox
2025-12-29
regexp: standardize error message format in find_test.go
jjpinto
2025-09-03
unicode/utf8: make DecodeRune{,InString} inlineable
Julien Cretel
2025-07-30
regexp: fix compiling alternate patterns of different fold case literals
itchyny
2025-04-18
regexp/syntax: recognize category aliases like \p{Letter}
Russ Cox
2024-09-03
all: omit unnecessary 0 in slice expression
nlwkobe30
2024-08-15
math/big,regexp: implement the encoding.TextAppender interface
apocelipes
2024-07-24
regexp: allow patterns with no alternates to be one-pass
Bryan Boreham
2024-07-16
regexp: more cross-references in docstrings
Kir Kolyshkin
2024-07-16
strings,bytes,regexp: use lists in Split* docstrings
Kir Kolyshkin
2024-04-02
regexp/syntax: cleanup code generation in perl_groups.go
Olivier Mengué
2024-03-29
crypto/tls,regexp: remove always-nil error results
Daniel Martí
2024-03-29
regexp/syntax: use the Regexp.Equal static method directly
Daniel Martí
2024-03-26
regexp/syntax: simplify the code
apocelipes
2024-03-25
regexp: use slices to simplify the code
apocelipes
2024-03-19
regexp/syntax: use standard generated code header
Oleksandr Redko
2024-02-26
regexp: add available godoc link
cui fliter
2024-02-20
regexp/syntax: regenerate docs with mksyntaxgo
Mauri de Souza Meneguzzo
2023-10-11
regexp: add godoc links
Olivier Mengué
2023-10-03
regexp/syntax: use min func
qiulaidongfeng
2023-09-14
regexp: use built-in clear to clear b.visited in *bitState.reset
Jes Cok
2023-09-09
all: calculate the median uniformly
Jes Cok
2023-08-16
regexp/syntax: use more compact Regexp.String output
Russ Cox
2023-08-07
regexp: improve Regexp.ReplaceAll documentation and tests related to Expand part
Eduard Bondarenko
2023-07-31
regexp/syntax: accept (?<name>...) syntax as valid capture
Mauri de Souza Meneguzzo
2023-07-18
all: fix typos
Jes Cok
2023-04-14
regexp: fix copy-paste typo on Regexp.UnmarshalText doc
Daniel Martí
2023-04-12
regexp: add Regexp.TextMarshaler/TextUnmarshaler
Jonathan Hall
2023-04-11
all: re-run stringer
Ian Lance Taylor
2023-03-14
regexp/syntax: test for lowercase letters first in IsWordChar
Ludi Rehak
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-02
regexp: add ErrLarge error
cuiweixie
2022-10-05
regexp: limit size of parsed regexps
Russ Cox
2022-10-02
regexp: fix a few function names on comments
cui fliter
2022-06-04
regexp: avoid copying each instruction executed
Bryan Boreham
2022-04-29
regexp/syntax: fix typo in comment
Ludi Rehak
2022-04-22
regexp/syntax: rename ErrInvalidDepth to ErrNestingDepth
Ian Lance Taylor
2022-04-22
regexp: change ErrInvalidDepth message to match proposal
Ian Lance Taylor
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-04-04
regexp/syntax: add and use ErrInvalidDepth
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-03-27
regexp: use input.step() to advance one rune in Regexp.allMatches()
Andy Pan
2022-03-02
regexp: fix typo in the overview
Jinwook Jeong
2022-02-10
regexp/syntax: reject very deeply nested regexps in Parse
Russ Cox
2022-01-19
regexp: add the missing is
luochuanhang
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-11
regexp: document and implement that invalid UTF-8 bytes are the same as U+FFFD
Russ Cox
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-05-13
regexp: fix repeat of preferred empty match
Russ Cox
[next]