| Age | Commit message (Expand) | Author | Lines |
| 2014-05-23 | syntax: Clean out obsolete syntax parsing | Alex Crichton | -36/+34 |
| 2014-05-16 | libserialize: Remove all uses of `~str` from `libserialize`. | Patrick Walton | -1/+2 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -1/+1 |
| 2014-05-13 | syntax: Fix printing INT64_MIN | Alex Crichton | -3/+5 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -2/+2 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -71/+76 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -4/+3 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -2/+2 |
| 2014-05-02 | syntax: store char literals/tokens as `char`s rather than u32s. | Huon Wilson | -3/+2 |
| 2014-04-20 | Allow inheritance between structs. | Nick Cameron | -14/+15 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -53/+53 |
| 2014-04-16 | syntax: Demote `priv` to a reserved keyword | Alex Crichton | -18/+18 |
| 2014-04-13 | libsyntax: update helper to stringify TyU* and TyI* to take into account havi... | Kevin Butler | -6/+2 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -8/+10 |
| 2014-03-31 | syntax: allow stmt/expr macro invocations to be delimited by []. | Gábor Lehel | -11/+7 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -1/+1 |
| 2014-03-29 | auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton | bors | -17/+0 |
| 2014-03-28 | auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichton | bors | -5/+7 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -17/+0 |
| 2014-03-28 | syntax: Accept meta matchers in macros | Alex Crichton | -4/+4 |
| 2014-03-28 | De-@ IdentInterner. | Eduard Burtescu | -5/+7 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -0/+17 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -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-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -30/+29 |
| 2014-03-12 | rand: deprecate `rng`. | Huon Wilson | -1/+1 |
| 2014-03-05 | Refactor and fix FIXME's in mtwt hygiene code | Edward Wang | -3/+4 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -7/+6 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -3/+3 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -2/+20 |
| 2014-02-23 | auto merge of #12338 : edwardw/rust/hygienic-break-continue, r=cmr | bors | -2/+2 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -4/+4 |
| 2014-02-23 | Make break and continue hygienic | Edward Wang | -2/+2 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -118/+103 |
| 2014-02-13 | Replace `extern mod` with `extern crate` | Flavio Percoco | -26/+27 |
| 2014-02-11 | Reserve `do` as a keyword | Eduard Bopp | -0/+1 |
| 2014-02-08 | std::fmt: convert the formatting traits to a proper self. | Huon Wilson | -2/+2 |
| 2014-02-05 | pull extra::{serialize, ebml} into a separate libserialize crate | Jeff Olson | -1/+1 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -2/+2 |
| 2014-02-02 | std: rename fmt::Default to `Show`. | Huon Wilson | -1/+1 |
| 2014-02-02 | Changes from the review of the @str PR. | Huon Wilson | -7/+0 |
| 2014-02-02 | Fix `@str` removal tests. | Huon Wilson | -1/+0 |
| 2014-02-02 | librustc: Remove `@str` from the language | Patrick Walton | -4/+5 |
| 2014-02-02 | libsyntax: Remove `@str` from the interner | Patrick Walton | -10/+12 |
| 2014-02-02 | libsyntax: Remove the `interner_get` function and all uses | Patrick Walton | -27/+0 |
| 2014-02-02 | libsyntax: Remove uses of `token::ident_to_str()` | Patrick Walton | -29/+14 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -1/+13 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -0/+87 |
| 2014-01-29 | Removing support for the do syntax from libsyntax and librustc. | Scott Lawrence | -40/+39 |