Go to file
Brian Anderson fe683dfb80 rt: Get rid of the valgrind guard bytes at the end of the stack
Preventing us from writing beyond our allocations is _what valgrind does_,
so telling valgrind not to let us write to the end of the stack isn't
buying anything.
2011-12-17 16:46:50 -08:00
doc implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove empty link_name. 2011-12-16 15:29:59 -08:00
man rustc: Add a flag '--warn-unused-imports' 2011-11-17 09:28:30 +01:00
mk Install and snapshot cargo by default. 2011-12-16 19:37:27 -08:00
src rt: Get rid of the valgrind guard bytes at the end of the stack 2011-12-17 16:46:50 -08:00
.gitignore .gitignore a bunch of artifacts of in-tree builds 2011-11-19 13:49:49 -08:00
.gitmodules Re-add libuv as a submodule. 2011-11-08 19:01:47 -08:00
AUTHORS.txt Add Graham Fawcett to AUTHORS.txt 2011-12-16 23:29:48 -08:00
configure Changes to configure (Fix for #1291) 2011-12-14 01:46:08 +01:00
LICENSE.txt Add additional pretend legalese to cover not-mozilla and not-otherwise-mentioned copyright holders. 2011-12-16 17:21:28 -08:00
Makefile.in Update build machinery to build and install librustc everywhere (including snapshots). 2011-12-16 17:21:28 -08:00
README

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.