| Age | Commit message (Expand) | Author | Lines |
| 2014-03-17 | De-@ codemap and diagnostic. | Eduard Burtescu | -67/+54 |
| 2014-03-10 | syntax: fixed ICEs and incorrect line nums when reporting Spans at the end of... | Dmitry Promsky | -14/+58 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -9/+10 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -9/+8 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -6/+6 |
| 2014-02-27 | Fix bytepos_to_file_charpos. | Nick Cameron | -10/+52 |
| 2014-02-25 | auto merge of #12522 : erickt/rust/hash, r=alexcrichton | bors | -1/+1 |
| 2014-02-24 | syntax: calculate positions of multibyte characters more correctly. | Huon Wilson | -3/+4 |
| 2014-02-24 | std: minor whitespace cleanup | Erick Tryzelaar | -1/+1 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -7/+7 |
| 2014-02-19 | Fix bug with zero-length filemaps and rename bytepos_to_local_charpos to byte... | Nick Cameron | -8/+78 |
| 2014-02-05 | pull extra::{serialize, ebml} into a separate libserialize crate | Jeff Olson | -1/+1 |
| 2014-02-02 | libsyntax: Fix tests. | Patrick Walton | -2/+2 |
| 2014-02-02 | librustc: De-`@str` `NameAndSpan` | Patrick Walton | -3/+3 |
| 2014-02-02 | libsyntax: De-`@str` pathnames | Patrick Walton | -3/+3 |
| 2014-02-02 | librustc: Stop using `@str` for source. | Patrick Walton | -2/+2 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -1/+1 |
| 2014-01-23 | auto merge of #11718 : ktt3ja/rust/borrowck-error-msg, r=brson | bors | -4/+0 |
| 2014-01-23 | Make some borrow checker errors more user friendly | Kiet Tran | -4/+0 |
| 2014-01-21 | [std::vec] Rename .last_opt() to .last(), drop the old .last() behavior | Simon Sapin | -6/+3 |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -1/+1 |
| 2014-01-15 | libsyntax: Remove the obsolete ability to parse from substrings. | Patrick Walton | -42/+8 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -6/+6 |
| 2014-01-03 | libsyntax: De-`@mut` `CodeMap::files` | Patrick Walton | -16/+28 |
| 2014-01-03 | libsyntax: De-`@mut` `FileMap::multibyte_chars` | Patrick Walton | -4/+6 |
| 2014-01-03 | libsyntax: De-`@mut` `FileMap::lines` | Patrick Walton | -10/+14 |
| 2014-01-02 | Output columns 1-based. Fixes #10848 | Jan Niklas Hasse | -2/+2 |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -8/+5 |
| 2013-12-12 | Add --dep-info to write Makefile-compatible dependency info. | Jack Moffitt | -0/+4 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -7/+0 |
| 2013-12-07 | syntax: print expansion info from #[attribute] macros in the correct | Huon Wilson | -1/+15 |
| 2013-11-20 | Make BytePos 32-bit | Seo Sanghyeon | -5/+7 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -7/+7 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -10/+10 |
| 2013-09-14 | These impls, at least, can be avoided by deriving Ord. | Lindsey Kuper | -16/+2 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -27/+27 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -2/+2 |
| 2013-08-05 | auto merge of #8278 : cmr/rust/workaround, r=brson | bors | -4/+11 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -3/+3 |
| 2013-08-03 | Work around #8256, do not fail the task, just return None | Corey Richardson | -4/+11 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -2/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -2/+2 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -4/+7 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -1/+1 |
| 2013-07-05 | Do not rely on newtype enum dereference | Seo Sanghyeon | -7/+2 |
| 2013-06-29 | Use more deriving(IterBytes) in libsyntax. | Ben Blum | -46/+7 |
| 2013-06-25 | great renaming propagation: syntax | Corey Richardson | -5/+3 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -2/+2 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -11/+11 |
| 2013-06-10 | std: convert character-based str::find_* to methods. Add .slice_{to,from} met... | Huon Wilson | -6/+5 |