]> git.lizzy.rs Git - rust.git/history - src/test/run-fail/divide-by-zero.rs
Revert rename of Div to Quot
[rust.git] / src / test / run-fail / divide-by-zero.rs
2013-05-01 Brendan ZabarauskasRevert rename of Div to Quot
2013-04-27 borsauto merge of #6066 : djui/rust/patch-1, r=graydon
2013-04-25 borsauto merge of #6051 : thestinger/rust/iterator, r=catam...
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 ZabarauskasImprove divide-by-zero error messages
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...
2012-12-11 Tim ChevalierMerge pull request #4144 from luqmana/deprecated-attribute
2012-12-11 Graydon HoareReliciense makefiles and testsuite. Yup.
2012-06-15 Eric HolkMerge branch 'incoming' into newsnap
2012-06-14 Graydon HoareAdd zero check/fail paths on div/mod paths. Close ...