summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps
AgeCommit message (Expand)AuthorLines
2017-03-29Merge `ExpnId` and `SyntaxContext`.Jeffrey Seyfried-8/+0
2017-03-27Rollup merge of #40516 - alexcrichton:no-cache-handles, r=aturonAlex Crichton-0/+64
2017-03-23Remove internal liblogAlex Crichton-221/+0
2017-03-23std: Don't cache stdio handles on WindowsAlex Crichton-0/+64
2017-03-21Fix bug in legacy `#[derive]` processing logic.Jeffrey Seyfried-0/+25
2017-03-19Rollup merge of #40532 - jseyfried:improve_tokenstream_quoter, r=nrcCorey Farwell-10/+16
2017-03-15Improve the `TokenStream` quoter.Jeffrey Seyfried-10/+16
2017-03-14Add tests.Jeffrey Seyfried-7/+13
2017-03-10Remove ability for plugins to register a MIR passSimonas Kazlauskas-78/+0
2017-03-03Fix fallout in unit tests.Jeffrey Seyfried-9/+9
2017-03-02Rollup merge of #40129 - abonander:proc_macro_bang, r=jseyfriedCorey Farwell-0/+46
2017-02-28Implement function-like procedural macros ( `#[proc_macro]`)Austin Bonander-0/+46
2017-02-28Add regression test.Jeffrey Seyfried-0/+49
2017-02-28Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...Jeffrey Seyfried-6/+3
2017-02-22Don't assume plugin-whitelisted attributes are proc macro attributesAustin Bonander-0/+83
2017-02-12Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_...Jeffrey Seyfried-3/+1
2017-01-31Removes FIXMEs related to #22405Wesley Wiser-5/+0
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-2/+2
2017-01-22Refactor `TokenStream`.Jeffrey Seyfried-61/+52
2017-01-22Remove duplicate `TokenStream` quoter tests (modulo imports).Jeffrey Seyfried-233/+0
2017-01-20Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfriedAlex Crichton-4/+60
2017-01-19Auto merge of #39136 - keeperofdakeys:proc-macro-doc-test, r=alexcrichtonbors-0/+3
2017-01-19Add doctest to the proc-macro derive-testJosh-0/+3
2017-01-16Implement `#[proc_macro_attribute]`Austin Bonander-0/+56
2017-01-15Refactor `proc_macro::TokenStream` to use `syntax::tokenstream::TokenStream`;...Austin Bonander-4/+4
2017-01-16proc macros/qquote: Handle empty delimited tokensNick Cameron-0/+57
2017-01-02rustc: Stabilize the `proc_macro` featureAlex Crichton-41/+1
2016-12-31Style fixesJosh Driver-2/+1
2016-12-31Stop macro calls in structs for proc_macro_derive from panicingJosh Driver-0/+53
2016-12-28rustc: separate bodies for static/(associated)const and embedded constants.Eduard-Mihai Burtescu-2/+2
2016-12-23Allow legacy custom derive authors to disable warnings in downstream crates.Jeffrey Seyfried-1/+1
2016-12-07remove useless lifetimes on LateLintPass impl methodsOliver Schneider-4/+4
2016-12-07remove useless lifetime outlives boundsOliver Schneider-8/+8
2016-12-06annotate stricter lifetimes on LateLintPass methods to allow them to forward ...Oliver Schneider-5/+5
2016-12-05Auto merge of #38107 - keeperofdakeys:proc-macro-test, r=alexcrichtonbors-0/+30
2016-12-03move test for #37290 into run-pass-fulldepsNiko Matsakis-0/+98
2016-12-02Allow --test to be used on proc-macro cratesJosh Driver-0/+30
2016-11-22Move the myriad-closures.rs test case to run-pass-full test suite.Michael Woerister-0/+48
2016-11-21Auto merge of #37824 - jseyfried:symbols, r=eddybbors-39/+37
2016-11-21Fix fallout in `rustdoc` and tests.Jeffrey Seyfried-39/+37
2016-11-21Fix fallout in tests.Jeffrey Seyfried-1/+1
2016-11-10Auto merge of #37645 - jseyfried:fix_crate_var_in_custom_derives, r=nrcbors-0/+51
2016-11-10Add regression test.Jeffrey Seyfried-0/+51
2016-11-10Test `#[macro_reexport]`ing custom derives.Jeffrey Seyfried-0/+38
2016-11-09Rollup merge of #37614 - keeperofdakeys:proc_macro, r=jseyfriedEduard-Mihai Burtescu-15/+70
2016-11-08Partially stabilize RFC 1506 "Clarify relationships between ADTs"Vadim Petrochenkov-1/+0
2016-11-08Allow proc_macro functions to whitelist specific attributesJosh Driver-15/+70
2016-11-08Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakisbors-2/+0
2016-11-04Fix fallout in tests.Jeffrey Seyfried-28/+33
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-2/+0