about summary refs log tree commit diff
path: root/src/libregex
AgeCommit message (Expand)AuthorLines
2015-01-23regex: Remove in-tree versionAlex Crichton-4071/+0
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-1/+1
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-3/+4
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-3/+4
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-1/+1
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-3/+3
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-63/+62
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-9/+0
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07use slicing sugarJorge Aparicio-63/+62
2015-01-07register new snapshotsJorge Aparicio-9/+0
2015-01-07Register new snapshotsAlex Crichton-9/+0
2015-01-06More test fixesAlex Crichton-2/+2
2015-01-06Register new snapshotsAlex Crichton-3/+1
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