| Age | Commit message (Expand) | Author | Lines |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -132/+71 |
| 2014-03-21 | syntax: make OptVec immutable. | Huon Wilson | -5/+3 |
| 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 | -12/+12 |
| 2014-03-09 | borrowck: classify expressions as assignees, uses or both | Edward Wang | -6/+9 |
| 2014-03-08 | librustc: Fix up fallout from the automatic conversion. | Felix S. Klock II | -11/+12 |
| 2014-03-08 | librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc. | Patrick Walton | -8/+8 |
| 2014-02-26 | Rename a few typeck method-related structures to UpperCamelCase. | Eduard Burtescu | -1/+1 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-11 | borrowck -- treak borrows from closures like other borrows | Niko Matsakis | -10/+0 |
| 2014-02-08 | Fixed error starting with uppercase | mr.Shu | -1/+1 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -2/+2 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -3/+3 |
| 2014-01-15 | Issue #3511 - Rationalize temporary lifetimes. | Niko Matsakis | -2/+2 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -1/+1 |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -12/+7 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -11/+23 |
| 2013-12-26 | librustc: Fix tidy problem. | Patrick Walton | -1/+0 |
| 2013-12-26 | librustc: De-`@mut` `MoveData` | Patrick Walton | -13/+13 |
| 2013-12-26 | librustc: De-`@mut` `MoveData::assignee_ids` | Patrick Walton | -4/+8 |
| 2013-12-26 | librustc: De-`@mut` `MoveData::var_assignments` | Patrick Walton | -18/+29 |
| 2013-12-26 | librustc: De-`@mut` `MoveData::path_assignments` | Patrick Walton | -5/+11 |
| 2013-12-26 | librustc: De-`@mut` `MoveData::path_map` | Patrick Walton | -10/+23 |
| 2013-12-26 | librustc: De-`@mut` `MoveData::moves` | Patrick Walton | -16/+30 |
| 2013-12-26 | librustc: Replace the `move` method with an accessor in the borrow check | Patrick Walton | -3/+3 |
| 2013-12-26 | librustc: De-`@mut` `MoveData::paths` | Patrick Walton | -27/+47 |
| 2013-12-26 | librustc: Change `mut_path` into mutators for specific fields in the | Patrick Walton | -5/+13 |
| 2013-12-26 | librustc: Extract `first_child` and `next_sibling` from the borrow check | Patrick Walton | -5/+8 |
| 2013-12-26 | librustc: Extract `first_move` from the move data into an accessor | Patrick Walton | -2/+6 |
| 2013-12-26 | librustc: Extract `parent` from move data as an accessor | Patrick Walton | -3/+7 |
| 2013-12-26 | librustc: Extract `loan_path` from move data into an accessor | Patrick Walton | -5/+8 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -4/+4 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -14/+14 |
| 2013-11-19 | librustc: Change most uses of `&fn()` to `||`. | Patrick Walton | -8/+8 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -5/+5 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -5/+5 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -3/+3 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -3/+3 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -6/+6 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -30/+35 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -6/+6 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -11/+11 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -0/+24 |
| 2013-07-08 | Modify borrow checker to visit irrefutable patterns that appear in | Niko Matsakis | -0/+18 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -2/+2 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -3/+2 |
| 2013-06-29 | 'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f... | Ben Blum | -1/+1 |
| 2013-06-24 | remove old_iter | Daniel Micay | -2/+2 |