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