about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/lib.rs
AgeCommit message (Expand)AuthorLines
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-2/+1
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
2023-11-15Bump cfg(bootstrap)sMark Rousskov-2/+2
2023-11-13Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushibors-1/+0
2023-10-30Don't emit delayed good-path bugs on panicMichael Goulet-1/+1
2023-10-26Stash and cancel cycle errors for auto trait leakage in opaquesMichael Goulet-0/+2
2023-10-18Remove `#![feature(result_option_inspect)]` from the compilerSlanterns-1/+0
2023-10-16Rollup merge of #115196 - chenyukang:yukang-fix-86094, r=estebankMatthias Krüger-0/+1
2023-10-15Suggest adding `return` if the type of unused semi return value can coerce to...yukang-0/+1
2023-10-13Format all the let chains in compilerMichael Goulet-1/+5
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+2
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-3/+8
2023-09-22Allow `-Z treat-err-as-bug=0`Lieselotte-7/+5
2023-09-08Auto merge of #115418 - Zoxc:freeze-source, r=oli-obkbors-1/+1
2023-09-07Use `Freeze` for `SourceFile.external_src`John Kåre Alsaker-1/+1
2023-09-07Implement refinement lint for RPITITMichael Goulet-3/+3
2023-09-04Add OnceHelp lint level (same as OnceNote, except for help)Urgau-3/+5
2023-09-01Add comment so pub items are not removedChristian Legnitto-0/+2
2023-08-30Make `termcolor` types public in `rustc_errors`Christian Legnitto-1/+1
2023-08-30Use conditional synchronization for LockJohn Kåre Alsaker-5/+5
2023-08-24Add comment to the push_trailing functionallaboutevemirolive-2/+16
2023-08-23Bump cfg(bootstrap)Mark Rousskov-1/+1
2023-08-18fixKyle Lin-1/+1
2023-08-18lint linksKyle Lin-3/+3
2023-08-04Auto merge of #114104 - oli-obk:syn2, r=compiler-errorsbors-12/+1
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-07-31Replace the many arguments of `EmitterWriter::stderr` with builder methodsOli Scherer-12/+1
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-5/+3
2023-07-29Auto merge of #113099 - bvanjoi:fix-112713-2, r=petrochenkovbors-0/+16
2023-07-28Rollup merge of #114128 - estebank:delayed-span-bug-dump, r=davidtwcoMatthias Krüger-2/+2
2023-07-29fix(resolve): update the ambiguity glob binding as warning recursivelybohan-0/+16
2023-07-27When flushing delayed span bugs, write to the ICE dump file even if it doesn'...Esteban Küber-2/+2
2023-07-27Auto merge of #113281 - dayo05:master, r=davidtwcobors-14/+28
2023-07-25Use a builder instead of boolean/option argumentsOli Scherer-24/+23
2023-07-25Remove a redundant fieldOli Scherer-3/+1
2023-07-25Inline a function that is only used onceOli Scherer-20/+4
2023-07-25Remove some arguments that are always the sameOli Scherer-8/+4
2023-07-24Optimize format usageYuri Astrakhan-1/+1
2023-07-20Don't translate compiler-internal bug messagesOli Scherer-7/+7
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-3/+28
2023-07-07Implement diagnostic translation for expected lifetime parameter messageDayo-14/+28
2023-07-03Add a simple markdown parser for formatting `rustc --explain`Trevor Gross-0/+1
2023-06-14s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedListThe 8472-2/+2
2023-06-06Respect `RUST_BACKTRACE` for delayed bugsNilstrieb-4/+14
2023-06-01Remove adt_const_params usage from compilerMichael Goulet-2/+1
2023-05-29Use `Cow` in `{D,Subd}iagnosticMessage`.Nicholas Nethercote-7/+7
2023-05-24Use `Option::is_some_and` and `Result::is_ok_and` in the compilerMaybe Waffle-2/+2
2023-05-22Check opaques for mismatch during writebackMichael Goulet-0/+1
2023-05-21Rollup merge of #111745 - Badel2:emitter-add-overflow, r=compiler-errorsMatthias Krüger-6/+5
2023-05-19Fix overflow in error emitterBadel2-6/+5