summary refs log tree commit diff
path: root/src/test/ui/attributes
AgeCommit message (Expand)AuthorLines
2022-02-09Rollup merge of #93753 - jeremyBanks:main-conflict, r=petrochenkovMatthias Krüger-0/+35
2022-02-09Move tests into attributes directory to pacify tidyNikita Popov-0/+51
2022-02-08Remove obsolete no-op #[main] attribute from compiler.Jeremy Banks-0/+35
2022-01-30Bless all pretty printer tests and ui testsDavid Tolnay-5/+5
2022-01-29Create `core::fmt::ArgumentV1` with generics instead of fn pointerGary Guo-2/+1
2022-01-17Emit simpler code from format_argsDavid Tolnay-5/+2
2021-12-15Add a lint for duplicated attributes.Ethiraric-0/+63
2021-12-01Pretty print empty blocks as {}David Tolnay-1/+1
2021-11-25Do not visit attributes in `LateResolutionVisitor`.Camille GILLOT-3/+27
2021-11-23Do not visit attributes in `ItemLowerer`.Camille GILLOT-0/+35
2021-11-20Align multiline messages to their label (add left margin)Esteban Kuber-9/+9
2021-11-18Move some tests to more reasonable directoriesCaio-0/+113
2021-11-14Move some tests to more reasonable directoriesCaio-0/+23
2021-11-09Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-sebors-2/+2
2021-11-06Don't destructure args tuple in format_args!Cameron Steffen-2/+2
2021-11-06Move some tests to more reasonable directoriesCaio-0/+19
2021-10-29Unify titles in rustdoc book doc attributes chapterGuillaume Gomez-2/+2
2021-10-15Bless testsCameron Steffen-4/+4
2021-09-25Move malformed attribute code to a function and fix inner attribute suggestion.Eric Huss-2/+2
2021-09-23Rollup merge of #89023 - Wardenfar:issue-85066, r=nagisaJubilee-0/+18
2021-09-21Use ZST for fmt unsafetyCameron Steffen-10/+6
2021-09-19Resolve issue 85066Theo-0/+18
2021-08-24Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiserbors-17/+3
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-17/+3
2021-08-16Make Arguments constructors unsafeCameron Steffen-6/+10
2021-08-11Modify structured suggestion outputEsteban Küber-1/+1
2021-07-31Fix invalid suggestions for non-ASCII characters in byte constantsFabian Wolff-4/+6
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