about summary refs log tree commit diff
path: root/src/libnum/complex.rs
AgeCommit message (Expand)AuthorLines
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