Find a file
Rafael Ávila de Espíndola d313e1579b Fold function output and argument types. With this change we fail to compile
type lteq[T] = fn(&T a) -> bool;

with "unresolved name: T". Before we would silently get to the type checker
and assert in a unresolved ty_path.
2011-01-19 15:02:56 -05:00
doc fixed typo in tuple menu label 2011-01-17 18:09:35 -08:00
src Fold function output and argument types. With this change we fail to compile 2011-01-19 15:02:56 -05:00
.gitignore Fix .gitignore to re-ignore test binaries with new extensions 2011-01-07 11:33:03 -08:00
AUTHORS.txt Add Benjamin to AUTHORS. 2011-01-17 18:56:03 -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.