rust/src/libcore
Björn Steinbrink 09efd472a9 Remove outdated function transmute_for_stage0
The function was a workaround for bootstrapping that isn't required
anymore and just degrades hashmap performance, as it doesn't get inlined
cross-crate and turns a no-op into a call.
2013-05-20 12:10:55 +02:00
..
num Register snapshots 2013-05-19 23:34:32 -07:00
rand
rt auto merge of #6635 : brson/rust/snapshot, r=brson 2013-05-20 02:46:36 -07:00
str Remove re-exports from libcore/core.rc 2013-05-13 18:51:40 -04:00
task Register snapshots 2013-05-19 23:34:32 -07:00
unstable auto merge of #6635 : brson/rust/snapshot, r=brson 2013-05-20 02:46:36 -07:00
at_vec.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
bool.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
cast.rs Register snapshots 2013-05-19 23:34:32 -07:00
cell.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
char.rs Register snapshots 2013-05-19 23:34:32 -07:00
cleanup.rs Register snapshots 2013-05-19 23:34:32 -07:00
clone.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
cmp.rs Convert various inner doc-comments to outer doc-comments 2013-05-18 17:29:14 +10:00
comm.rs core: Wire up stream to newsched 2013-05-17 17:54:32 -07:00
condition.rs
container.rs Register snapshots 2013-05-19 23:34:32 -07:00
core.rc reduce the usage of explicit version markers 2013-05-19 00:21:41 -04:00
either.rs Use four-space indentation, add trailing commas, and remove unnecessary uses of the return keyword 2013-05-18 17:29:19 +10:00
from_str.rs
gc.rs Register snapshots 2013-05-19 23:34:32 -07:00
hash.rs Remove outdated function transmute_for_stage0 2013-05-20 12:10:55 +02:00
hashmap.rs Register snapshots 2013-05-19 23:34:32 -07:00
io.rs auto merge of #6635 : brson/rust/snapshot, r=brson 2013-05-20 02:46:36 -07:00
iter.rs Register snapshots 2013-05-19 23:34:32 -07:00
iterator.rs Register snapshots 2013-05-19 23:34:32 -07:00
kinds.rs Register snapshots 2013-05-19 23:34:32 -07:00
libc.rs
local_data.rs Fix cosmetics for fail!() calls 2013-05-14 16:36:24 +02:00
logging.rs Removing some warnings from logging.rs 2013-05-19 19:40:36 -07:00
macros.rs core::rt: Fix scheduling logic for enqueued tasks 2013-05-15 12:19:15 -07:00
managed.rs Convert various inner doc-comments to outer doc-comments 2013-05-18 17:29:14 +10:00
nil.rs
old_iter.rs Register snapshots 2013-05-19 23:34:32 -07:00
ops.rs
option.rs Register snapshots 2013-05-19 23:34:32 -07:00
os.rs Register snapshots 2013-05-19 23:34:32 -07:00
owned.rs
path.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
pipes.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
prelude.rs auto merge of #6595 : bjz/rust/core-tuple, r=thestinger 2013-05-19 03:01:28 -07:00
ptr.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
rand.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
reflect.rs
repr.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
result.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
run.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
stackwalk.rs Register snapshots 2013-05-19 23:34:32 -07:00
str.rs Register snapshots 2013-05-19 23:34:32 -07:00
sys.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
to_bytes.rs Register snapshots 2013-05-19 23:34:32 -07:00
to_str.rs Use assert_eq! rather than assert! where possible 2013-05-19 08:16:02 -04:00
trie.rs Register snapshots 2013-05-19 23:34:32 -07:00
tuple.rs Correct tuple Ord impl, add Total{Eq,Ord} impls and add some tests. 2013-05-19 18:51:14 +10:00
unicode.rs Register snapshots 2013-05-19 23:34:32 -07:00
util.rs Register snapshots 2013-05-19 23:34:32 -07:00
vec.rs Register snapshots 2013-05-19 23:34:32 -07:00