about summary refs log tree commit diff
path: root/src/libnum/complex.rs
AgeCommit message (Expand)AuthorLines
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-1/+1
2014-08-29complex: use `///...` instead of `/**...*/` for commentVinzent Steinberg-4/+2
2014-08-29num: implement `Hash` for `Complex` and `Ratio`Vinzent Steinberg-3/+14
2014-08-14Add a test for complex divide by zero.Jonas Hietala-0/+8
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-06-06Change to_str().to_string() to just to_str()Adolfo OchagavĂ­a-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-3/+3
2014-05-28std: Remove format_strbuf!()Alex Crichton-6/+6
2014-05-27std: Rename strbuf operations to stringRicho Healey-8/+8
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-3/+7
2014-05-21Remove two outdated FIXMEs from complex.rsPiotr Jawniak-4/+0
2014-05-15Updates with core::fmt changesAlex Crichton-2/+2
2014-05-15core: Move intrinsic float functionality from stdAlex Crichton-2/+2
2014-05-14libnum: Remove all uses of `~str` from `libnum`Patrick Walton-9/+9
2014-05-12num: rename Cmplx to ComplexCorey Richardson-53/+53
2014-04-22auto merge of #13597 : bjz/rust/float-api, r=brsonbors-2/+2
2014-04-19Have floating point functions take their parameters by value.Brendan Zabarauskas-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-7/+7
2014-04-01make Cmplx fields publicTed Horst-2/+2
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-13Implement automatic overloaded dereference.Eduard Burtescu-1/+1
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-4/+5
2014-02-17Remove Real trait and move methods into FloatBrendan Zabarauskas-6/+6
2014-02-11Factoring bigint, rational, and complex out of libextra into libnum.Felix S. Klock II-0/+361