about summary refs log tree commit diff
path: root/src/librustc/middle/freevars.rs
AgeCommit message (Expand)AuthorLines
2014-09-18rustc: move freevar finding to resolve.Eduard Burtescu-128/+0
2014-09-18rustc: move type definitions from middle::freevars to middle::ty.Eduard Burtescu-50/+8
2014-09-18rustc: add a closure depth to DefUpvar.Eduard Burtescu-62/+42
2014-09-12Track the visited AST's lifetime throughout Visitor.Eduard Burtescu-4/+4
2014-09-12Remove largely unused context from Visitor.Eduard Burtescu-33/+37
2014-09-08rustc: fix fallout from the addition of a 'tcx lifetime on tcx.Eduard Burtescu-2/+2
2014-08-14librustc: Tie up loose ends in unboxed closures.Patrick Walton-1/+1
2014-08-13librustc: Parse, but do not fully turn on, the `ref` keyword forPatrick Walton-19/+48
2014-08-09librustc: Encode upvar_borrow_map in metadata.Luqman Aden-5/+3
2014-07-18librustc: Implement unboxed closures with mutable receiversPatrick Walton-4/+8
2014-06-06Move Def out of syntax crate, where it does not belongNiko Matsakis-4/+5
2014-05-14Removed unnecessary arguments for walk_* functionsMichael Darakananda-1/+1
2014-04-24Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove theNiko Matsakis-1/+20
2014-04-22rustc: de-@ freevars.Eduard Burtescu-9/+8
2014-04-22rustc: de-@ some RefCell's.Eduard Burtescu-24/+13
2014-04-02middle: freevars: remove dead codeCorey Richardson-4/+0
2014-03-31rustc: Switch field privacy as necessaryAlex Crichton-2/+2
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-4/+2
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-17De-@ ty::ctxt usage.Eduard Burtescu-2/+2
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-0/+1
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-3/+3
2014-03-06rustc: Move to FNV hashing for node/def idsAlex Crichton-7/+7
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-1/+2
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-2/+2
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-1/+1
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-3/+2
2014-01-06Disowned the Visitor.Eduard Burtescu-33/+31
2013-12-26librustc: De-`@mut` the def map.Patrick Walton-1/+2
2013-12-26librustc: De-`@mut` the `freevar_map`Patrick Walton-8/+11
2013-12-26librustc: De-`@mut` the `CollectFreevarsVisitor`Patrick Walton-5/+9
2013-12-01Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...Eduard Burtescu-2/+2
2013-11-28Register new snapshotsAlex Crichton-2/+2
2013-10-29librustc: Implement the `proc` type as sugar for `~once fn` and `proc`Patrick Walton-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-09-30rustc: Remove usage of fmt!Alex Crichton-2/+2
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-5/+5
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-3/+3
2013-08-15Port freevars.rs from oldvisit to <V:Visitor> trait.Felix S. Klock II-37/+61
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-11/+13
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...Michael Woerister-4/+4
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-3/+3
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-1/+1
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-2/+1
2013-06-27Remove many shared pointersPhilipp Brüschweiler-1/+1
2013-06-12Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple.Felix S. Klock II-7/+7
2013-06-10clean-up unused import warningsHuon Wilson-1/+0