summary refs log tree commit diff
path: root/src/test/ui-fulldeps
AgeCommit message (Expand)AuthorLines
2018-10-23pick a reference issue for absolute-paths future incompatibility infoZack M. Davis-2/+2
2018-10-03Auto merge of #54358 - flip1995:beta, r=Manishearthbors-102/+0
2018-10-02resolve: Do not block derive helper resolutions on single import resolutionsVadim Petrochenkov-7/+78
2018-10-02rustc_typeck: don't lint non-extern-prelude extern crate's in Rust 2018.Eduard-Mihai Burtescu-77/+9
2018-10-01Remove lint_tool testsflip1995-102/+0
2018-09-17Auto merge of #54277 - petrochenkov:afterder, r=alexcrichtonbors-3/+67
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/+67
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-09-09Remove crate_visibility_modifier from 2018 editionMark Rousskov-1/+1
2018-09-01deprcated -> deprecatedManish Goregaokar-1/+1
2018-09-01Add tests for cmdline tool lintsflip1995-0/+48
2018-08-31Update testsflip1995-16/+25
2018-08-31Add hint for cfg_attr and fix testflip1995-7/+8
2018-08-31Add deprecated_name argument to the register lint group functionsflip1995-1/+1
2018-08-31Add tests for backward compatflip1995-7/+72
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-21Auto merge of #53471 - petrochenkov:biattr2, r=oli-obkbors-9/+9
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-19Stabilize macro_vis_matcherJakub Kozlowski-3/+3
2018-08-17Auto merge of #50911 - petrochenkov:macuse, r=alexcrichtonbors-21/+14
2018-08-17Rollup merge of #53413 - eddyb:featured-in-the-latest-edition, r=varkorCorey Farwell-3/+3
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-21/+14
2018-08-17Rollup merge of #53373 - estebank:unclosed, r=petrochenkovkennytm-1/+1
2018-08-16tests: prefer edition: directives to compile-flags:--edition.Eduard-Mihai Burtescu-3/+3
2018-08-15fix broken testEsteban Küber-1/+1
2018-08-15syntax: Enforce attribute grammar in the parserVadim Petrochenkov-5/+5
2018-08-06Address review commentsVadim Petrochenkov-25/+11
2018-08-06Enable macro modularization implicitly if one of "advanced" macro features is...Vadim Petrochenkov-17/+13
2018-08-02Auto merge of #52841 - petrochenkov:premacro, r=alexcrichtonbors-1/+1
2018-08-01resolve: Implement prelude search for macro pathsVadim Petrochenkov-1/+1
2018-08-01Auto merge of #52937 - pietroalbini:rollup, r=pietroalbinibors-0/+80
2018-07-30rustc: Disallow machine applicability in foreign macrosAlex Crichton-0/+120
2018-07-30Add a test for the declare_tool_lint macroflip1995-0/+80
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-18Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearthbors-9/+9
2018-07-16rustc: Stabilize much of the `proc_macro` featureAlex Crichton-9/+10
2018-07-15Auto merge of #52383 - petrochenkov:pmns, r=alexcrichtonbors-0/+206
2018-07-14Auto merge of #52326 - alexcrichton:tweak-proc-macro-expand, r=petrochenkovbors-0/+24