about summary refs log tree commit diff
path: root/src/libregex_macros
AgeCommit message (Expand)AuthorLines
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