about summary refs log tree commit diff
path: root/compiler/rustc_error_messages
AgeCommit message (Expand)AuthorLines
2022-08-22Migrate deprecated_where_clause_location, forbidden_assoc_constraint, keyword...finalchild-0/+18
2022-08-22Migrate forbidden_letfinalchild-0/+6
2022-08-21Migrate diagnostics in parser/expr to SessionDiagnosticXiretza-0/+109
2022-08-20Rollup merge of #100723 - 5225225:the-easy-ones, r=compiler-errorsMatthias Krüger-0/+2
2022-08-20Rollup merge of #100709 - JhonnyBillM:port-expected-used-symbol-diagnostic, r...Matthias Krüger-0/+2
2022-08-20Rollup merge of #100667 - Xiretza:diag-structs-parser-ivd, r=davidtwcoMatthias Krüger-0/+9
2022-08-19Rollup merge of #99576 - compiler-errors:foreign-fundamental-drop-is-bad, r=T...Dylan DPC-2/+2
2022-08-18Add diagnostic translation lints to crates that don't emit them5225225-0/+2
2022-08-18ADD - ExpectedUsedSymbol diagnostic to port used() diagnosticJhonny Bill Mena-0/+2
2022-08-18fluent: fix slug name for borrowck::generic_does_not_live_long_enoughXiretza-1/+1
2022-08-18tidy: check fluent files for styleXiretza-5/+5
2022-08-18Rollup merge of #100674 - PragmaTwice:mig-typeck-unused-crate-diag, r=davidtwcoMatthias Krüger-0/+8
2022-08-18Rollup merge of #100651 - nidnogg:diagnostics_migration_expand_transcribe, r=...Matthias Krüger-0/+17
2022-08-17Migrate "invalid variable declaration" errors to SessionDiagnosticXiretza-0/+9
2022-08-17Moved structs to rustc_expand::errors, added several more migrations, fixed s...nidnogg-2/+10
2022-08-17Migrate lint reports in typeck::check_unused to LintDiagnosticPragmaTwice-0/+8
2022-08-16Migrated more diagnostics under transcribe.rsnidnogg-0/+6
2022-08-16Added first migration for repeated expressions without syntax varsnidnogg-0/+3
2022-08-17Migrate emoji identifier diagnostics to `SessionDiagnostic`finalchild-0/+7
2022-08-16Do not allow Drop impl on foreign fundamental typesMichael Goulet-2/+2
2022-08-15Rollup merge of #100377 - est31:fluent_grepability, r=davidtwcoMatthias Krüger-358/+358
2022-08-12Adjust cfgsMark Rousskov-1/+0
2022-08-12Replace - with _ in ftl slugs for better grepabilityest31-358/+358
2022-08-04link_ordinal is available for foreign staticyukang-2/+2
2022-08-03check link ordinal make sure target is foreign functionyukang-0/+3
2022-07-27lint: add bad opt access internal lintDavid Wood-0/+6
2022-07-25passes: port more of `check_attr` moduleDavid Wood-0/+107
2022-07-20clippy::perf fixesMatthias Krüger-1/+1
2022-07-19Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau...bors-2/+2
2022-07-18Update invalid atomic ordering lintTomasz Miąsko-5/+0
2022-07-17rustdoc: extend `#[doc(tuple_variadic)]` to fn pointersMichael Howell-2/+2
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-15passes: migrate half of `check_attr`David Wood-0/+152
2022-07-15errors: lint on `LintDiagnosticBuilder::build`David Wood-0/+9
2022-07-10use subdiagnostic for messageMichael Goulet-1/+7
2022-07-08simplify plurals in fluent messages using hir::ConstContextMichael Goulet-22/+6
2022-07-08Migrate MutDeref, TransientMutBorrow diagnosticsMichael Goulet-0/+19
2022-07-08Migrate PanicNonStr, RawPtrComparison, RawPtrToInt diagnosticsMichael Goulet-0/+11
2022-07-08Migrate StaticAccess diagnosticMichael Goulet-1/+11
2022-07-08Migrate NonConstOp diagnosticMichael Goulet-0/+3
2022-07-08Migrate unstable-in-stable diagnosticMichael Goulet-0/+5
2022-07-08Use dashes instead of underscores in fluent namesMichael Goulet-2/+2
2022-06-30lint: port asm labels diagnosticsDavid Wood-0/+2
2022-06-30lint: port deref nullptr diagnosticsDavid Wood-0/+3
2022-06-30lint: port clashing extern diagnosticsDavid Wood-0/+7
2022-06-30lint: port incomplete features diagnosticsDavid Wood-0/+4
2022-06-30lint: port explicit outlives diagnosticsDavid Wood-0/+6
2022-06-30lint: port keyword idents diagnosticsDavid Wood-0/+3
2022-06-30lint: port test items diagnosticsDavid Wood-0/+2
2022-06-30lint: port `...` range pattern diagnosticsDavid Wood-0/+3