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