Go to file
Tim Chevalier e2fa6f03f5 Translate simple classes
Programs using classes with fields only (no methods) compile and run,
    as long as nothing refers to a class in a different crate (todo).

    Also changed the AST representation of classes to have a separate
    record for constructor info (instead of inlining the fields in the
    item_class node), and fixed up spans and pretty-printing for
    classes.
2012-03-04 12:43:17 -08:00
doc core: New task API 2012-02-20 18:58:04 -08:00
man
mk Move src/comp to src/rustc 2012-03-02 18:46:13 -08:00
src Translate simple classes 2012-03-04 12:43:17 -08:00
.gitignore Ignore temp files 2012-03-01 13:58:17 -08:00
.gitmodules
AUTHORS.txt Add Jeff Olson to AUTHORS.txt 2012-02-28 17:56:15 -08:00
configure build: Add --enable-helgrind option 2012-03-02 14:08:02 -08:00
INSTALL.txt
LICENSE.txt
Makefile.in Move src/comp to src/rustc 2012-03-02 18:46:13 -08:00
README.txt
RELEASES.txt

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.