about summary refs log tree commit diff
path: root/src/test/compile-fail-fulldeps
AgeCommit message (Expand)AuthorLines
2019-03-21cleanup: Remove compile-fail-fulldeps directory againVadim Petrochenkov-45/+0
2019-01-19Fix lints in testsJohn Kåre Alsaker-0/+4
2019-01-13Removed more copyright notices.Alexander Regueiro-10/+0
2018-12-26Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.Alexander Regueiro-0/+51
2018-12-09Move compile-fail-fulldeps tests to ui-fulldepsVadim Petrochenkov-1238/+0
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-1511/+0
2018-11-30tests: remove ignore-stage1 where possible in proc_macro tests.Eduard-Mihai Burtescu-13/+0
2018-11-27remove uses of feature gateMark Mansi-3/+0
2018-10-19Update TypedArena testsOliver Scherer-2/+2
2018-10-02Merge the `proc_macro_` expansion feature gates into a single `proc_macro_hyg...jeb-8/+4
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-3/+0
2018-09-25resolve: Do not block derive helper resolutions on single import resolutionsVadim Petrochenkov-4/+2
2018-09-17Auto merge of #54277 - petrochenkov:afterder, r=alexcrichtonbors-1/+1
2018-09-16resolve: Do not error on access to proc macros imported with `#[macro_use]`Vadim Petrochenkov-88/+0
2018-09-16Temporarily prohibit proc macro attributes placed after derivesVadim Petrochenkov-1/+1
2018-09-10Feature gate non-builtin attributes in inner attribute positionVadim Petrochenkov-1/+6
2018-08-31Update testsflip1995-1/+1
2018-08-23Stabilize a few secondary macro featuresVadim Petrochenkov-23/+1
2018-08-21Auto merge of #53471 - petrochenkov:biattr2, r=oli-obkbors-1/+1
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-2/+2
2018-08-21Rollup merge of #53370 - jkozlowski:stabilize-macro_vis_matcher, r=cramertjkennytm-3/+3
2018-08-20resolve: Consolidate error reporting for resolved macros in `fn resolve_macro...Vadim Petrochenkov-1/+1
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-08-19Stabilize macro_vis_matcherJakub Kozlowski-3/+3
2018-08-19Fix typos found by codespell.Matthias Krüger-2/+2
2018-08-17Fix undesirable falloutVadim Petrochenkov-3/+3
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-10/+2
2018-08-15syntax: Enforce attribute grammar in the parserVadim Petrochenkov-11/+2
2018-08-12Prohibit using macro-expanded `macro_export` macros through module-relative p...Vadim Petrochenkov-1/+1
2018-08-06Address review commentsVadim Petrochenkov-29/+4
2018-08-06Enable macro modularization implicitly if one of "advanced" macro features is...Vadim Petrochenkov-8/+6
2018-08-05Fix run-pass-fulldeps testsvarkor-14/+14
2018-07-16rustc: Stabilize much of the `proc_macro` featureAlex Crichton-50/+22
2018-07-14Functions introducing procedural macros reserve a slot in the macro namespace...Vadim Petrochenkov-1/+1
2018-06-30proc-macro: Use transparent marks for call-site hygieneVadim Petrochenkov-1/+1
2018-06-26lower case some feature gate messagesmark-3/+3
2018-05-27Make anon params lint warn-by-defaultMark Mansi-0/+3
2018-05-18rustc: Disallow modules and macros in expansionsAlex Crichton-0/+96
2018-05-16Fix stability annotations for already stable bits of proc macro API 1.1Vadim Petrochenkov-6/+3
2018-05-15TokenTree: Op -> Punct, Term -> IdentVadim Petrochenkov-11/+11
2018-05-14typeck: Save the index of private fieldsDan Robertson-0/+59
2018-05-10Auto merge of #49823 - Zoxc:term-str, r=alexcrichtonbors-3/+3
2018-05-02fix testsflip1995-1/+1
2018-05-01Remove `macro_reexport`Vadim Petrochenkov-21/+0
2018-04-30Remove usages of Term::as_str and mark it for removalJohn Kåre Alsaker-3/+3
2018-04-30Add a few more tests for proc macro feature gatingVadim Petrochenkov-13/+42
2018-04-21Auto merge of #50120 - alexcrichton:more-proc-macro-gates, r=petrochenkovbors-5/+123
2018-04-20rustc: Tweak custom attribute capabilitiesAlex Crichton-5/+123
2018-04-18proc_macro: Stay on the "use the cache" path moreAlex Crichton-0/+2
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-1/+1