| Age | Commit message (Expand) | Author | Lines |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -3/+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-20 | rename std::vec -> std::slice | Daniel Micay | -2/+2 |
| 2014-03-18 | syntax: Don't parameterize the the pretty printer | Alex Crichton | -1/+1 |
| 2014-03-17 | Refactor pprust a bit. | Eduard Burtescu | -14/+14 |
| 2014-03-17 | De-@ ty::ctxt usage. | Eduard Burtescu | -13/+13 |
| 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 | -11/+17 |
| 2014-03-08 | librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc. | Patrick Walton | -20/+18 |
| 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 | -2/+1 |
| 2014-03-01 | librustc: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -5/+7 |
| 2014-02-26 | Replace callee_id with information stored in method_map. | Eduard Burtescu | -16/+15 |
| 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-22 | Warn about unnecessary parentheses upon assignment | Eduard Bopp | -1/+1 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -6/+6 |
| 2014-02-14 | Removed the obsolete ast::CallSugar (previously used by `do`). | Eduard Burtescu | -2/+2 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -2/+1 |
| 2014-02-11 | dataflow -- do not consider the interprocedural case | Niko Matsakis | -120/+23 |
| 2014-02-08 | Fixed error starting with uppercase | mr.Shu | -2/+2 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -4/+3 |
| 2014-02-03 | rustc: Remove io_error usage | Alex Crichton | -9/+12 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -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 | -14/+7 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -11/+11 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -3/+3 |
| 2014-01-09 | auto merge of #11055 : pcwalton/rust/placement-box, r=pcwalton | bors | -0/+5 |
| 2014-01-09 | librustc: Implement placement `box` for GC and unique pointers. | Patrick Walton | -0/+5 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -11/+10 |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -2/+1 |
| 2014-01-03 | librustc: De-`@mut` all writers | Patrick Walton | -2/+2 |
| 2014-01-03 | librustc: De-`@mut` (and de-`@`) the pretty printer | Patrick Walton | -8/+8 |
| 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-11 | Make 'self lifetime illegal. | Erik Price | -4/+4 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -7/+7 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -5/+5 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -6/+6 |
| 2013-11-19 | librustc: Change most uses of `&fn()` to `||`. | Patrick Walton | -14/+11 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -1/+1 |
| 2013-10-29 | librustc: Implement the `proc` type as sugar for `~once fn` and `proc` | Patrick Walton | -1/+2 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -3/+3 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -26/+26 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -35/+35 |
| 2013-09-30 | trans: Change @ast::Expr -> &ast::Expr where possible | blake2-ppc | -6/+6 |