rust/src/librustc/driver
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
..
driver.rs Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
mod.rs librustc: De-export driver. rs=deexport 2013-01-29 15:16:43 -08:00
session.rs librustc: Implement #[no_main], which omits the entry point entirely. 2013-08-03 20:01:00 -07:00