about summary refs log tree commit diff
path: root/src/libextra/num
AgeCommit message (Collapse)AuthorLines
2013-06-11extra: implement .norm(), and Polar conversion functions for complex numbers.Huon Wilson-14/+63
Also, convert complex to use Clone, rather than Copy. Fixes #5734 and #5735.
2013-06-10std: remove str::{connect,concat}*.Huon Wilson-2/+2
2013-06-10std: convert str::trim* to methods.Huon Wilson-1/+1
2013-06-10std: replace str::each_split* with an iteratorHuon Wilson-12/+3
2013-06-09std: add reverse vec iterators, replace vec::each*_reverse.Huon Wilson-9/+6
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-5/+5
You can still initialize multiple variables at once with "let (x, y) = (1, 2)".
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-4/+4
2013-05-30libextra: Require documentation by defaultAlex Crichton-2/+6
2013-05-29Remove all of the `#[inline(always)]` attributes from bigintJames Miller-112/+112
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-2/+18
2013-05-23cleanup warnings from libextraErick Tryzelaar-9/+9
2013-05-22test: Update tests and import the prelude in some more places.Patrick Walton-0/+6
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd ↵Patrick Walton-0/+6
to libextra
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+2861
This only changes the directory names; it does not change the "real" metadata names.