Go to file
Brian Anderson 82cb906dd8 build: Don't delete llvm files as part of make clean
Doing this is just resulting in a broken workspace. We have a clean-llvm
target that does the right thing. If we want to we can make it a dependency
of clean, but most people don't need to clean llvm and doing so results
in a lengthy rebuild.
2012-01-05 22:46:13 -08:00
doc Fix confusing information in tutorial chapter about argument modes 2012-01-02 10:23:04 +01:00
man rustc: Remove --stack-growth option 2011-12-17 16:58:26 -08:00
mk build: Don't delete llvm files as part of make clean 2012-01-05 22:46:13 -08:00
src libcore: Use correct link name for lgamma_r on win32 2012-01-05 21:35:03 -08:00
.gitignore Add /inst/ to .gitignore 2011-12-23 11:43:27 -08:00
.gitmodules Re-add libuv as a submodule. 2011-11-08 19:01:47 -08:00
AUTHORS.txt Add Jyun-Yan You to AUTHORS.txt 2012-01-01 20:20:32 -08:00
configure Stop configure early if git or subconfigures fail. 2012-01-05 19:00:37 -08:00
LICENSE.txt Fix LICENSE.txt pointing to the wrong filenames. 2012-01-05 16:36:48 -08:00
Makefile.in Add rustdoc to build. 2011-12-20 18:27:27 -08: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.