<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libregex/testdata/nullsubexpr.dat, branch beta</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=beta</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=beta'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-01-24T05:04:10+00:00</updated>
<entry>
<title>regex: Remove in-tree version</title>
<updated>2015-01-24T05:04:10+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-01-20T18:45:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6c29708bf906fa9075bb96b76fd7f6cc81eda43c'/>
<id>urn:sha1:6c29708bf906fa9075bb96b76fd7f6cc81eda43c</id>
<content type='text'>
The regex library was largely used for non-critical aspects of the compiler and
various external tooling. The library at this point is duplicated with its
out-of-tree counterpart and as such imposes a bit of a maintenance overhead as
well as compile time hit for the compiler itself.

The last major user of the regex library is the libtest library, using regexes
for filters when running tests. This removal means that the filtering has gone
back to substring matching rather than using regexes.
</content>
</entry>
<entry>
<title>Add a regex crate to the Rust distribution.</title>
<updated>2014-04-25T04:27:24+00:00</updated>
<author>
<name>Andrew Gallant</name>
<email>jamslam@gmail.com</email>
</author>
<published>2014-04-25T04:27:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b8b74847038802caad12e257f5995d90d531c309'/>
<id>urn:sha1:b8b74847038802caad12e257f5995d90d531c309</id>
<content type='text'>
Also adds a regex_macros crate, which provides natively compiled
regular expressions with a syntax extension.

Closes #3591.

RFC: 0007-regexps
</content>
</entry>
</feed>
