| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-04-10 | Re-add a fixme after some investigation into what's going on. | Felix S. Klock II | -0/+11 |
| 2015-04-10 | Change `derive` expansions to use `discriminant_value` intrinsic. | Felix S. Klock II | -30/+27 |
| 2015-04-10 | Add a new `span_suggestion` infrastructure. This lets you edit a snippet | Niko Matsakis | -1/+65 |
| 2015-04-10 | Modify the codemap code to use more slices and to information about | Niko Matsakis | -40/+133 |
| 2015-04-10 | Replace the use of the rather randomly named boolean `custom` to mean | Niko Matsakis | -30/+37 |
| 2015-04-10 | Rollup merge of #24225 - nrc:for-span, r=pnkfelix | Manish Goregaokar | -1/+1 |
| 2015-04-09 | Fix the span for `for` expressions | Nick Cameron | -1/+1 |
| 2015-04-09 | Debug impls for a few things in syntax::codemap | Nick Cameron | -0/+12 |
| 2015-04-08 | Auto merge of #24144 - richo:ptr-formatter, r=alexcrichton | bors | -0/+7 |
| 2015-04-08 | Auto merge of #23998 - nrc:impl-self, r=nikomatsakis | bors | -41/+2 |
| 2015-04-07 | alloc: impl fmt::Pointer for Rc, Arc and Box | Richo Healey | -0/+7 |
| 2015-04-07 | Improves handling of statement macros. | Christopher Chambers | -44/+75 |
| 2015-04-06 | Provide context for macro expansions which result in unparsed tokens. | Will Hipschman | -0/+17 |
| 2015-04-05 | Add comments suggested by Niko | Phil Dawes | -27/+9 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -1312/+1405 |
| 2015-04-03 | Validate export_name attribute | Simonas Kazlauskas | -0/+17 |
| 2015-04-03 | Check uses of `Self` in impls in the compiler rather than during expansion | Nick Cameron | -41/+2 |
| 2015-04-03 | Auto merge of #23974 - pnkfelix:fix-23973, r=alexcrichton | bors | -0/+6 |
| 2015-04-02 | Revise logic to match `rustc::session::config::get_unstable_features_setting` | Felix S. Klock II | -8/+2 |
| 2015-04-02 | Auto merge of #23877 - richo:gardening, r=Manishearth | bors | -11/+22 |
| 2015-04-02 | Do not suggest `#![feature(...)]` if we are in beta or stable channel. | Felix S. Klock II | -0/+12 |
| 2015-04-02 | Fix parsing of patterns in macros | Vadim Petrochenkov | -1/+3 |