Go to file
Brian Anderson e0f44730e8 rustc: Support 'companion mod's for crates and directory mods
Under this scheme when parsing foo.rc the parser will also look for
foo.rs to fill in the crate-level module, and when evaluating a
directory module directive it will look for a .rs file with the
same name as the directory.
2011-10-29 01:40:20 -07:00
doc Remove iter and 'for each' from the documentation 2011-10-28 20:33:58 -07:00
man Man page cleanup 2011-10-28 12:53:57 -07:00
mk Add a make docs target 2011-10-27 15:02:32 -07:00
src rustc: Support 'companion mod's for crates and directory mods 2011-10-29 01:40:20 -07:00
.gitignore Update to libuv commit 3ca382. 2011-09-23 16:53:06 -07:00
AUTHORS.txt Add Austin Seipp to AUTHORS.txt 2011-10-23 13:52:19 -07:00
LICENSE.txt Add libuv license info to LICENSE.txt 2011-08-09 12:00:00 -07:00
Makefile.in Fix typo in Makefile.in 2011-10-27 15:04:29 -07:00
README Switch URLs. 2011-09-20 16:27:08 -07:00
configure Add std docs to the build process 2011-10-27 14:59:22 -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://www.rust-lang.org for more information.