about summary refs log tree commit diff
path: root/src/libregex
AgeCommit message (Expand)AuthorLines
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
2014-10-29Rename fail! to panic!Steve Klabnik-18/+18
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-24regex: The first range in a character class can start with a left bracketPiotr Czarnecki-5/+8
2014-10-24regex: Escaped literals can end rangesPiotr Czarnecki-6/+28
2014-10-24regex: Fix control flow in the parserPiotr Czarnecki-18/+24
2014-10-10auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwaltonbors-23/+38
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-09regex: Convert statics to constantsAlex Crichton-23/+38
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-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