about summary refs log tree commit diff
path: root/src/librustc_errors
AgeCommit message (Expand)AuthorLines
2019-08-15syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()`Vadim Petrochenkov-3/+2
2019-08-14remove unused Level::PhaseFatalAleksey Kladov-7/+3
2019-08-12DiagnosticBuilder docsRalf Jung-0/+6
2019-07-28Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centrilbors-1/+2
2019-07-28Rollup merge of #62995 - estebank:issue-62973, r=varkorMazdak Farrokhzad-1/+2
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-1/+0
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-2/+0
2019-07-26Rollup merge of #62985 - phansch:support_ui_testing_flag, r=estebankMazdak Farrokhzad-7/+3
2019-07-25Avoid ICE when suggestion span is at EofEsteban Küber-1/+2
2019-07-25librustc_errors: Support ui-testing flag in annotate-snippet emitterPhilipp Hansch-7/+3
2019-07-23cleanup: Remove `extern crate serialize as rustc_serialize`sVadim Petrochenkov-4/+1
2019-07-11Emit dropped unemitted errors to aid in ICE debuggingEsteban Küber-3/+6
2019-07-11syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa...Vadim Petrochenkov-33/+31
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-2/+1
2019-07-05Rollup merge of #61545 - flip1995:internal_lints, r=oli-obkMazdak Farrokhzad-1/+0
2019-07-03Remove needless lifetimesJeremy Stucki-43/+43
2019-06-27Rollup merge of #62131 - Xanewok:clip-some-nits, r=petrochenkovMazdak Farrokhzad-4/+4
2019-06-26Fix clippy::print_with_newlineIgor Matuszewski-2/+2
2019-06-26Fix clippy::redundant_field_namesIgor Matuszewski-2/+2
2019-06-24Enable internal lints in bootstrapflip1995-1/+0
2019-06-22Count all errors for `track_errors`Matthew Jasper-3/+13
2019-06-22Prefer to use `has_errors` to `err_count`Matthew Jasper-4/+3
2019-06-17Make use of `ptr::null(_mut)` instead of casting zeroLzu Tao-1/+1
2019-06-15Remove unnecessary `.clone()`Shotaro Yamada-1/+1
2019-06-11Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centrilbors-1/+15
2019-06-11Add deny(unused_lifetimes) to all the crates that have deny(internal).Eduard-Mihai Burtescu-0/+1
2019-06-10Address review commentsPhilipp Hansch-2/+3
2019-06-10librustc_errors: Add some more documentationPhilipp Hansch-1/+14
2019-06-08Remove unused `#![feature(custom_attribute)]`sVadim Petrochenkov-1/+0
2019-06-05librustc_errors: Rename AnnotateRs -> AnnotateSnippetPhilipp Hansch-13/+13
2019-06-04eprint -> eprintln to add trailing newlinePhilipp Hansch-1/+1
2019-06-04Simplify source_string and block-format methodsPhilipp Hansch-14/+13
2019-06-04Print to stderr and blessPhilipp Hansch-1/+4
2019-06-04Add new diagnostic writer using annotate-snippet libraryPhilipp Hansch-2/+216
2019-05-28librustc_errors: Move annotation collection to own implPhilipp Hansch-167/+174
2019-05-23Rollup merge of #61073 - phansch:remove_unused_annotation_style, r=matthewjasperMazdak Farrokhzad-2/+1
2019-05-23librustc_errors: Remove unused annotation style `OldSchoolNoteText`Philipp Hansch-2/+1
2019-05-21Make -Zemit-artifact-notifications also emit the artifact typeJeremy Fitzhardinge-3/+3
2019-05-10Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match.Mazdak Farrokhzad-0/+12
2019-05-07rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simpli...Eduard-Mihai Burtescu-15/+11
2019-05-02introduce unescape moduleAleksey Kladov-1/+1
2019-04-30In JSON output, emit a directive after metadata is generated.Nicholas Nethercote-8/+22
2019-04-22Fix #58270, fix off-by-one error in error diagnostics.Xavier Denis-0/+10
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-10/+14
2019-04-17Auto merge of #60034 - rasendubi:fix-comments, r=Centrilbors-6/+6
2019-04-17Promote regular comments to rustdoc commentsAlexey Shmalko-6/+6
2019-04-17Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddybMazdak Farrokhzad-12/+55
2019-04-17Deny `internal` in stage0Mateusz Mikuła-1/+1
2019-04-09Do not render ascii colors to buffersOliver Scherer-1/+1
2019-04-03Deny internal lints on non conflicting cratesflip1995-0/+1