about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/check_attr.rs
AgeCommit message (Expand)AuthorLines
2020-12-06Don't ICE on malformed `rustc_args_required_const` attributeTomasz Miąsko-45/+53
2020-12-02Add checks for #[doc(keyword = "...")] and move them into rustc_passesGuillaume Gomez-7/+53
2020-12-02Clean up doc attributes check before adding moreGuillaume Gomez-79/+93
2020-12-01Improve some attributes error spansGuillaume Gomez-2/+2
2020-11-24Validate that `#[naked]` is applied to a function definitionTomasz Miąsko-0/+21
2020-11-24Don't mark #[naked] as used when checking #[track_caller]Tomasz Miąsko-1/+1
2020-10-25Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obkYuki Okushi-0/+53
2020-10-23Auto merge of #77015 - davidtwco:check-attr-variant-closure-expr, r=lcnrbors-58/+33
2020-10-23fix validation for rustc_allow_const_fn_unstable targetsFlorian Warzecha-3/+5
2020-10-22validate rustc_allow_const_fn_unstable targetsFlorian Warzecha-0/+22
2020-10-21validate allow_internal_unstable targetFlorian Warzecha-0/+29
2020-10-06Enforce whitespace ascii character check for doc aliasGuillaume Gomez-0/+10
2020-10-05Allow ascii whitespace char for doc aliasesGuillaume Gomez-2/+3
2020-10-04Enforce crate level attributes checksGuillaume Gomez-3/+31
2020-10-03Run attributes check at crate levelGuillaume Gomez-4/+10
2020-10-03Prevent #[doc(alias = "...")] at crate levelGuillaume Gomez-1/+17
2020-10-02Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk...Jonas Schievink-7/+27
2020-10-02Forbid some characters to be used as doc aliasGuillaume Gomez-7/+27
2020-09-30Validate `rustc_args_required_const`varkor-9/+101
2020-09-28passes: `check_attr` on more targetsDavid Wood-58/+33
2020-09-05Emit warnings on misplaced #[no_mangle]Caleb Zulawski-0/+23
2020-09-05Allow #[cold], #[track_caller] on closures. Fix whitespace in error messages.Caleb Zulawski-13/+13
2020-09-05Emit warnings for misplaced attributes used by some cratesCaleb Zulawski-53/+100
2020-09-05Check placement of more attributesCaleb Zulawski-6/+105
2020-09-03Add check for doc alias on associated const in trait implsGuillaume Gomez-1/+11
2020-08-30mv compiler to compiler/mark-0/+527