rust/src/comp/syntax
Marijn Haverbeke b3f06c7d54 Stop passing spans to middle::trans functions that don't need them
Removes a bunch of (eventually) unused arguments. Makes span passing to debuginfo
explicit, instead of relying on the (usually incorrect) spans held in the contexts.

Closes #1439
2012-01-27 13:20:36 +01:00
..
ext Keep source file around after parsing. 2012-01-25 16:00:47 -07:00
parse Use the method name 'unary-' for overloading negation 2012-01-27 10:06:53 +01:00
print rustc: Add pprust::res_to_str 2012-01-26 20:54:36 -08:00
util Remove '.' after nullary tags in patterns 2012-01-18 23:17:34 -08:00
ast_util.rs First stab at operator overloading 2012-01-26 14:25:06 +01:00
ast.rs Remove ty_native_fn 2012-01-26 10:37:50 +01:00
codemap.rs Use string stored in codemap for pretty-printing comments and literals 2012-01-26 10:52:08 +01:00
fold.rs Stop passing spans to middle::trans functions that don't need them 2012-01-27 13:20:36 +01:00
visit.rs Make re-exporting of impls work 2012-01-26 18:58:35 +01:00