rust/src/libregex/test
Huon Wilson de14a739ae regex: remove the use of ~[] & some unnecessary ~'s.
The AST doesn't need ~s everywhere, so we can save allocations this way
& the enum isn't particularly large (~4 words) nor are regexes
long (normally), so the space saved in the `Cat` vector is unlikely to
be very much.
2014-04-30 00:55:20 +10:00
..
bench.rs regex: remove the use of ~[] & some unnecessary ~'s. 2014-04-30 00:55:20 +10:00
matches.rs Add a regex crate to the Rust distribution. 2014-04-25 00:27:24 -04:00
mod.rs Tests for dynamic regexes will now run during 'check-stage2'. 2014-04-25 17:28:05 -04:00
tests.rs Add a regex crate to the Rust distribution. 2014-04-25 00:27:24 -04:00