Go to file
Brian Anderson 764de078e7 Add a regression test that exports can expose unexported items
While those unexported items can't be used by name outside the module in which
they are defined, they can be used as a sort of ADT.
2011-05-02 19:42:00 -04:00
doc Remove half-baked 'opacity' layer qualifier. 2011-04-19 14:00:04 -07:00
mk Start splitting up Makefile.in 2011-05-01 20:20:25 +00:00
src Add a regression test that exports can expose unexported items 2011-05-02 19:42:00 -04:00
.gitignore Continued sketching out code for checking states against preconditions. 2011-04-06 17:58:18 -07:00
AUTHORS.txt Add Lindsey to AUTHORS. 2011-03-22 14:25:07 -07:00
configure Shift stages around; stage0/rustc depends on stage0/libstd.so. 2011-04-30 18:44:34 +00:00
LICENSE.txt
Makefile.in Start splitting up Makefile.in 2011-05-01 20:20:25 +00: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.