summaryrefslogtreecommitdiff
path: root/src/regexp/exec_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox2022-04-051-2/+2
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-1/+0
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-9/+5
* regexp: skip long-running benchmarks if -short is specifiedKeith Randall2019-10-171-2/+2
* regexp: optimize for provably too short inputsSylvain Zimmer2019-05-151-0/+1
* regexp: split one-pass execution out of machine structRuss Cox2018-10-121-1/+1
* regexp: fix BenchmarkMatch_onepass_regexRuss Cox2018-10-111-8/+2
* all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger2017-10-051-2/+2
* all: prefer strings.IndexByte over strings.IndexMarvin Stenger2017-09-251-2/+2
* regexp: reduce allocs in regexp.Match for onepass regexhaya14busa2017-03-231-0/+29
* regexp: don't run slow benchmarks on race buildersBrad Fitzpatrick2016-09-141-0/+6
* regexp: use Run for benchmarkMarcel van Lohuizen2016-06-011-46/+31
* 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: delete dead test codeDominik Honnef2016-03-211-2/+0
* all: single space after period.Brad Fitzpatrick2016-03-021-7/+7
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* regexp: small correction to test commentMichael Matloob2015-06-141-1/+1
* regexp: trivial change in comments to update code.google.com linkDmitry Savintsev2015-04-271-4/+4
* regexp: skip backtracker for long programsMatthew Brennan2015-04-091-0/+12
* regexp: update URLs in testsShenghou Ma2015-01-261-2/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+715