about summary refs log tree commit diff
path: root/compiler/rustc_passes/messages.ftl
AgeCommit message (Expand)AuthorLines
2025-02-27require trait impls to have matching const stabilities as the traitsDeadbeef-0/+6
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-13/+2
2025-01-25Auto merge of #119286 - jyn514:linker-output, r=bjorn3bors-0/+3
2025-01-21remove support for the #[start] attributeRalf Jung-5/+0
2025-01-20warn on unused linker_messages warning attributesjyn-0/+3
2025-01-11On unused assign lint, detect `mut arg: &Ty` meant to be `arg: &mut Ty`Esteban Küber-0/+3
2025-01-10mir_transform: implement forced inliningDavid Wood-0/+8
2024-12-25Overhaul error messages for disallowed coverage attributesZalathar-3/+5
2024-12-20Restrict `#[non_exaustive]` on structs with default field valuesEsteban Küber-0/+4
2024-12-18Check `#[diagnostic::do_not_recommend]` for argumentsGeorg Semmler-0/+3
2024-12-17Remove `rustc::existing_doc_keyword` lint.Nicholas Nethercote-2/+3
2024-12-03Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiserbors-2/+0
2024-11-23Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle许杰友 Jieyou Xu (Joe)-0/+4
2024-11-22Get rid of HIR const checkerMichael Goulet-2/+0
2024-11-11Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomezbors-0/+3
2024-11-08remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...Ralf Jung-4/+0
2024-11-02Allow disabling ASan instrumentation for globalsDaniel Bertalan-0/+4
2024-10-30rustdoc-search: simplify rules for generics and type paramsMichael Howell-0/+3
2024-10-28Error on alignments greater than `isize::MAX`asquared31415-0/+4
2024-10-25Re-do recursive const stability checksRalf Jung-2/+6
2024-10-22Auto merge of #132035 - matthiaskrgr:rollup-ty1e4q0, r=matthiaskrgrbors-0/+13
2024-10-22Rollup merge of #131732 - m4tx:fix-82824, r=davidtwcoMatthias Krüger-0/+13
2024-10-22terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...Ralf Jung-1/+1
2024-10-20misapplied optimize attribute throws a compilation error (#128488)ash-3/+3
2024-10-15Add doc(plugins), doc(passes), etc. to INVALID_DOC_ATTRIBUTESMateusz Maćkowski-0/+13
2024-10-15Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxubors-0/+4
2024-10-12Rollup merge of #131567 - CastilloDel:reject-unstable-with-accepted-features,...Matthias Krüger-0/+6
2024-10-12Emit an error for unstable attributes that reference already stable featuresCastilloDel-0/+6
2024-10-11Single commit implementing the enzyme/autodiff frontendManuel Drehwald-0/+4
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-1/+1
2024-10-06remove checks that are now performed during macro expansion of `naked_asm!`Folkert de Vries-6/+0
2024-10-06disallow `asm!` in `#[naked]` functionsFolkert de Vries-6/+6
2024-10-05fix typo in 'lang item with track_caller' messageRalf Jung-1/+1
2024-09-10disallow `naked_asm!` outside of `#[naked]` functionsFolkert de Vries-0/+3
2024-09-01Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"Jakub Beránek-4/+0
2024-08-28Implement RFC 3525.Luca Versari-0/+4
2024-08-26Rollup merge of #129544 - mu001999-contrib:dead-code/clean, r=compiler-errorsMatthias Krüger-4/+0
2024-08-25Removes dead code from the compilermu001999-4/+0
2024-08-24New `#[rustc_pub_transparent]` attributePavel Grigorenko-0/+4
2024-08-18Fix wording of misapplied `must_not_suspend` errorGoldstein-2/+2
2024-08-18Check that `#[may_dangle]` is properly appliedGoldstein-0/+3
2024-08-17Rollup merge of #128989 - s7tya:check-linkage-attribute-pos, r=petrochenkovMatthias Krüger-0/+4
2024-08-17Emit an error for invalid use of the linkage attributeShina-0/+4
2024-08-10rustc_passes: make some messages in check_attr translatablePavel Grigorenko-0/+6
2024-08-03Assert that all attributes are actually checked via `CheckAttrVisitor` and ar...Oli Scherer-0/+4
2024-07-31Emit an error if `#[optimize]` is applied to an incompatible itemclubby789-0/+4
2024-07-27switch to an allowlist approachFolkert-3/+3
2024-07-16improve error message when `#[naked]` is used with `#[track-caller] and `#[ta...Folkert-1/+1
2024-07-16improve error message when `#[naked]` is used with `#[inline]`Folkert-6/+5
2024-07-10Report usage of lib features in ast validationMichael Goulet-3/+0