No description
Find a file
Adam Bozanich 7a13a61e02 use,import,export parse fixes
* use,import,export must come before all other items.
* disallow use,import in "native" declarations.
2010-07-16 07:23:16 +08:00
doc Fix typos in the docs. 2010-07-13 06:06:44 +08:00
src use,import,export parse fixes 2010-07-16 07:23:16 +08:00
.gitignore permit use before import. closes #48 2010-07-16 07:19:14 +08:00
AUTHORS.txt Add Chris Double to AUTHORS.txt. 2010-07-10 20:22:14 -07: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.