rust/src/test
Brendan Zabarauskas cf56624a4a Add operator trait constraints to std::num::{Zero, One} and document their appropriate use
Zero and One have precise definitions in mathematics. Documentation has been added to describe the appropriate uses for these traits and the laws that they should satisfy.

For more information regarding these identities, see the following wikipedia pages:

- http://wikipedia.org/wiki/Additive_identity
- http://wikipedia.org/wiki/Multiplicative_identity
2014-01-20 18:09:46 +11:00
..
auxiliary auto merge of #11628 : alexcrichton/rust/issue-11593, r=brson 2014-01-19 00:36:48 -08:00
bench auto merge of #11629 : brson/rust/whattayaknowitsmoreandroidfixes, r=cmr 2014-01-18 07:36:43 -08:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #11644 : huonw/rust/less-fatality, r=cmr 2014-01-19 16:56:40 -08:00
debug-info Link lifetimes in let patterns just as we do for match patterns 2014-01-17 08:04:38 -05:00
pretty test: De-@mut the test suite 2014-01-03 14:02:01 -08:00
run-fail xfail another native test on android (#11419) 2014-01-13 13:15:06 -08:00
run-make Bump version to 0.10-pre 2014-01-12 17:45:22 -08:00
run-pass Add operator trait constraints to std::num::{Zero, One} and document their appropriate use 2014-01-20 18:09:46 +11:00
run-pass-fulldeps Move macro-crate to run-pass-fulldeps and force-host the aux build 2014-01-17 22:34:58 -08:00