rust/src/libextra
Huon Wilson b029a18820 extra::test: add an opaque function to assist with accurate
benchmarking.

This allows a result to be marked as "used" by passing it to a function
LLVM cannot see inside. By making `iter` generic and using this
`black_box` on the result benchmarks can get this behaviour simply by
returning their computation.
2014-02-09 12:02:03 +11:00
..
num std,extra: remove use of & support for @[]. 2014-02-02 02:59:03 +11:00
base64.rs extra: Fix tests with io_error usage 2014-02-03 09:32:34 -08:00
c_vec.rs libc: switch free to the proper signature 2014-01-22 23:13:53 -05:00
enum_set.rs Remove unnecessary parentheses. 2014-01-21 22:00:18 +11:00
hex.rs extra: Fix tests with io_error usage 2014-02-03 09:32:34 -08:00
json.rs extra::json: remove the use of unsafe char transmutes. 2014-02-08 12:13:27 +11:00
lib.rs extra::test: add an opaque function to assist with accurate 2014-02-09 12:02:03 +11:00
stats.rs extra: Fix tests with io_error usage 2014-02-03 09:32:34 -08:00
tempfile.rs extra: Remove io_error usage 2014-02-03 09:32:33 -08:00
test.rs extra::test: add an opaque function to assist with accurate 2014-02-09 12:02:03 +11:00
time.rs extra: Remove io_error usage 2014-02-03 09:32:33 -08:00
unicode.rs Register new snapshots 2013-12-03 14:31:54 -08:00
url.rs extra: Remove io_error usage 2014-02-03 09:32:33 -08:00
workcache.rs moved collections from libextra into libcollections 2014-02-07 19:49:26 +13:00