about summary refs log tree commit diff
path: root/compiler/rustc_errors
AgeCommit message (Expand)AuthorLines
2021-05-10Rollup merge of #85050 - FabianWolff:issue-84592, r=jackh726Dylan DPC-1/+17
2021-05-10More minor fixes suggested by @jackh726Fabian Wolff-13/+5
2021-05-08Note why `Handler::fatal` is different from `Sesssion::fatal`Joshua Nelson-0/+1
2021-05-08Make `Diagnostic::span_fatal` unconditionally raise an errorJoshua Nelson-4/+4
2021-05-07Fix suggestions for missing return type lifetime parametersFabian Wolff-0/+24
2021-05-05lazify backtrace formatting for delayed diagnosticsThe8472-5/+22
2021-05-05Use local and remapped paths where appropriateAndy Wang-6/+7
2021-04-25Rollup merge of #84235 - klensy:styled-buffer, r=lcnrDylan DPC-35/+55
2021-04-24reviewklensy-24/+14
2021-04-19fix few typosklensy-1/+1
2021-04-16rename StyledBuffer.text to linesklensy-18/+18
2021-04-16StyledBuffer::set_style: check overwrite firstklensy-2/+2
2021-04-16StyledBuffer::prepend: if line is empty, insert content without inserting spacesklensy-3/+5
2021-04-16added some docs for StyledBufferklensy-0/+17
2021-04-16added default for StyledCharklensy-2/+8
2021-04-16refactored StyledBuffer parts into StyledCharklensy-21/+26
2021-04-05Document compiler/ with -Aprivate-intra-doc-linksJoshua Nelson-9/+0
2021-04-04Rollup merge of #73945 - est31:unused_externs, r=Mark-SimulacrumDylan DPC-0/+36
2021-03-30Auto merge of #83639 - osa1:issue83638, r=estebankbors-1/+1
2021-03-29Replace tabs in err messages before renderingÖmer Sinan Ağacan-1/+1
2021-03-27Fix compiler docsJoshua Nelson-0/+9
2021-03-27Remove (lots of) dead codeJoshua Nelson-82/+8
2021-03-27Remove unused `DiagnosticBuilder::sub` functionJoshua Nelson-13/+2
2021-03-27Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-seDylan DPC-5/+5
2021-03-27lazily calls some fnsklensy-1/+1
2021-03-26Use iter::zip in compiler/Josh Stone-5/+5
2021-03-24small cleanups in rustc_errors / emitterAndre Bogus-20/+14
2021-03-17Remove unnecessary `forward_inner_docs` hackJoshua Nelson-15/+7
2021-03-08Add notes to keep the UnusedExterns structs synced upest31-0/+4
2021-03-08Emit the lint level of the unused-crate-dependenciesest31-9/+11
2021-03-08Emit unused externsest31-0/+30
2021-03-06Change x64 size checks to not apply to x32.Harald van Dijk-1/+1
2021-02-27Even faster counting of digits for error line numbersAndre Bogus-12/+26
2021-02-25Rollup merge of #82087 - estebank:abolish-ice, r=oli-obkDylan DPC-0/+6
2021-02-23Rollup merge of #82255 - nhwn:nonzero-err-as-bug, r=davidtwcoDylan DPC-6/+7
2021-02-18nhwn: optimize counting digits in line numbersNathan Nguyen-1/+12
2021-02-18nhwn: make treat_err_as_bug Option<NonZeroUsize>Nathan Nguyen-6/+7
2021-02-13Fix ICE caused by suggestion with no code substitutionsEsteban Küber-0/+6
2021-02-07Make sure all fields are accounted for in `encode_fields!`Jeremy Fitzhardinge-4/+31
2021-02-07Implement Encoder for Diagnostic manuallyJeremy Fitzhardinge-1/+37
2021-02-07Add `--extern-loc` to augment unused crate dependency diagnosticsJeremy Fitzhardinge-1/+64
2021-02-03Make panic/assert calls in rustc compatible with Rust 2021.Mara Bos-2/+2
2021-02-03Reduce tab formatting assertions to debug onlyJ. Ryan Stinnett-2/+2
2021-02-02Bump rustfmt versionMark Rousskov-6/+11
2021-01-26Avoid describing a method as 'not found' when bounds are unsatisfiedAaron Hill-4/+4
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-2/+2
2021-01-12Rollup merge of #79757 - jryans:long-line-tab-handling-early-expand, r=estebankYuki Okushi-29/+23
2020-12-18Switch compiler/ to intra-doc linksJoshua Nelson-2/+0
2020-12-16Fix typo in method nameCamelid-2/+2
2020-12-16Add more documentation to `Diagnostic` and `DiagnosticBuilder`Camelid-11/+50