about summary refs log tree commit diff
path: root/src/test/ui-fulldeps
AgeCommit message (Expand)AuthorLines
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
2018-07-14Lint the use of async as an identifierOliver Schneider-9/+9
2018-07-14Functions introducing procedural macros reserve a slot in the macro namespace...Vadim Petrochenkov-0/+206
2018-07-13rustc: Tweak expansion of #[proc_macro] for 2018Alex Crichton-0/+24
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-06-13Removed various update-reference and update-all-references scriptsChris Cesare-79/+0
2018-06-01rework to report errors from crates in a consistent orderNiko Matsakis-27/+27
2018-06-01merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATESNiko Matsakis-60/+132
2018-05-27Make anon params lint warn-by-defaultMark Mansi-0/+2
2018-05-25Rename TokenStream::empty to TokenStream::newDavid Tolnay-1/+1
2018-05-25Fix naming conventions for new lintsVadim Petrochenkov-3/+3
2018-05-22rustc: Correctly pretty-print macro delimitersAlex Crichton-0/+57
2018-05-16Fix update-references for tests within subdirectories.Eric Huss-3/+4
2018-05-16compiletest: Run revisions as independent tests.Eric Huss-12/+11
2018-05-16Fix stability annotations for already stable bits of proc macro API 1.1Vadim Petrochenkov-22/+18
2018-05-15Represent lifetimes as two joint tokens in proc macrosVadim Petrochenkov-0/+57
2018-05-15proc_macro: Validate inputs to `Punct::new` and `Ident::new`Vadim Petrochenkov-0/+147
2018-05-15TokenTree: Op -> Punct, Term -> IdentVadim Petrochenkov-2/+2
2018-05-13Rollup merge of #50670 - alexcrichton:remove-extern-crate-correct-span, r=Man...kennytm-9/+9
2018-05-12rustc: Only suggest deleting `extern crate` if it worksAlex Crichton-11/+13
2018-05-11rustc: Include semicolon when removing `extern crate`Alex Crichton-9/+9
2018-05-04Add testManish Goregaokar-0/+123
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/+4
2018-03-14update testsGuillaume Gomez-2/+2
2018-02-26Fix rebaseVadim Petrochenkov-1/+1
2018-02-26Update UI testsVadim Petrochenkov-57/+57