Find a file
Rafael Ávila de Espíndola 5b9eda4a41 Fix the import handling in "complex" cases. When looking a.b.c and 'a' is a
module, we should look for 'b' *just* in the module 'a' and then continue
resolving b.c in the environment created by updating *with* a.

Still not 100% correct, but getting there.
2011-01-14 17:34:00 -05:00
doc Update keyword list with 'const', 'thread' 2011-01-03 11:08:14 -08:00
src Fix the import handling in "complex" cases. When looking a.b.c and 'a' is a 2011-01-14 17:34:00 -05: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.