about summary refs log tree commit diff
path: root/compiler/rustc_error_messages
AgeCommit message (Expand)AuthorLines
2023-01-11Move autoderef to rustc_hir_analysisMichael Goulet-4/+4
2023-01-11Rollup merge of #106622 - estebank:issue-68972, r=davidtwcoMatthias Krüger-0/+4
2023-01-11parser: recover from where clauses placed before tuple struct bodiesLeón Orell Valerian Liehr-0/+6
2023-01-11Detect struct literal needing parenthesesEsteban Küber-0/+4
2023-01-11Detect out of bounds range pattern valueEsteban Küber-0/+4
2023-01-09migrate: `deref_into_dyn_supertrait.rs`Rejyr-0/+3
2023-01-09migrate: rest of `builtin.rs` without `builtin_asm_labels`Rejyr-2/+10
2023-01-09refactor: refactor to derive for some lints.Rejyr-1/+3
2023-01-09migrate: `for_loops_over_fallibles.rs`Rejyr-0/+7
2023-01-09migrate(wip): `builtin.rs`Rejyr-0/+7
2023-01-09migrate: `internal.rs`Rejyr-0/+2
2023-01-09migrate: `let_underscore.rs`Rejyr-0/+12
2023-01-09migrate: `levels.rs`Rejyr-0/+12
2023-01-09add: `emit{,_spanned}_lint` for `LintLevelsBuilder`Rejyr-0/+4
2023-01-09Remove backwards compat for LLVM 12 coverage formatArpad Borsos-3/+0
2023-01-08Mention signature rather than fn pointers when comparing impl/trait methodsMichael Goulet-2/+2
2023-01-07Rollup merge of #104543 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru...Matthias Krüger-0/+99
2023-01-07Rollup merge of #101936 - IntQuant:issue-100717-infer-4, r=compiler-errorsMatthias Krüger-0/+139
2023-01-04Auto merge of #106224 - bjorn3:staticlib_fixes, r=wesleywiserbors-2/+0
2023-01-04Rollup merge of #106361 - clubby789:int-literal-too-large, r=estebankMatthias Krüger-0/+1
2023-01-03Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514bors-0/+5
2023-01-02Print correct base for too-large literalsclubby789-1/+1
2023-01-02Note maximum integer literal for `IntLiteralTooLarge`clubby789-0/+1
2022-12-31Add help for the error message when missing rustc_driverbjorn3-0/+5
2022-12-31refactor: merge `E0465` into `E0464`Ezra Shaw-5/+1
2022-12-28Don't translate --print native-static-libs outputbjorn3-2/+0
2022-12-28Split infer_explicit_lifetime_required into several diagsNikita Tomashevich-8/+7
2022-12-28Rename subdiagnostic fields that do not need to be unique nowNikita Tomashevich-3/+3
2022-12-28Use eager translationNikita Tomashevich-1/+1
2022-12-28Split into several messagesNikita Tomashevich-16/+55
2022-12-28More descriptive names for ActualImplExplNotes variantsNikita Tomashevich-2/+2
2022-12-28Partial work on static_impl_trait.rsNikita Tomashevich-0/+52
2022-12-28Migrate trait_impl_difference.rsNikita Tomashevich-0/+10
2022-12-28Migrate placeholder_error.rsNikita Tomashevich-0/+28
2022-12-28Migrate named_anon_conflict.rsNikita Tomashevich-0/+11
2022-12-27DELETE - fn span_invalid_monomorphization_error and localize intrinsics macrosJhonny Bill Mena-0/+66
2022-12-27ADD - create and emit Bug support for DiagnosticsJhonny Bill Mena-0/+2
2022-12-27UPDATE - migrate fn simd_simple_float_intrinsic error messagesJhonny Bill Mena-0/+6
2022-12-27[WIP] UPDATE - migrate intrinsic.rs to new diagnostic infrastructureJhonny Bill Mena-0/+14
2022-12-27UPDATE - migrate constant.rs to new diagnostics infrastructureJhonny Bill Mena-0/+4
2022-12-27UPDATE - migrate base.rs to new diagnostics infrastructureJhonny Bill Mena-0/+7
2022-12-27Recover `fn` keyword as `Fn` trait in boundsMichael Goulet-0/+3
2022-12-24Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholkMatthias Krüger-3/+1
2022-12-23Rollup merge of #106057 - jyn514:trimmed-def-paths-ice, r=compiler-errorsMatthias Krüger-1/+1
2022-12-22Give a more helpful error for "trimmed_def_paths construted"Joshua Nelson-1/+1
2022-12-21Improve code based on feedback.Bryan Garza-1/+1
2022-12-21update wording of lintBryan Garza-1/+1
2022-12-21Update code based on PR commentsBryan Garza-1/+2
2022-12-21Switch `#[track_caller]` back to a no-op unless feature gate is enabledBryan Garza-0/+2
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-3/+1