| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -4/+4 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -49/+49 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -6/+6 |
| 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 |