about summary refs log tree commit diff
path: root/src/libregex/lib.rs
AgeCommit message (Expand)AuthorLines
2015-01-23regex: Remove in-tree versionAlex Crichton-93/+0
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-1/+1
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+1
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-06Register new snapshotsAlex Crichton-3/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+0
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-349/+2
2015-01-03regex: fix falloutJorge Aparicio-0/+1
2014-12-17rollup merge of #19820: alexcrichton/deprecate-some-more-libsAlex Crichton-1/+1
2014-12-14Modify `regex::Captures::{at,name}` to return `Option`Eric Kidd-2/+4
2014-12-13Deprecate more in-tree libs for crates.ioAlex Crichton-1/+1
2014-12-13libregex: fix falloutJorge Aparicio-0/+1
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+1
2014-11-06link to raw string docs in libregex docsSteve Klabnik-1/+2
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
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-09-19Add enum variants to the type namespaceNick Cameron-1/+1
2014-09-04auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...bors-1/+1
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-09-01Updated to new extern crate syntax.wickerwaka-1/+1
2014-08-18regex: Enable test on Windowsklutzy-2/+1
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+2
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-07Add libunicode; move unicode functions from corekwantam-3/+9
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+1
2014-06-09Use phase(plugin) in other cratesKeegan McAllister-6/+6
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+0
2014-06-03Some minor documentation touchups for libregex. Fixes #13800.Andrew Gallant-7/+8
2014-05-25Change regex! macro to expand to a constexpr, allowing to put it in a staticMarvin Löbel-1/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-04-30regex: remove the use of ~[] & some unnecessary ~'s.Huon Wilson-1/+1