rust/src/libstd/rt
Alex Crichton 86c60b68f9 Flag failure functions as inline(never)
The failure functions are generic, meaning they're candidates for getting
inlined across crates. This has been happening, leading to monstrosities like
that found in #11549. I have verified that the codegen is *much* better now that
we're not inlining the failure path (the slow path).
2014-01-14 22:52:03 -08:00
..
args.rs Fixup the rest of the tests in the compiler 2014-01-07 23:51:38 -08:00
borrowck.rs std: Fill in all missing imports 2014-01-07 23:51:38 -08:00
crate_map.rs std: Fill in all missing imports 2014-01-07 23:51:38 -08:00
env.rs green: Rip the bandaid off, introduce libgreen 2013-12-24 19:59:52 -08:00
global_heap.rs std: Fill in all missing imports 2014-01-07 23:51:38 -08:00
local_heap.rs std: Fill in all missing imports 2014-01-07 23:51:38 -08:00
local_ptr.rs std: Fill in all missing imports 2014-01-07 23:51:38 -08:00
local.rs Fix some warnings 2014-01-05 21:52:52 -05:00
logging.rs Fixup the rest of the tests in the compiler 2014-01-07 23:51:38 -08:00
macros.rs Another round of test fixes from previous commits 2013-11-10 01:37:12 -08:00
mod.rs auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichton 2014-01-09 20:21:17 -08:00
rtio.rs Test fixes and rebase conflicts 2013-12-25 23:10:46 -08:00
task.rs auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichton 2014-01-09 20:21:17 -08:00
thread_local_storage.rs Remove dead codes 2013-12-08 02:55:28 -05:00
thread.rs Revert "std: adjust requested stack size for thread-local storage." 2014-01-06 10:29:24 +11:00
unwind.rs Flag failure functions as inline(never) 2014-01-14 22:52:03 -08:00
util.rs std: Fill in all missing imports 2014-01-07 23:51:38 -08:00