rust/src/libregex
Barosl Lee 0bd8534ca7 Prevent Regex::new() from panicking when a non-AST item is repeated
This bug has also affected the regex! macro, which has caused an ICE
when such an invalid expression is provided.

Fixes #20208.
2014-12-26 14:02:51 +09:00
..
test Prevent Regex::new() from panicking when a non-AST item is repeated 2014-12-26 14:02:51 +09:00
testdata Add a regex crate to the Rust distribution. 2014-04-25 00:27:24 -04:00
compile.rs Rename remaining Failures to Panic 2014-11-20 23:45:42 +05:30
lib.rs rollup merge of #19820: alexcrichton/deprecate-some-more-libs 2014-12-17 11:50:24 -08:00
parse.rs Prevent Regex::new() from panicking when a non-AST item is repeated 2014-12-26 14:02:51 +09:00
re.rs rollup merge of #20056: MrFloya/iter_rename 2014-12-22 12:49:57 -08:00
vm.rs libregex: use #[deriving(Copy)] 2014-12-19 10:43:24 -05:00