| Age | Commit message (Expand) | Author | Lines |
| 2015-04-17 | Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelix | Manish Goregaokar | -4/+4 |
| 2015-04-17 | Enforce 80 char lines in extended errors. | Michael Sproul | -3/+12 |
| 2015-04-17 | Validate format of extended error descriptions. | Michael Sproul | -0/+12 |
| 2015-04-16 | Fix some documentation typos | Luke Gallagher | -1/+1 |
| 2015-04-16 | Omit 'obsolete' note for warning if -Awarning | Mathijs van de Nes | -1/+2 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -8/+7 |
| 2015-04-16 | Auto merge of #24423 - tbelaire:include_bytes, r=alexcrichton | bors | -0/+5 |
| 2015-04-16 | Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton | bors | -44/+44 |
| 2015-04-15 | syntax: Clean up the indentation for #[derive(Eq)] | Erick Tryzelaar | -12/+14 |
| 2015-04-15 | syntax: Change deriving methods to take a `&mut FnMut(P<Item>)` | Erick Tryzelaar | -115/+97 |
| 2015-04-15 | syntax: Rename deriving/cmp/* to match their current names | Erick Tryzelaar | -415/+415 |
| 2015-04-16 | Auto merge of #24485 - brson:is, r=alexcrichton | bors | -2/+0 |
| 2015-04-15 | Forbid is/us suffixes. Fixes #22496 | Brian Anderson | -2/+0 |
| 2015-04-15 | Rollup merge of #24438 - nrc:tuple-span, r=sfackler | Steve Klabnik | -1/+1 |
| 2015-04-15 | Auto merge of #24436 - fhahn:fix-small-typo, r=steveklabnik | bors | -1/+1 |
| 2015-04-15 | Implement traits for parser error structs | Adolfo OchagavĂa | -8/+29 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -30/+30 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -14/+14 |
| 2015-04-15 | Fix the span for tuple expressions | Nick Cameron | -1/+1 |
| 2015-04-14 | Remove superfluous `the` from `custom_attribute` feature gate message | Florian Hahn | -1/+1 |
| 2015-04-14 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-04-14 | rollup merge of #24391: nrc/visit-vis | Alex Crichton | -23/+30 |
| 2015-04-14 | rollup merge of #24381: erickt/cleanup | Alex Crichton | -1/+5 |
| 2015-04-14 | include_bytes! now registers the file included | Theo Belaire | -0/+5 |
| 2015-04-14 | syntax: Remove derive(Rand) | Alex Crichton | -178/+0 |
| 2015-04-14 | std: Remove old_io/old_path/rand modules | Alex Crichton | -17/+0 |
| 2015-04-14 | Auto merge of #24312 - rprichard:destabilize-format-args, r=alexcrichton | bors | -19/+25 |
| 2015-04-14 | Add "trace-macros" as a compiler flag | Thomas Jespersen | -4/+4 |
| 2015-04-14 | Auto merge of #24295 - contradictioned:master, r=alexcrichton | bors | -1/+7 |
| 2015-04-14 | Expose visibility for fns in syntax::visit | Nick Cameron | -23/+30 |
| 2015-04-13 | syntax: Publically expose printing where clauses, and add attr_to_string | Erick Tryzelaar | -1/+5 |
| 2015-04-13 | Added a help span which informs the user about the escaping of curly braces i... | Manuel Hoffmann | -1/+7 |
| 2015-04-13 | Auto merge of #24323 - rprichard:panic-line-type, r=alexcrichton | bors | -1/+1 |
| 2015-04-12 | Use the ecx.call_site() span for generating refs to format_args! internals | Ryan Prichard | -19/+25 |
| 2015-04-12 | Auto merge of #24248 - nrc:macro-span, r=sfackler | bors | -9/+11 |
| 2015-04-12 | Auto merge of #24003 - rprichard:span-fixes, r=huonw | bors | -23/+16 |
| 2015-04-12 | Fix spans for macros | Nick Cameron | -9/+11 |
| 2015-04-12 | Auto merge of #23011 - nagisa:the-war-of-symbol-and-symbol, r=pnkfelix | bors | -0/+17 |
| 2015-04-11 | Remove the vestigial ExtCtxt::print_backtrace function. | Ryan Prichard | -12/+0 |
| 2015-04-11 | Suppress the macro backtrace for `fileline_note` and `fileline_help`. | Ryan Prichard | -5/+4 |
| 2015-04-11 | Propagate macro backtraces more often, improve formatting diagnostics | Ryan Prichard | -6/+12 |
| 2015-04-11 | Rollup merge of #24242 - nikomatsakis:escaping-closure-error-message, r=brson | Manish Goregaokar | -71/+235 |
| 2015-04-11 | Change the rt::unwind line argument type from usize to u32. | Ryan Prichard | -1/+1 |
| 2015-04-11 | Auto merge of #24155 - chris-chambers:stmt_macros, r=sfackler | bors | -45/+87 |
| 2015-04-11 | Moves expand_stmt's bt_pop so that it balances correctly. | Christopher Chambers | -3/+4 |
| 2015-04-10 | Simplifications to statement macro handling. | Christopher Chambers | -37/+12 |
| 2015-04-10 | Eliminates a pointless is_empty test. | Christopher Chambers | -1/+1 |
| 2015-04-10 | Improves semicolon expansion efficiency, corrects bt_pop placement. | Christopher Chambers | -16/+51 |
| 2015-04-10 | fix some comments. | Felix S. Klock II | -6/+7 |
| 2015-04-10 | Incorporate repr-attr into deriving(PartialOrd) to avoid truncation errors. | Felix S. Klock II | -13/+38 |