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
/
tests
/
ui
/
attributes
Age
Commit message (
Expand
)
Author
Lines
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
2024-06-22
Add `#[rustc_dump_{predicates,item_bounds}]`
León Orell Valerian Liehr
-0
/
+59
2024-06-06
Add double unsafe test
carbotaniuman
-0
/
+36
2024-06-06
Error on unsafe on non-unsafe attribute
carbotaniuman
-0
/
+34
2024-06-06
Add tests
carbotaniuman
-0
/
+14
2024-06-06
Disallow unsafe in derive
carbotaniuman
-0
/
+14
2024-05-29
ast: Revert a breaking attribute visiting order change
Vadim Petrochenkov
-19
/
+3
2024-05-29
Add a test for resolving `macro_rules` calls inside attributes
Vadim Petrochenkov
-0
/
+202
2024-05-20
Note for E0599 if shadowed bindings has the method.
surechen
-0
/
+8
2024-05-10
Fix parse error message for meta items
León Orell Valerian Liehr
-2
/
+2
2024-05-02
Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`
Martin Nordholts
-384
/
+0
2024-04-29
Typo fix: exec:ing -> exec'ing
Martin Nordholts
-1
/
+1
2024-04-25
debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[...
Vadim Petrochenkov
-96
/
+95
2024-04-24
Rollup merge of #123316 - Enselic:sigpipe-inherit-variants, r=fmease
León Orell Valerian Liehr
-8
/
+39
2024-04-18
Auto merge of #124072 - saethlin:less-sysroot-libc-misc, r=jieyouxu
bors
-2
/
+0
2024-04-17
Remove libc from rust_get_test_int uses
Ben Kimock
-1
/
+1
2024-04-17
Remove libc from more tests
Ben Kimock
-2
/
+0
2024-04-13
Test `#[unix_sigpipe = "inherit"]` with both `SIG_DFL` and `SIG_IGN`
Martin Nordholts
-8
/
+39
2024-03-25
unix_sigpipe: Add test for SIGPIPE disposition in child processes
Martin Nordholts
-0
/
+90
2024-03-16
Rollup merge of #121545 - gvozdvmozgu:fix-attribute-validation-associated-ite...
León Orell Valerian Liehr
-0
/
+15
2024-03-12
tests: Add ui/attributes/unix_sigpipe/unix_sigpipe-str-list.rs
Martin Nordholts
-1
/
+13
2024-03-11
unix_sigpipe: Replace `inherit` with `sig_dfl` in syntax tests
Martin Nordholts
-14
/
+14
2024-03-10
diagnostics: Do not suggest using `#[unix_sigpipe]` without a value
Martin Nordholts
-11
/
+4
2024-03-04
Auto merge of #121900 - chenyukang:yukang-fix-121425-repr-pack-error, r=compi...
bors
-10
/
+79
2024-03-03
fix spans of arguments in diagnostic
yukang
-9
/
+9
2024-03-02
Fix misleading message when using a named constant as a struct alignment/pack
yukang
-10
/
+79
2024-02-29
Update ui tests
Guillaume Gomez
-53
/
+10
2024-02-28
Rollup merge of #121527 - Enselic:unix_sigpipe-tests-fixes, r=davidtwco
Guillaume Gomez
-16
/
+25
2024-02-24
Don't unnecessarily change `SIGPIPE` disposition in unix_sigpipe tests
Martin Nordholts
-6
/
+6
2024-02-24
fix attribute validation on associated items in traits
gvozdvmozgu
-0
/
+15
2024-02-23
tests: Add unix_sigpipe-different-duplicates.rs test variant
Martin Nordholts
-2
/
+21
2024-02-23
tests: Combine unix_sigpipe-not-used.rs and unix_sigpipe-only-feature.rs
Martin Nordholts
-13
/
+3
2024-02-23
tests: Rename unix_sigpipe.rs to unix_sigpipe-bare.rs for clarity
Martin Nordholts
-1
/
+1
2024-02-23
tests: Fix typo unix_sigpipe-error.rs -> unix_sigpipe-sig_ign.rs
Martin Nordholts
-0
/
+0
2024-02-22
Deduplicate some logic and reword output
Esteban Küber
-2
/
+2
2024-02-22
Make confusable suggestions `verbose`
Esteban Küber
-1
/
+6
2024-02-22
Consider methods from traits when suggesting typos
Esteban Küber
-5
/
+3
2024-02-22
Provide more and more accurate suggestions when calling the wrong method
Esteban Küber
-3
/
+22
2024-02-22
On type error of method call arguments, look at confusables for suggestion
Esteban Küber
-1
/
+19
2024-02-22
Add `rustc_confusables` annotations to some stdlib APIs
Esteban Küber
-2
/
+102
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-60
/
+60
2023-12-12
Improve an error involving attribute values.
Nicholas Nethercote
-22
/
+15
[prev]
[next]