rust/src/libstd
Daniel Micay 898669c4e2 fix Option<~ZeroSizeType>
1778b63616 provided the guarantee of no
`exchange_free` calls for ~ZeroSizeType, so a sentinel can now be used
without overhead.

Closes #11998
2014-04-03 13:43:35 -07:00
..
comm Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
fmt auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton 2014-04-01 11:11:51 -07:00
hash Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
io Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
num Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
path std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
rt fix Option<~ZeroSizeType> 2014-04-03 13:43:35 -07:00
sync std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
unstable std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
any.rs
ascii.rs Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
bool.rs
c_str.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
c_vec.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
cast.rs
cell.rs std: fix Cell's Show instance. 2014-04-01 23:58:31 +11:00
char.rs
cleanup.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
clone.rs
cmp.rs auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton 2014-03-29 02:56:40 -07:00
container.rs
default.rs
from_str.rs
gc.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
intrinsics.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
iter.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
kinds.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
lib.rs std: override clone_from for Vec. 2014-04-03 13:42:32 -07:00
libc.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
local_data.rs
macros.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
managed.rs
mem.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
ops.rs
option.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
os.rs auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton 2014-04-01 11:11:51 -07:00
owned.rs
prelude.rs
ptr.rs
raw.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
rc.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
reference.rs
reflect.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
repr.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
result.rs Rename from_iterator to from_iter for consistency. 2014-03-30 21:45:55 -07:00
rtdeps.rs
slice.rs Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
str.rs Fix fallout of requiring uint indices 2014-04-02 15:56:31 -07:00
task.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
to_str.rs
tuple.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
ty.rs std: Switch field privacy as necessary 2014-03-31 15:17:12 -07:00
unicode.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
unit.rs
vec.rs std: override clone_from for Vec. 2014-04-03 13:42:32 -07:00