about summary refs log tree commit diff
path: root/src/libregex/re.rs
AgeCommit message (Expand)AuthorLines
2015-01-23regex: Remove in-tree versionAlex Crichton-684/+0
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-1/+1
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+2
2015-01-08Improvements to feature stagingBrian Anderson-2/+2
2015-01-07use slicing sugarJorge Aparicio-9/+9
2015-01-07register new snapshotsJorge Aparicio-9/+0
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-1/+10
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+10
2015-01-07Replace full slice notation with index callsNick Cameron-9/+9
2015-01-03Remove deprecated functionalityAlex Crichton-269/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-10/+10
2015-01-03regex: fix falloutJorge Aparicio-7/+21
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-0/+7
2014-12-22rollup merge of #20056: MrFloya/iter_renameAlex Crichton-2/+2
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-2/+2
2014-12-21Fallout of std::str stabilizationAlex Crichton-14/+14
2014-12-19libregex: use `#[deriving(Copy)]`Jorge Aparicio-2/+1
2014-12-14Modify `regex::Captures::{at,name}` to return `Option`Eric Kidd-25/+24
2014-12-13libregex: fix fallout in doc testsJorge Aparicio-1/+2
2014-12-13libregex: impl Replacer for FnMut(&Captures) -> String implementorsJorge Aparicio-2/+2
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-2/+6
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-8/+8
2014-11-18rollup merge of #19038: jayelm/fixed-typosJakub Bukaj-1/+1
2014-11-17Fix several typos in commentsjmu303-1/+1
2014-11-17Fallout from deprecationAaron Turon-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+3
2014-11-16Move FromStr to core::strBrendan Zabarauskas-1/+0
2014-11-01collections: Remove all collections traitsAlex Crichton-5/+5
2014-10-31DSTify HashJorge Aparicio-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-09regex: Convert statics to constantsAlex Crichton-1/+1
2014-09-24auto merge of #17438 : alexcrichton/rust/string-stable, r=aturonbors-3/+4
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-3/+4
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-3/+1
2014-09-19Add enum variants to the type namespaceNick Cameron-11/+11
2014-07-17deprecate Vec::getNick Cameron-6/+6
2014-06-09Use phase(plugin) in other cratesKeegan McAllister-13/+13
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-06-03Some minor documentation touchups for libregex. Fixes #13800.Andrew Gallant-12/+16
2014-05-29auto merge of #14510 : kballard/rust/rename_strallocating_into_owned, r=alexc...bors-2/+2
2014-05-28Replace StrAllocating.into_owned() with .into_string()Kevin Ballard-2/+2
2014-05-28std: Remove format_strbuf!()Alex Crichton-4/+3
2014-05-27std: Rename strbuf operations to stringRicho Healey-5/+5
2014-05-25Change regex! macro to expand to a constexpr, allowing to put it in a staticMarvin Löbel-34/+83
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-13/+13
2014-05-15Updates with core::fmt changesAlex Crichton-1/+1
2014-05-14libregex: Remove all uses of `~str` from `libregex`Patrick Walton-15/+20