about summary refs log tree commit diff
path: root/src/test/ui/attributes
AgeCommit message (Expand)AuthorLines
2021-07-09Enhance well-formedness checks for `#[repr(...)]` attributesFabian Wolff-2/+16
2021-05-18Stabilize extended_key_value_attributesJoshua Nelson-2/+1
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-3/+3
2021-05-08Error on conflicting `#[doc(inline)]`/`#[doc(no_inline)]` attributesLeSeulArtichaut-37/+110
2021-04-05Allow specifying alignment for functionsWesley Norris-14/+1
2021-03-14Tweak diagnosticsCamelid-8/+8
2021-03-13Add hyphen to "crate level"Camelid-2/+2
2021-03-13Add another test caseCamelid-1/+24
2021-03-13Report error for each invalid nested attributeCamelid-1/+12
2021-03-13Lint non-meta doc attributesCamelid-1/+27
2021-03-05Rollup merge of #82708 - GuillaumeGomez:doc-test-attr-check, r=ManishearthGuillaume Gomez-8/+47
2021-03-05Make invalid_doc_attribute lint pluralGuillaume Gomez-2/+2
2021-03-05Auto merge of #71481 - estebank:inherit-stability, r=nikomatsakisbors-0/+33
2021-03-04Also use INVALID_DOC_ATTRIBUTE for "unknown doc attribute" warningsGuillaume Gomez-8/+10
2021-03-04Add tests for #[doc(test(...)] checkGuillaume Gomez-0/+37
2021-03-03Change error about unknown doc attributes to a warningJoshua Nelson-4/+19
2021-03-01Add tests for doc attribute checkGuillaume Gomez-0/+19
2021-02-11Add test for "const stability on macro"Esteban Küber-0/+33
2021-02-09Add attr-on-params testRyan Levick-0/+25
2021-02-03Handle `Span`s for byte and raw strings and add more detailEsteban Küber-2/+5
2021-01-24parser: Collect tokens for values in key-value attributesVadim Petrochenkov-0/+12
2021-01-13Update tests for extern block lintingMark Rousskov-25/+20
2021-01-09resolve/expand: Improve attribute expansion on macro definitions and callsVadim Petrochenkov-0/+23
2020-12-09Accept arbitrary expressions in key-value attributes at parse timeVadim Petrochenkov-18/+13
2020-11-03Expand `NtExpr` tokens only in key-value attributesVadim Petrochenkov-0/+153
2020-09-01Clarify message about unresolved useKornel-3/+3
2020-04-23Moving more build-pass tests to check-passVal Markovic-1/+1
2020-03-01Use `opt_def_id()` over `def_id()`Yuki Okushi-6/+8
2020-01-24Normalise notes with the/isvarkor-1/+1
2020-01-09Update testsVadim Petrochenkov-1/+14
2019-12-09resolve: Make visibility resolution more speculativeVadim Petrochenkov-10/+2
2019-12-09resolve: Resolve visibilities on fields with non-builtin attributesVadim Petrochenkov-0/+48
2019-11-24expand: Fully preserve visibilities on unnamed fields with attributesVadim Petrochenkov-0/+11
2019-11-24def_collector: Do not forget to save indices of fields with multiple attributesVadim Petrochenkov-0/+11
2019-11-09Address review commentsVadim Petrochenkov-0/+112
2019-11-09Support registering attributes and attribute tools using crate-level attributesVadim Petrochenkov-0/+74
2019-09-26hir: Disallow `target_feature` on constantsDavid Wood-0/+31
2019-09-15resolve: Tweak "cannot find" wording for attributesVadim Petrochenkov-10/+10
2019-09-15Rollup merge of #64471 - Mark-Simulacrum:warn-depr-attr, r=CentrilMazdak Farrokhzad-2/+0
2019-09-14Warn on no_start, crate_id attribute useMark Rousskov-2/+0
2019-09-14def_collector: Do not ICE on attributes on unnamed fieldsVadim Petrochenkov-0/+9
2019-09-08Improve wording.Charles Lew-2/+2
2019-07-18resolve: Use `feature(custom_attribute)` fallback only if the feature is enabledVadim Petrochenkov-30/+18
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-5/+5
2019-07-05Rollup merge of #62133 - petrochenkov:norustc, r=eddybMazdak Farrokhzad-11/+9
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-8/+8
2019-06-30Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registeredVadim Petrochenkov-11/+9
2019-06-09Address review commentsVadim Petrochenkov-0/+67
2019-06-08Move some run-pass attribute tests to uiVadim Petrochenkov-0/+392