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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libnum
/
rational.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-9
/
+9
2014-06-06
Change to_str().to_string() to just to_str()
Adolfo OchagavĂa
-1
/
+1
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-2
/
+2
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-12
/
+12
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-3
/
+3
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-25
/
+25
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-5
/
+5
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-2
/
+4
2014-05-15
Updates with core::fmt changes
Alex Crichton
-1
/
+1
2014-05-14
libnum: Remove all uses of `~str` from `libnum`
Patrick Walton
-32
/
+33
2014-04-22
auto merge of #13597 : bjz/rust/float-api, r=brson
bors
-46
/
+41
2014-04-19
Have floating point functions take their parameters by value.
Brendan Zabarauskas
-6
/
+6
2014-04-19
Merge the Round trait into the Float trait
Brendan Zabarauskas
-40
/
+35
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-23
/
+23
2014-03-31
num: Switch field privacy as necessary
Alex Crichton
-2
/
+2
2014-03-24
Correct issue workaround references
Steven Stewart-Gallus
-2
/
+2
2014-03-23
std: remove the `equals` method from `TotalEq`.
Huon Wilson
-3
/
+3
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-5
/
+6
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-16
num: Migrate `~[T]` to `std::vec_ng::Vec`
Florian Zeitz
-6
/
+7
2014-02-24
Remove std::num::ToStrRadix from the prelude
Brendan Zabarauskas
-1
/
+1
2014-02-23
Remove all ToStr impls, add Show impls
Alex Crichton
-3
/
+4
2014-02-22
Move std::num::Integer to libnum
Brendan Zabarauskas
-0
/
+2
2014-02-20
move extra::test to libtest
Liigo Zhuang
-2
/
+1
2014-02-13
Removed num::Orderable
Michael Darakananda
-19
/
+0
2014-02-11
Factoring bigint, rational, and complex out of libextra into libnum.
Felix S. Klock II
-0
/
+681