]> git.lizzy.rs Git - rust.git/history - src/libcore/num/uint-template.rs
Revert rename of Div to Quot
[rust.git] / src / libcore / num / uint-template.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 ZabarauskasRename 'divisible_by' method to 'is_multiple_of', add...
2013-04-28 borsauto merge of #5646 : Aatch/rust/unwind-fix, r=brson
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-26 Brendan ZabarauskasAdd Orderable trait
2013-04-26 Brendan ZabarauskasCombine PrimitiveInt, Int, and Uint traits into one...
2013-04-26 Brendan ZabarauskasAdd BitCount trait
2013-04-26 Brendan ZabarauskasAdd Int, Uint and Float traits for primitive numbers
2013-04-26 Brendan ZabarauskasAdd Bitwise, Bounded, Primitive, and PrimitiveInt traits
2013-04-25 Brendan ZabarauskasUse `///` doc-comment form instead of `/** */`
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 borsauto merge of #6051 : thestinger/rust/iterator, r=catam...
2013-04-24 Brendan ZabarauskasUse borrowed pointers for Integer methods
2013-04-24 Brendan ZabarauskasRename Natural to Integer
2013-04-24 Brendan ZabarauskasUse #[cfg(not(stage0))] to exclude items from stage0
2013-04-24 Brendan ZabarauskasMove impls of `Num` out of core::num and clean up imports
2013-04-24 borsauto merge of #6036 : huonw/rust/core-less-at, r=nikoma...
2013-04-24 James MillerMerge branch 'incoming' of git://github.com/mozilla...
2013-04-24 borsauto merge of #6041 : bjz/rust/numeric-traits, r=brson
2013-04-24 Brendan ZabarauskasImplement Natural trait
2013-04-24 Brendan ZabarauskasImplement Signed and Unsigned traits and remove related...
2013-04-23 borsauto merge of #6010 : Dretch/rust/run-windows, r=brson
2013-04-23 borsauto merge of #6034 : thestinger/rust/num, r=catamorphi...
2013-04-23 Daniel Micayinline the primitive numeric operations
2013-04-23 borsauto merge of #6026 : isanbard/rust/ca73fbf72615575f106...
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 #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-20 borsauto merge of #5945 : graydon/rust/fix-unicode-tables...
2013-04-20 borsauto merge of #5968 : gifnksm/rust/windowed, r=brson
2013-04-20 borsauto merge of #5964 : danluu/rust/debug_tutorial_foo...
2013-04-20 borsauto merge of #5962 : pcwalton/rust/shootout, r=pcwalton
2013-04-19 borsauto merge of #5824 : bleibig/rust/debuginfo, r=brson
2013-04-19 Patrick Waltonlibrustc: WIP patch for using the return value.
2013-04-19 borsauto merge of #5938 : thestinger/rust/iterator, r=pcwalton
2013-04-18 borsauto merge of #5920 : catamorphism/rust/rustpkg, r...
2013-04-18 borsauto merge of #5418 : luqmana/rust/stack-float, r=brson
2013-04-18 borsauto merge of #5798 : recrack/rust/multiple-errors...
2013-04-18 borsauto merge of #5935 : bjz/rust/master, r=thestinger
2013-04-18 Brendan ZabarauskasUse assert_eq! instead of assert! and remove extraneous...
2013-04-18 Brendan ZabarauskasAdd #[inline(always)] to each operator method
2013-04-18 Brendan ZabarauskasImplement bitwise operator traits for ints and uints
2013-04-18 borsauto merge of #5909 : brson/rust/rt4, r=graydon
2013-04-18 borsauto merge of #5726 : brson/rust/struct-return, r=brson
2013-04-16 borsauto merge of #5890 : youknowone/rust/const-eval, r...
2013-04-16 Brian AndersonMerge remote-tracking branch 'brson/sched-cleanup'
2013-04-16 borsauto merge of #5901 : thestinger/rust/iterator, r=sanxiyn
2013-04-16 borsauto merge of #5895 : huonw/rust/no-pub-tests, r=thestinger
2013-04-16 borsauto merge of #5894 : catamorphism/rust/authors, r...
2013-04-15 Huon Wilsonlibcore,std,syntax,rustc: move tests into `mod tests...
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-15 borsauto merge of #5778 : jld/rust/reflect-abstract-enum...
2013-04-14 borsauto merge of #5880 : Dretch/rust/signals, r=thestinger
2013-04-14 borsauto merge of #5779 : crabtw/rust/x86_64_abi, r=sanxiyn
2013-04-14 borsauto merge of #5867 : dotdash/rust/reduce_reallocs...
2013-04-13 borsauto merge of #5864 : huonw/rust/rusti-detect-tty,...
2013-04-13 borsauto merge of #5810 : thestinger/rust/iterator, r=graydon
2013-04-13 borsauto merge of #5869 : bjz/rust/master, r=graydon
2013-04-13 Brendan ZabarauskasConsolidate tests of numeric operations
2013-04-13 borsauto merge of #5761 : Dretch/rust/murder-death-kill...
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-10 borsauto merge of #5773 : dunsmoreb/rust/incoming, r=bstrie
2013-04-10 borsauto merge of #5804 : alexcrichton/rust/issue-3266...
2013-04-10 borsauto merge of #5789 : brson/rust/drop, r=graydon
2013-04-10 borsauto merge of #5802 : nikomatsakis/rust/issue-4183...
2013-04-09 borsauto merge of #5766 : thestinger/rust/cmp, r=brson
2013-04-09 borsauto merge of #5769 : gifnksm/rust/range_step, r=bstrie
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-09 borsauto merge of #5787 : alexcrichton/rust/less-mut-fields...
2013-04-09 borsauto merge of #5786 : JensNockert/rust/u16-debuginfo...
2013-04-08 borsauto merge of #5782 : zofrex/rust/doc-1-tuples, r=thest...
2013-04-08 borsauto merge of #5763 : thestinger/rust/clone, r=nikomatsakis
2013-04-08 borsauto merge of #5777 : lucab/rust/lucab/doc/misc, r...
2013-04-08 borsauto merge of #5776 : dbaupp/rust/syntax-parse-large...
2013-04-08 Huon Wilsonlibcore: from_str_common: provide option to ignore...
2013-04-07 gifnksmlibcore: fix overflow/underflow in range_step
2013-04-03 borsauto merge of #5559 : jbclements/rust/change-to-tt...
2013-03-30 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/incoming...
2013-03-29 borsauto merge of #5628 : brson/rust/assert, r=brson
next