rust/src/rustbook
Alex Crichton 6c29708bf9 regex: Remove in-tree version
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.
2015-01-23 21:04:10 -08:00
..
book.rs regex: Remove in-tree version 2015-01-23 21:04:10 -08:00
build.rs regex: Remove in-tree version 2015-01-23 21:04:10 -08:00
css.rs Make the Rust Book more mobile friendly 2015-01-13 09:41:26 -08:00
error.rs Handle errors properly in rustbook. 2015-01-09 20:25:45 +11:00
help.rs
javascript.rs Make the Rust Book more mobile friendly 2015-01-13 09:41:26 -08:00
main.rs regex: Remove in-tree version 2015-01-23 21:04:10 -08:00
serve.rs
subcommand.rs
term.rs
test.rs