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