| Age | Commit message (Expand) | Author | Lines |
| 2014-06-04 | syntax: methodify the lexer | Corey Richardson | -1112/+0 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -17/+17 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -6/+6 |
| 2014-05-23 | Make most lexer errors non-fatal | Kevin Ballard | -142/+103 |
| 2014-05-23 | auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard | bors | -4/+1 |
| 2014-05-23 | syntax: Clean out obsolete syntax parsing | Alex Crichton | -4/+1 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -4/+3 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -69/+90 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -2/+2 |
| 2014-05-02 | syntax: store char literals/tokens as `char`s rather than u32s. | Huon Wilson | -5/+5 |
| 2014-04-22 | add support for quadruple precision floating point | Daniel Micay | -3/+8 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -40/+41 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -17/+25 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -10/+10 |
| 2014-03-28 | Used inherited mutability in lexer::Reader. | Eduard Burtescu | -171/+150 |
| 2014-03-22 | syntax: Fix fallout of removing get() | Alex Crichton | -20/+16 |
| 2014-03-20 | syntax: Tidy up parsing the new attribute syntax | Alex Crichton | -12/+18 |
| 2014-03-20 | Added new attribute syntax with backward compatibility. | Daniel Fagnan | -0/+18 |
| 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-17 | Fix rustdoc and tests. | Eduard Burtescu | -54/+30 |
| 2014-03-17 | De-@ codemap and diagnostic. | Eduard Burtescu | -63/+63 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -0/+1 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -9/+9 |
| 2014-03-01 | auto merge of #12627 : alexcrichton/rust/issue-12623, r=brson | bors | -1/+5 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -1/+1 |
| 2014-02-28 | rustdoc: Capture all output from rustc by default | Alex Crichton | -1/+5 |
| 2014-02-24 | syntax: record multibyte chars' positions absolutely, not relative to | Huon Wilson | -2/+1 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -2/+2 |
| 2014-02-08 | syntax: convert the lexer to use Option<char> over transmute(-1). | Huon Wilson | -94/+135 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -51/+49 |
| 2014-02-02 | libsyntax: Fix tests. | Patrick Walton | -13/+13 |
| 2014-02-02 | libsyntax: Remove the unnecessary `src` field from the lexer | Patrick Walton | -9/+6 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -1/+1 |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -1/+1 |
| 2014-01-11 | Tighten up float literal lexing. | SiegeLord | -11/+16 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -1/+1 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -22/+20 |
| 2014-01-03 | libsyntax: De-`@mut` `CodeMap::files` | Patrick Walton | -1/+4 |
| 2014-01-03 | librustc: De-`@mut` the span handler | Patrick Walton | -6/+6 |
| 2014-01-03 | libsyntax: De-`@mut` `StringReader`, `TtReader`, and `reader` | Patrick Walton | -44/+43 |
| 2014-01-03 | libsyntax: De-`@mut` `TtReader::cur_span` | Patrick Walton | -2/+2 |
| 2014-01-03 | libsyntax: De-`@mut` `TtReader::cur_tok` | Patrick Walton | -2/+5 |
| 2014-01-03 | libsyntax: De-`@mut` `StringReader::peek_span` | Patrick Walton | -9/+10 |
| 2014-01-03 | libsyntax: De-`@mut` `StringReader::peek_tok` | Patrick Walton | -10/+13 |
| 2014-01-03 | libsyntax: De-`@mut` `StringReader::curr` | Patrick Walton | -54/+57 |
| 2014-01-03 | libsyntax: De-`@mut` `StringReader::col` | Patrick Walton | -5/+5 |
| 2014-01-03 | libsyntax: De-`@mut` `StringReader::last_pos` | Patrick Walton | -43/+45 |
| 2014-01-03 | libsyntax: De-`@mut` `StringReader::pos` | Patrick Walton | -13/+14 |