about summary refs log tree commit diff
path: root/compiler/rustc_errors/src
AgeCommit message (Expand)AuthorLines
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-8/+19
2021-07-11Simplify future incompatible reporting.Eric Huss-12/+6
2021-07-10rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`Vadim Petrochenkov-18/+3
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-6/+1
2021-07-06Auto merge of #86572 - rylev:force-warnings-always, r=nikomatsakisbors-6/+43
2021-07-06Add missing docs and remove dead codeRyan Levick-2/+10
2021-07-01New force_warn diagnostic builder and ensure cap-lints doesn't reduce force_w...Ryan Levick-0/+18
2021-06-30Force warnings even when can_emit_warnings == falseRyan Levick-6/+17
2021-06-28Update to new bootstrap compilerMark Rousskov-1/+0
2021-06-07Auto merge of #85903 - bjorn3:rustc_serialize_cleanup, r=varkorbors-2/+2
2021-06-02Miscellaneous inlining improvementsTomasz Miąsko-0/+2
2021-06-01Remove unused functions and arguments from rustc_serializebjorn3-2/+2
2021-05-18Stabilize extended_key_value_attributesJoshua Nelson-1/+1
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-7/+7
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-6/+7
2021-05-12Implement span quoting for proc-macrosAaron Hill-3/+18
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