about summary refs log tree commit diff
path: root/src/libregex
AgeCommit message (Expand)AuthorLines
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
2014-11-06link to raw string docs in libregex docsSteve Klabnik-1/+2
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-1/+1
2014-11-05Fix fallout of DSTifying PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+10
2014-11-04libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` inPatrick Walton-2/+4
2014-11-01collections: Remove all collections traitsAlex Crichton-5/+5
2014-10-31DSTify HashJorge Aparicio-1/+1
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-9/+9
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-9/+9
2014-10-29auto merge of #17894 : steveklabnik/rust/fail_to_panic, r=aturonbors-18/+18