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
/
src
/
test
/
ui
/
attributes
Age
Commit message (
Expand
)
Author
Lines
2022-02-09
Rollup merge of #93753 - jeremyBanks:main-conflict, r=petrochenkov
Matthias Krüger
-0
/
+35
2022-02-09
Move tests into attributes directory to pacify tidy
Nikita Popov
-0
/
+51
2022-02-08
Remove obsolete no-op #[main] attribute from compiler.
Jeremy Banks
-0
/
+35
2022-01-30
Bless all pretty printer tests and ui tests
David Tolnay
-5
/
+5
2022-01-29
Create `core::fmt::ArgumentV1` with generics instead of fn pointer
Gary Guo
-2
/
+1
2022-01-17
Emit simpler code from format_args
David Tolnay
-5
/
+2
2021-12-15
Add a lint for duplicated attributes.
Ethiraric
-0
/
+63
2021-12-01
Pretty print empty blocks as {}
David Tolnay
-1
/
+1
2021-11-25
Do not visit attributes in `LateResolutionVisitor`.
Camille GILLOT
-3
/
+27
2021-11-23
Do not visit attributes in `ItemLowerer`.
Camille GILLOT
-0
/
+35
2021-11-20
Align multiline messages to their label (add left margin)
Esteban Kuber
-9
/
+9
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+113
2021-11-14
Move some tests to more reasonable directories
Caio
-0
/
+23
2021-11-09
Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-se
bors
-2
/
+2
2021-11-06
Don't destructure args tuple in format_args!
Cameron Steffen
-2
/
+2
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+19
2021-10-29
Unify titles in rustdoc book doc attributes chapter
Guillaume Gomez
-2
/
+2
2021-10-15
Bless tests
Cameron Steffen
-4
/
+4
2021-09-25
Move malformed attribute code to a function and fix inner attribute suggestion.
Eric Huss
-2
/
+2
2021-09-23
Rollup merge of #89023 - Wardenfar:issue-85066, r=nagisa
Jubilee
-0
/
+18
2021-09-21
Use ZST for fmt unsafety
Cameron Steffen
-10
/
+6
2021-09-19
Resolve issue 85066
Theo
-0
/
+18
2021-08-24
Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser
bors
-17
/
+3
2021-08-21
Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`
Aaron Hill
-17
/
+3
2021-08-16
Make Arguments constructors unsafe
Cameron Steffen
-6
/
+10
2021-08-11
Modify structured suggestion output
Esteban Küber
-1
/
+1
2021-07-31
Fix invalid suggestions for non-ASCII characters in byte constants
Fabian Wolff
-4
/
+6
2021-07-09
Enhance well-formedness checks for `#[repr(...)]` attributes
Fabian Wolff
-2
/
+16
2021-05-18
Stabilize extended_key_value_attributes
Joshua Nelson
-2
/
+1
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-3
/
+3
2021-05-08
Error on conflicting `#[doc(inline)]`/`#[doc(no_inline)]` attributes
LeSeulArtichaut
-37
/
+110
2021-04-05
Allow specifying alignment for functions
Wesley Norris
-14
/
+1
2021-03-14
Tweak diagnostics
Camelid
-8
/
+8
2021-03-13
Add hyphen to "crate level"
Camelid
-2
/
+2
2021-03-13
Add another test case
Camelid
-1
/
+24
2021-03-13
Report error for each invalid nested attribute
Camelid
-1
/
+12
2021-03-13
Lint non-meta doc attributes
Camelid
-1
/
+27
2021-03-05
Rollup merge of #82708 - GuillaumeGomez:doc-test-attr-check, r=Manishearth
Guillaume Gomez
-8
/
+47
2021-03-05
Make invalid_doc_attribute lint plural
Guillaume Gomez
-2
/
+2
2021-03-05
Auto merge of #71481 - estebank:inherit-stability, r=nikomatsakis
bors
-0
/
+33
2021-03-04
Also use INVALID_DOC_ATTRIBUTE for "unknown doc attribute" warnings
Guillaume Gomez
-8
/
+10
2021-03-04
Add tests for #[doc(test(...)] check
Guillaume Gomez
-0
/
+37
2021-03-03
Change error about unknown doc attributes to a warning
Joshua Nelson
-4
/
+19
2021-03-01
Add tests for doc attribute check
Guillaume Gomez
-0
/
+19
2021-02-11
Add test for "const stability on macro"
Esteban Küber
-0
/
+33
2021-02-09
Add attr-on-params test
Ryan Levick
-0
/
+25
2021-02-03
Handle `Span`s for byte and raw strings and add more detail
Esteban Küber
-2
/
+5
2021-01-24
parser: Collect tokens for values in key-value attributes
Vadim Petrochenkov
-0
/
+12
2021-01-13
Update tests for extern block linting
Mark Rousskov
-25
/
+20
2021-01-09
resolve/expand: Improve attribute expansion on macro definitions and calls
Vadim Petrochenkov
-0
/
+23
[next]