History log of /third_party/rust/crates/regex/ (Results 1 - 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c67d657314-Apr-2023 openharmony_ci <120357966@qq.com>

!2 Add OAT.xml and README.OpenSource
Merge pull request !2 from fangting/master


.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.gitignore
BUILD.gn
CHANGELOG.md
Cargo.toml
HACKING.md
LICENSE-APACHE
LICENSE-MIT
OAT.xml
PERFORMANCE.md
README.OpenSource
README.md
UNICODE.md
bench/.gitignore
bench/Cargo.toml
bench/build.rs
bench/compile
bench/log/.gitignore
bench/log/01-lazy-dfa/dynamic
bench/log/01-lazy-dfa/dynamic-no-lazy-dfa
bench/log/01-lazy-dfa/native
bench/log/01-lazy-dfa/nfa
bench/log/01-lazy-dfa/pcre
bench/log/02-set/dynamic
bench/log/03-bytes/onig
bench/log/03-bytes/pcre
bench/log/03-bytes/rust
bench/log/03-bytes/rust-bytes
bench/log/04/onig
bench/log/04/pcre1-jit
bench/log/04/pcre2-jit
bench/log/04/re2
bench/log/04/rust
bench/log/04/tcl
bench/log/05/onig
bench/log/05/onig-vs-rust
bench/log/05/pcre1
bench/log/05/pcre1-vs-rust
bench/log/05/pcre2
bench/log/05/pcre2-vs-rust
bench/log/05/re2
bench/log/05/re2-vs-rust
bench/log/05/rust
bench/log/05/tcl
bench/log/05/tcl-vs-rust
bench/log/06/dphobos-dmd
bench/log/06/dphobos-dmd-ct
bench/log/06/dphobos-ldc
bench/log/06/dphobos-ldc-ct
bench/log/06/pcre1
bench/log/06/pcre2
bench/log/06/re2
bench/log/06/rust
bench/log/07/boost
bench/log/07/dphobos-dmd
bench/log/07/dphobos-dmd-ct
bench/log/07/oniguruma
bench/log/07/pcre1
bench/log/07/pcre2
bench/log/07/re2
bench/log/07/rust
bench/log/07/rust-bytes
bench/log/07/stdcpp
bench/log/07/stdcpp-libcxx
bench/log/07/tcl
bench/log/08-new-memmem/rust-after-01
bench/log/08-new-memmem/rust-after-02
bench/log/08-new-memmem/rust-before-01
bench/log/08-new-memmem/rust-before-02
bench/log/09-new-baseline/pcre2
bench/log/09-new-baseline/re2
bench/log/09-new-baseline/rust
bench/log/09-new-baseline/rust-bytes
bench/log/README
bench/log/old/01-before
bench/log/old/02-new-syntax-crate
bench/log/old/03-new-syntax-crate
bench/log/old/04-fixed-benchmark
bench/log/old/05-thread-caching
bench/log/old/06-major-dynamic
bench/log/old/06-major-macro
bench/log/old/07-prefix-improvements
bench/log/old/08-case-fixes
bench/log/old/09-before-compiler-rewrite
bench/log/old/10-compiler-rewrite
bench/log/old/11-compiler-rewrite
bench/log/old/12-executor
bench/log/old/12-executor-bytes
bench/log/old/13-cache-byte-range-suffixes
bench/run
bench/src/bench.rs
bench/src/data/.gitignore
bench/src/data/1K.txt
bench/src/data/1MB.txt
bench/src/data/32.txt
bench/src/data/32K.txt
bench/src/data/regexdna.txt
bench/src/data/sherlock.txt
bench/src/ffi/mod.rs
bench/src/ffi/onig.rs
bench/src/ffi/pcre1.rs
bench/src/ffi/pcre2.rs
bench/src/ffi/re2.cpp
bench/src/ffi/re2.rs
bench/src/ffi/tcl.rs
bench/src/main.rs
bench/src/misc.rs
bench/src/regexdna.rs
bench/src/rust_compile.rs
bench/src/rust_parse.rs
bench/src/sherlock.rs
examples/regexdna-input.txt
examples/regexdna-output.txt
examples/shootout-regex-dna-bytes.rs
examples/shootout-regex-dna-cheat.rs
examples/shootout-regex-dna-replace.rs
examples/shootout-regex-dna-single-cheat.rs
examples/shootout-regex-dna-single.rs
examples/shootout-regex-dna.rs
fuzz/.gitignore
fuzz/Cargo.toml
fuzz/fuzz_targets/fuzz_regex_match.rs
regex-capi/Cargo.toml
regex-capi/README.md
regex-capi/ctest/.gitignore
regex-capi/ctest/compile
regex-capi/ctest/test.c
regex-capi/examples/.gitignore
regex-capi/examples/compile
regex-capi/examples/iter.c
regex-capi/examples/sherlock.txt
regex-capi/include/rure.h
regex-capi/src/error.rs
regex-capi/src/lib.rs
regex-capi/src/macros.rs
regex-capi/src/rure.rs
regex-capi/test
regex-debug/Cargo.toml
regex-debug/src/main.rs
regex-syntax/BUILD.gn
regex-syntax/Cargo.toml
regex-syntax/README.md
regex-syntax/benches/bench.rs
regex-syntax/src/ast/mod.rs
regex-syntax/src/ast/parse.rs
regex-syntax/src/ast/print.rs
regex-syntax/src/ast/visitor.rs
regex-syntax/src/either.rs
regex-syntax/src/error.rs
regex-syntax/src/hir/interval.rs
regex-syntax/src/hir/literal/mod.rs
regex-syntax/src/hir/mod.rs
regex-syntax/src/hir/print.rs
regex-syntax/src/hir/translate.rs
regex-syntax/src/hir/visitor.rs
regex-syntax/src/lib.rs
regex-syntax/src/parser.rs
regex-syntax/src/unicode.rs
regex-syntax/src/unicode_tables/LICENSE-UNICODE
regex-syntax/src/unicode_tables/age.rs
regex-syntax/src/unicode_tables/case_folding_simple.rs
regex-syntax/src/unicode_tables/general_category.rs
regex-syntax/src/unicode_tables/grapheme_cluster_break.rs
regex-syntax/src/unicode_tables/mod.rs
regex-syntax/src/unicode_tables/perl_decimal.rs
regex-syntax/src/unicode_tables/perl_space.rs
regex-syntax/src/unicode_tables/perl_word.rs
regex-syntax/src/unicode_tables/property_bool.rs
regex-syntax/src/unicode_tables/property_names.rs
regex-syntax/src/unicode_tables/property_values.rs
regex-syntax/src/unicode_tables/script.rs
regex-syntax/src/unicode_tables/script_extension.rs
regex-syntax/src/unicode_tables/sentence_break.rs
regex-syntax/src/unicode_tables/word_break.rs
regex-syntax/src/utf8.rs
regex-syntax/test
rustfmt.toml
scripts/frequencies.py
scripts/generate-unicode-tables
scripts/regex-match-tests.py
scripts/scrape_crates_io.py
src/backtrack.rs
src/compile.rs
src/dfa.rs
src/error.rs
src/exec.rs
src/expand.rs
src/find_byte.rs
src/freqs.rs
src/input.rs
src/lib.rs
src/literal/imp.rs
src/literal/mod.rs
src/pattern.rs
src/pikevm.rs
src/pool.rs
src/prog.rs
src/re_builder.rs
src/re_bytes.rs
src/re_set.rs
src/re_trait.rs
src/re_unicode.rs
src/sparse.rs
src/testdata/LICENSE
src/testdata/README
src/testdata/basic.dat
src/testdata/nullsubexpr.dat
src/testdata/repetition.dat
src/utf8.rs
test
tests/api.rs
tests/api_str.rs
tests/bytes.rs
tests/consistent.rs
tests/crates_regex.rs
tests/crazy.rs
tests/flags.rs
tests/fowler.rs
tests/macros.rs
tests/macros_bytes.rs
tests/macros_str.rs
tests/misc.rs
tests/multiline.rs
tests/noparse.rs
tests/regression.rs
tests/regression_fuzz.rs
tests/replace.rs
tests/searcher.rs
tests/set.rs
tests/shortest_match.rs
tests/suffix_reverse.rs
tests/test_backtrack.rs
tests/test_backtrack_bytes.rs
tests/test_backtrack_utf8bytes.rs
tests/test_crates_regex.rs
tests/test_default.rs
tests/test_default_bytes.rs
tests/test_nfa.rs
tests/test_nfa_bytes.rs
tests/test_nfa_utf8bytes.rs
tests/unicode.rs
tests/word_boundary.rs
tests/word_boundary_ascii.rs
tests/word_boundary_unicode.rs