about summary refs log tree commit diff
path: root/src/libregex/vm.rs
AgeCommit message (Expand)AuthorLines
2014-08-13core: Change the argument order on splitn and rsplitn for strs.Brian Anderson-1/+0
2014-08-13core: Add binary_search and binary_search_elem methods to slices.Brian Anderson-4/+5
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-07-17deprecate Vec::getNick Cameron-6/+6
2014-07-07Add libunicode; move unicode functions from corekwantam-1/+1
2014-04-30regex: General style tweaks.Huon Wilson-18/+6
2014-04-25Add a regex crate to the Rust distribution.Andrew Gallant-0/+587