about summary refs log tree commit diff
path: root/src/libregex
AgeCommit message (Expand)AuthorLines
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-15/+23
2015-01-07falloutNick Cameron-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-15/+23
2015-01-07Replace full slice notation with index callsNick Cameron-41/+43
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-636/+3
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-18/+18
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03regex: fix falloutJorge Aparicio-7/+22
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+2
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-14/+14
2014-12-30Fallout from stabilizationAaron Turon-14/+14
2014-12-30rollup merge of #20328: huonw/attack-of-the-clonesAlex Crichton-0/+7
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-0/+7
2014-12-29rollup merge of #20306: alexcrichton/second-pass-stringAlex Crichton-3/+3
2014-12-29rollup merge of #20281: dgiagio/libregex_deprecated_fix1Alex Crichton-9/+10
2014-12-29std: Second pass stabilization for `string`Alex Crichton-3/+3
2014-12-28Fix deprecation warnings on libregex testsDiego Giagio-9/+10
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-2/+2
2014-12-26Prevent Regex::new() from panicking when a non-AST item is repeatedBarosl Lee-3/+5
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-44/+41
2014-12-19libregex: use `#[deriving(Copy)]`Jorge Aparicio-9/+4
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-489/+491
2014-12-17rollup merge of #19820: alexcrichton/deprecate-some-more-libsAlex Crichton-1/+1
2014-12-17rollup merge of #19818: emk/regex_at_name_optAlex Crichton-27/+28
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-14Modify `regex::Captures::{at,name}` to return `Option`Eric Kidd-27/+28
2014-12-13libregex: use tuple indexingJorge Aparicio-1/+1
2014-12-13Deprecate more in-tree libs for crates.ioAlex Crichton-1/+1
2014-12-13libregex: use unboxed closuresJorge Aparicio-2/+3
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-13libregex: fix falloutJorge Aparicio-2/+4
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-2/+12
2014-12-06libregex: remove unnecessary `as_slice` callsJorge Aparicio-9/+9
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-1/+0
2014-11-26rollup merge of #19287: alexcrichton/issue-19272Alex Crichton-3/+3
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-8/+8
2014-11-24std: Export BinarySearchResultAlex Crichton-3/+3
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-1/+1
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-1/+14
2014-11-16Move FromStr to core::strBrendan Zabarauskas-1/+0
2014-11-12Register new snapshotsAlex Crichton-10/+0
2014-11-06rollup merge of #18695 : steveklabnik/gh17023Alex Crichton-1/+2