James Miller
|
0702e53576
|
libstd: cleanup warnings
|
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 |
|
Niko Matsakis
|
eb48c29681
|
Add copies to type params with Copy bound
|
2013-06-16 12:47:36 -04:00 |
|
Daniel Micay
|
845465ee24
|
old_iter: rm the min/max free functions
|
2013-06-15 22:16:22 -04:00 |
|
Daniel Micay
|
e097d5eaba
|
rm CopyableOrderedIter
replaced with OrdIterator
|
2013-06-15 22:16:21 -04:00 |
|
Daniel Micay
|
824a6277af
|
rm CopyableNonstrictIter
copies can just be done explicitly: `xs.transform(|x|x.clone())`
|
2013-06-14 23:15:42 -04:00 |
|
Daniel Micay
|
d68be89e69
|
rm MutableIter
replaced with mutable implementations of Iterator
|
2013-06-14 23:15:42 -04:00 |
|
Daniel Micay
|
8111701604
|
rm ExtendedMutableIter
replaced with `xs.mut_iter().enumerate()`
|
2013-06-14 23:15:42 -04: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 |
|
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 |
|