]> git.lizzy.rs Git - rust.git/commit
auto merge of #6383 : huonw/rust/rustc-expand-then-strip, r=thestinger
authorbors <bors@rust-lang.org>
Sat, 11 May 2013 17:52:52 +0000 (10:52 -0700)
committerbors <bors@rust-lang.org>
Sat, 11 May 2013 17:52:52 +0000 (10:52 -0700)
commit96de2b0273e828edf45d4b3e6c4dc5c3cf665fd5
treec8003f6d4e5f512d142ae22ae04a6cc9575c05ff
parent18a47f9580c0757f76d6b56081931d10a7859b18
parent9b30fa31168c9337da36a95484b2550954528216
auto merge of #6383 : huonw/rust/rustc-expand-then-strip, r=thestinger

This allows macros to create tests and benchmarks.

This is possibly unsound (I've got no idea, but it seemed to work), and being able to programmatically generate benchmarks to compare several implementations of similar algorithms is nice.
src/librustc/driver/driver.rs
src/test/run-pass/issue-2904.rs