about summary refs log tree commit diff
path: root/tests/ui/attributes
AgeCommit message (Expand)AuthorLines
2025-01-24Reword "crate not found" resolve messageEsteban Küber-38/+38
2025-01-07Update tests.Mara Bos-1/+1
2025-01-03turn rustc_box into an intrinsicRalf Jung-52/+0
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-3/+3
2024-12-17Adjust `tests/ui/attr-usage-inline.rs`许杰友 Jieyou Xu (Joe)-0/+43
2024-12-17Adjust `tests/ui/attr-shebang.rs`许杰友 Jieyou Xu (Joe)-0/+7
2024-12-17Adjust `tests/ui/attr-bad-crate-attr.rs`许杰友 Jieyou Xu (Joe)-0/+17
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-5/+0
2024-12-10Rollup merge of #131558 - sassman:feat/warnin-for-no-mangle-together-with-exp...León Orell Valerian Liehr-0/+69
2024-12-02Move `Const::{from_anon_const,try_from_lit}` to hir_ty_loweringNoah Lev-12/+66
2024-11-27Update tests to use new proc-macro headerEric Huss-12/+2
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-5/+0
2024-11-23Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle许杰友 Jieyou Xu (Joe)-31/+45
2024-11-22Stabilize the 2024 editionEric Huss-11/+10
2024-11-15fix: rust-lang/rust#47446Sven Kanoldt-0/+69
2024-11-02Allow disabling ASan instrumentation for globalsDaniel Bertalan-31/+45
2024-10-20misapplied optimize attribute throws a compilation error (#128488)ash-15/+45
2024-10-02Add `get_line` confusable to `Stdin::read_line()`Jaken Herman-1/+16
2024-09-30Reject leading unsafe in `cfg!(...)` and `--check-cfg`.Urgau-2/+24
2024-09-21remove `#[cmse_nonsecure_entry]`Folkert-24/+3
2024-08-24New `#[rustc_pub_transparent]` attributePavel Grigorenko-0/+48
2024-08-18Check that `#[may_dangle]` is properly appliedGoldstein-0/+103
2024-08-17Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercotebors-48/+35
2024-08-17Rollup merge of #128989 - s7tya:check-linkage-attribute-pos, r=petrochenkovMatthias Krüger-0/+97
2024-08-17Emit an error for invalid use of the linkage attributeShina-0/+97
2024-08-16Overhaul token collection.Nicholas Nethercote-0/+42
2024-08-07Rollup merge of #128552 - s7tya:check-no-sanitize-attribute-pos, r=BoxyUwUTrevor Gross-0/+89
2024-08-07Stabilize `unsafe_attributes`carbotaniuman-48/+35
2024-08-06tests: add regression test to make sure `cfg_attr` isn't considered unhandled许杰友 Jieyou Xu (Joe)-0/+169
2024-08-05Emit an error for invalid use of the `#[no_sanitize]` attributeShina-0/+89
2024-08-04tests: add regression test for incorrect "builtin attribute is checked" asser...许杰友 Jieyou Xu (Joe)-0/+79
2024-08-01Auto merge of #127543 - carbotaniuman:more_unsafe_attr_verification, r=esteba...bors-6/+331
2024-07-31Emit an error if `#[optimize]` is applied to an incompatible itemclubby789-0/+48
2024-07-30Add toggle for `parse_meta_item` unsafe parsingcarbotaniuman-25/+157
2024-07-29Deny unsafe on more builtin attributescarbotaniuman-1/+194
2024-07-29Structured suggestion for `extern crate foo` when `foo` isn't resolved in importEsteban Küber-2/+8
2024-07-25Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errorsbors-1/+1
2024-07-24Do not use question as labelEsteban Küber-4/+4
2024-07-12rustc_type_ir: derivative -> derive-wherePavel Grigorenko-1/+1
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-1/+6
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-2/+2
2024-06-30add `rustc_dump_def_parents` attributeBoxy-0/+162
2024-06-29Rollup merge of #127118 - surechen:fix_126789, r=jieyouxuMatthias Krüger-0/+16
2024-06-29Show `used attribute`'s kind for user when find it isn't applied to a `static...surechen-0/+16
2024-06-24resolve: Implement a lint for out-of-scope use of `macro_rules`Vadim Petrochenkov-49/+113
2024-06-24ast: Standardize visiting order for attributes and node IDsVadim Petrochenkov-5/+37
2024-06-23Add hard error and migration lint for unsafe attrscarbotaniuman-6/+6
2024-06-22Add `#[rustc_dump_{predicates,item_bounds}]`León Orell Valerian Liehr-0/+59
2024-06-06Add double unsafe testcarbotaniuman-0/+36
2024-06-06Error on unsafe on non-unsafe attributecarbotaniuman-0/+34