rust/src/compiletest
Marvin Löbel 0ac7a219f0 Updated std::Option, std::Either and std::Result
- Made naming schemes consistent between Option, Result and Either
- Changed Options Add implementation to work like the maybe monad (return None if any of the inputs is None)
- Removed duplicate Option::get and renamed all related functions to use the term `unwrap` instead
2013-08-05 22:42:21 +02:00
..
common.rs test: Fix tests. 2013-07-17 14:57:54 -07:00
compiletest.rs Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
errors.rs test: Fix tests. 2013-07-17 14:57:54 -07:00
header.rs replace all remaining for with foreach or do 2013-08-03 03:00:42 -04:00
procsrv.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
runtest.rs Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
util.rs Bring compiletest/rustpkg/driver up to date on std vs core 2013-07-04 16:30:48 -07:00