Go to file
Ralph Giles 06f0713906 Mark valgrind's _qzz_res as unused to silence warnings on gcc 4.6.
This applies c11675 by Julian Seward from valgrind trunk
(svn://svn.valgrind.org/valgrind/trunk) to rustrt's included
copies of memcheck.h and valgrind.h, effectively backporting
the fix from the unreleased 3.6.2. The commit simply applies
the gcc 'unused' attribute to the relevant declarations.

This change allows compilation of the runtime code under
gcc 4.6 with -Werror, as the makefile currently requests.
2011-05-05 10:55:54 -07:00
doc Remove half-baked 'opacity' layer qualifier. 2011-04-19 14:00:04 -07:00
mk build: Add missing intrinsics.mk 2011-05-04 18:35:36 -07:00
src Mark valgrind's _qzz_res as unused to silence warnings on gcc 4.6. 2011-05-05 10:55:54 -07:00
.gitignore Add *.pyc to .gitignore 2011-05-04 19:34:46 -04:00
AUTHORS.txt Add Lindsey to AUTHORS. 2011-03-22 14:25:07 -07:00
LICENSE.txt Update copyrights for completeness. 2011-05-03 12:10:03 -07:00
Makefile.in build: Build intrinsics.bc 2011-05-04 18:29:08 -07:00
README Update README to point to github, test email notification. 2010-06-23 21:11:10 -07:00
configure build: Whitespace police in configure. Puts out burning tinderbox. 2011-05-04 19:14:19 -07: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://github.com/graydon/rust for current development page.