Go to file
Tim Chevalier 23e23bd762 Further support for floating-point. Literals with exponents work
and literals with the 'f32' or 'f64' suffixes work as well. In
addition, logging things with the f32 or f64 type works. (float is
still assumed to be a synonym for f64).
2011-03-22 17:31:27 -07:00
doc Update docs for if statements 2011-03-22 08:11:36 -07:00
src Further support for floating-point. Literals with exponents work 2011-03-22 17:31:27 -07:00
.gitignore Ignore emacs autosave files. 2011-03-18 12:15:33 -07:00
AUTHORS.txt Add Lindsey to AUTHORS. 2011-03-22 14:25:07 -07:00
configure Repair some fallout from pcwalton's last few build changes. 2011-03-21 23:06:42 -07:00
LICENSE.txt
Makefile.in Further support for floating-point. Literals with exponents work 2011-03-22 17:31:27 -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://github.com/graydon/rust for current development page.