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
/
tests
/
ui
/
attributes
Age
Commit message (
Expand
)
Author
Lines
2025-02-14
Trim suggestion parts to the subset that is purely additive
Michael Goulet
-3
/
+3
2025-02-14
Use underline suggestions for purely 'additive' replacements
Michael Goulet
-9
/
+6
2025-02-10
Show diff suggestion format on verbose replacement
Esteban Küber
-26
/
+39
2025-01-24
Reword "crate not found" resolve message
Esteban Küber
-38
/
+38
2025-01-07
Update tests.
Mara Bos
-1
/
+1
2025-01-03
turn rustc_box into an intrinsic
Ralf Jung
-52
/
+0
2024-12-27
Remove the `-test` suffix from normalize directives
Zalathar
-3
/
+3
2024-12-17
Adjust `tests/ui/attr-usage-inline.rs`
许杰友 Jieyou Xu (Joe)
-0
/
+43
2024-12-17
Adjust `tests/ui/attr-shebang.rs`
许杰友 Jieyou Xu (Joe)
-0
/
+7
2024-12-17
Adjust `tests/ui/attr-bad-crate-attr.rs`
许杰友 Jieyou Xu (Joe)
-0
/
+17
2024-12-12
Filter empty lines, comments and delimiters from previous to last multiline s...
Esteban Küber
-5
/
+0
2024-12-10
Rollup merge of #131558 - sassman:feat/warnin-for-no-mangle-together-with-exp...
León Orell Valerian Liehr
-0
/
+69
2024-12-02
Move `Const::{from_anon_const,try_from_lit}` to hir_ty_lowering
Noah Lev
-12
/
+66
2024-11-27
Update tests to use new proc-macro header
Eric Huss
-12
/
+2
2024-11-26
tests: remove `//@ pretty-expanded` usages
许杰友 Jieyou Xu (Joe)
-5
/
+0
2024-11-23
Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle
许杰友 Jieyou Xu (Joe)
-31
/
+45
2024-11-22
Stabilize the 2024 edition
Eric Huss
-11
/
+10
2024-11-15
fix: rust-lang/rust#47446
Sven Kanoldt
-0
/
+69
2024-11-02
Allow disabling ASan instrumentation for globals
Daniel Bertalan
-31
/
+45
2024-10-20
misapplied optimize attribute throws a compilation error (#128488)
ash
-15
/
+45
2024-10-02
Add `get_line` confusable to `Stdin::read_line()`
Jaken Herman
-1
/
+16
2024-09-30
Reject leading unsafe in `cfg!(...)` and `--check-cfg`.
Urgau
-2
/
+24
2024-09-21
remove `#[cmse_nonsecure_entry]`
Folkert
-24
/
+3
2024-08-24
New `#[rustc_pub_transparent]` attribute
Pavel Grigorenko
-0
/
+48
2024-08-18
Check that `#[may_dangle]` is properly applied
Goldstein
-0
/
+103
2024-08-17
Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercote
bors
-48
/
+35
2024-08-17
Rollup merge of #128989 - s7tya:check-linkage-attribute-pos, r=petrochenkov
Matthias Krüger
-0
/
+97
2024-08-17
Emit an error for invalid use of the linkage attribute
Shina
-0
/
+97
2024-08-16
Overhaul token collection.
Nicholas Nethercote
-0
/
+42
2024-08-07
Rollup merge of #128552 - s7tya:check-no-sanitize-attribute-pos, r=BoxyUwU
Trevor Gross
-0
/
+89
2024-08-07
Stabilize `unsafe_attributes`
carbotaniuman
-48
/
+35
2024-08-06
tests: add regression test to make sure `cfg_attr` isn't considered unhandled
许杰友 Jieyou Xu (Joe)
-0
/
+169
2024-08-05
Emit an error for invalid use of the `#[no_sanitize]` attribute
Shina
-0
/
+89
2024-08-04
tests: add regression test for incorrect "builtin attribute is checked" asser...
许杰友 Jieyou Xu (Joe)
-0
/
+79
2024-08-01
Auto merge of #127543 - carbotaniuman:more_unsafe_attr_verification, r=esteba...
bors
-6
/
+331
2024-07-31
Emit an error if `#[optimize]` is applied to an incompatible item
clubby789
-0
/
+48
2024-07-30
Add toggle for `parse_meta_item` unsafe parsing
carbotaniuman
-25
/
+157
2024-07-29
Deny unsafe on more builtin attributes
carbotaniuman
-1
/
+194
2024-07-29
Structured suggestion for `extern crate foo` when `foo` isn't resolved in import
Esteban Küber
-2
/
+8
2024-07-25
Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errors
bors
-1
/
+1
2024-07-24
Do not use question as label
Esteban Küber
-4
/
+4
2024-07-12
rustc_type_ir: derivative -> derive-where
Pavel Grigorenko
-1
/
+1
2024-07-12
Make parse error suggestions verbose and fix spans
Esteban Küber
-1
/
+6
2024-07-11
Always use a colon in `//@ normalize-*:` headers
Zalathar
-2
/
+2
2024-06-30
add `rustc_dump_def_parents` attribute
Boxy
-0
/
+162
2024-06-29
Rollup merge of #127118 - surechen:fix_126789, r=jieyouxu
Matthias Krüger
-0
/
+16
2024-06-29
Show `used attribute`'s kind for user when find it isn't applied to a `static...
surechen
-0
/
+16
2024-06-24
resolve: Implement a lint for out-of-scope use of `macro_rules`
Vadim Petrochenkov
-49
/
+113
2024-06-24
ast: Standardize visiting order for attributes and node IDs
Vadim Petrochenkov
-5
/
+37
2024-06-23
Add hard error and migration lint for unsafe attrs
carbotaniuman
-6
/
+6
[next]