| Age | Commit message (Expand) | Author | Lines |
| 2014-10-30 | Test fixes and rebase conflicts | Alex Crichton | -7/+7 |
| 2014-10-30 | rollup merge of #18430 : bjz/token | Alex Crichton | -34/+30 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -2/+2 |
| 2014-10-30 | Formatting fixes | Brendan Zabarauskas | -8/+8 |
| 2014-10-30 | Remove Token::get_close_delimiter | Brendan Zabarauskas | -11/+0 |
| 2014-10-30 | Use common variants for open and close delimiters | Brendan Zabarauskas | -19/+26 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -2/+2 |
| 2014-10-28 | Move token-to-string functions into print::pprust | Brendan Zabarauskas | -95/+0 |
| 2014-10-28 | Use an enum rather than a bool in token::Ident | Brendan Zabarauskas | -13/+35 |
| 2014-10-28 | Convert some token functions into methods | Brendan Zabarauskas | -178/+202 |
| 2014-10-28 | Use PascalCase for token variants | Brendan Zabarauskas | -278/+322 |
| 2014-10-09 | syntax: Convert statics to constants | Alex Crichton | -8/+8 |
| 2014-10-07 | Add `abstract`, `final`, and `override` to reserved keywords | John Gallagher | -0/+3 |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -2/+5 |
| 2014-09-26 | librustc: Eliminate the `ref` syntax for unboxed closure capture clauses | Patrick Walton | -28/+29 |
| 2014-09-18 | libsyntax: Disallow keywords followed by `::`. | Patrick Walton | -35/+48 |
| 2014-09-17 | auto merge of #17223 : retep998/rust/into_string, r=huonw | bors | -41/+41 |
| 2014-09-14 | syntax: fix fallout from using ptr::P. | Eduard Burtescu | -10/+10 |
| 2014-09-13 | Improve memory usage of libsyntax | Peter Atashian | -41/+41 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -45/+46 |
| 2014-08-14 | librustc: Implement simple `where` clauses. | Patrick Walton | -10/+11 |
| 2014-07-20 | Correctly stringify! types and paths inside macros | Piotr Jawniak | -3/+5 |
| 2014-07-09 | Fix all the test fallout | Corey Richardson | -2/+2 |
| 2014-07-09 | ast: make Name its own type | Corey Richardson | -45/+56 |
| 2014-07-09 | lexer: lex WS/COMMENT/SHEBANG rather than skipping | Corey Richardson | -1/+15 |
| 2014-07-09 | syntax: don't parse numeric literals in the lexer | Corey Richardson | -33/+9 |
| 2014-07-09 | syntax: don't process string/char/byte/binary lits | Corey Richardson | -23/+11 |
| 2014-07-09 | token: replace ast::Ident with just Ident | Corey Richardson | -18/+19 |
| 2014-07-09 | syntax: doc comments all the things | Corey Richardson | -3/+3 |
| 2014-07-08 | replace idents with names | John Clements | -0/+5 |
| 2014-07-08 | get rid of keyword idents, replace with names | John Clements | -6/+6 |
| 2014-07-08 | remove unused fn, make SELF_KEYWORD_NAME public | John Clements | -5/+1 |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -12/+12 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -12/+12 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -0/+2 |
| 2014-07-04 | new_mark -> apply_mark, new_rename -> apply_rename | John Clements | -1/+1 |
| 2014-06-27 | comments only | John Clements | -0/+1 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -4/+2 |
| 2014-06-24 | auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brson | bors | -3/+3 |
| 2014-06-17 | Add br##"xx"## raw byte string literals. | Simon Sapin | -0/+7 |
| 2014-06-17 | Add a b"xx" byte string literal of type &'static [u8]. | Simon Sapin | -4/+12 |
| 2014-06-17 | Add a b'x' byte literal of type u8. | Simon Sapin | -0/+11 |
| 2014-06-16 | rustc: Start accepting `*const T` | Alex Crichton | -3/+3 |
| 2014-06-13 | librustc: Fix the issue with labels shadowing variable names by making | Patrick Walton | -51/+52 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -10/+10 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo OchagavĂa | -1/+1 |
| 2014-06-04 | syntax: methodify the lexer | Corey Richardson | -1/+1 |
| 2014-06-03 | Add comments for the token table | Corey Richardson | -0/+4 |
| 2014-06-03 | syntax: shuffle some allocation out of binop_to_str | Corey Richardson | -13/+13 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -4/+4 |