0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-11-30 02:16:45 +01:00
The Rust compiler https://www.rust-lang.org/
Go to file
Matt Brubeck 45d7777991 Change behavior of float::nonpositive/nonnegative
Rather than being defined as !positive and !negative, these should act the
same as negative and positive (respectively).  The only effect of this change
should be that all four functions will now return false for NaN.
2011-10-28 14:44:39 -07:00
doc Add 'as' (cast) operator to the documentation 2011-10-27 13:37:35 -07:00
man Man page cleanup 2011-10-28 12:53:57 -07:00
mk Add a make docs target 2011-10-27 15:02:32 -07:00
src Change behavior of float::nonpositive/nonnegative 2011-10-28 14:44:39 -07:00
.gitignore Update to libuv commit 3ca382. 2011-09-23 16:53:06 -07:00
AUTHORS.txt Add Austin Seipp to AUTHORS.txt 2011-10-23 13:52:19 -07:00
configure Add std docs to the build process 2011-10-27 14:59:22 -07:00
LICENSE.txt
Makefile.in Fix typo in Makefile.in 2011-10-27 15:04:29 -07:00
README

This is a compiler and suite of associated libraries and documentation for the
Rust programming language.

See LICENSE.txt for terms of copyright and redistribution.

See http://www.rust-lang.org for more information.