Go to file
Rafael Ávila de Espíndola bdcb9d9b53 Make lookup non recursive and instead move the recursion just to
find_final_def. Use the fact that the recursion is in a simpler function to
detected import loops and exit.
2011-01-14 11:10:06 -08:00
doc Update keyword list with 'const', 'thread' 2011-01-03 11:08:14 -08:00
src Make lookup non recursive and instead move the recursion just to 2011-01-14 11:10:06 -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.