aboutsummaryrefslogtreecommitdiff
path: root/src/regexp
AgeCommit message (Expand)Author
2017-09-15all: fix article typosKunpei Sakai
2017-09-08regexp: Remove duplicated function wordRune()Sylvain Zimmer
2017-08-28regexp: examples for Regexp.Expand and Regexp.ExpandString functionsMatej Baćo
2017-07-15regexp: example for MatchString functionJosh Roppo
2017-07-15regexp: clarify example for 'FindString'Ivan Moscoso
2017-04-28regexp: speed up QuoteMeta with a lookup tableKevin Burke
2017-04-25regexp: remove redundant breakDaniel Martí
2017-04-16regexp: Use []bool instead of map[uint32]bool in makeOnePassTakuto Ikuta
2017-04-07regexp: document that Longest method is not concurrent-safeIan Lance Taylor
2017-03-29regexp: reduce allocations at makeOnePasshaya14busa
2017-03-28regexp: reduce allocations at onePassCopyhaya14busa
2017-03-23regexp: add ASCII fast path for context methodsMartin Möhrmann
2017-03-23regexp: reduce allocs in regexp.Match for onepass regexhaya14busa
2017-03-06regexp/syntax: remove unused flags parameterDaniel Martí
2016-10-19regexp: avoid alloc in QuoteMeta when not quotingIngo Oeser
2016-10-04regexp: remove dead codeBrad Fitzpatrick
2016-09-14regexp: don't run slow benchmarks on race buildersBrad Fitzpatrick
2016-09-06regexp: reduce mallocs in Regexp.Find* and Regexp.ReplaceAll*.Aliaksandr Valialkin
2016-08-16regexp: add some tests that were fixed in #12980Tamir Duberstein
2016-06-28unicode: upgrade to version 9.0.0Marcel van Lohuizen
2016-06-01regexp: use Run for benchmarkMarcel van Lohuizen
2016-05-18regexp/syntax: clarify that \Z means Perl's \ZBrad Fitzpatrick
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-04-27regexp: add a harder regexp to the benchmarksMichael Matloob
2016-04-26unicode: improve SimpleFold performance for asciiEgon Elbre
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-03-25all: delete dead non-test codeDominik Honnef
2016-03-21all: delete dead test codeDominik Honnef
2016-03-18regexp: avoid copying mutex in (*Regexp).Copy.David Symonds
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-23regexp: remove unreachable codeAlberto Donizetti
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2016-01-08regexp/syntax: fix factoring of common prefixes in alternationsPaul Wankadia
2015-12-01regexp/syntax: fix handling of \Q...\ERuss Cox
2015-11-25regexp: fix one-pass compilationCaleb Spare
2015-11-25regexp: fix LiteralPrefix for certain onepass progsCaleb Spare
2015-11-25regexp: add Copy method to RegexpCaleb Spare
2015-11-25regexp/syntax: correctly print `^` BOL and `$` EOLTamir Duberstein
2015-10-23regexp: fix slice bounds out of range panicsDidier Spezia
2015-09-23regexp: add runnable example to regex.SplitSeth Hoenig
2015-06-14regexp: small correction to test commentMichael Matloob
2015-06-01regexp: suggest go doc, not godocRob Pike
2015-04-27regexp: trivial change in comments to update code.google.com linkDmitry Savintsev
2015-04-17regexp: set b.cap[0] and b.cap[1] only when captures requestedMichael Matloob
2015-04-09regexp: skip backtracker for long programsMatthew Brennan
2015-03-23regexp: fix link to RE2 syntaxBrad Fitzpatrick
2015-03-23regexp: port RE2's bitstate backtracker to the regexp packageMichael Matloob
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder