rust/src/compiletest
Tim Chevalier 9d274ec5f2 Re-rename option functions
get_with_default (nee from_maybe) => get_default
with_option (nee maybe) => map_default
with_option_do (nee may) => iter

As per discussion of 21be1379d5
2012-04-06 12:20:13 -07:00
..
common.rs Logfile output from tests; summarise in make check 2012-04-04 11:52:27 -07:00
compiletest.rc Explicitly use version 0.2 of crates 2012-04-05 20:29:42 -07:00
compiletest.rs Convert old-style for loops to new-style 2012-04-06 20:38:23 +02:00
errors.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
header.rs Re-rename option functions 2012-04-06 12:20:13 -07:00
procsrv.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -07:00
runtest.rs Remove support for old-style for 2012-04-06 20:38:23 +02:00
util.rs