rust/src/libcore
Stepan Koltsov 7eae5b4589 impl Default for Cell and RefCell
It is necessary to have #[deriving(Default)] for struct containing
cells like Cell<u32>.
2014-11-14 22:22:42 +03:00
..
fmt Remove Signed trait and add SignedInt trait 2014-11-13 03:46:03 +11:00
num Remove Signed trait and add SignedInt trait 2014-11-13 03:46:03 +11:00
tuple Update code with new lint names 2014-10-28 08:54:21 -07:00
any.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
array.rs Remove incorrect doc annotation, mark experimental since we haven't discussed in an API meeting 2014-11-05 11:29:15 -05:00
atomic.rs Fix atomic::fence documentation typos 2014-11-06 23:14:02 +00:00
bool.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00
cell.rs impl Default for Cell and RefCell 2014-11-14 22:22:42 +03:00
char.rs Prelude: rename and consolidate extension traits 2014-11-06 08:03:18 -08:00
clone.rs remove references to owned and managed pointers in clone docs 2014-09-22 13:51:21 -04:00
cmp.rs auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton 2014-11-14 05:37:17 +00:00
default.rs Beef up Default documentation 2014-09-24 20:35:33 -04:00
finally.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
intrinsics.rs Derive Clone for TypeId. 2014-11-07 17:12:44 +11:00
iter.rs Revert the need for initial values with arithmetic iterators 2014-11-14 15:35:44 +11:00
kinds.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
lib.rs Register new snapshots 2014-11-12 12:17:55 -08:00
macros.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
mem.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
ops.rs Register new snapshots 2014-11-12 12:17:55 -08:00
option.rs Fix fallout of changing the expansion of #[deriving(PartialEq)] 2014-11-05 20:11:54 -05:00
panicking.rs Register snapshots. 2014-11-05 12:55:58 +02:00
prelude.rs Remove Signed trait and add SignedInt trait 2014-11-13 03:46:03 +11:00
ptr.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
raw.rs rollup merge of #18398 : aturon/lint-conventions-2 2014-10-30 17:37:22 -07:00
result.rs Fix fallout of changing the expansion of #[deriving(PartialEq)] 2014-11-05 20:11:54 -05:00
simd.rs Update code with new lint names 2014-10-28 08:54:21 -07:00
slice.rs auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton 2014-11-14 05:37:17 +00:00
str.rs auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton 2014-11-14 05:37:17 +00:00
ty.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00