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
/
messages.ftl
Age
Commit message (
Expand
)
Author
Lines
2024-10-20
misapplied optimize attribute throws a compilation error (#128488)
ash
-3
/
+3
2024-10-15
Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxu
bors
-0
/
+4
2024-10-12
Rollup merge of #131567 - CastilloDel:reject-unstable-with-accepted-features,...
Matthias Krüger
-0
/
+6
2024-10-12
Emit an error for unstable attributes that reference already stable features
CastilloDel
-0
/
+6
2024-10-11
Single commit implementing the enzyme/autodiff frontend
Manuel Drehwald
-0
/
+4
2024-10-06
various fixes for `naked_asm!` implementation
Folkert de Vries
-1
/
+1
2024-10-06
remove checks that are now performed during macro expansion of `naked_asm!`
Folkert de Vries
-6
/
+0
2024-10-06
disallow `asm!` in `#[naked]` functions
Folkert de Vries
-6
/
+6
2024-10-05
fix typo in 'lang item with track_caller' message
Ralf Jung
-1
/
+1
2024-09-10
disallow `naked_asm!` outside of `#[naked]` functions
Folkert de Vries
-0
/
+3
2024-09-01
Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"
Jakub Beránek
-4
/
+0
2024-08-28
Implement RFC 3525.
Luca Versari
-0
/
+4
2024-08-26
Rollup merge of #129544 - mu001999-contrib:dead-code/clean, r=compiler-errors
Matthias Krüger
-4
/
+0
2024-08-25
Removes dead code from the compiler
mu001999
-4
/
+0
2024-08-24
New `#[rustc_pub_transparent]` attribute
Pavel Grigorenko
-0
/
+4
2024-08-18
Fix wording of misapplied `must_not_suspend` error
Goldstein
-2
/
+2
2024-08-18
Check that `#[may_dangle]` is properly applied
Goldstein
-0
/
+3
2024-08-17
Rollup merge of #128989 - s7tya:check-linkage-attribute-pos, r=petrochenkov
Matthias Krüger
-0
/
+4
2024-08-17
Emit an error for invalid use of the linkage attribute
Shina
-0
/
+4
2024-08-10
rustc_passes: make some messages in check_attr translatable
Pavel Grigorenko
-0
/
+6
2024-08-03
Assert that all attributes are actually checked via `CheckAttrVisitor` and ar...
Oli Scherer
-0
/
+4
2024-07-31
Emit an error if `#[optimize]` is applied to an incompatible item
clubby789
-0
/
+4
2024-07-27
switch to an allowlist approach
Folkert
-3
/
+3
2024-07-16
improve error message when `#[naked]` is used with `#[track-caller] and `#[ta...
Folkert
-1
/
+1
2024-07-16
improve error message when `#[naked]` is used with `#[inline]`
Folkert
-6
/
+5
2024-07-10
Report usage of lib features in ast validation
Michael Goulet
-3
/
+0
2024-06-29
Rollup merge of #127118 - surechen:fix_126789, r=jieyouxu
Matthias Krüger
-0
/
+1
2024-06-29
Show `used attribute`'s kind for user when find it isn't applied to a `static...
surechen
-0
/
+1
2024-06-24
coverage: Always error on `#[coverage(..)]` in unexpected places
Zalathar
-12
/
+3
2024-06-23
Add hard error and migration lint for unsafe attrs
carbotaniuman
-4
/
+0
2024-06-21
Fix remaining cases
Michael Goulet
-9
/
+9
2024-06-19
Rollup merge of #124580 - gurry:124556-suggest-remove-tuple-field, r=jackh726
León Orell Valerian Liehr
-0
/
+9
2024-06-06
Error on unsafe on non-unsafe attribute
carbotaniuman
-0
/
+4
2024-05-21
Move `#[do_not_recommend]` to the `#[diagnostic]` namespace
Georg Semmler
-1
/
+1
2024-05-13
Suggest removing unused tuple fields if they are the last fields
Gurinder Singh
-0
/
+9
2024-05-08
Fix Error Messages for `break` Inside Coroutines
Veera
-5
/
+5
2024-05-04
Various improvements to entrypoint code
Nilstrieb
-6
/
+0
2024-05-02
Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`
Martin Nordholts
-3
/
+0
2024-04-17
consistency rename: language item -> lang item
Ralf Jung
-6
/
+6
2024-04-17
weak lang items are not allowed to be #[track_caller]
Ralf Jung
-2
/
+11
2024-03-03
Remove unused fluent messages
r0cky
-5
/
+0
2024-02-29
Fix typo in `rustc_passes/messages.ftl`
sisungo
-1
/
+1
2024-01-30
Remove `ffi_returns_twice` feature
clubby789
-3
/
+0
2024-01-10
Stop mentioning internal lang items in no_std binary errors
Nilstrieb
-0
/
+5
2023-11-04
Remove support for compiler plugins.
Nicholas Nethercote
-3
/
+0
2023-10-31
Auto merge of #117377 - dtolnay:deprecatedsince, r=cjgillot
bors
-5
/
+0
2023-10-30
Fix #117284, Fix unused variables lint issue for args in macro
yukang
-0
/
+3
2023-10-29
Delete unused InvalidDeprecationVersion diagnostic
David Tolnay
-5
/
+0
2023-10-26
Tweak suggestion spans for invalid crate-level inner attribute
Esteban Küber
-0
/
+3
2023-10-24
Store 'since' attribute as parsed Version
David Tolnay
-5
/
+0
[next]