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
/
parse.go
Age
Commit message (
Expand
)
Author
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-26
regexp/syntax: simplify the code
apocelipes
2023-10-03
regexp/syntax: use min func
qiulaidongfeng
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
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-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-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-06
all: use bytes.Cut, strings.Cut
Russ Cox
2020-04-17
regexp/syntax: fix comment on p.literal and simplify
Russ Cox
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-03-06
regexp/syntax: remove unused flags parameter
Daniel Martí
2016-06-28
unicode: upgrade to version 9.0.0
Marcel van Lohuizen
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
2016-01-08
regexp/syntax: fix factoring of common prefixes in alternations
Paul Wankadia
2015-12-01
regexp/syntax: fix handling of \Q...\E
Russ Cox
2014-10-20
regexp/syntax: fix validity testing of zero repeats
Ian Lance Taylor
2014-09-30
regexp/syntax: reject large repetitions created by nesting small ones
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox