Go to file
Marijn Haverbeke 08c16b17e9 Fix --pretty normal, reorganize some code in driver.rs
There is now only one path doing crate expanding and typechecking,
which should make it less likely for the pretty-printing code to be
broken by changes to the compilation pipeline.

Closes #1536
2012-01-17 16:42:49 +01:00
doc Convert a bunch of material on items, statements, expressions and typestates. 2012-01-16 18:04:48 -08:00
man Begin shift over to using pandoc, markdown and llnextgen for reference manual. Fix man page URL while at it. 2012-01-12 19:10:30 -08:00
mk build: Check and set perf --log-fd option 2012-01-17 10:48:46 +08:00
src Fix --pretty normal, reorganize some code in driver.rs 2012-01-17 16:42:49 +01:00
.gitignore
.gitmodules
AUTHORS.txt Add Kevin Cantu to AUTHORS.txt 2012-01-15 21:27:19 -08:00
configure build: Check and set perf --log-fd option 2012-01-17 10:48:46 +08:00
LICENSE.txt Update license text for 2012 2012-01-08 16:24:09 -08:00
Makefile.in build: Stop building stage3 on normal test cycles 2012-01-16 20:30:39 +08: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://www.rust-lang.org for more information.