about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-01-23Rollup merge of #93229 - mark-i-m:noquiet, r=eddybMatthias Krüger-16/+1
2022-01-23Remove DiagnosticBuilder.quietmark-16/+1
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-2/+2
2021-12-14Stabilize iter::zip.PFPoitras-1/+0
2021-12-02Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbiniMatthias Krüger-1/+0
2021-12-01Include lint errors in error count for `-Ztreat-err-as-bug`Joshua Nelson-2/+7
2021-11-30Apply cfg-bootstrap switchMark Rousskov-1/+0
2021-11-15Stabilize format_args_captureJosh Triplett-1/+1
2021-11-08Don't abort compilation after giving a lint errorJoshua Nelson-9/+39
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+1
2021-10-19Auto merge of #89933 - est31:let_else, r=michaelwoeristerbors-0/+1
2021-10-16Adopt let_else across the compilerest31-0/+1
2021-10-15emitter: current substitution can be multi-lineDavid Wood-1/+1
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-09-22Rollup merge of #89046 - oli-obk:fix_oflo, r=estebankthe8472-1/+3
2021-09-20Add some more tracingOli Scherer-1/+3
2021-09-20Workaround ICE with if-let and RFC 2229Mark Rousskov-4/+2
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-1/+0
2021-08-25Use if-let guards in the codebaseLéo Lanteri Thauvin-7/+9
2021-08-23review commentsEsteban Kuber-5/+26
2021-08-23remove unnecessary `info!()` loggingEsteban Kuber-2/+1
2021-08-23Fixes to span locationsEsteban Kuber-2/+1
2021-08-23wipEsteban Kuber-1/+2
2021-08-23Account for tabs when highlighting multiline code suggestionsEsteban Kuber-6/+16
2021-08-11Modify structured suggestion outputEsteban Küber-7/+76
2021-08-05Remove warnings/errors from compiler when using typeck_body in rustdoc span m...Guillaume Gomez-1/+16
2021-07-11Simplify future incompatible reporting.Eric Huss-2/+1
2021-07-06Auto merge of #86572 - rylev:force-warnings-always, r=nikomatsakisbors-2/+31
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-2/+5
2021-06-28Update to new bootstrap compilerMark Rousskov-1/+0
2021-06-02Miscellaneous inlining improvementsTomasz Miąsko-0/+2
2021-05-18Stabilize extended_key_value_attributesJoshua Nelson-1/+1
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-0/+1
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-05lazify backtrace formatting for delayed diagnosticsThe8472-5/+22
2021-04-19fix few typosklensy-1/+1
2021-04-04Rollup merge of #73945 - est31:unused_externs, r=Mark-SimulacrumDylan DPC-0/+8
2021-03-27Remove (lots of) dead codeJoshua Nelson-4/+0
2021-03-26Use iter::zip in compiler/Josh Stone-0/+1
2021-03-17Remove unnecessary `forward_inner_docs` hackJoshua Nelson-0/+1
2021-03-08Emit the lint level of the unused-crate-dependenciesest31-4/+4
2021-03-08Emit unused externsest31-0/+8
2021-03-06Change x64 size checks to not apply to x32.Harald van Dijk-1/+1
2021-02-18nhwn: make treat_err_as_bug Option<NonZeroUsize>Nathan Nguyen-6/+7
2021-02-07Implement Encoder for Diagnostic manuallyJeremy Fitzhardinge-0/+4
2021-02-07Add `--extern-loc` to augment unused crate dependency diagnosticsJeremy Fitzhardinge-1/+34