about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-03-17Remove unnecessary `forward_inner_docs` hackJoshua Nelson-0/+1
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
2021-02-03Make panic/assert calls in rustc compatible with Rust 2021.Mara Bos-2/+2
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-2/+2
2020-10-30Implement rustc side of report-future-incompatAaron Hill-29/+82
2020-10-30Fix even more clippy warningsJoshua Nelson-8/+2
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-18Simplify panic_if_treat_err_as_bug avoiding allocationsJuan Aguilar Santillana-7/+5
2020-09-02rustc_{errors,session}: add `delay_good_path_bug`Dan Aloni-7/+48
2020-08-30mv compiler to compiler/mark-0/+1021