about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/errors.rs
AgeCommit message (Expand)AuthorLines
2025-05-04Initial support for dynamically linked cratesBryanskiy-0/+54
2025-04-23fix ICE in attribute name printingFolkert de Vries-1/+1
2025-04-18Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmannMatthias Krüger-5/+4
2025-04-16Move eager translation to a method on `Diag`Jake Goulding-6/+2
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-4/+3
2025-04-17Fix attribute printing in an error.Nicholas Nethercote-1/+1
2025-04-13Rollup merge of #139001 - folkertdev:naked-function-rustic-abi, r=traviscross...Jacob Pratt-4/+0
2025-04-07Add `naked_functions_rustic_abi` feature gateFolkert de Vries-4/+0
2025-03-31Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlinMatthias Krüger-0/+5
2025-03-25Use `Option<Symbol>` in `DuplicateLangItem`.Nicholas Nethercote-7/+13
2025-03-24Emit `unused_attributes` for `#[inline]` on exported functionsNoratrieb-0/+5
2025-03-21Fix lint name in unused linker_messages warningbjorn3-2/+2
2025-03-01Implment `#[cfg]` and `#[cfg_attr]` in `where` clausesFrank King-0/+8
2025-02-27require trait impls to have matching const stabilities as the traitsDeadbeef-0/+39
2025-02-25Teach structured errors to display short `Ty`Esteban Küber-2/+2
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-40/+8
2025-02-08Rustfmtbjorn3-5/+9
2025-01-25Rollup merge of #136032 - estebank:issue-136028, r=SparrowLiiJacob Pratt-1/+1
2025-01-25Auto merge of #119286 - jyn514:linker-output, r=bjorn3bors-0/+2
2025-01-24Account for mutable borrow in argument suggestionEsteban Küber-1/+1
2025-01-21remove support for the #[start] attributeRalf Jung-11/+0
2025-01-20warn on unused linker_messages warning attributesjyn-0/+2
2025-01-11On unused assign lint, detect `mut arg: &Ty` meant to be `arg: &mut Ty`Esteban Küber-1/+18
2025-01-10mir_transform: implement forced inliningDavid Wood-0/+18
2024-12-25Overhaul error messages for disallowed coverage attributesZalathar-4/+12
2024-12-20Restrict `#[non_exaustive]` on structs with default field valuesEsteban Küber-0/+9
2024-12-18Check `#[diagnostic::do_not_recommend]` for argumentsGeorg Semmler-0/+4
2024-12-17Remove `rustc::existing_doc_keyword` lint.Nicholas Nethercote-5/+6
2024-12-03Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiserbors-7/+0
2024-11-23Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle许杰友 Jieyou Xu (Joe)-0/+11
2024-11-22Get rid of HIR const checkerMichael Goulet-7/+0
2024-11-11Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomezbors-0/+7
2024-11-08remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...Ralf Jung-9/+0
2024-11-02Allow disabling ASan instrumentation for globalsDaniel Bertalan-0/+11
2024-10-30rustdoc-search: simplify rules for generics and type paramsMichael Howell-0/+7
2024-10-28Error on alignments greater than `isize::MAX`asquared31415-0/+9
2024-10-25Re-do recursive const stability checksRalf Jung-0/+8
2024-10-22Rollup merge of #131732 - m4tx:fix-82824, r=davidtwcoMatthias Krüger-0/+21
2024-10-20misapplied optimize attribute throws a compilation error (#128488)ash-3/+9
2024-10-15Add doc(plugins), doc(passes), etc. to INVALID_DOC_ATTRIBUTESMateusz Maćkowski-0/+21
2024-10-15Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxubors-0/+8
2024-10-12Rollup merge of #131567 - CastilloDel:reject-unstable-with-accepted-features,...Matthias Krüger-0/+11
2024-10-12Emit an error for unstable attributes that reference already stable featuresCastilloDel-0/+11
2024-10-11Single commit implementing the enzyme/autodiff frontendManuel Drehwald-0/+8
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-2/+1
2024-10-06remove checks that are now performed during macro expansion of `naked_asm!`Folkert de Vries-15/+0
2024-10-06disallow `asm!` in `#[naked]` functionsFolkert de Vries-4/+4
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-10/+6
2024-09-13Remove unnecessary lifetime from `FeaturePreviouslyDeclared`.Nicholas Nethercote-2/+2
2024-09-10disallow `naked_asm!` outside of `#[naked]` functionsFolkert de Vries-0/+7