Huon Wilson
|
19c31b6b1a
|
extra: implement .norm(), and Polar conversion functions for complex numbers.
Also, convert complex to use Clone, rather than Copy.
Fixes #5734 and #5735.
|
2013-06-11 11:37:33 +10:00 |
|
Huon Wilson
|
ccd0ac59e9
|
std: remove str::{connect,concat}*.
|
2013-06-10 23:57:03 +10:00 |
|
Huon Wilson
|
f632f46614
|
std: convert str::trim* to methods.
|
2013-06-10 23:02:55 +10:00 |
|
Huon Wilson
|
1e8982bdb2
|
std: replace str::each_split* with an iterator
|
2013-06-10 23:02:54 +10:00 |
|
Huon Wilson
|
ce4f63dcee
|
std: add reverse vec iterators, replace vec::each*_reverse.
|
2013-06-09 02:22:23 +10:00 |
|
Patrick Walton
|
8114d0e950
|
librustc: Disallow multiple patterns from appearing in a "let" declaration.
You can still initialize multiple variables at once with "let (x, y) = (1, 2)".
|
2013-06-04 21:45:42 -07:00 |
|
Patrick Walton
|
5fb254695b
|
Remove all uses of pub impl. rs=style
|
2013-06-01 09:18:27 -07:00 |
|
Alex Crichton
|
395685079a
|
libextra: Require documentation by default
|
2013-05-30 01:03:15 -05:00 |
|
James Miller
|
3a3bf8bdef
|
Remove all of the #[inline(always)] attributes from bigint
|
2013-05-29 22:21:55 -07:00 |
|
Patrick Walton
|
206ab89629
|
librustc: Stop reexporting the standard modules from prelude.
|
2013-05-29 19:04:53 -07:00 |
|
Erick Tryzelaar
|
609a9e69e1
|
cleanup warnings from libextra
|
2013-05-23 17:57:06 -07:00 |
|
Patrick Walton
|
ee52865c88
|
test: Update tests and import the prelude in some more places.
|
2013-05-22 21:57:10 -07:00 |
|
Patrick Walton
|
f3723cf7c4
|
libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra
|
2013-05-22 21:57:07 -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 |
|