Find a file
Brian Anderson 0714bb5f7d Fix the problem with check-fast randomly failing
Trans has been assuming that tag node id's are unique across crates and they
are not so, depending on which way the wind is blowing, it would choose to use
a crate-local tag variant instead of the correct one from std.

No test case since I can't come up with a reliable one that compiles in a
reasonable amount of time.
2011-10-20 15:38:51 -07:00
doc doc: Fix parse errors in list examples in documentation 2011-10-17 22:50:46 -07:00
mk Remove the last vestiges of main.ll 2011-10-20 17:36:28 +02:00
src Fix the problem with check-fast randomly failing 2011-10-20 15:38:51 -07:00
.gitignore Update to libuv commit 3ca382. 2011-09-23 16:53:06 -07:00
AUTHORS.txt Add Elly Jones to AUTHORS.txt 2011-10-15 15:53:18 -07:00
configure Add LLVM 3.1svn to supported versions 2011-10-15 15:53:18 -07:00
LICENSE.txt Add libuv license info to LICENSE.txt 2011-08-09 12:00:00 -07:00
Makefile.in Remove the last vestiges of main.ll 2011-10-20 17:36:28 +02:00
README Switch URLs. 2011-09-20 16:27:08 -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://www.rust-lang.org for more information.