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
/
exec_test.go
Age
Commit message (
Expand
)
Author
2024-03-25
regexp: use slices to simplify the code
apocelipes
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2019-10-17
regexp: skip long-running benchmarks if -short is specified
Keith Randall
2019-05-15
regexp: optimize for provably too short inputs
Sylvain Zimmer
2018-10-12
regexp: split one-pass execution out of machine struct
Russ Cox
2018-10-11
regexp: fix BenchmarkMatch_onepass_regex
Russ Cox
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-03-23
regexp: reduce allocs in regexp.Match for onepass regex
haya14busa
2016-09-14
regexp: don't run slow benchmarks on race builders
Brad Fitzpatrick
2016-06-01
regexp: use Run for benchmark
Marcel van Lohuizen
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-03-21
all: delete dead test code
Dominik Honnef
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2015-06-14
regexp: small correction to test comment
Michael Matloob
2015-04-27
regexp: trivial change in comments to update code.google.com link
Dmitry Savintsev
2015-04-09
regexp: skip backtracker for long programs
Matthew Brennan
2015-01-26
regexp: update URLs in tests
Shenghou Ma
2014-09-08
build: move package sources from src/pkg to src
Russ Cox