Go to file
Brian Anderson e36ea8e993 rustc: Run the compiler in a subtask and monitor the diagnostics
Since we are no longer logging to the console it's possible for us to
hit a plain-old-fail statement and not output anything.

This adds a defensive mechanism that will monitor the emitted errors
and compare them to the result of the compiler task. If the compiler
fails without emitting an error it results in an ICE.
2012-01-14 15:14:43 -08:00
doc Import task and memory-model docs. 2012-01-13 15:43:12 -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: Build libraries in the bin directory on win32 2012-01-14 13:43:04 -08:00
src rustc: Run the compiler in a subtask and monitor the diagnostics 2012-01-14 15:14:43 -08:00
.gitignore Add /inst/ to .gitignore 2011-12-23 11:43:27 -08:00
.gitmodules Re-add libuv as a submodule. 2011-11-08 19:01:47 -08:00
AUTHORS.txt doc: Add Roland Tanglao to AUTHORS.txt 2012-01-11 22:38:11 -08:00
configure build: Build libraries in the bin directory on win32 2012-01-14 13:43:04 -08:00
LICENSE.txt Update license text for 2012 2012-01-08 16:24:09 -08:00
Makefile.in build: Build libraries in the bin directory on win32 2012-01-14 13:43:04 -08: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.