about summary refs log tree commit diff
path: root/src/libregex/parse.rs
AgeCommit message (Expand)AuthorLines
2015-01-23regex: Remove in-tree versionAlex Crichton-1087/+0
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-1/+2
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-1/+2
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-1/+1
2015-01-07use slicing sugarJorge Aparicio-52/+51
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-13/+13
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-13/+13
2015-01-07Replace full slice notation with index callsNick Cameron-28/+29
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-4/+4
2014-12-30Fallout from stabilizationAaron Turon-4/+3
2014-12-29std: Second pass stabilization for `string`Alex Crichton-3/+3
2014-12-26Prevent Regex::new() from panicking when a non-AST item is repeatedBarosl Lee-3/+4
2014-12-21Fallout of std::str stabilizationAlex Crichton-30/+27
2014-12-19libregex: use `#[deriving(Copy)]`Jorge Aparicio-3/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-12/+14
2014-12-13libregex: use tuple indexingJorge Aparicio-1/+1
2014-12-13libregex: use unboxed closuresJorge Aparicio-2/+3
2014-12-13libregex: fix falloutJorge Aparicio-2/+3
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-12-06libregex: remove unnecessary `as_slice` callsJorge Aparicio-3/+3
2014-11-24std: Export BinarySearchResultAlex Crichton-3/+3
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+5
2014-11-12Register new snapshotsAlex Crichton-10/+0
2014-11-05Fix fallout of DSTifying PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+10
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-1/+1
2014-10-29auto merge of #17894 : steveklabnik/rust/fail_to_panic, r=aturonbors-7/+7
2014-10-29Rename fail! to panic!Steve Klabnik-7/+7
2014-10-24regex: The first range in a character class can start with a left bracketPiotr Czarnecki-5/+1
2014-10-24regex: Escaped literals can end rangesPiotr Czarnecki-6/+17
2014-10-24regex: Fix control flow in the parserPiotr Czarnecki-18/+14
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