Go to file
Brian Anderson 08b49a5d8f Reformulate an assert in ty::tag_variants
This was doing a redundant hashmap lookup. Removing the redundancy trims 5%
(2.8s) off rustc's compile time
2011-06-26 18:02:47 -07:00
doc Add a FIXME to the docs about literal suffixes 2011-06-25 19:28:19 -07:00
mk Fixes to speed and clean up makefiles. 2011-06-25 19:23:32 +00:00
src Reformulate an assert in ty::tag_variants 2011-06-26 18:02:47 -07:00
.gitignore Ignore files generated by Doxygen. 2011-06-01 10:37:48 -07:00
AUTHORS.txt authors: Add Josh Matthews to AUTHORS 2011-06-08 09:09:50 -07:00
LICENSE.txt Update copyrights for completeness. 2011-05-03 12:10:03 -07:00
Makefile.in Fixes to speed and clean up makefiles. 2011-06-25 19:23:32 +00:00
README Update README to point to github, test email notification. 2010-06-23 21:11:10 -07:00
configure Move creation of stageN/lib directories to the configure script 2011-06-17 18:36:44 -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.