summary refs log tree commit diff
path: root/src/test/ui-fulldeps/proc-macro
AgeCommit message (Expand)AuthorLines
2018-10-02resolve: Do not block derive helper resolutions on single import resolutionsVadim Petrochenkov-7/+6
2018-09-17Auto merge of #54277 - petrochenkov:afterder, r=alexcrichtonbors-3/+3
2018-09-16resolve: Do not error on access to proc macros imported with `#[macro_use]`Vadim Petrochenkov-0/+88
2018-09-16Temporarily prohibit proc macro attributes placed after derivesVadim Petrochenkov-3/+3
2018-09-15Auto merge of #52896 - SergioBenitez:master, r=alexcrichtonbors-0/+170
2018-09-13resolve: Introduce two sub-namespaces in macro namespaceVadim Petrochenkov-0/+29
2018-09-13Add multispan support to proc-macro diagnostics.Sergio Benitez-0/+170
2018-09-13resolve: Future proof derive helper attributesVadim Petrochenkov-0/+81
2018-09-11resolve: Reserve a few very special names in macro namespaceVadim Petrochenkov-52/+48
2018-09-11resolve: Future proof resolutions for potentially built-in attributesVadim Petrochenkov-0/+242
2018-08-23Stabilize a few secondary macro featuresVadim Petrochenkov-10/+8
2018-08-22Auto merge of #53516 - petrochenkov:derregr, r=estebankbors-0/+26
2018-08-20resolve: Refactor away `MacroBinding`Vadim Petrochenkov-3/+3
2018-08-20resolve: Consolidate error reporting for resolved macros in `fn resolve_macro...Vadim Petrochenkov-9/+9
2018-08-20resolve: Continue search in outer scopes after applying derive resolution fal...Vadim Petrochenkov-0/+26
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-21/+14
2018-08-15syntax: Enforce attribute grammar in the parserVadim Petrochenkov-5/+5
2018-08-06Enable macro modularization implicitly if one of "advanced" macro features is...Vadim Petrochenkov-13/+10
2018-08-01resolve: Implement prelude search for macro pathsVadim Petrochenkov-1/+1
2018-07-24Auto merge of #52618 - alexcrichton:capture-more, r=petrochenkovbors-0/+79
2018-07-22rustc: Implement tokenization of nested itemsAlex Crichton-0/+79
2018-07-21Attach deprecation lint `proc_macro_derive_resolution_fallback` to a specific...Vadim Petrochenkov-0/+16
2018-07-19proc_macro: Preserve spans of attributes on functionsAlex Crichton-0/+88
2018-07-16rustc: Stabilize much of the `proc_macro` featureAlex Crichton-6/+7
2018-07-14Functions introducing procedural macros reserve a slot in the macro namespace...Vadim Petrochenkov-0/+206
2018-07-13proc_macro: Fix crate root detectionVadim Petrochenkov-0/+33
2018-07-12Rollup merge of #52276 - alexcrichton:validate-proc-macro-attr, r=petrochenkovkennytm-0/+74
2018-07-11rustc: Verify #[proc_macro] is only a wordAlex Crichton-0/+74
2018-07-08Remove fallback to parent modules from lexical resolutionVadim Petrochenkov-5/+81
2018-07-08hygiene: Decouple transparencies from expansion IDsVadim Petrochenkov-0/+58
2018-05-25Rename TokenStream::empty to TokenStream::newDavid Tolnay-1/+1
2018-05-22rustc: Correctly pretty-print macro delimitersAlex Crichton-0/+57
2018-05-16Fix stability annotations for already stable bits of proc macro API 1.1Vadim Petrochenkov-3/+3
2018-05-15TokenTree: Op -> Punct, Term -> IdentVadim Petrochenkov-2/+2
2018-04-20rustc: Tweak custom attribute capabilitiesAlex Crichton-2/+2
2018-04-02proc_macro: Reorganize public APIAlex Crichton-12/+13
2018-03-16Update testsJohn Kåre Alsaker-0/+2
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Fix rebaseVadim Petrochenkov-1/+1
2018-02-26Update UI testsVadim Petrochenkov-35/+35
2018-02-25Reduce error codes length when too much are thrownGuillaume Gomez-2/+0
2018-02-25Update ui testsGuillaume Gomez-0/+3
2018-02-20Do not run the default panic hook inside procedural macros. Fixes #47812John Kåre Alsaker-2/+3
2018-01-03Add 'Span.parent()' and 'Span.source()' to proc_macro API.Sergio Benitez-0/+240
2017-12-14Do the same things for fulldeps testsVadim Petrochenkov-0/+85
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-12/+12
2017-11-14Rename `Span::default` -> `Span::def_site`.Jeffrey Seyfried-2/+2
2017-08-28Initial diagnostic API for proc-macros.Sergio Benitez-0/+142