about summary refs log tree commit diff
path: root/src/test/compile-fail-fulldeps
AgeCommit message (Expand)AuthorLines
2018-04-05Rollup merge of #49597 - alexcrichton:proc-macro-v2, r=petrochenkovAlex Crichton-40/+47
2018-04-03expand macro invocations in `extern {}` blocksAustin Bonander-1/+79
2018-04-02proc_macro: Reorganize public APIAlex Crichton-40/+47
2018-04-02Auto merge of #49124 - abonander:attr-macro-stmt-expr, r=abonanderbors-0/+139
2018-04-02Expand attribute macros on statements and expressions.Austin Bonander-0/+139
2018-03-31proc_macro: Tweak doc comments and negative literalsAlex Crichton-3/+27
2018-03-13Add test for issue 48941Michael Lamparski-0/+39
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-1/+1
2018-01-15Reexport -> re-export in error messagesCarol (Nichols || Goulding)-1/+1
2017-12-15Same change to point at borrow for mir errorsEsteban Küber-2/+2
2017-12-14Do the same things for fulldeps testsVadim Petrochenkov-93/+0
2017-12-12Fix fallout in tests.Jeffrey Seyfried-29/+0
2017-12-02Auto merge of #46343 - jseyfried:fix_hygiene_bug, r=nrcbors-1/+1
2017-12-01Auto merge of #45997 - estebank:pub-ident, r=nikomatsakisbors-1/+2
2017-11-28Fix hygiene bug.Jeffrey Seyfried-1/+1
2017-11-26Stabilize const-calling existing const-fns in stdSimon Sapin-1/+0
2017-11-25Fix proc_macro output with struct parse errorEsteban Küber-1/+2
2017-10-29Add several lints into `unused` lint groupVadim Petrochenkov-0/+3
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-1/+2
2017-08-28feature error span on attr. for fn_must_use, SIMD/align, macro reëxportZack M. Davis-1/+1
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-0/+1
2017-08-11Rollup merge of #43744 - MaloJaffre:stage1-test, r=Mark-SimulacrumGuillaume Gomez-0/+9
2017-08-09rustc: Rearchitect lints to be emitted more eagerlyAlex Crichton-0/+1
2017-08-08Ignore tests that fail on stage1Malo Jaffré-0/+9
2017-07-28syntax: Capture a `TokenStream` when parsing itemsAlex Crichton-3/+189
2017-07-28Add a failing test for errors in proc macrosAlex Crichton-0/+49
2017-07-20Auto merge of #43270 - petrochenkov:fixstab, r=alexcrichtonbors-1/+0
2017-07-17Move some tests from compile-fail to uiOliver Schneider-80/+0
2017-07-16Fix checking for missing stability annotationsVadim Petrochenkov-1/+0
2017-07-12Reintroduce expansion info for proc macros 1.1Oliver Schneider-0/+49
2017-07-06remove associated_consts feature gateSean McArthur-1/+0
2017-06-21Integrate jobserver support to parallel codegenAlex Crichton-1/+0
2017-06-15Clearer Error Message for Duplicate DefinitionAlex Ozdemir-1/+1
2017-05-23Remove some needless // gate-test- commentsest31-2/+1
2017-05-13Add test, and fix the other testsest31-0/+1
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-1/+2
2017-04-20Don't panic if an attribute macro fails to resolve at crate rootAustin Bonander-0/+45
2017-03-29Merge `ExpnId` and `SyntaxContext`.Jeffrey Seyfried-8/+0
2017-03-20Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkovCorey Farwell-1/+0
2017-03-19Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrcbors-0/+1
2017-03-15Stabilize pub(restricted)Taylor Cramer-1/+0
2017-03-14Add tests.Jeffrey Seyfried-0/+1
2017-03-10Update syntax for `pub(restricted)`Vadim Petrochenkov-4/+4
2017-03-02Rollup merge of #40129 - abonander:proc_macro_bang, r=jseyfriedCorey Farwell-0/+56
2017-02-28Implement function-like procedural macros ( `#[proc_macro]`)Austin Bonander-0/+56
2017-02-28Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...Jeffrey Seyfried-2/+0
2017-02-23Add macro suggestions for macros imported with `use`Josh Driver-3/+26
2017-02-16Refactor macro resolution errors + add derive macro suggestionsJosh Driver-17/+121
2017-02-12Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_...Jeffrey Seyfried-15/+15
2017-02-05Move derive macro expansion into the MacroExpanderJosh Driver-2/+2