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
/
syntax
Age
Commit message (
Expand
)
Author
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-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-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-03
regexp/syntax: use min func
qiulaidongfeng
2023-09-09
all: calculate the median uniformly
Jes Cok
2023-08-16
regexp/syntax: use more compact Regexp.String output
Russ Cox
2023-07-31
regexp/syntax: accept (?<name>...) syntax as valid capture
Mauri de Souza Meneguzzo
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-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-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-02-10
regexp/syntax: reject very deeply nested regexps in Parse
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
2020-11-25
regexp/syntax: add note about Unicode character classes
Tom Payne
2020-06-18
regexp/syntax: append patchLists in constant time
Andy Balholm
2020-04-17
regexp/syntax: fix comment on p.literal and simplify
Russ Cox
2019-05-22
regexp/syntax: exclude full range from String negation case
Keegan Carruthers-Smith
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-08-22
regexp/syntax: don't do both linear and binary sesarch in MatchRunePos
Ian Lance Taylor
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-03-29
regexp/syntax: update perl script to preserve \s behavior
Ian Lance Taylor
2018-03-26
all: use strings.Builder instead of bytes.Buffer where appropriate
Brad Fitzpatrick
2018-03-24
all: remove some unused return parameters
Daniel Martí
2018-02-20
regexp/syntax: make Op an fmt.Stringer
Daniel Martí
2017-12-01
Revert "go/printer: forbid empty line before first comment in block"
Joe Tsai
2017-11-02
go/printer: forbid empty line before first comment in block
Joe Tsai
2017-09-08
regexp: Remove duplicated function wordRune()
Sylvain Zimmer
2017-03-06
regexp/syntax: remove unused flags parameter
Daniel Martí
2016-06-28
unicode: upgrade to version 9.0.0
Marcel van Lohuizen
2016-05-18
regexp/syntax: clarify that \Z means Perl's \Z
Brad Fitzpatrick
2016-05-02
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
[next]