| Age | Commit message (Expand) | Author | Lines |
| 2013-10-28 | Field identifiers now include specific spans (Closes #8263). | Joshua Yanovski | -7/+11 |
| 2013-10-28 | auto merge of #10117 : huonw/rust/dead-visits, r=sanxiyn | bors | -126/+70 |
| 2013-10-28 | Remove the extension traits for Readers/Writers | Alex Crichton | -4/+3 |
| 2013-10-28 | syntax: remove dead @mut Visitor impl (only used in tests). | Huon Wilson | -126/+70 |
| 2013-10-25 | libsyntax: Get rid of obsolete obsolete warning. | Luqman Aden | -6/+0 |
| 2013-10-25 | libsyntax: Get rid of some logic for some obsolete syntax. | Luqman Aden | -14/+5 |
| 2013-10-25 | libsyntax/librustc: Allow mut qualifier in patterns. | Luqman Aden | -56/+40 |
| 2013-10-24 | Test fixes and merge conflicts | Alex Crichton | -0/+1 |
| 2013-10-24 | Remove io::read_error | Alex Crichton | -8/+4 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -108/+151 |
| 2013-10-23 | register snapshots | Daniel Micay | -1/+1 |
| 2013-10-22 | libsyntax/librustc: Allow specifying mut on ~self. | Luqman Aden | -4/+15 |
| 2013-10-22 | libsyntax/librustc: Allow specifying mut on by-value self. | Luqman Aden | -20/+25 |
| 2013-10-22 | auto merge of #10006 : alexcrichton/rust/another-massive-rename, r=brson | bors | -148/+140 |
| 2013-10-22 | auto merge of #10002 : catamorphism/rust/bug-report-docs, r=alexcrichton | bors | -1/+5 |
| 2013-10-22 | Remove the now-duplicate logging macros | Alex Crichton | -8/+0 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -145/+145 |
| 2013-10-21 | auto merge of #9937 : brson/rust/log_str, r=alexcrichton | bors | -3/+4 |
| 2013-10-21 | auto merge of #9936 : madjar/rust/master, r=alexcrichton | bors | -33/+41 |
| 2013-10-21 | Add support for nested comments | Georges Dubus | -33/+41 |
| 2013-10-21 | syntax: Add the Bug Report HOWTO URL to the ICE message | Tim Chevalier | -1/+5 |
| 2013-10-21 | std: Move sys::log_str to repr::repr_to_str. Further work on #2240. | Brian Anderson | -3/+4 |
| 2013-10-21 | auto merge of #9991 : LeoTestard/rust/asm-feature-gate, r=huonw | bors | -3/+7 |
| 2013-10-21 | Add a feature flag for ASM | Léo Testard | -3/+7 |
| 2013-10-20 | Don't allocate a string when calling println | Alex Crichton | -7/+2 |
| 2013-10-18 | auto merge of #9919 : alexcrichton/rust/fmt-begone, r=huonw | bors | -362/+25 |
| 2013-10-18 | Remove the fmt! syntax extension | Alex Crichton | -362/+25 |
| 2013-10-18 | auto merge of #9851 : alexcrichton/rust/include_bin, r=huonw | bors | -8/+20 |
| 2013-10-18 | Optimize include_bin! for large inputs | Alex Crichton | -8/+20 |
| 2013-10-18 | Handle inline asm outputs as write-only in liveness, borrowck and trans. | Eduard Burtescu | -6/+15 |
| 2013-10-16 | auto merge of #9833 : alexcrichton/rust/fixes, r=brson | bors | -4/+18 |
| 2013-10-16 | path2: Update based on more review feedback | Kevin Ballard | -2/+2 |
| 2013-10-15 | Build a few extra features into format! parsing | Alex Crichton | -4/+17 |
| 2013-10-15 | Require module documentation with missing_doc | Alex Crichton | -0/+1 |
| 2013-10-15 | path2: Remove .with_display_str and friends | Kevin Ballard | -2/+2 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -9/+9 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -29/+27 |
| 2013-10-14 | Remove unused abi attributes. | Steve Klabnik | -1/+0 |
| 2013-10-10 | Remove named extern blocks from the AST | Alex Crichton | -31/+6 |
| 2013-10-09 | auto merge of #9783 : huonw/rust/macro-items, r=bstrie | bors | -2/+5 |
| 2013-10-10 | syntax: allow macros to expand to items with attributes. | Huon Wilson | -2/+5 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -34/+34 |
| 2013-10-08 | auto merge of #9753 : alexcrichton/rust/macro-attrs, r=brson | bors | -3/+0 |
| 2013-10-08 | Allow attributes on macros | Alex Crichton | -3/+0 |
| 2013-10-08 | auto merge of #9771 : alexcrichton/rust/snapshots, r=thestinger | bors | -19/+0 |
| 2013-10-08 | Register new snapshots | Alex Crichton | -19/+0 |
| 2013-10-08 | auto merge of #9756 : catamorphism/rust/issue-2354, r=alexcrichton | bors | -1/+11 |
| 2013-10-08 | Add bindings for start and ends of keyword ranges; use bindings in match arms. | Felix S. Klock II | -11/+40 |
| 2013-10-07 | auto merge of #9674 : ben0x539/rust/raw-str, r=alexcrichton | bors | -57/+160 |
| 2013-10-08 | add new enum ast::StrStyle as field to ast::lit_str | Benjamin Herr | -55/+74 |