]> git.lizzy.rs Git - rust.git/commit
Remove rtdebug_! and make rtdebug! work properly.
authorCorey Richardson <corey@octayn.net>
Fri, 9 Aug 2013 02:19:48 +0000 (22:19 -0400)
committerCorey Richardson <corey@octayn.net>
Fri, 9 Aug 2013 18:48:10 +0000 (14:48 -0400)
commit4be086b7f6499fa7c0ff177eef6942b3ba1bb1b1
tree2c6427f918a5eff41fa687df3077c0d106e0c51d
parent74efdf6197aaee39bd14f8d97b75dbba08f1d32e
Remove rtdebug_! and make rtdebug! work properly.

It now actually does logging, and is compiled out when `--cfg rtdebug` is not
given to the libstd build, which it isn't by default. This makes the rt
benchmarks 18-50% faster.
src/libstd/macros.rs