rust/src/libcore/unstable
bors 7a6cd2b21e auto merge of #5608 : erickt/rust/incoming, r=catamorphism
@nikomatsakis pointed out that `fn read_option<T>(&self, f: &fn() -> T) -> Option<T>` should have this syntax so it can work with custom option types: `fn read_option<T>(&self, f: &fn(bool) -> T) -> T`.

Also, this also includes some `#[inline(always)]` on the memory functions in `src/libcore/unstable/lang.rs` to reduce one level of indirection when allocating memory.
2013-03-28 19:06:48 -07:00
..
at_exit.rs librustc: Don't accept as Trait anymore; fix all occurrences of it. 2013-03-13 20:07:09 -07:00
exchange_alloc.rs rt/core: port os::list_dir to rust ref #4812 2013-03-11 15:38:55 -07:00
extfmt.rs Register snapshots 2013-03-28 12:40:57 -07:00
finally.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
global.rs librustc: Modify all code to use new lifetime binder syntax 2013-03-26 21:30:17 -07:00
intrinsics.rs Remove ++ mode from the compiler (it is parsed as + mode) 2013-03-13 17:00:09 -04:00
lang.rs core: Inline mallocing wrapper functions 2013-03-28 13:11:24 -07:00
weak_task.rs option: rm functions that duplicate methods 2013-03-26 22:44:40 -04:00