summary refs log tree commit diff
path: root/src/libregex_macros
AgeCommit message (Expand)AuthorLines
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
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-3/+3
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-14libregex: Remove all uses of `~str` from `libregex`Patrick Walton-6/+6
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+2
2014-05-02auto merge of #13879 : huonw/rust/more-re, r=alexcrichtonbors-87/+37
2014-05-02regex_macros: simplify using AstBuilder & the improved quoting.Huon Wilson-87/+37
2014-05-01remove leftover obsolete string literalsDaniel Micay-2/+2
2014-04-30regex: General style tweaks.Huon Wilson-4/+2
2014-04-30regex: remove the use of ~[] & some unnecessary ~'s.Huon Wilson-3/+3
2014-04-25Add a regex crate to the Rust distribution.Andrew Gallant-0/+684