Find a file
Brian Anderson f77c5ba512 rustc: Wait until generic glue is actually emitted to define it as internal
The verifier was not liking this when generating unoptimized bitcode. Per LLVM
docs it is not valid for function declarations to be marked internal, but
their implementations may be.
2011-05-15 19:53:06 -04:00
doc Put out burning tinderbox. 2011-05-05 11:54:45 -07:00
mk Remove rustboot from the repository. 2011-05-13 18:38:28 -07:00
src rustc: Wait until generic glue is actually emitted to define it as internal 2011-05-15 19:53:06 -04:00
.gitignore add dl/ and .pyc files to .gitignore 2011-05-05 11:26:07 -07:00
AUTHORS.txt Add Kelly to AUTHORS. 2011-05-05 16:40:57 -07:00
configure Remove rustboot from the repository. 2011-05-13 18:38:28 -07:00
LICENSE.txt Update copyrights for completeness. 2011-05-03 12:10:03 -07:00
Makefile.in Remove CFG_OCAMLC_OPT 2011-05-14 16:08:22 -04: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.