rust/src/libregex
Alex Crichton 3316b1eb7c rustc: Remove ~[T] from the language
The following features have been removed

* box [a, b, c]
* ~[a, b, c]
* box [a, ..N]
* ~[a, ..N]
* ~[T] (as a type)
* deprecated_owned_vector lint

All users of ~[T] should move to using Vec<T> instead.
2014-06-11 15:02:17 -07:00
..
parse Fixes #13843. 2014-06-03 23:04:59 -04:00
test Use phase(plugin) in other crates 2014-06-09 14:29:30 -07:00
testdata Add a regex crate to the Rust distribution. 2014-04-25 00:27:24 -04:00
compile.rs Fix more misspelled comments and strings. 2014-06-10 11:24:17 -04:00
lib.rs rustc: Remove ~[T] from the language 2014-06-11 15:02:17 -07:00
re.rs Use phase(plugin) in other crates 2014-06-09 14:29:30 -07:00
vm.rs regex: General style tweaks. 2014-04-30 10:35:20 +10:00