| Age | Commit message (Expand) | Author | Lines |
| 2014-07-09 | ast: make Name its own type | Corey Richardson | -8/+12 |
| 2014-07-09 | lexer: lex WS/COMMENT/SHEBANG rather than skipping | Corey Richardson | -3/+17 |
| 2014-07-09 | syntax: don't parse numeric literals in the lexer | Corey Richardson | -12/+7 |
| 2014-07-09 | syntax: don't process string/char/byte/binary lits | Corey Richardson | -6/+11 |
| 2014-07-09 | syntax: doc comments all the things | Corey Richardson | -224/+225 |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -30/+42 |
| 2014-07-08 | remove outdated comment | John Clements | -12/+0 |
| 2014-07-08 | get rid of keyword idents, replace with names | John Clements | -2/+2 |
| 2014-07-08 | preserve context in parsing of `self` varref | John Clements | -9/+11 |
| 2014-07-08 | change if/else to match | John Clements | -179/+197 |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -38/+38 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -38/+38 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -18/+44 |
| 2014-07-05 | auto merge of #15428 : phildawes/rust/master, r=huonw | bors | -2/+3 |
| 2014-07-04 | Parser: fix PatIdent span bug | Phil Dawes | -2/+3 |
| 2014-07-04 | librustc: Remove the `&LIFETIME EXPR` production from the language. | Patrick Walton | -1/+0 |
| 2014-07-03 | Fix ICE with nested macro_rules!-style macros | Kevin Ballard | -2/+2 |
| 2014-07-03 | Simplify PatIdent to contain an Ident rather than a Path | John Clements | -9/+14 |
| 2014-06-25 | Register new snapshots | Alex Crichton | -1/+5 |
| 2014-06-24 | Make parse_expr_res public | Keegan McAllister | -1/+1 |
| 2014-06-24 | auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brson | bors | -1/+14 |
| 2014-06-23 | libsyntax: Disallow struct literals after `if`, `while`, `match`, and | Patrick Walton | -14/+16 |
| 2014-06-22 | libsyntax: don't allow enum structs with no fields | Benjamin Herr | -0/+5 |
| 2014-06-21 | auto merge of #15062 : pcwalton/rust/trailing-plus, r=brson | bors | -0/+6 |
| 2014-06-20 | libsyntax: Stop parsing `+` with no bounds after it. | Patrick Walton | -0/+6 |
| 2014-06-20 | syntax: Parse GT tokens from `>=` and `>>=` | Alex Crichton | -1/+13 |
| 2014-06-17 | Add br##"xx"## raw byte string literals. | Simon Sapin | -0/+1 |
| 2014-06-17 | Add a b"xx" byte string literal of type &'static [u8]. | Simon Sapin | -1/+2 |
| 2014-06-17 | Add a b'x' byte literal of type u8. | Simon Sapin | -1/+2 |
| 2014-06-16 | rustc: Improve span for error about using a method as a field. | Kevin Butler | -2/+3 |
| 2014-06-16 | rustc: Start accepting `*const T` | Alex Crichton | -1/+14 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -37/+4 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -2/+5 |
| 2014-06-13 | Fix all violations of stronger guarantees for mutable borrows | Cameron Zwarich | -55/+102 |
| 2014-06-13 | syntax: parse outer attributes in `quote_item!` calls. | Huon Wilson | -0/+5 |
| 2014-06-13 | libsyntax: Allow `+` to separate trait bounds from objects. | Patrick Walton | -51/+86 |
| 2014-06-13 | librustc: Fix the issue with labels shadowing variable names by making | Patrick Walton | -1/+1 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -4/+34 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -4/+34 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -6/+7 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -2/+2 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -117/+124 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-06-09 | librustc: Implement sugar for the `FnMut` trait | Patrick Walton | -13/+71 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-30 | libsyntax: Fix snake_case errors. | Kevin Butler | -41/+37 |
| 2014-05-30 | auto merge of #14517 : lucy/rust/issue-14499, r=alexcrichton | bors | -1/+1 |
| 2014-05-29 | auto merge of #14483 : ahmedcharles/rust/patbox, r=alexcrichton | bors | -3/+3 |
| 2014-05-29 | syntax: Fix span on illegal ABI errors | lucy | -1/+1 |