Marvin Löbel
b997de529a
Change regex! macro to expand to a constexpr, allowing to put it in a static
2014-05-25 22:30:50 +02:00
Alex Crichton
799ddba8da
Change static.rust-lang.org to doc.rust-lang.org
...
The new documentation site has shorter urls, gzip'd content, and index.html
redirecting functionality.
2014-05-21 19:55:39 -07:00
Brian Anderson
c1da4f875f
Add the patch number to version strings. Closes #13289
2014-05-12 19:52:29 -07:00
Huon Wilson
de14a739ae
regex: remove the use of ~[] & some unnecessary ~'s.
...
The AST doesn't need ~s everywhere, so we can save allocations this way
& the enum isn't particularly large (~4 words) nor are regexes
long (normally), so the space saved in the `Cat` vector is unlikely to
be very much.
2014-04-30 00:55:20 +10:00
Andrew Gallant
7269bc77e1
Ignore regex tests (regular, cfail and benchmark) on Windows (for now).
2014-04-25 01:37:27 -04:00
Andrew Gallant
b8b7484703
Add a regex crate to the Rust distribution.
...
Also adds a regex_macros crate, which provides natively compiled
regular expressions with a syntax extension.
Closes #3591 .
RFC: 0007-regexps
2014-04-25 00:27:24 -04:00