James Miller
|
3bc4d1a120
|
Remove all #[cfg(stage0)]-protected code
New snapshot means this can all go. Also removes places that have
comments that say they are workarounds for stage0 errors.
|
2013-06-21 02:43:02 +12:00 |
|
Graydon Hoare
|
d904c72af8
|
replace #[inline(always)] with #[inline]. r=burningtree.
|
2013-06-18 14:48:48 -07:00 |
|
Brian Anderson
|
0f9c191d8f
|
std: Remove doc references to reinterpret_cast
|
2013-06-15 15:22:22 -07:00 |
|
Alex Crichton
|
007651cd26
|
Require documentation by default for libstd
Adds documentation for various things that I understand.
Adds #[allow(missing_doc)] for lots of things that I don't understand.
|
2013-05-30 01:02:55 -05:00 |
|
Daniel Micay
|
e6c04dea03
|
fix casts on 32-bit
|
2013-05-27 18:14:00 -04:00 |
|
Daniel Micay
|
14846613bb
|
inline bump_box_refcount
|
2013-05-26 10:26:04 -04:00 |
|
Daniel Micay
|
b25c520102
|
make transmute_copy use memcpy, and inline it
|
2013-05-26 10:26:04 -04:00 |
|
Daniel Micay
|
f6023a01d4
|
use uninit for cast::transmute_copy
|
2013-05-26 10:26:03 -04:00 |
|
Erick Tryzelaar
|
dc970c13f4
|
cleanup warnings from libstd
|
2013-05-23 17:48:16 -07:00 |
|
Patrick Walton
|
0c820d4123
|
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
This only changes the directory names; it does not change the "real"
metadata names.
|
2013-05-22 21:57:05 -07:00 |
|