summary refs log tree commit diff
path: root/src/test/ui/proc-macro
AgeCommit message (Expand)AuthorLines
2019-06-24Address review comments.Mazdak Farrokhzad-0/+1
2019-06-08Remove some more `#![feature(custom_attribute)]`sVadim Petrochenkov-6/+25
2019-05-29Rollup merge of #61024 - petrochenkov:proctest, r=nikomatsakisMazdak Farrokhzad-525/+475
2019-05-25Reword malformed attribute input diagnosticsEsteban Küber-45/+43
2019-05-24Tweak macro parse errors when reaching EOF during macro call parseEsteban Küber-2/+2
2019-05-22tests: Centralize proc macros commonly used for testingVadim Petrochenkov-525/+475
2019-05-11Add #[doc(hidden)] attribute on compiler generated proc-macro module.Mike Boutin-0/+16
2019-04-22Remove double trailing newlinesvarkor-2/+0
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-4/+4
2019-04-16this panic occurs not just on Windows, normalize it away everywhereRalf Jung-6/+6
2019-04-15normalize away some Windows-only panic printingRalf Jung-3/+15
2019-04-11Reword tracking issue noteEsteban Küber-33/+33
2019-04-10Tweak unstable diagnostic outputEsteban Küber-33/+66
2019-04-05Include trailing comma in multiline Debug representationDavid Tolnay-80/+80
2019-03-25Auto merge of #59258 - euclio:suggestions-filter-crate, r=oli-obkbors-1/+1
2019-03-23Mark duplicate import removal suggestion tool onlyEsteban Küber-1/+0
2019-03-23Tweak unnecessary import suggestionEsteban Küber-8/+6
2019-03-18filter suggestions from extern preludeAndy Russell-1/+1
2019-03-16syntax: Introduce `Ident::can_be_raw`Vadim Petrochenkov-1/+1
2019-03-16syntax_ext: Validate `#[proc_macro_derive]` input betterVadim Petrochenkov-5/+17
2019-03-16syntax: Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-3/+15
2019-03-16Add tests for malformed input in `#[proc_macro_derive]`Vadim Petrochenkov-84/+118
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-2/+2
2019-03-11Update testsVadim Petrochenkov-133/+133
2019-02-25Stabilize `unrestricted_attribute_tokens`Vadim Petrochenkov-12/+5
2019-02-25Restrict value in key-value attributes to literalsVadim Petrochenkov-3/+3
2019-02-05Auto merge of #57973 - davidtwco:issue-52891, r=estebankbors-9/+8
2019-01-31Add suggestion for duplicated import.David Wood-9/+8
2019-01-28Rollup merge of #57904 - euclio:attribute-typos, r=davidtwcoMazdak Farrokhzad-1/+1
2019-01-28Unused variable suggestions on all patterns.David Wood-1/+1
2019-01-27add typo suggestion to unknown attribute errorAndy Russell-1/+1
2019-01-18Point at return type when appropriateEsteban Küber-0/+3
2019-01-16Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakisbors-32/+32
2019-01-14Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavisMazdak Farrokhzad-5/+6
2019-01-13Address review commentsVadim Petrochenkov-2/+2
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-32/+32
2019-01-12Fix a hole in generic parameter import future-proofingVadim Petrochenkov-4/+33
2019-01-09clarify resolve typo suggestionAndy Russell-5/+6
2018-12-31Improve type mismatch error messagesYuning Zhang-1/+1
2018-12-28Auto merge of #57155 - petrochenkov:dcrate3, r=dtolnaybors-0/+113
2018-12-28Resolve `$crate`s for pretty-printing at more appropriate timeVadim Petrochenkov-27/+12
2018-12-28Add test demonstrating disintegration of `$crate` into `$` and `crate`Vadim Petrochenkov-0/+128
2018-12-27Fix rebase and more CI failuresVadim Petrochenkov-34/+34
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-8/+126
2018-12-25Remove licensesMark Rousskov-1030/+180
2018-12-20Workaround issues with crate loading during cross-compilationVadim Petrochenkov-3/+9
2018-12-19Do not interpret mismatches from pretty-printed `$crate` as token stream inva...Vadim Petrochenkov-58/+44
2018-12-19Reintroduce special pretty-printing for `$crate` when it's necessary for proc...Vadim Petrochenkov-8/+341
2018-12-19proc_macro: Accept `$crate` as an identifier if it comes from the compilerVadim Petrochenkov-0/+28
2018-12-09Fix rebase + Add missing `// force-host`Vadim Petrochenkov-3/+4