index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libregex
/
test
/
tests.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-23
regex: Remove in-tree version
Alex Crichton
-245
/
+0
2015-01-06
More test fixes
Alex Crichton
-1
/
+1
2015-01-07
fallout
Nick Cameron
-1
/
+1
2014-12-26
Prevent Regex::new() from panicking when a non-AST item is repeated
Barosl Lee
-0
/
+1
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-112
/
+112
2014-12-06
libregex: remove unnecessary `as_slice` calls
Jorge Aparicio
-5
/
+5
2014-11-04
libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in
Patrick Walton
-2
/
+4
2014-10-29
auto merge of #17894 : steveklabnik/rust/fail_to_panic, r=aturon
bors
-2
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-10-24
regex: The first range in a character class can start with a left bracket
Piotr Czarnecki
-0
/
+7
2014-10-24
regex: Escaped literals can end ranges
Piotr Czarnecki
-0
/
+11
2014-10-24
regex: Fix control flow in the parser
Piotr Czarnecki
-0
/
+10
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-1
/
+1
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-1
/
+1
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-1
/
+1
2014-07-21
Add a ton of ignore-lexer-test
Corey Richardson
-0
/
+1
2014-07-09
fix test failures
kwantam
-2
/
+2
2014-06-03
Fixes #13843.
Andrew Gallant
-0
/
+14
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-1
/
+1
2014-04-25
Add a regex crate to the Rust distribution.
Andrew Gallant
-0
/
+199