about summary refs log tree commit diff
path: root/src/libregex
AgeCommit message (Expand)AuthorLines
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
2014-06-03Some minor documentation touchups for libregex. Fixes #13800.Andrew Gallant-19/+24
2014-06-03Fixes #13843.Andrew Gallant-0/+17
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-30lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors.Kevin Butler-0/+1
2014-05-29auto merge of #14510 : kballard/rust/rename_strallocating_into_owned, r=alexc...bors-2/+2
2014-05-29std: Recreate a `rand` moduleAlex Crichton-4/+5
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-10/+10
2014-05-25Change regex! macro to expand to a constexpr, allowing to put it in a staticMarvin Löbel-35/+113