]> git.lizzy.rs Git - rust.git/history - src/libstd/num/rational.rs
Revert rename of Div to Quot
[rust.git] / src / libstd / num / rational.rs
2013-05-01 Brendan ZabarauskasRevert rename of Div to Quot
2013-05-01 borsauto merge of #6103 : catamorphism/rust/nonfatal-errors...
2013-04-30 borsauto merge of #6108 : gifnksm/rust/bigint-shift-bug...
2013-04-30 borsauto merge of #6107 : catamorphism/rust/mkdir_recursive...
2013-04-29 borsauto merge of #6110 : bjz/rust/numeric-traits, r=pcwalton
2013-04-29 Brendan ZabarauskasImplement Fractional for Ratio
2013-04-28 borsauto merge of #5646 : Aatch/rust/unwind-fix, r=brson
2013-04-28 borsauto merge of #6092 : gifnksm/rust/impl-integer-bigint...
2013-04-28 borsauto merge of #6075 : thestinger/rust/no-no_core, r...
2013-04-28 Daniel Micayonly use #[no_core] in libcore
2013-04-28 borsauto merge of #6082 : catamorphism/rust/mkdir_recursive...
2013-04-27 borsauto merge of #6081 : brson/rust/out-of-stack, r=thestinger
2013-04-27 borsauto merge of #6072 : cmr/rust/better_import_error...
2013-04-27 borsauto merge of #6071 : bjz/rust/numeric-traits, r=graydon
2013-04-27 borsauto merge of #6066 : djui/rust/patch-1, r=graydon
2013-04-27 borsauto merge of #6064 : thestinger/rust/char, r=catamorphism
2013-04-27 borsauto merge of #6059 : Kimundi/rust/nice-fail, r=pcwalton
2013-04-27 borsauto merge of #6058 : huonw/rust/rt-isaac-update, r...
2013-04-27 borsauto merge of #6057 : cmr/rust/map_zip, r=graydon
2013-04-25 borsauto merge of #6055 : cmr/rust/incoming, r=graydon...
2013-04-25 Brendan ZabarauskasAdd is_zero method to Zero
2013-04-25 borsauto merge of #6054 : catamorphism/rust/rustpkg, r...
2013-04-25 borsauto merge of #6048 : bjz/rust/numeric-traits, r=pcwalton
2013-04-25 Brendan ZabarauskasUpdate impl of Round for Ratio
2013-04-23 borsauto merge of #6026 : isanbard/rust/ca73fbf72615575f106...
2013-04-23 borsauto merge of #6013 : gifnksm/rust/bigint-quot-rem...
2013-04-23 borsauto merge of #6007 : pcwalton/rust/use-mod, r=brson
2013-04-23 borsauto merge of #5996 : sanxiyn/rust/target-feature,...
2013-04-22 borsauto merge of #5980 : Kimundi/rust/ascii-encoding,...
2013-04-22 borsauto merge of #5966 : alexcrichton/rust/issue-3083...
2013-04-22 borsauto merge of #6001 : jld/rust/enum-nullable, r=pcwalton
2013-04-22 borsauto merge of #5995 : huonw/rust/core-rand-impls, r...
2013-04-22 borsauto merge of #5994 : huonw/rust/rational-fail-message...
2013-04-22 Huon Wilsonlibstd: denominator isn't quotient
2013-04-22 borsauto merge of #5887 : jdm/rust/stackbounds, r=brson
2013-04-21 borsauto merge of #5990 : bjz/rust/rem-quot, r=catamorphism
2013-04-21 Brendan ZabarauskasRename Div operator trait to Quot and Modulo operator...
2013-04-21 Alex Crichtonstd: remove unused 'mut' variables
2013-04-18 borsauto merge of #5418 : luqmana/rust/stack-float, r=brson
2013-04-16 borsauto merge of #5894 : catamorphism/rust/authors, r...
2013-04-15 borsauto merge of #5879 : astrieanna/rust/document_std_base...
2013-04-15 borsauto merge of #5861 : catamorphism/rust/rustpkg, r...
2013-04-15 borsauto merge of #5888 : sawrubh/rust/mybranch, r=pnkfelix
2013-04-12 borsauto merge of #5847 : catamorphism/rust/rustpkg, r...
2013-04-12 borsauto merge of #5837 : tdaede/rust/fix_file_command...
2013-04-09 borsauto merge of #5788 : danluu/rust/rusti_clear, r=bstrie
2013-04-09 borsauto merge of #5800 : vivekgalatage/rust/master, r...
2013-04-08 borsauto merge of #5775 : pavpanchekha/rust/patch-1, r...
2013-04-06 borsauto merge of #5757 : dbaupp/rust/rustc-fixed-vector...
2013-04-06 borsauto merge of #5755 : catamorphism/rust/rustllvm-cmdlin...
2013-04-06 borsauto merge of #5751 : metajack/rust/at-clones, r=thestinger
2013-04-06 borsauto merge of #5740 : nikomatsakis/rust/issue-5739...
2013-04-06 borsauto merge of #5733 : dbaupp/rust/std-complex-rational...
2013-04-05 Huon Wilsonlibstd: add basic rational numbers