about summary refs log tree commit diff
path: root/compiler/rustc_errors/src
AgeCommit message (Expand)AuthorLines
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
2020-12-09Replace tabs earlier in diagnosticsJ. Ryan Stinnett-29/+23
2020-11-17Rollup merge of #74293 - GuillaumeGomez:rustdoc-test-compiler-output-color, r...Mara Bos-0/+17
2020-11-17Simplfy color availability checkGuillaume Gomez-0/+17
2020-11-16clarify `span_label` documentationAndy Russell-8/+10
2020-11-03Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiserbors-2/+5
2020-10-30Some workAaron Hill-2/+8
2020-10-30Implement rustc side of report-future-incompatAaron Hill-39/+136
2020-10-30Fix even more clippy warningsJoshua Nelson-16/+4
2020-10-29Fix typosDániel Buga-2/+2
2020-10-27Address review commentoli-1/+2
2020-10-27Show the inline stack of MIR lints that only occur after inliningOliver Scherer-2/+4
2020-10-14Remove unused code from remaining compiler cratesest31-15/+0
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-21Rollup merge of #76846 - botika:master, r=davidtwcoRalf Jung-21/+13
2020-09-18use matches!() macro for simple if let conditionsMatthias Krüger-5/+3