index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_passes
/
src
/
check_attr.rs
Age
Commit message (
Expand
)
Author
Lines
2020-12-06
Don't ICE on malformed `rustc_args_required_const` attribute
Tomasz Miąsko
-45
/
+53
2020-12-02
Add checks for #[doc(keyword = "...")] and move them into rustc_passes
Guillaume Gomez
-7
/
+53
2020-12-02
Clean up doc attributes check before adding more
Guillaume Gomez
-79
/
+93
2020-12-01
Improve some attributes error spans
Guillaume Gomez
-2
/
+2
2020-11-24
Validate that `#[naked]` is applied to a function definition
Tomasz Miąsko
-0
/
+21
2020-11-24
Don't mark #[naked] as used when checking #[track_caller]
Tomasz Miąsko
-1
/
+1
2020-10-25
Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk
Yuki Okushi
-0
/
+53
2020-10-23
Auto merge of #77015 - davidtwco:check-attr-variant-closure-expr, r=lcnr
bors
-58
/
+33
2020-10-23
fix validation for rustc_allow_const_fn_unstable targets
Florian Warzecha
-3
/
+5
2020-10-22
validate rustc_allow_const_fn_unstable targets
Florian Warzecha
-0
/
+22
2020-10-21
validate allow_internal_unstable target
Florian Warzecha
-0
/
+29
2020-10-06
Enforce whitespace ascii character check for doc alias
Guillaume Gomez
-0
/
+10
2020-10-05
Allow ascii whitespace char for doc aliases
Guillaume Gomez
-2
/
+3
2020-10-04
Enforce crate level attributes checks
Guillaume Gomez
-3
/
+31
2020-10-03
Run attributes check at crate level
Guillaume Gomez
-4
/
+10
2020-10-03
Prevent #[doc(alias = "...")] at crate level
Guillaume Gomez
-1
/
+17
2020-10-02
Rollup merge of #76811 - GuillaumeGomez:doc-alias-name-restriction, r=oli-obk...
Jonas Schievink
-7
/
+27
2020-10-02
Forbid some characters to be used as doc alias
Guillaume Gomez
-7
/
+27
2020-09-30
Validate `rustc_args_required_const`
varkor
-9
/
+101
2020-09-28
passes: `check_attr` on more targets
David Wood
-58
/
+33
2020-09-05
Emit warnings on misplaced #[no_mangle]
Caleb Zulawski
-0
/
+23
2020-09-05
Allow #[cold], #[track_caller] on closures. Fix whitespace in error messages.
Caleb Zulawski
-13
/
+13
2020-09-05
Emit warnings for misplaced attributes used by some crates
Caleb Zulawski
-53
/
+100
2020-09-05
Check placement of more attributes
Caleb Zulawski
-6
/
+105
2020-09-03
Add check for doc alias on associated const in trait impls
Guillaume Gomez
-1
/
+11
2020-08-30
mv compiler to compiler/
mark
-0
/
+527