summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-05-11address fallout in libsyntaxtest.Felix S. Klock II-1/+5
2015-05-11Fallout from fixing Issue 25199.Felix S. Klock II-3/+4
2015-05-12Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-9/+9
2015-04-30Fix #20616York Xiang-2/+41
2015-04-23std: Remove deprecated/unstable num functionalityAlex Crichton-13/+20
2015-04-16Auto merge of #24423 - tbelaire:include_bytes, r=alexcrichtonbors-0/+5
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-44/+44
2015-04-16Auto merge of #24485 - brson:is, r=alexcrichtonbors-2/+0
2015-04-15Forbid is/us suffixes. Fixes #22496Brian Anderson-2/+0
2015-04-15Rollup merge of #24438 - nrc:tuple-span, r=sfacklerSteve Klabnik-1/+1
2015-04-15Auto merge of #24436 - fhahn:fix-small-typo, r=steveklabnikbors-1/+1
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-30/+30
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-14/+14
2015-04-15Fix the span for tuple expressionsNick Cameron-1/+1
2015-04-14Remove superfluous `the` from `custom_attribute` feature gate messageFlorian Hahn-1/+1
2015-04-14Test fixes and rebase conflictsAlex Crichton-1/+1
2015-04-14rollup merge of #24391: nrc/visit-visAlex Crichton-23/+30
2015-04-14rollup merge of #24381: erickt/cleanupAlex Crichton-1/+5
2015-04-14include_bytes! now registers the file includedTheo Belaire-0/+5
2015-04-14syntax: Remove derive(Rand)Alex Crichton-178/+0
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-17/+0
2015-04-14Auto merge of #24312 - rprichard:destabilize-format-args, r=alexcrichtonbors-19/+25
2015-04-14Auto merge of #24295 - contradictioned:master, r=alexcrichtonbors-1/+7
2015-04-14Expose visibility for fns in syntax::visitNick Cameron-23/+30
2015-04-13syntax: Publically expose printing where clauses, and add attr_to_stringErick Tryzelaar-1/+5
2015-04-13Added a help span which informs the user about the escaping of curly braces i...Manuel Hoffmann-1/+7
2015-04-13Auto merge of #24323 - rprichard:panic-line-type, r=alexcrichtonbors-1/+1
2015-04-12Use the ecx.call_site() span for generating refs to format_args! internalsRyan Prichard-19/+25
2015-04-12Auto merge of #24248 - nrc:macro-span, r=sfacklerbors-9/+11
2015-04-12Auto merge of #24003 - rprichard:span-fixes, r=huonwbors-23/+16
2015-04-12Fix spans for macrosNick Cameron-9/+11
2015-04-12Auto merge of #23011 - nagisa:the-war-of-symbol-and-symbol, r=pnkfelixbors-0/+17
2015-04-11Remove the vestigial ExtCtxt::print_backtrace function.Ryan Prichard-12/+0
2015-04-11Suppress the macro backtrace for `fileline_note` and `fileline_help`.Ryan Prichard-5/+4
2015-04-11Propagate macro backtraces more often, improve formatting diagnosticsRyan Prichard-6/+12
2015-04-11Rollup merge of #24242 - nikomatsakis:escaping-closure-error-message, r=brsonManish Goregaokar-71/+235
2015-04-11Change the rt::unwind line argument type from usize to u32.Ryan Prichard-1/+1
2015-04-11Auto merge of #24155 - chris-chambers:stmt_macros, r=sfacklerbors-45/+87
2015-04-11Moves expand_stmt's bt_pop so that it balances correctly.Christopher Chambers-3/+4
2015-04-10Simplifications to statement macro handling.Christopher Chambers-37/+12
2015-04-10Eliminates a pointless is_empty test.Christopher Chambers-1/+1
2015-04-10Improves semicolon expansion efficiency, corrects bt_pop placement.Christopher Chambers-16/+51
2015-04-10fix some comments.Felix S. Klock II-6/+7
2015-04-10Incorporate repr-attr into deriving(PartialOrd) to avoid truncation errors.Felix S. Klock II-13/+38
2015-04-10Re-add a fixme after some investigation into what's going on.Felix S. Klock II-0/+11
2015-04-10Change `derive` expansions to use `discriminant_value` intrinsic.Felix S. Klock II-30/+27
2015-04-10Add a new `span_suggestion` infrastructure. This lets you edit a snippetNiko Matsakis-1/+65
2015-04-10Modify the codemap code to use more slices and to information aboutNiko Matsakis-40/+133
2015-04-10Replace the use of the rather randomly named boolean `custom` to meanNiko Matsakis-30/+37
2015-04-10Rollup merge of #24225 - nrc:for-span, r=pnkfelixManish Goregaokar-1/+1