about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2015-04-21syntax: Replace [].tail with the stable [1..] syntaxErick Tryzelaar-1/+1
2015-04-21syntax: Remove uses of #[feature(slice_patterns)]Erick Tryzelaar-20/+19
2015-04-21syntax: remove #![feature(box_syntax, box_patterns)]Erick Tryzelaar-33/+33
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-18Auto merge of #23985 - erickt:derive-cleanup, r=ericktbors-512/+496
2015-04-17Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelixManish Goregaokar-4/+4
2015-04-16Auto merge of #24423 - tbelaire:include_bytes, r=alexcrichtonbors-0/+5
2015-04-15syntax: Clean up the indentation for #[derive(Eq)]Erick Tryzelaar-12/+14
2015-04-15syntax: Change deriving methods to take a `&mut FnMut(P<Item>)`Erick Tryzelaar-115/+97
2015-04-15syntax: Rename deriving/cmp/* to match their current namesErick Tryzelaar-415/+415
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-13/+13
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-5/+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-14Auto merge of #24312 - rprichard:destabilize-format-args, r=alexcrichtonbors-19/+25
2015-04-14Add "trace-macros" as a compiler flagThomas Jespersen-4/+4
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-11Remove the vestigial ExtCtxt::print_backtrace function.Ryan Prichard-12/+0
2015-04-11Propagate macro backtraces more often, improve formatting diagnosticsRyan Prichard-3/+7
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/+73
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-14/+11
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/+15
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-08Auto merge of #23998 - nrc:impl-self, r=nikomatsakisbors-41/+2
2015-04-07Improves handling of statement macros.Christopher Chambers-44/+75
2015-04-06Provide context for macro expansions which result in unparsed tokens.Will Hipschman-0/+17
2015-04-05Add comments suggested by NikoPhil Dawes-22/+0
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-57/+79
2015-04-03Check uses of `Self` in impls in the compiler rather than during expansionNick Cameron-41/+2
2015-04-02Auto merge of #23877 - richo:gardening, r=Manishearthbors-11/+22
2015-04-01cleanup: Test formattingRicho Healey-11/+22
2015-04-01Fallout in libsyntaxNiko Matsakis-3/+3
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-2/+2
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-2/+2
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-7/+7
2015-03-27rollup merge of #23776: nrc/allow_trivial_castAlex Crichton-1/+0
2015-03-27Auto merge of #22930 - Gankro:entry_3, r=aturonbors-6/+4
2015-03-27default => or_insert per RFCAlexis Beingessner-2/+2
2015-03-27Change the trivial cast lints to allow by defaultNick Cameron-1/+0
2015-03-26update everything to use Entry defaultsAlexis-6/+4
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
2015-03-26Auto merge of #23359 - erickt:quote, r=pnkfelixbors-0/+4
2015-03-26Auto merge of #21237 - erickt:derive-assoc-types, r=ericktbors-6/+118