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
2017-09-08
regexp: Remove duplicated function wordRune()
Sylvain Zimmer
2017-08-28
regexp: examples for Regexp.Expand and Regexp.ExpandString functions
Matej Baćo
2017-07-15
regexp: example for MatchString function
Josh Roppo
2017-07-15
regexp: clarify example for 'FindString'
Ivan Moscoso
2017-04-28
regexp: speed up QuoteMeta with a lookup table
Kevin Burke
2017-04-25
regexp: remove redundant break
Daniel Martí
2017-04-16
regexp: Use []bool instead of map[uint32]bool in makeOnePass
Takuto Ikuta
2017-04-07
regexp: document that Longest method is not concurrent-safe
Ian Lance Taylor
2017-03-29
regexp: reduce allocations at makeOnePass
haya14busa
2017-03-28
regexp: reduce allocations at onePassCopy
haya14busa
2017-03-23
regexp: add ASCII fast path for context methods
Martin Möhrmann
2017-03-23
regexp: reduce allocs in regexp.Match for onepass regex
haya14busa
2017-03-06
regexp/syntax: remove unused flags parameter
Daniel Martí
2016-10-19
regexp: avoid alloc in QuoteMeta when not quoting
Ingo Oeser
2016-10-04
regexp: remove dead code
Brad Fitzpatrick
2016-09-14
regexp: don't run slow benchmarks on race builders
Brad Fitzpatrick
2016-09-06
regexp: reduce mallocs in Regexp.Find* and Regexp.ReplaceAll*.
Aliaksandr Valialkin
2016-08-16
regexp: add some tests that were fixed in #12980
Tamir Duberstein
2016-06-28
unicode: upgrade to version 9.0.0
Marcel van Lohuizen
2016-06-01
regexp: use Run for benchmark
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-04-27
regexp: add a harder regexp to the benchmarks
Michael Matloob
2016-04-26
unicode: improve SimpleFold performance for ascii
Egon Elbre
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-03-25
all: delete dead non-test code
Dominik Honnef
2016-03-21
all: delete dead test code
Dominik Honnef
2016-03-18
regexp: avoid copying mutex in (*Regexp).Copy.
David Symonds
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-02-24
all: fix typos and spelling
Martin Möhrmann
2016-02-23
regexp: remove unreachable code
Alberto Donizetti
2016-02-19
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
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
2015-11-25
regexp: fix one-pass compilation
Caleb Spare
2015-11-25
regexp: fix LiteralPrefix for certain onepass progs
Caleb Spare
2015-11-25
regexp: add Copy method to Regexp
Caleb Spare
2015-11-25
regexp/syntax: correctly print `^` BOL and `$` EOL
Tamir Duberstein
2015-10-23
regexp: fix slice bounds out of range panics
Didier Spezia
2015-09-23
regexp: add runnable example to regex.Split
Seth Hoenig
2015-06-14
regexp: small correction to test comment
Michael Matloob
2015-06-01
regexp: suggest go doc, not godoc
Rob Pike
2015-04-27
regexp: trivial change in comments to update code.google.com link
Dmitry Savintsev
2015-04-17
regexp: set b.cap[0] and b.cap[1] only when captures requested
Michael Matloob
2015-04-09
regexp: skip backtracker for long programs
Matthew Brennan
2015-03-23
regexp: fix link to RE2 syntax
Brad Fitzpatrick
2015-03-23
regexp: port RE2's bitstate backtracker to the regexp package
Michael Matloob
2015-03-18
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2015-01-26
regexp: update URLs in tests
Shenghou Ma
[prev]
[next]