Go to file
Tim Chevalier 1e1ff638a3 Make floating-point operations work (neg, add, sub, mul, div, rem,
and comparison ops.)
2011-03-21 18:10:34 -07:00
doc Remove parens from nullary tag constructors in docs 2011-03-01 23:11:52 -05:00
src Make floating-point operations work (neg, add, sub, mul, div, rem, 2011-03-21 18:10:34 -07:00
.gitignore Ignore emacs autosave files. 2011-03-18 12:15:33 -07:00
AUTHORS.txt Add Marijn to AUTHORS.txt. 2011-03-07 08:19:28 -08:00
LICENSE.txt Populate tree. 2010-06-23 21:03:09 -07:00
Makefile.in Add .def file support to the new build system (which does nothing at the moment since I don't know how to use .defs on MinGW) 2011-03-21 18:05:34 -07:00
README Update README to point to github, test email notification. 2010-06-23 21:11:10 -07:00
configure Support CFG_LLVM_ROOT since CMake-built LLVM has no llvm-config 2011-03-21 18:08:57 -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.