]> git.lizzy.rs Git - rust.git/commit
auto merge of #8419 : cmr/rust/fix-rtdebug, r=brson
authorbors <bors@rust-lang.org>
Mon, 12 Aug 2013 22:28:49 +0000 (15:28 -0700)
committerbors <bors@rust-lang.org>
Mon, 12 Aug 2013 22:28:49 +0000 (15:28 -0700)
commit59da4e0bc971f3435f6e8b29ed9447a02f21487d
treef5e60c8c1aa4125a69791b448a98911c03415580
parent35040275b3f39618c3cec4a9f702b6e057309604
parent4be086b7f6499fa7c0ff177eef6942b3ba1bb1b1
auto merge of #8419 : cmr/rust/fix-rtdebug, r=brson

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.