about summary refs log tree commit diff
path: root/compiler/rustc_passes/messages.ftl
AgeCommit message (Expand)AuthorLines
2025-07-17parse `const trait Trait`Deadbeef-1/+1
2025-07-15Setup unstable feature bound attributetiif-0/+4
2025-07-14Rollup merge of #143868 - jdonszelmann:fix-align-on-fields, r=workingjubileeSamuel Tardieu-0/+4
2025-07-13update issue number for `const_trait_impl`Deadbeef-1/+1
2025-07-13warn on align on fields to avoid breaking changesJana Dönszelmann-0/+4
2025-07-06Remove `repr(align)` codeJules Bertholet-0/+4
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-07-01Auto merge of #142921 - JonathanBrouwer:rustc_attributes_parser, r=oli-obkbors-3/+0
2025-06-27Port `#[rustc_layout_scalar_valid_range_start/end]` to the new attribute pars...Jonathan Brouwer-3/+0
2025-06-27Port `#[used]` to new attribute parsing infrastructureJonathan Brouwer-3/+0
2025-06-26Move mixed export_name/no_mangle check to check_attr.rs and improve the errorJonathan Brouwer-0/+5
2025-06-25Rollup merge of #142724 - xizheyin:avoid_overwrite_args, r=oli-obkJana Dönszelmann-1/+1
2025-06-25Add runtime check to avoid overwrite arg easily in diag and store and restore...xizheyin-1/+1
2025-06-23Add `#[loop_match]` for improved DFA codegenbjorn3-1/+8
2025-06-23move naked checks out of check_attr.rsJana Dönszelmann-5/+0
2025-06-18add `#[align]` attributeFolkert de Vries-7/+8
2025-06-13Rollup merge of #142158 - xizheyin:141617, r=jdonszelmannMatthias Krüger-0/+3
2025-06-12Tracking the old name of renamed unstable library attributexizheyin-0/+3
2025-06-12detect when variants have the same name as an associated functionJana Dönszelmann-0/+3
2025-06-10Remove check_mod_loops query and run the checks per-body insteadOli Scherer-40/+0
2025-05-30Move naked fn checks to hir_typeckOli Scherer-16/+0
2025-05-30Move naked asm check into typeckOli Scherer-3/+0
2025-05-04Initial support for dynamically linked cratesBryanskiy-0/+19
2025-04-19Make `#[naked]` an unsafe attributeFolkert de Vries-4/+4
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-3/+3
2025-04-13Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross...Jacob Pratt-3/+0
2025-04-07Add `naked_functions_rustic_abi` feature gateFolkert de Vries-3/+0
2025-03-31Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlinMatthias Krüger-0/+4
2025-03-24Emit `unused_attributes` for `#[inline]` on exported functionsNoratrieb-0/+4
2025-03-21Fix lint name in unused linker_messages warningbjorn3-2/+2
2025-03-01Implment `#[cfg]` and `#[cfg_attr]` in `where` clausesFrank King-0/+4
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