Empowering everyone to build reliable and efficient software.
Go to file
Marijn Haverbeke 33167f7dec Adjust function signatures to allow for vecs being immediate
Some code was relying on vectors being implicitly by-reference (as
non-immediate value). This adds the necessary &&-sigils.

Closes #1021
2011-10-10 16:01:51 +02:00
doc doc: Don't merge function and concept index. There is no findex 2011-09-29 16:47:09 -07:00
mk Revert "Revert "Stop using (DY)LD_LIBRARY_PATH on Unix"" 2011-10-09 15:23:41 -07:00
src Adjust function signatures to allow for vecs being immediate 2011-10-10 16:01:51 +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.