about summary refs log tree commit diff
path: root/src/libregex/parse.rs
AgeCommit message (Expand)AuthorLines
2014-10-09regex: Convert statics to constantsAlex Crichton-22/+37
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-2/+2
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-2/+2
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-2/+2
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-5/+5
2014-09-19Add enum variants to the type namespaceNick Cameron-13/+13
2014-09-16Fallout from renamingAaron Turon-3/+3
2014-09-03Fix spelling errors and capitalization.Joseph Crail-3/+3
2014-08-13core: Change the argument order on splitn and rsplitn for strs.Brian Anderson-4/+5
2014-07-23collections: Deprecate shift/unshiftBrian Anderson-1/+1
2014-07-17deprecate Vec::getNick Cameron-5/+5
2014-07-15Fix errorsAdolfo OchagavĂ­a-1/+0
2014-07-15Deprecate `str::from_chars`Adolfo OchagavĂ­a-2/+2
2014-07-07Add libunicode; move unicode functions from corekwantam-0/+1062
2014-05-17syntax: Tighten search paths for inner modulesAlex Crichton-1030/+0
2014-05-15Updates with core::fmt changesAlex Crichton-1/+1
2014-05-14libregex: Remove all uses of `~str` from `libregex`Patrick Walton-17/+17
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-10/+10
2014-04-30librustc: Remove `~"string"` and `&"string"` from the languagePatrick Walton-2/+4
2014-04-30regex: remove the use of ~[] & some unnecessary ~'s.Huon Wilson-58/+58
2014-04-25Add a regex crate to the Rust distribution.Andrew Gallant-0/+1028