summary refs log tree commit diff
path: root/src/test/compile-fail-fulldeps
AgeCommit message (Expand)AuthorLines
2017-01-07Merge pull request #38884 from nikomatsakis/beta-unmergedAlex Crichton-0/+43
2017-01-06Add regression test.Jeffrey Seyfried-0/+43
2017-01-06rustc: Stabilize the `proc_macro` featureAlex Crichton-105/+0
2017-01-06Regression test and exploratory unit test.Felix S. Klock II-0/+229
2016-12-15Require `#[proc_macro_derive]` functions to be `pub`.Jeffrey Seyfried-1/+6
2016-12-07remove useless lifetimes on LateLintPass impl methodsOliver Schneider-2/+2
2016-12-07remove useless lifetime outlives boundsOliver Schneider-6/+6
2016-12-06annotate stricter lifetimes on LateLintPass methods to allow them to forward ...Oliver Schneider-2/+2
2016-12-02Allow --test to be used on proc-macro cratesJosh Driver-22/+0
2016-11-28rustc: rework stability to be on-demand for type-directed lookup.Eduard Burtescu-8/+10
2016-11-21Fix fallout in `rustdoc` and tests.Jeffrey Seyfried-8/+9
2016-11-19Auto merge of #37826 - keeperofdakeys:proc-macro-test, r=alexcrichtonbors-0/+22
2016-11-18Add testsJosh Driver-0/+22
2016-11-16Add regression test.Jeffrey Seyfried-0/+49
2016-11-10Support `#[macro_reexport]`ing custom derives.Jeffrey Seyfried-5/+10
2016-11-09Rollup merge of #37614 - keeperofdakeys:proc_macro, r=jseyfriedEduard-Mihai Burtescu-4/+99
2016-11-08Revert "Point macros 1.1 errors to the input item"Josh Driver-2/+2
2016-11-08Allow proc_macro functions to whitelist specific attributesJosh Driver-2/+97
2016-11-08Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakisbors-1/+0
2016-11-04Add error when proc_macro_derive is used not on functionsest31-0/+6
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-1/+0
2016-10-29Move `CrateConfig` from `Crate` to `ParseSess`.Jeffrey Seyfried-3/+2
2016-10-27Preparations and cleanupVadim Petrochenkov-1/+1
2016-10-21Auto merge of #37174 - mikhail-m1:dnlle, r=jonathandturnerbors-4/+5
2016-10-20improve "Doesn't live long enough" errorMikhail Modin-4/+5
2016-10-19Future proof `#[no_link]`.Jeffrey Seyfried-3/+2
2016-10-19Rollup merge of #37198 - jseyfried:future_proof_macros_11, r=nrcEduard-Mihai Burtescu-27/+1
2016-10-15Treat custom derive extern crates like empty modules.Jeffrey Seyfried-27/+1
2016-10-14Avoid many CrateConfig clones.Nicholas Nethercote-1/+1
2016-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-131/+131
2016-09-28Rollup merge of #36782 - alexcrichton:rustc-macro-expand-order, r=nrcJonathan Turner-64/+0
2016-09-27rustc: Tweak expansion order of custom deriveAlex Crichton-64/+0
2016-09-27Fix fallout in tests.Jeffrey Seyfried-1/+0
2016-09-15Remove irrelevant test.Jeffrey Seyfried-44/+0
2016-09-13Refactor `ExtCtxt` to use a `Resolver` instead of a `MacroLoader`.Jeffrey Seyfried-2/+2
2016-09-08Point compile-fail errors to the input item instead of the deriveDavid Tolnay-3/+3
2016-09-04Replace `_, _, _` with `..`Vadim Petrochenkov-2/+3
2016-09-02rustc: Implement custom derive (macros 1.1)Alex Crichton-0/+700
2016-08-28Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrcJeffrey Seyfried-1/+0
2016-08-28Rollup merge of #35850 - SergioBenitez:master, r=nrcJeffrey Seyfried-8/+9
2016-08-26Update E0453 to new error formatMohit Agarwal-2/+4
2016-08-25Fix fallout in tests.Jeffrey Seyfried-1/+0
2016-08-25Implement RFC#1559: allow all literals in attributes.Sergio Benitez-8/+9
2016-07-30diagnostically note source of overruling outer forbidZack M. Davis-0/+2
2016-07-08Add tests + Fix rustdoc regression + Fix rebaseVadim Petrochenkov-1/+0
2016-06-26Rollup merge of #34385 - cgswords:tstream, r=nrcJeffrey Seyfried-1/+2
2016-06-24reexport errors from syntax. fix failing cfail testJonathan Turner-1/+1
2016-06-24Reexport syntax_pos in codemap and fix some cfail testsJonathan Turner-0/+2
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-3/+3
2016-06-21Refactored tokentrees into their own files in preparation for tokenstreams. M...cgswords-1/+2