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
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
2021-07-10
Check if the attribute is applied correctly
Deadbeef
-0
/
+26
2021-06-25
Check that `#[cmse_nonsecure_entry]` is applied to a function definition
Fabian Wolff
-0
/
+20
2021-06-17
Fix ICE when using `#[doc(keyword = "...")]` on non-items
Fabian Wolff
-2
/
+5
2021-06-15
Fix ICE when doc aliases were put on function params
Ryan Levick
-0
/
+2
2021-06-05
Don't fire `invalid_doc_attributes` on `extern crate` items
Joshua Nelson
-1
/
+1
2021-06-04
Remove `doc(include)`
Joshua Nelson
-2
/
+25
2021-05-12
entirely remove rustc_args_required_const attribute
Ralf Jung
-79
/
+1
2021-05-10
Add documentation
LeSeulArtichaut
-0
/
+17
2021-05-08
Error on conflicting `#[doc(inline)]`/`#[doc(no_inline)]` attributes
LeSeulArtichaut
-26
/
+74
2021-05-08
Emit `invalid_doc_attributes` warnings in more cases
LeSeulArtichaut
-12
/
+75
2021-04-19
Auto merge of #84091 - tmiasko:check-attrs-sym, r=davidtwco
bors
-49
/
+42
2021-04-16
Remove #[main] attribute.
Charles Lew
-1
/
+1
2021-04-11
Match against attribute name when validating attributes
Tomasz Miąsko
-49
/
+42
2021-04-05
Allow specifying alignment for functions
Wesley Norris
-6
/
+40
2021-04-02
Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514
bors
-5
/
+17
2021-03-23
Fix comment.
Camille GILLOT
-1
/
+2
2021-03-22
Err if the debugging options are not passed.
Camille GILLOT
-0
/
+19
2021-03-19
Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514
Dylan DPC
-30
/
+83
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-2
/
+2
2021-03-15
Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]`
Camelid
-5
/
+17
2021-03-15
Rollup merge of #83098 - camelid:more-doc-attr-check, r=davidtwco
Dylan DPC
-46
/
+64
2021-03-14
Use pretty-printer instead of `span_to_snippet`
Camelid
-7
/
+4
2021-03-14
Tweak diagnostics
Camelid
-6
/
+9
2021-03-13
Add hyphen to "crate level"
Camelid
-2
/
+2
2021-03-13
Report error for each invalid nested attribute
Camelid
-6
/
+9
2021-03-13
Lint non-meta doc attributes
Camelid
-0
/
+10
2021-03-13
Refactor `check_doc_attrs` body
Camelid
-36
/
+41
2021-03-11
Improve code by removing similar function calls and using loops instead for c...
Guillaume Gomez
-59
/
+33
2021-03-11
Validate rustc_layout_scalar_valid_range_{start,end} attributes
Tomasz Miąsko
-1
/
+36
2021-03-10
Allow doc alias attributes to use both list and value
Guillaume Gomez
-7
/
+86
2021-03-09
Access attrs directly from HirId in rustc_passes::check_attr.
Camille GILLOT
-50
/
+13
2021-03-07
Rollup merge of #82651 - jyn514:rustdoc-warnings, r=GuillaumeGomez
Yuki Okushi
-1
/
+2
2021-03-05
Make invalid_doc_attribute lint plural
Guillaume Gomez
-3
/
+3
2021-03-04
Also use INVALID_DOC_ATTRIBUTE for "unknown doc attribute" warnings
Guillaume Gomez
-6
/
+1
2021-03-04
Add extra check for #[doc(test(...)] attribute
Guillaume Gomez
-1
/
+18
2021-03-03
Change error about unknown doc attributes to a warning
Joshua Nelson
-9
/
+16
2021-03-02
Report that `doc(plugins)` doesn't work using diagnostics instead of `println!`
Joshua Nelson
-1
/
+2
2021-03-01
Validate meta items used in \#\[doc(...)\]
Guillaume Gomez
-0
/
+35
2021-02-25
Improve checking for attribute
Amanieu d'Antras
-47
/
+56
2021-02-25
Address review comments
Amanieu d'Antras
-0
/
+17
2021-02-23
Add #[rustc_legacy_const_generics]
Amanieu d'Antras
-0
/
+75
2021-02-15
Only store a LocalDefId in hir::MacroDef.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-2
/
+2
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-1
/
+7
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-1
/
+1
2021-02-09
Visit more targets when checking attrs
Ryan Levick
-11
/
+17
2021-02-01
Fixed #[inline] to be warned in fields, arms, macro defs
Danuel
-45
/
+263
2021-01-12
Separate out a `hir::Impl` struct
Joshua Nelson
-2
/
+2
2021-01-06
Don't use to_string on Symbol
Guillaume Gomez
-1
/
+1
[next]