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
/
libstd
/
num
/
rational.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-531
/
+0
2013-05-14
auto merge of #6471 : gifnksm/rust/reform-rational, r=brson
bors
-83
/
+85
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-1
/
+1
2013-05-14
libstd: Add tests for BigRational
gifnksm
-20
/
+56
2013-05-14
libstd: `Ratio` requires `Clone` instead of `Copy`
gifnksm
-23
/
+28
2013-05-14
libstd: `Rational` requires `Integer` as type bounds instead of `Num`
gifnksm
-53
/
+14
2013-05-01
Revert rename of Div to Quot
Brendan Zabarauskas
-4
/
+4
2013-04-29
Implement Fractional for Ratio
Brendan Zabarauskas
-0
/
+18
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-4
/
+0
2013-04-26
Add is_zero method to Zero
Brendan Zabarauskas
-0
/
+5
2013-04-25
Update impl of Round for Ratio
Brendan Zabarauskas
-20
/
+22
2013-04-22
auto merge of #5966 : alexcrichton/rust/issue-3083, r=graydon
bors
-2
/
+2
2013-04-22
libstd: denominator isn't quotient
Huon Wilson
-1
/
+1
2013-04-22
Rename Div operator trait to Quot and Modulo operator trait to Rem
Brendan Zabarauskas
-22
/
+19
2013-04-20
std: remove unused 'mut' variables
Alex Crichton
-2
/
+2
2013-04-05
libstd: add basic rational numbers
Huon Wilson
-0
/
+511