Go to file
Marijn Haverbeke 14f1fe0e29 Remove mod indices from the AST
They are now created by the resolve pass, which is the only pass that
needs them, and kept internal to that pass.
2011-05-11 17:11:44 +02:00
doc Put out burning tinderbox. 2011-05-05 11:54:45 -07:00
mk Update librustc build targets with correct flags 2011-05-10 21:31:14 -04:00
src Remove mod indices from the AST 2011-05-11 17:11:44 +02:00
.gitignore add dl/ and .pyc files to .gitignore 2011-05-05 11:26:07 -07:00
AUTHORS.txt Add Kelly to AUTHORS. 2011-05-05 16:40:57 -07:00
configure build: Search for clang++. Tinderboxes don't have it. 2011-05-09 10:16:56 -07:00
LICENSE.txt
Makefile.in Add targets for building rustc as a library 2011-05-10 21:31:14 -04: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.