about summary refs log tree commit diff
path: root/src/libregex_macros/lib.rs
AgeCommit message (Expand)AuthorLines
2015-01-03Remove deprecated functionalityAlex Crichton-643/+0
2015-01-03regex_macros: fix falloutJorge Aparicio-1/+1
2015-01-02More falloutNick Cameron-3/+3
2014-12-17rollup merge of #19820: alexcrichton/deprecate-some-more-libsAlex Crichton-1/+1
2014-12-13Deprecate more in-tree libs for crates.ioAlex Crichton-1/+1
2014-12-13libregex_macros: use unboxed closuresJorge Aparicio-3/+5
2014-12-06libregex_macros: remove unnecessary `as_slice` callsJorge Aparicio-3/+3
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-2/+2
2014-10-28Update code with new lint namesAaron Turon-2/+2
2014-10-28Use PascalCase for token variantsBrendan Zabarauskas-1/+1
2014-10-10auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwaltonbors-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-09regex: Convert statics to constantsAlex Crichton-1/+1
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-1/+1
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-1/+1
2014-10-02syntax: mark the managed_boxes feature as Removed.Eduard Burtescu-1/+1
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-1/+1
2014-09-19Add enum variants to the type namespaceNick Cameron-3/+3
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-09-14regex_macros: fix fallout from using ptr::P.Eduard Burtescu-19/+17
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-1/+1
2014-08-06AST refactoring: merge PatWild and PatWildMulti into one variant with a flag.Felix S. Klock II-1/+1
2014-07-22Refactoring: Only use `MacroExpander` for expanding outside ofMarvin Löbel-1/+2
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-2/+2
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-4/+4
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-04librustc: Remove the `&LIFETIME EXPR` production from the language.Patrick Walton-1/+1
2014-07-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-2/+2
2014-07-03Simplify creating a parser from a token treePiotr Jawniak-3/+1
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-17Add a b"xx" byte string literal of type &'static [u8].Simon Sapin-1/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-12/+14
2014-06-09Convert libraries to use #[plugin_registrar]Keegan McAllister-9/+8
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-1/+1
2014-06-06Change to_str().to_string() to just to_str()Adolfo Ochagavía-1/+1
2014-06-04Fixes #14185.Andrew Gallant-0/+9
2014-06-04syntax: Make quasiquoter use absolute pathsklutzy-1/+0
2014-06-02syntax: Remove use of `pub use` globsklutzy-0/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-25Change regex! macro to expand to a constexpr, allowing to put it in a staticMarvin Löbel-9/+12
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-3/+3
2014-05-23core: Finish stabilizing the `mem` module.Alex Crichton-2/+2
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1