about summary refs log tree commit diff
path: root/compiler/rustc_errors/src
AgeCommit message (Expand)AuthorLines
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-192/+104
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-07-31Sanity check that we actually flush all buffersOli Scherer-0/+9
2023-07-31Get rid of the thin wrapper type that is `Destination` and just write to the ...Oli Scherer-32/+19
2023-07-31Turn a single-variant enum into a structOli Scherer-14/+6
2023-07-31Merge all `Destination` variantsOli Scherer-4/+1
2023-07-31Remove a now-redundant single-variant enumOli Scherer-43/+5
2023-07-31Move `WritableDst` method onto `Style` directlyOli Scherer-5/+8
2023-07-31Merge buffered destination into raw destinationOli Scherer-17/+37
2023-07-31Remove an enum variant that can be covered by anotherOli Scherer-6/+1
2023-07-31Remove a `bool` for color in favor of the `WriteColor` trait wrapping colored...Oli Scherer-18/+27
2023-07-31Use builder pattern instead of lots of arguments for `EmitterWriter::new`Oli Scherer-52/+13
2023-07-31Replace the many arguments of `EmitterWriter::stderr` with builder methodsOli Scherer-37/+14
2023-07-30Rollup merge of #114068 - matthiaskrgr:fmt_args_rustc_1, r=WaffleLapkinMatthias Krüger-16/+14
2023-07-30Rollup merge of #114018 - Enselic:multi-annotation, r=b-naberMatthias Krüger-7/+13
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-16/+14
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-27Auto merge of #113298 - tgross35:update-bless-envs, r=oli-obkbors-1/+1
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/+89
2023-07-26Unite bless environment variables under `RUSTC_BLESS`Trevor Gross-1/+1
2023-07-26Auto merge of #114054 - oli-obk:cleanups, r=estebankbors-51/+30
2023-07-25Rollup merge of #114014 - davidtwco:issue-114010-env-rawstr, r=cjgillotMatthias Krüger-0/+6
2023-07-25Use a builder instead of boolean/option argumentsOli Scherer-25/+24
2023-07-25Remove a redundant fieldOli Scherer-4/+4
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-25builtin_macros: raw str in diagnostic outputDavid Wood-0/+6
2023-07-24Make `--error-format human-annotate-rs` handle multiple filesMartin Nordholts-7/+13
2023-07-24Optimize format usageYuri Astrakhan-9/+9
2023-07-20Don't translate compiler-internal bug messagesOli Scherer-7/+7
2023-07-20Rollup merge of #113871 - clubby789:derive-sugg-span, r=compiler-errorsMatthias Krüger-1/+1
2023-07-19Use the correct span for displaying the line following a derive suggestionclubby789-1/+1
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-4/+29
2023-07-17Simplify implement diagnostic of errors_indicate_anonymous_lifetimeDayo-17/+5
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-2/+2
2023-07-07Implement diagnostic translation for expected lifetime parameter messageDayo-16/+103
2023-07-03Add a simple markdown parser for formatting `rustc --explain`Trevor Gross-1/+1342
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-02Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errorsbors-26/+9
2023-06-01Remove adt_const_params usage from compilerMichael Goulet-26/+9
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-8/+19
2023-05-29Use `Cow` in `{D,Subd}iagnosticMessage`.Nicholas Nethercote-26/+22
2023-05-25Remove ExpnKind::Inlined.Camille GILLOT-3/+2