about summary refs log tree commit diff
path: root/src/libregex/vm.rs
AgeCommit message (Expand)AuthorLines
2015-01-23regex: Remove in-tree versionAlex Crichton-582/+0
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-2/+3
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-30Fallout from stabilizationAaron Turon-9/+9
2014-12-19libregex: use `#[deriving(Copy)]`Jorge Aparicio-4/+2
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+4
2014-12-06libregex: remove unnecessary `as_slice` callsJorge Aparicio-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+3
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-1/+1
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-5/+5
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-09-30librustc: Forbid `..` in range patterns.Patrick Walton-1/+1
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
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