Find a file
Marijn Haverbeke 31586339b1 Make it possible to have locals that don't live on the stack
Local values that are not mutated, don't need to be cleaned up, and
are immediate, don't need to be spilled. (All immediate args, and
non-pointer immediate let locals.)
2011-10-07 14:43:19 +02:00
doc doc: Don't merge function and concept index. There is no findex 2011-09-29 16:47:09 -07:00
mk Bring make distcheck up to date 2011-10-06 18:12:15 -07:00
src Make it possible to have locals that don't live on the stack 2011-10-07 14:43:19 +02:00
.gitignore Update to libuv commit 3ca382. 2011-09-23 16:53:06 -07:00
AUTHORS.txt Add Niko Matsakis to AUTHORS.txt 2011-10-05 16:12:13 -07:00
configure Lots of build system cleanup and documentation 2011-10-02 00:57:53 -07:00
LICENSE.txt Add libuv license info to LICENSE.txt 2011-08-09 12:00:00 -07:00
Makefile.in Bring make distcheck up to date 2011-10-06 18:12:15 -07: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.