about summary refs log tree commit diff
path: root/src/libregex
AgeCommit message (Expand)AuthorLines
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-5/+5
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-5/+5
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+1
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-5/+5
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-1/+1
2014-09-24auto merge of #17438 : alexcrichton/rust/string-stable, r=aturonbors-4/+5
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-4/+5
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-4/+1
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-6/+6
2014-09-19Add enum variants to the type namespaceNick Cameron-27/+27
2014-09-16Fallout from renamingAaron Turon-7/+7
2014-09-04auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...bors-5/+5
2014-09-03Fix spelling errors and capitalization.Joseph Crail-5/+5
2014-09-01Updated to new extern crate syntax.wickerwaka-1/+1
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-18regex: Enable test on Windowsklutzy-2/+1
2014-08-13core: Change the argument order on splitn and rsplitn for strs.Brian Anderson-5/+5
2014-08-13core: Add binary_search and binary_search_elem methods to slices.Brian Anderson-4/+5
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-08-06Use a byte literal in libregexnham-1/+1
2014-07-23collections: Deprecate shift/unshiftBrian Anderson-1/+1
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+3
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+1
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+2
2014-07-17deprecate Vec::getNick Cameron-17/+17
2014-07-15Fix errorsAdolfo Ochagavía-2/+0
2014-07-15Deprecate `str::from_chars`Adolfo Ochagavía-2/+2
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-1/+1
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-10auto merge of #15556 : alexcrichton/rust/snapshots, r=brsonbors-2/+0
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-09fix test failureskwantam-2/+2
2014-07-07Add libunicode; move unicode functions from corekwantam-5544/+11
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-1/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-15Register new snapshotsAlex Crichton-12/+0
2014-06-13Fix all violations of stronger guarantees for mutable borrowsCameron Zwarich-4/+5
2014-06-13auto merge of #14831 : alexcrichton/rust/format-intl, r=brsonbors-0/+12
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-0/+12
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+1
2014-06-10Fix more misspelled comments and strings.Joseph Crail-2/+2
2014-06-09Use phase(plugin) in other cratesKeegan McAllister-20/+20
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-2/+1
2014-06-03auto merge of #14635 : BurntSushi/rust/regex-doco-touchups, r=alexcrichtonbors-19/+24