| Age | Commit message (Expand) | Author | Lines |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -3/+2 |
| 2014-03-21 | syntax: make OptVec immutable. | Huon Wilson | -3/+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 | -4/+4 |
| 2014-03-15 | rustc: Remove compiler support for __log_level() | Alex Crichton | -1/+0 |
| 2014-03-13 | Implement automatic overloaded dereference. | Eduard Burtescu | -2/+2 |
| 2014-03-08 | librustc: Fix up fallout from the automatic conversion. | Felix S. Klock II | -2/+3 |
| 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 | -3/+3 |
| 2014-03-03 | syntax: make match arms store the expr directly. | Huon Wilson | -1/+1 |
| 2014-03-01 | librustc: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -5/+6 |
| 2014-02-26 | Replace callee_id with information stored in method_map. | Eduard Burtescu | -9/+9 |
| 2014-02-26 | Rename a few typeck method-related structures to UpperCamelCase. | Eduard Burtescu | -2/+2 |
| 2014-02-23 | Make break and continue hygienic | Edward Wang | -1/+1 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-14 | Removed the obsolete ast::CallSugar (previously used by `do`). | Eduard Burtescu | -2/+2 |
| 2014-02-08 | Fixed error starting with uppercase | mr.Shu | -2/+2 |
| 2014-01-29 | Removing support for the do syntax from libsyntax and librustc. | Scott Lawrence | -1/+0 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -3/+2 |
| 2014-01-21 | [std::vec] Rename .last_opt() to .last(), drop the old .last() behavior | Simon Sapin | -1/+1 |
| 2014-01-13 | librustc: Remove `@` pointer patterns from the language | Patrick Walton | -1/+0 |
| 2014-01-09 | librustc: Implement placement `box` for GC and unique pointers. | Patrick Walton | -0/+4 |
| 2013-12-26 | librustc: De-`@mut` the def map. | Patrick Walton | -1/+2 |
| 2013-12-26 | librustc: De-`@mut` the method map | Patrick Walton | -1/+2 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -6/+6 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -11/+11 |
| 2013-11-18 | Use '..' as slice wildcard in vectors | Brian Anderson | -1/+1 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -0/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -1/+1 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -3/+3 |
| 2013-09-10 | change type of ExprLoop and ExprBreak elts from ident->name. | John Clements | -1/+1 |
| 2013-09-05 | Remove the __log function for __log_level | Alex Crichton | -1/+1 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -74/+74 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -6/+6 |
| 2013-08-05 | Get rid of some NOTEs. | Michael Sullivan | -1/+1 |
| 2013-08-04 | rm obsolete `for` support from the compiler | Daniel Micay | -1/+0 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -5/+5 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -5/+5 |
| 2013-07-30 | syntax: implement foreach .. in .. { .. } via desugaring. | Graydon Hoare | -0/+2 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -3/+3 |
| 2013-07-22 | De-spanned<T> and renamed ast::field (now ast::Field) | Michael Woerister | -1/+1 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -4/+4 |
| 2013-07-17 | librustc: Remove `copy` expressions from the language. | Patrick Walton | -2/+1 |
| 2013-07-17 | Made ast::blk not use spanned<T> anymore. | Michael Woerister | -3/+3 |
| 2013-07-11 | Add simple control-flow-graph abstraction based on graph, currently unused | Niko Matsakis | -0/+523 |