aboutsummaryrefslogtreecommitdiff
path: root/src/regexp/exec_test.go
AgeCommit message (Expand)Author
2019-10-17regexp: skip long-running benchmarks if -short is specifiedKeith Randall
2019-05-15regexp: optimize for provably too short inputsSylvain Zimmer
2018-10-12regexp: split one-pass execution out of machine structRuss Cox
2018-10-11regexp: fix BenchmarkMatch_onepass_regexRuss Cox
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-03-23regexp: reduce allocs in regexp.Match for onepass regexhaya14busa
2016-09-14regexp: don't run slow benchmarks on race buildersBrad Fitzpatrick
2016-06-01regexp: use Run for benchmarkMarcel van Lohuizen
2016-04-27regexp: add a harder regexp to the benchmarksMichael Matloob
2016-04-26unicode: improve SimpleFold performance for asciiEgon Elbre
2016-03-21all: delete dead test codeDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-06-14regexp: small correction to test commentMichael Matloob
2015-04-27regexp: trivial change in comments to update code.google.com linkDmitry Savintsev
2015-04-09regexp: skip backtracker for long programsMatthew Brennan
2015-01-26regexp: update URLs in testsShenghou Ma
2014-09-08build: move package sources from src/pkg to srcRuss Cox