Find a file
Rafael Ávila de Espíndola 2fb09eb585 Add sufficient import support to compile some simple single-crate programs.
This is likely not the final solution. It does repetitive work and doesn't produce
errors for invalid but unused imports. In any case, I think it is a useful step.
2011-01-07 15:17:18 -08:00
doc Update keyword list with 'const', 'thread' 2011-01-03 11:08:14 -08:00
src Add sufficient import support to compile some simple single-crate programs. 2011-01-07 15:17:18 -08:00
.gitignore Fix .gitignore to re-ignore test binaries with new extensions 2011-01-07 11:33:03 -08:00
AUTHORS.txt Add Brian to AUTHORS. 2011-01-03 11:09:21 -08:00
LICENSE.txt Populate tree. 2010-06-23 21:03:09 -07:00
README Update README to point to github, test email notification. 2010-06-23 21:11:10 -07:00

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.