about summary refs log tree commit diff
path: root/compiler/rustc_errors
AgeCommit message (Expand)AuthorLines
2024-12-26Account for removal of multiline span in suggestionEsteban Küber-7/+79
2024-12-20Rollup merge of #134366 - harrisonkaiser:no-break-space, r=davidtwcoDianQK-2/+9
2024-12-18chore: fix some typosacceptacross-2/+2
2024-12-18Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxubors-4/+2
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-4/+2
2024-12-16Fix logical error with what text is considered whitespace.Harrison Kaiser-2/+9
2024-12-16update uses of extract_if in the compilerThe 8472-4/+4
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-3/+12
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-10/+0
2024-11-12Delete the `cfg(not(parallel))` serial compilerNoratrieb-10/+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/+2
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-27bump few depsklensy-1/+1
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-41/+30
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