| Age | Commit message (Expand) | Author | Lines |
| 2014-01-03 | auto merge of #11149 : alexcrichton/rust/remove-either, r=brson | bors | -13/+13 |
| 2014-01-03 | Remove std::either | Alex Crichton | -13/+13 |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -1/+1 |
| 2014-01-01 | syntax::diagnostic: Remove unnecessary traits | klutzy | -7/+7 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -6/+7 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -13/+0 |
| 2013-12-05 | Forbid keywords as lifetime parameters names. | Léo Testard | -1/+11 |
| 2013-11-27 | Be more strict about doc comments | Corey Richardson | -4/+2 |
| 2013-11-26 | libsyntax: Remove all non-`proc` `do` syntax. | Patrick Walton | -8/+8 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -2/+2 |
| 2013-11-20 | auto merge of #10567 : sanxiyn/rust/bytepos, r=alexcrichton | bors | -5/+5 |
| 2013-11-20 | Make BytePos 32-bit | Seo Sanghyeon | -5/+5 |
| 2013-11-19 | libsyntax: Change all uses of `&fn` to `||`. | Patrick Walton | -5/+11 |
| 2013-11-07 | auto merge of #10243 : mattcarberry/rust/master, r=brson | bors | -0/+13 |
| 2013-11-04 | libsyntax/librustc: Allow calling variadic foreign functions. | Luqman Aden | -6/+12 |
| 2013-11-02 | Added octal literal support. | Matt Carberry | -0/+13 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -3/+3 |
| 2013-10-21 | Add support for nested comments | Georges Dubus | -33/+41 |
| 2013-10-08 | add token::LIT_STR_RAW(ident, num of # symbols) | Benjamin Herr | -2/+2 |
| 2013-10-08 | lex raw string literals, like r#"blah"# | Benjamin Herr | -2/+66 |
| 2013-10-02 | auto merge of #9665 : alexcrichton/rust/snapshot, r=brson | bors | -1/+1 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -1/+1 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -6/+1 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -4/+3 |
| 2013-09-25 | auto merge of #9481 : jbclements/rust/minor-cleanup, r=cmr | bors | -1/+0 |
| 2013-09-24 | Disallow char literals which should be escaped | Alex Crichton | -21/+28 |
| 2013-09-24 | cleanup | John Clements | -1/+0 |
| 2013-09-19 | lexer: further slight improvements to lexer errors | Benjamin Herr | -16/+30 |
| 2013-09-19 | lexer: report problematic chars verbatim or as escape sequence | Benjamin Herr | -12/+23 |
| 2013-09-19 | lexer: show correct span on lexical errors | Benjamin Herr | -19/+59 |
| 2013-09-17 | Added support for a `\0` escape sequence. | Daniel Rosenwasser | -0/+2 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -3/+3 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -9/+13 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -6/+6 |
| 2013-08-15 | Better error message for unknown start of token | Kevin Ballard | -1/+3 |
| 2013-08-11 | libsyntax: Update from `@Object` to `@mut Object` as required | Niko Matsakis | -10/+11 |
| 2013-08-08 | Allow attributes to appear as macro arguments | Niko Matsakis | -1/+5 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -1/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -1/+1 |
| 2013-07-17 | librustc: Change repeated vector expressions to use implicit copyability. | Patrick Walton | -2/+5 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -7/+9 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -9/+9 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -4/+4 |
| 2013-06-25 | great renaming propagation: syntax | Corey Richardson | -6/+3 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -1/+1 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -14/+14 |
| 2013-06-11 | lexer: show correct span on unrecognized token start | Philipp Brüschweiler | -1/+5 |
| 2013-06-10 | clean-up unused import warnings | Huon Wilson | -2/+1 |
| 2013-06-10 | std: convert str::char_at* to methods. | Huon Wilson | -2/+2 |