rust/src/libcore
Daniel Micay 138437956c initial port of the exchange allocator to jemalloc
In stage0, all allocations are 8-byte aligned. Passing a size and
alignment to free is not yet implemented everywhere (0 size and 8 align
are used as placeholders). Fixing this is part of #13994.

Closes #13616
2014-05-10 19:58:17 -04:00
..
num core: Fix an unsigned negation warning 2014-05-07 08:17:05 -07:00
any.rs Test fixes and rebase conflicts 2014-05-07 11:03:12 -07:00
bool.rs core: Get coretest working 2014-05-07 08:16:42 -07:00
cast.rs std: Change names of transmute's type parameters 2014-05-07 14:12:43 -07:00
cell.rs std: Small doc tweaks 2014-05-07 14:12:44 -07:00
char.rs core: Get coretest working 2014-05-07 08:16:42 -07:00
clone.rs Test fixes and rebase conflicts 2014-05-07 11:03:12 -07:00
cmp.rs Test fixes and rebase conflicts 2014-05-07 11:03:12 -07:00
container.rs core: Inherit the container module 2014-05-07 08:13:24 -07:00
default.rs core: Inherit the default module 2014-05-07 08:13:56 -07:00
failure.rs core: Get coretest working 2014-05-07 08:16:42 -07:00
finally.rs core: Get coretest working 2014-05-07 08:16:42 -07:00
intrinsics.rs Register new snapshots 2014-05-09 21:13:02 -07:00
iter.rs Handle fallout in documentation 2014-05-08 12:06:22 -07:00
kinds.rs
lib.rs auto merge of #14053 : FlaPer87/rust/master, r=huonw 2014-05-09 09:11:35 -07:00
macros.rs core: Add a limited implementation of failure 2014-05-07 08:16:14 -07:00
mem.rs core: Get coretest working 2014-05-07 08:16:42 -07:00
ops.rs core: Inherit the ops module 2014-05-07 08:13:06 -07:00
option.rs Handle fallout in iter, option, result, and sync::arc 2014-05-08 12:06:21 -07:00
owned.rs Test fixes and rebase conflicts 2014-05-07 11:03:12 -07:00
prelude.rs core: Get coretest working 2014-05-07 08:16:42 -07:00
ptr.rs std: Small doc tweaks 2014-05-07 14:12:44 -07:00
raw.rs core: Inherit the raw module 2014-05-07 08:13:56 -07:00
result.rs auto merge of #14068 : alexcrichton/rust/rustdoc-xcrate-links, r=brson 2014-05-10 03:36:30 -07:00
should_not_exist.rs initial port of the exchange allocator to jemalloc 2014-05-10 19:58:17 -04:00
slice.rs core: Inherit non-allocating slice functionality 2014-05-07 08:15:58 -07:00
str.rs Handle fallout in documentation 2014-05-08 12:06:22 -07:00
tuple.rs core: Get coretest working 2014-05-07 08:16:42 -07:00
ty.rs core: Inherit the ty module 2014-05-07 08:13:24 -07:00
unicode.rs core: Inherit necessary unicode functionality 2014-05-07 08:15:58 -07:00
unit.rs core: Inherit the unit module 2014-05-07 08:13:56 -07:00