about summary refs log tree commit diff
path: root/src/libregex/test/mod.rs
AgeCommit message (Expand)AuthorLines
2015-01-23regex: Remove in-tree versionAlex Crichton-24/+0
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-18/+0
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-06-09Use phase(plugin) in other cratesKeegan McAllister-1/+1
2014-05-25Change regex! macro to expand to a constexpr, allowing to put it in a staticMarvin Löbel-0/+3
2014-04-25Tests for dynamic regexes will now run during 'check-stage2'.Andrew Gallant-5/+15
2014-04-25Add a regex crate to the Rust distribution.Andrew Gallant-0/+29