Empowering everyone to build reliable and efficient software.
Go to file
Erick Tryzelaar 134b61a317 Use CFG_LLVM_ROOT's llvm-config if it exists.
On some platform (OS X), llvm needs macros like
__STDC_LIMIT_MACROS defined in order to work, which is
normally defined in llvm-config. This patch modifies
the config to use CFG_LLVM_ROOT's llvm-config if it
exists, which fixes the compile failures.
2011-05-20 12:32:44 -07:00
doc Put out burning tinderbox. 2011-05-05 11:54:45 -07:00
mk One exit_task_glue to rule them all. 2011-05-18 15:43:48 -04:00
src rustc: Translate else if blocks the same as other blocks. Closes #388 2011-05-19 23:32:09 -04:00
.gitignore Added .bz2 and stage1 directory to .gitignore 2011-05-16 16:13:11 -07:00
AUTHORS.txt authors: Correct spelling of jrmuizel's name 2011-05-17 21:10:18 -07:00
configure Use CFG_LLVM_ROOT's llvm-config if it exists. 2011-05-20 12:32:44 -07:00
LICENSE.txt Update copyrights for completeness. 2011-05-03 12:10:03 -07:00
Makefile.in Tell Makefile to look an extra level deep for dependencies 2011-05-19 11:40:16 -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.