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
2021-02-20
all: go fmt std cmd (but revert vendor)
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
2020-04-10
regexp: add (*Regexp).SubexpIndex
Sylvain Zimmer
2019-10-17
regexp: skip long-running benchmarks if -short is specified
Keith Randall
2019-09-28
regexp: add examples for FindSubmatchIndex and Longest
Pantelis Sampaziotis
2019-09-18
regexp: add more examples for Regexp methods
Liz Rice
2019-09-10
regexp: add example for NumSubexp
Pantelis Sampaziotis
2019-09-05
regexp: add example for ReplaceAll
psampaz
2019-09-02
std: remove unused bits of code all over the place
Daniel Martí
2019-05-22
regexp/syntax: exclude full range from String negation case
Keegan Carruthers-Smith
2019-05-15
regexp: optimize for provably too short inputs
Sylvain Zimmer
2019-05-08
regexp: clarify docs re Submatch result
Dmitry Vyukov
2019-02-27
regexp: add ReplaceAllStringFunc example
Valentin Vidic
2019-02-26
regexp: limit the capacity of slices of bytes returned by FindX
Francesc Campoy
2018-11-20
regexp: use backquotes for all regular expression examples
Vladimir Kovpak
2018-11-19
regexp: add matching and finding examples
Vladimir Kovpak
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-10-12
regexp: add partial Deprecation comment to Copy
Russ Cox
2018-10-12
regexp: add DeepEqual test
Russ Cox
2018-10-12
regexp: evaluate context flags lazily
Russ Cox
2018-10-12
regexp: use pools for NFA machines
Russ Cox
2018-10-12
regexp: split one-pass execution out of machine struct
Russ Cox
2018-10-12
regexp: split bit-state execution out of machine struct
Russ Cox
2018-10-11
regexp: fix BenchmarkMatch_onepass_regex
Russ Cox
2018-10-11
regexp: simplify BenchmarkCompileOnepass
Russ Cox
2018-09-13
regexp: fix incorrect name in Match doc comment
Alan Donovan
2018-08-22
regexp/syntax: don't do both linear and binary sesarch in MatchRunePos
Ian Lance Taylor
2018-07-13
regexp: reword Match documentation to be more like Find
Russ Cox
2018-07-09
regexp: revert "use sync.Pool to cache regexp.machine objects"
Russ Cox
2018-06-30
regexp: examples for Regexp.FindIndex and Regexp.FindAllSubmatchIndex methods
Alex Myasoedov
2018-06-12
regexp: add QuoteMeta example
Matthew Broberg
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-04-03
regexp: use sync.Pool to cache regexp.machine objects
Javier Kohen
2018-03-29
regexp/syntax: update perl script to preserve \s behavior
Ian Lance Taylor
2018-03-28
regexp: document behavior of FindAll* functions when n < 0
Diogo Pinela
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-23
regexp: Regexp shouldn't keep references to inputs
Oleg Bulatov
2018-02-20
regexp/syntax: make Op an fmt.Stringer
Daniel Martí
2018-02-19
regexp: dont use builtin type as variable name
Ahmet Soormally
2018-02-13
regexp: don't allocate when All methods find no matches
Josh Bleecher Snyder
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-10-31
all: unindent some if bodies by exiting early
Daniel Martí
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-25
regexp: make (*bitState).push inlinable
Ilya Tocar
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-09-15
all: fix article typos
Kunpei Sakai
[prev]
[next]