0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-11-22 18:32:30 +01:00
The Rust compiler https://www.rust-lang.org/
Go to file
Graydon Hoare 2a00a61ef3 Thread a 'simplification' flag through unifier, attempt to strip off layers of ignorable types when simplification is permitted.
Gets std.rc through typechecking, but assigns some wrong types to lvals (the simplified types, not the correct ones).
2010-06-29 16:46:07 -07:00
doc Populate tree. 2010-06-23 21:03:09 -07:00
src Thread a 'simplification' flag through unifier, attempt to strip off layers of ignorable types when simplification is permitted. 2010-06-29 16:46:07 -07:00
.gitignore Ignore TAGS. 2010-06-24 16:51:48 -07:00
AUTHORS.txt Populate tree. 2010-06-23 21:03:09 -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.