about summary refs log tree commit diff
path: root/src/libregex/test/tests.rs
AgeCommit message (Expand)AuthorLines
2015-01-23regex: Remove in-tree versionAlex Crichton-245/+0
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-07falloutNick Cameron-1/+1
2014-12-26Prevent Regex::new() from panicking when a non-AST item is repeatedBarosl Lee-0/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-112/+112
2014-12-06libregex: remove unnecessary `as_slice` callsJorge Aparicio-5/+5
2014-11-04libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` inPatrick Walton-2/+4
2014-10-29auto merge of #17894 : steveklabnik/rust/fail_to_panic, r=aturonbors-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-24regex: The first range in a character class can start with a left bracketPiotr Czarnecki-0/+7
2014-10-24regex: Escaped literals can end rangesPiotr Czarnecki-0/+11
2014-10-24regex: Fix control flow in the parserPiotr Czarnecki-0/+10
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-1/+1
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+1
2014-07-09fix test failureskwantam-2/+2
2014-06-03Fixes #13843.Andrew Gallant-0/+14
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-04-25Add a regex crate to the Rust distribution.Andrew Gallant-0/+199