Find a file
Marijn Haverbeke 898e089d7b Fix and re-enable destructors
There was some confusion on whether the destructors took their
argument by pointer or direct value. They now take it directly, just
like other methods. You no longer get a segfault when a constructor
actually does something with its self value.
2011-05-05 02:16:49 +02:00
doc Remove half-baked 'opacity' layer qualifier. 2011-04-19 14:00:04 -07:00
mk Fix horrible rule-hijacking bug that was causing compile-fail targets to trigger honest compile attempts. 2011-05-04 11:21:14 -07:00
src Fix and re-enable destructors 2011-05-05 02:16:49 +02: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
configure Attempt to shift build to stage0-from-snapshots. 2011-05-03 11:34:44 -07:00
LICENSE.txt Update copyrights for completeness. 2011-05-03 12:10:03 -07:00
Makefile.in Remove everything to do with rustboot from makefiles. 2011-05-03 15:56:00 -07:00
README Update README to point to github, test email notification. 2010-06-23 21:11:10 -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://github.com/graydon/rust for current development page.