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
Age
Commit message (
Expand
)
Author
Lines
2013-05-27
Get rid of no-longer-needed #[doc(hidden)] attributes.
Lindsey Kuper
-2
/
+0
2013-05-24
Remove usage of the #[merge] hack with int modules
Alex Crichton
-1121
/
+923
2013-05-23
cleanup warnings from libstd
Erick Tryzelaar
-152
/
+150
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-2861
/
+7635
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-22
/
+22
2013-05-14
auto merge of #6471 : gifnksm/rust/reform-rational, r=brson
bors
-84
/
+126
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-14
libstd: impl `Orderable` for `BigUint`/`BigInt`
gifnksm
-1
/
+37
2013-05-14
libstd: impl Num for BigUint/BigInt
gifnksm
-0
/
+4
2013-05-11
auto merge of #6429 : gifnksm/rust/bigint-is_even, r=catamorphism
bors
-1
/
+12
2013-05-11
Warning police
Tim Chevalier
-2
/
+0
2013-05-12
libstd: Fix BigUint::is_even
gifnksm
-1
/
+12
2013-05-10
renamed vec::from_slice to vec::to_owned
Youngsoo Son
-1
/
+1
2013-05-09
remove vecs_implicitly_copyable from libstd/libcore
Daniel Micay
-1
/
+0
2013-05-07
Add abs_sub method to Signed trait
Brendan Zabarauskas
-0
/
+14
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+0
2013-05-02
libcore: Export core::from_str::FromStr from core::prelude
gifnksm
-3
/
+2
2013-05-02
libstd: impl Clone for BigUint/BigInt and replace `copy` with `.clone()`
gifnksm
-11
/
+13
2013-05-01
Revert rename of Div to Quot
Brendan Zabarauskas
-70
/
+67
2013-04-29
auto merge of #6108 : gifnksm/rust/bigint-shift-bug, r=brson
bors
-21
/
+39
2013-04-29
Rename 'divisible_by' method to 'is_multiple_of', add tests for 'is_odd' and ...
Brendan Zabarauskas
-2
/
+2
2013-04-29
Implement Fractional for Ratio
Brendan Zabarauskas
-0
/
+18
2013-04-29
libstd: modify wrong shift width.
gifnksm
-1
/
+2
2013-04-29
libstd: remove implicit copying of BigInt/BigUint
gifnksm
-20
/
+37
2013-04-28
auto merge of #6092 : gifnksm/rust/impl-integer-bigint, r=graydon
bors
-144
/
+383
2013-04-28
libstd: inlining almost every methods in bigint module.
gifnksm
-1
/
+86
2013-04-28
libstd: impl Integer for BigUint/BigInt.
gifnksm
-143
/
+297
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-6
/
+0
2013-04-26
Add is_zero method to Zero
Brendan Zabarauskas
-19
/
+27
2013-04-25
Update impl of Round for Ratio
Brendan Zabarauskas
-20
/
+22
2013-04-24
Implement Signed and Unsigned traits and remove related predicate functions
Brendan Zabarauskas
-8
/
+25
2013-04-22
auto merge of #6013 : gifnksm/rust/bigint-quot-rem, r=graydon
bors
-56
/
+57
2013-04-22
auto merge of #5966 : alexcrichton/rust/issue-3083, r=graydon
bors
-2
/
+2
2013-04-23
libstd: correct bigint's quot/rem, div/modulo
gifnksm
-56
/
+57
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
-74
/
+63
2013-04-20
std: remove unused 'mut' variables
Alex Crichton
-2
/
+2
2013-04-08
Removing no longer needed unsafe blocks
Alex Crichton
-1
/
+1
2013-04-08
Removing some mutable fields in libstd
Alex Crichton
-1
/
+0
2013-04-07
Impl cmp/num traits for BigUint, BigInt
gifnksm
-145
/
+187
2013-04-05
libstd: make complex.rs XXX's into issues and FIXME's
Huon Wilson
-4
/
+3
2013-04-05
libstd: add basic complex numbers
Huon Wilson
-0
/
+316
2013-04-05
libstd: add basic rational numbers
Huon Wilson
-0
/
+511
2013-04-05
libstd: move bigint to dedicated num directory
Huon Wilson
-0
/
+1647