about summary refs log tree commit diff
path: root/compiler/rustc_errors/src
AgeCommit message (Expand)AuthorLines
2024-12-13Account for `///` when rendering multiline spansEsteban Küber-8/+9
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-1/+5
2024-12-12Tweak multispan renderingEsteban Küber-2/+6
2024-12-12Rollup merge of #134187 - nnethercote:rm-PErr, r=jieyouxuMatthias Krüger-2/+1
2024-12-12Rollup merge of #134154 - dev-ardi:field-expr-generics, r=compiler-errorsMatthias Krüger-0/+4
2024-12-12Remove `PErr`.Nicholas Nethercote-2/+1
2024-12-11Don't emit "field expressions may not have generic arguments" if it's a metho...Orion Gonzalez-0/+4
2024-12-11document check_expr_fieldOrion Gonzalez-1/+1
2024-12-06Handle unwinding out of the closure argument of run_compiler with pending del...bjorn3-3/+7
2024-12-06Store a single copy of the error registry in DiagCtxtbjorn3-21/+35
2024-11-30Eliminate magic numbers from expression precedenceDavid Tolnay-0/+7
2024-11-12Auto merge of #132954 - matthiaskrgr:rollup-x3rww9h, r=matthiaskrgrbors-3/+16
2024-11-12Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillotbors-5/+0
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-5/+0
2024-11-12clarify `must_produce_diag` ICE for debuggingRémy Rakic-3/+16
2024-11-11Auto merge of #126597 - estebank:unicode-output, r=fmeasebors-128/+595
2024-11-10Address review commentsLeón Orell Valerian Liehr-26/+25
2024-11-10Add Unicode block-drawing compiler output supportEsteban Küber-121/+589
2024-11-02Rename target triple to target tuple in many places in the compilerNoratrieb-2/+2
2024-10-29Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillotJubilee-8/+13
2024-10-28fix clippy::clone_on_ref_ptr for compilerklensy-8/+13
2024-10-27compiler: Add rustc_abi dependence to the compilerJubilee Young-1/+1
2024-10-23"innermost", "outermost", "leftmost", and "rightmost" don't need hyphensJosh Triplett-4/+4
2024-10-07Rollup merge of #131344 - nnethercote:ref-Lrc, r=compiler-errorsMatthias Krüger-21/+20
2024-10-07Convert `Option<&Lrc<T>>` return types to `Option<&T>`.Nicholas Nethercote-21/+20
2024-10-07Remove `InferCtxt::err_count_on_creation`.Nicholas Nethercote-12/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-123/+91
2024-09-18Add suggestions for expressions in patternsLieselotte-0/+2
2024-09-12Implement a Method to Seal `DiagInner`'s SuggestionsVeera-17/+70
2024-09-11clippy::useless_conversionMichael Goulet-2/+2
2024-09-07Do not ICE on expect(warnings).Camille GILLOT-12/+5
2024-09-06Check AttrId for expectations.Camille GILLOT-108/+17
2024-09-02Rollup merge of #129875 - Sajjon:sajjon_fix_typos_batch_1, r=compiler-errors,...Matthias Krüger-4/+4
2024-09-02chore: Fix typos in 'compiler' (batch 1)Alexander Cyon-4/+4
2024-08-31Remove attr_id from stable lint ids.Camille GILLOT-2/+2
2024-08-31Use AttrId key for unstable<->stable expectation map.Camille GILLOT-17/+12
2024-08-27Add `warn(unreachable_pub)` to `rustc_errors`.Nicholas Nethercote-35/+36
2024-08-24Fix `elided_named_lifetimes` in codePavel Grigorenko-2/+2
2024-08-19Update annotate-snippets to 0.11Xiretza-40/+29
2024-08-14Add `|` to make the html doc of `Level` rendered correctlyJaic1-16/+16
2024-08-12Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxuGuillaume Gomez-1/+3
2024-08-11Use assert_matches around the compilerMichael Goulet-1/+3
2024-08-11Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errorsMatthias Krüger-20/+19
2024-08-10Update std and compilerNadrieril-0/+1
2024-08-09Rollup merge of #128852 - folkertdev:multipart-suggestion-stable-sort, r=comp...Matthias Krüger-2/+2
2024-08-09use stable sort to sort multipart diagnosticsFolkert-2/+2
2024-08-09Rollup merge of #128806 - estebank:color-config, r=jieyouxuMatthias Krüger-14/+13
2024-08-08review commentsEsteban Küber-2/+8
2024-08-08Split `ColorConfig` off of `HumanReadableErrorType`Esteban Küber-18/+11
2024-08-08Auto merge of #128465 - GrigorenkoPV:128200, r=estebankbors-7/+15