Go to file
Marijn Haverbeke efb9df1ebd Make driver::session::session no longer an object
Rather, it is now a struct where properties like opts are accessed
directly, and the error-reporting methods are part of a static impl
(with the same name as the type).
2012-01-12 18:04:02 +01:00
doc Add tutorial chapter on interfaces 2012-01-12 14:24:36 +01:00
man rustc: Remove --stack-growth option 2011-12-17 16:58:26 -08:00
mk Revert "build: Build libraries in the bin directory on win32" 2012-01-11 14:13:11 -08:00
src Make driver::session::session no longer an object 2012-01-12 18:04:02 +01: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 Revert "build: Build libraries in the bin directory on win32" 2012-01-11 14:13:11 -08:00
LICENSE.txt Update license text for 2012 2012-01-08 16:24:09 -08:00
Makefile.in Revert "build: Build libraries in the bin directory on win32" 2012-01-11 14:13:11 -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.