rust/src/libregex/test
Simonas Kazlauskas 1e89bbcb67 Rename TaskRng to ThreadRng
Since runtime is removed, rust has no tasks anymore and everything is moving
from being task-* to thread-*. Let’s rename TaskRng as well!

* Rename TaskRng to ThreadRng
* Rename task_rng to thread_rng

[breaking-change]
2014-12-28 13:46:35 +02:00
..
bench.rs Rename TaskRng to ThreadRng 2014-12-28 13:46:35 +02:00
matches.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
mod.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
native_static.rs Change regex! macro to expand to a constexpr, allowing to put it in a static 2014-05-25 22:30:50 +02:00
tests.rs Prevent Regex::new() from panicking when a non-AST item is repeated 2014-12-26 14:02:51 +09:00