about summary refs log tree commit diff
path: root/compiler/rustc_error_messages
AgeCommit message (Expand)AuthorLines
2022-12-17Resolve various merge conflictsmejrs-2/+2
2022-12-17Migrate multiple mut borrows diagnosticTheOddGarlic-0/+6
2022-12-17Migrate borrow of moved value diagnosticTheOddGarlic-0/+6
2022-12-17Migrate irrefutable let pattern diagnosticsTheOddGarlic-0/+50
2022-12-17Migrate pattern bindings with variant name lintTheOddGarlic-0/+4
2022-12-17Migrate leading/trailing irrefutable let pattern diagnosticsTheOddGarlic-0/+26
2022-12-17Migrate lower range bound diagnosticsTheOddGarlic-0/+7
2022-12-17Migrate "could not evaluate const pattern" diagnosticTheOddGarlic-0/+2
2022-12-17Migrate "constant pattern depends on generic parameter" diagnosticTheOddGarlic-0/+3
2022-12-17Migrate unreachable pattern diagnosticTheOddGarlic-0/+4
2022-12-17Migrate pattern inlining error diagnosticsTheOddGarlic-0/+8
2022-12-17Migrate "non-exhaustive patterns: type is non-empty" diagnosticTheOddGarlic-0/+8
2022-12-17Migrate "unused unsafe" lintTheOddGarlic-0/+6
2022-12-17Migrate "requires unsafe" diagnosticsTheOddGarlic-0/+110
2022-12-17Migrate "unsafe_op_in_unsafe_fn" lintsTheOddGarlic-0/+56
2022-12-17Migrate "function cannot return without recursing" diagnosticTheOddGarlic-0/+6
2022-12-17Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisabors-3/+2
2022-12-16Auto merge of #102318 - Amanieu:default_alloc_error_handler, r=oli-obkbors-6/+0
2022-12-15Rollup merge of #105481 - lqd:mono-stats, r=wesleywiserMatthias Krüger-0/+3
2022-12-14Ensure async trait impls are async (or otherwise return an opaque type)Dan Johnson-0/+4
2022-12-14add `-Z dump-mono-stats`Rémy Rakic-0/+3
2022-12-14Rollup merge of #105502 - chenyukang:yukang/fix-105366-impl, r=estebankMatthias Krüger-0/+3
2022-12-13Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen...Michael Goulet-2/+2
2022-12-10Migrate parts of `rustc_expand` to session diagnosticsnils-0/+107
2022-12-10fix #105366, suggest impl in the scenario of typo with fnyukang-0/+3
2022-12-07Auto merge of #104799 - pcc:linkage-fn, r=tmiaskobors-6/+3
2022-12-06Check AArch64 branch-protection earlier in the pipeline.Jacob Bramley-3/+2
2022-12-05On E0195 point at where clause lifetime boundsEsteban Küber-0/+2
2022-12-05Support Option and similar enums as type of static variable with linkage attr...Peter Collingbourne-1/+1
2022-12-05Move linkage type check to HIR analysis and fix semantics issues.Peter Collingbourne-6/+3
2022-11-26Rewrite LLVM's archive writer in Rustbjorn3-9/+6
2022-11-22Rollup merge of #104621 - YC:master, r=davidtwcoManish Goregaokar-1/+1
2022-11-22Remove extra . in metadata_lib_filename_formSteven Tang-1/+1
2022-11-21Match crate and slug namesmejrs-436/+436
2022-11-20Rollup merge of #104504 - compiler-errors:fru-syntax-note, r=estebankMatthias Krüger-0/+9
2022-11-20Fix metadata_lib_filename_formSteven Tang-1/+1
2022-11-18Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearthbors-2/+99
2022-11-18Enable icu sync feature for parallel compilerCharles Lew-0/+3
2022-11-18Import icu locale fallback dataCharles Lew-11/+12
2022-11-18Migrate diagnostics list output to use icu list formatter.Charles Lew-2/+95
2022-11-18Add a detailed note for missing comma in FRU syntax typoMichael Goulet-0/+9
2022-11-18Rollup merge of #103405 - chenyukang:yukang/fix-103381-and-if, r=compiler-errorsMatthias Krüger-0/+3
2022-11-18Rollup merge of #101162 - rajputrajat:master, r=davidtwcoMatthias Krüger-0/+212
2022-11-16Rollup merge of #104137 - StackDoubleFlow:err-lsc-unsupported, r=bjorn3Matthias Krüger-0/+2
2022-11-14Issue error when `-C link-self-contained` option is used on unsupported platf...StackDoubleFlow-0/+2
2022-11-15fix #104088, Slightly improve error message for invalid identifieryukang-0/+3
2022-11-15Auto merge of #104418 - matthiaskrgr:rollup-y4i6xjc, r=matthiaskrgrbors-0/+9
2022-11-15fix #103381, Detect incorrect chaining of if and if let conditionsyukang-0/+3
2022-11-15Auto merge of #104091 - BelovDV:issue-103044, r=petrochenkovbors-0/+2
2022-11-14Rollup merge of #104223 - fmease:recover-fn-ptr-with-generics, r=estebankMatthias Krüger-0/+9