summaryrefslogtreecommitdiff
path: root/src/regexp
Commit message (Expand)AuthorAgeFilesLines
* regexp: example for MatchString functionJosh Roppo2017-07-151-0/+11
* regexp: clarify example for 'FindString'Ivan Moscoso2017-07-151-3/+3
* regexp: speed up QuoteMeta with a lookup tableKevin Burke2017-04-282-3/+19
* regexp: remove redundant breakDaniel Martí2017-04-251-1/+0
* regexp: Use []bool instead of map[uint32]bool in makeOnePassTakuto Ikuta2017-04-161-3/+3
* regexp: document that Longest method is not concurrent-safeIan Lance Taylor2017-04-071-1/+4
* regexp: reduce allocations at makeOnePasshaya14busa2017-03-291-15/+15
* regexp: reduce allocations at onePassCopyhaya14busa2017-03-282-2/+25
* regexp: add ASCII fast path for context methodsMartin Möhrmann2017-03-231-8/+24
* regexp: reduce allocs in regexp.Match for onepass regexhaya14busa2017-03-232-2/+33
* regexp/syntax: remove unused flags parameterDaniel Martí2017-03-061-2/+2
* regexp: avoid alloc in QuoteMeta when not quotingIngo Oeser2016-10-192-5/+36
* regexp: remove dead codeBrad Fitzpatrick2016-10-041-5/+0
* regexp: don't run slow benchmarks on race buildersBrad Fitzpatrick2016-09-141-0/+6
* regexp: reduce mallocs in Regexp.Find* and Regexp.ReplaceAll*.Aliaksandr Valialkin2016-09-063-28/+104
* regexp: add some tests that were fixed in #12980Tamir Duberstein2016-08-161-6/+32
* unicode: upgrade to version 9.0.0Marcel van Lohuizen2016-06-281-1/+1
* regexp: use Run for benchmarkMarcel van Lohuizen2016-06-011-46/+31
* regexp/syntax: clarify that \Z means Perl's \ZBrad Fitzpatrick2016-05-181-1/+1
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* regexp: add a harder regexp to the benchmarksMichael Matloob2016-04-271-0/+6
* unicode: improve SimpleFold performance for asciiEgon Elbre2016-04-261-0/+6
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-151-1/+1
* all: delete dead non-test codeDominik Honnef2016-03-253-15/+0
* all: delete dead test codeDominik Honnef2016-03-212-4/+0
* regexp: avoid copying mutex in (*Regexp).Copy.David Symonds2016-03-181-15/+22
* all: single space after period.Brad Fitzpatrick2016-03-0211-66/+66
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-018-8/+8
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* regexp: remove unreachable codeAlberto Donizetti2016-02-231-2/+0
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-192-2/+2
* regexp/syntax: fix factoring of common prefixes in alternationsPaul Wankadia2016-01-083-7/+20
* regexp/syntax: fix handling of \Q...\ERuss Cox2015-12-012-1/+10
* regexp: fix one-pass compilationCaleb Spare2015-11-252-118/+64
* regexp: fix LiteralPrefix for certain onepass progsCaleb Spare2015-11-252-2/+20
* regexp: add Copy method to RegexpCaleb Spare2015-11-252-0/+53
* regexp/syntax: correctly print `^` BOL and `$` EOLTamir Duberstein2015-11-252-4/+4
* regexp: fix slice bounds out of range panicsDidier Spezia2015-10-232-0/+10
* regexp: add runnable example to regex.SplitSeth Hoenig2015-09-231-0/+22
* regexp: small correction to test commentMichael Matloob2015-06-141-1/+1
* regexp: suggest go doc, not godocRob Pike2015-06-011-1/+1
* regexp: trivial change in comments to update code.google.com linkDmitry Savintsev2015-04-272-5/+6
* regexp: set b.cap[0] and b.cap[1] only when captures requestedMichael Matloob2015-04-172-13/+30
* regexp: skip backtracker for long programsMatthew Brennan2015-04-092-1/+22
* regexp: fix link to RE2 syntaxBrad Fitzpatrick2015-03-231-1/+1
* regexp: port RE2's bitstate backtracker to the regexp packageMichael Matloob2015-03-232-7/+374
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-2/+2
* regexp: update URLs in testsShenghou Ma2015-01-261-2/+2
* regexp: fix typo in comment: s/onpass/onepass/Michael Matloob2014-12-241-1/+1
* regexp/syntax: Clarify comment of OpAnyCharNotNL.Robin Eklind2014-11-111-1/+1