rust/src/comp/middle
Lindsey Kuper b8bb2e118e Further on the path toward self-awareness.
Mostly:

  * Merciless refactoring of trans.rs so that trans_call can work for
    self-calls as well as other kinds of calls

Also:

  * Various changes to go with having idents, rather than exprs, in
    expr_call_self AST nodes
  * Added missing case for SELF token to token.to_str()
2011-04-05 14:54:48 -07:00
..
fold.rs Further on the path toward self-awareness. 2011-04-05 14:54:48 -07:00
metadata.rs Write typarams for variants. Typecheck gets as far as ty.rs now. 2011-04-01 18:53:08 -07:00
resolve.rs rustc: Add a type annotation to tag items 2011-03-31 19:12:40 -07:00
trans.rs Further on the path toward self-awareness. 2011-04-05 14:54:48 -07:00
ty.rs Make box prefix operator and box type carry mutability flag. 2011-04-04 15:44:15 -07:00
typeck.rs Further on the path toward self-awareness. 2011-04-05 14:54:48 -07:00
typestate_check.rs Remove typestate_check reference to nonexistent ast.init node; rustc compiling itself notices what rustboot did not :) 2011-04-01 18:33:47 -07:00