rust/src/comp
Rafael Ávila de Espíndola bdcb9d9b53 Make lookup non recursive and instead move the recursion just to
find_final_def. Use the fact that the recursion is in a simpler function to
detected import loops and exit.
2011-01-14 11:10:06 -08:00
..
back Sketch closure-forming logic for nontrivial bindings. 2011-01-05 18:57:28 -08:00
driver Split driver between parsing source files and crate files, by extension. Add dummy function for crate files. 2011-01-03 20:41:11 -08:00
front Change single-ident expr_ident to greedy/fat multi-ident expr_path, to handle the module-path/value-indexing distinction. 2011-01-13 17:42:28 -08:00
lib Use uniform pair representation of functions everywhere, including static functions. 2011-01-05 15:31:35 -08:00
middle Make lookup non recursive and instead move the recursion just to 2011-01-14 11:10:06 -08:00
util Make append take a mutable &. Not even checked at present, tsk tsk. 2010-10-22 11:46:54 -07:00
rustc.rc rustc: Move type logic out of typeck so trans doesn't look like it's calling into typeck 2010-12-21 16:24:17 -08:00