rust/src/comp/syntax
Marijn Haverbeke f4acaf6934 Only look for a matching method when normal field access fails
We should probalby warn when defining a method foo on {foo: int} etc.

This should reduce the amount of useless typevars that are allocated.

Issue #1227
2011-12-18 19:41:44 +01:00
..
ext Switch fmt extension to reference extfmt that's in core. 2011-12-16 10:59:11 -08:00
parse Make polymorphic impl methods work 2011-12-16 13:47:48 +01:00
print Only look for a matching method when normal field access fails 2011-12-18 19:41:44 +01:00
util Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
ast_util.rs Parse and resolve implementations. 2011-12-16 11:46:57 +01:00
ast.rs Reserve node_id 0 for the crate top-level module 2011-12-16 22:17:47 +01:00
codemap.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
fold.rs reorder args to the various vec, option fns so blk comes last 2011-12-16 07:17:23 -08:00
visit.rs Make polymorphic impl methods work 2011-12-16 13:47:48 +01:00