about summary refs log tree commit diff
path: root/src/comp/middle/freevars.rs
AgeCommit message (Expand)AuthorLines
2012-03-02Move src/comp to src/rustcGraydon Hoare-121/+0
2012-02-24Encode/decode AST into metadata, re-instantiate inlined itemsNiko Matsakis-0/+1
2012-02-09Remove some pointless importsMarijn Haverbeke-1/+0
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-2/+2
2012-01-10replace lambda with fn@Niko Matsakis-4/+3
2012-01-09Remove proto_sugar and 'lambda' as keyword, commit to fn@.Graydon Hoare-2/+2
2012-01-06Eliminate a use of map::get in freevarsTim Chevalier-14/+21
2011-12-29split proto from fn_decl, as not all fn_decls know the proto.Niko Matsakis-5/+4
2011-12-23Go back to a single visit_fn function in visit.rsMarijn Haverbeke-4/+4
2011-12-22Unify some data structures in syntax::ast that were doing the same thingMarijn Haverbeke-2/+2
2011-12-21Make { || ... } sugar for any type of closure, inferredNiko Matsakis-16/+16
2011-12-19when collecting free vars, track the span where it is used tooNiko Matsakis-2/+7
2011-12-14push changes through to get things compiling, if not running.Niko Matsakis-3/+1
2011-12-14first attempt, not happy with itNiko Matsakis-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-3/+3
2011-11-17remove compile-command from local variable blocksNiko Matsakis-1/+0
2011-11-10Cleanup unused importsHaitao Li-2/+1
2011-10-21Drop support for iter, put, and for-eachMarijn Haverbeke-18/+1
2011-10-20Merge ast::proto_shared and ast::proto_closureBrian Anderson-1/+2
2011-10-20Make fn denote a bare function. Convert fn to fn@ as neededBrian Anderson-1/+1
2011-10-07Parse and typecheck by-value and by-ref arg specsMarijn Haverbeke-2/+2
2011-09-12Factor imports mindlessly.Graydon Hoare-7/+2
2011-09-12Properly implement copy expressionsMarijn Haverbeke-1/+1
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-14/+12
2011-09-02Reformat. Issue #855Brian Anderson-64/+62
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-1/+1
2011-09-01Remove various istr conversions. Issue #855Brian Anderson-2/+2
2011-09-01Make resolve recognize upvarsMarijn Haverbeke-117/+67
2011-09-01Store arg mode and objfield mutability in their defMarijn Haverbeke-1/+1
2011-08-27Convert rustc::driver::session to istrs. Issue #855Brian Anderson-1/+1
2011-08-27Convert std::int to istrs. Issue #855Brian Anderson-1/+5
2011-08-22Move functions from syntax::ast to syntax::ast_utilBrian Anderson-4/+5
2011-08-20ReformatBrian Anderson-61/+66
2011-08-18Remove or _-prefix all unused function argumentsMarijn Haverbeke-2/+2
2011-08-16Port the compiler to the typaram foo<T> syntax.Erick Tryzelaar-6/+6
2011-08-16Rename std::ivec to std::vecBrian Anderson-1/+0
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-3/+3
2011-08-09Port the compiler to the ivec type [T] syntax.Erick Tryzelaar-5/+5
2011-08-05Revert "rustc: Introduce the concept of inline to the AST"Patrick Walton-6/+5
2011-08-05rustc: Introduce the concept of inline to the ASTPatrick Walton-5/+6
2011-08-04Prohibit assignment to upvars in lambdas. Closes #805.Michael Sullivan-4/+4
2011-08-04Use lambdas in the freevars pass.Michael Sullivan-64/+50
2011-08-03Make ast::pat_bindings an iteratorMarijn Haverbeke-5/+2
2011-08-02Track the node_id of the function in trans_common::fn_ctxt.Michael Sullivan-1/+1
2011-08-01Partially implement destructuring localsMarijn Haverbeke-2/+8
2011-07-28Change the way freevars stores its information again.Michael Sullivan-12/+18
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-6/+6
2011-07-27Reformat for new syntaxMarijn Haverbeke-95/+86
2011-07-26Fix the freevars pass to actually work on top of visit.Michael Sullivan-2/+9
2011-07-26Convert all code that uses walk.rs in the straightforward way to simple_visitMarijn Haverbeke-23/+21