about summary refs log tree commit diff
path: root/src/librustc_errors
AgeCommit message (Expand)AuthorLines
2020-08-18Rollup merge of #75389 - RalfJung:span_label, r=davidtwcoYuki Okushi-12/+17
2020-08-17attempt to improve span_label docsRalf Jung-12/+17
2020-08-15replaced log with tracingGurpreet Singh-4/+4
2020-08-14Rework `rustc_serialize`Matthew Jasper-19/+23
2020-08-05Show backtrace numbers in backtrace whenever more than one is involvedAaron Hill-2/+2
2020-07-31Move from `log` to `tracing`Oliver Scherer-1/+1
2020-07-16apply bootstrap cfgsMark Rousskov-1/+0
2020-07-09Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakisManish Goregaokar-4/+4
2020-07-09Eliminate confusing "globals" terminology.Nicholas Nethercote-4/+4
2020-07-08Fix librustc_errors unit tests.Eric Huss-0/+1
2020-06-30Stabilize `#[track_caller]`.Adam Perry-1/+1
2020-06-27Rollup merge of #73763 - davidtwco:terminal-width-json-emitter, r=estebankManish Goregaokar-1/+14
2020-06-26errors: use `-Z terminal-width` in JSON emitterDavid Wood-1/+14
2020-06-25emitter: column width defaults to 140David Wood-3/+7
2020-06-15track caller for delay_span_bugmark-0/+4
2020-06-15Rollup merge of #72740 - estebank:recursive-indirection, r=matthewjasperRalf Jung-0/+36
2020-06-11Rollup merge of #73169 - Amanieu:asm-warnings, r=petrochenkovDylan DPC-0/+5
2020-06-10On recursive ADT, provide indirection structured suggestionEsteban Küber-0/+36
2020-06-09Fix more clippy warningsMatthias Krüger-6/+2
2020-06-09Handle assembler warnings properlyAmanieu d'Antras-0/+5
2020-06-08Rollup merge of #72026 - botika:master, r=estebankRalf Jung-124/+93
2020-06-02Make things build againVadim Petrochenkov-1/+1
2020-05-27Fix spacing of expected/found notes without a labelEsteban Küber-3/+12
2020-05-16Fix make sure out primary file comes firstJuan Aguilar Santillana-2/+13
2020-05-08Update annotate-snippets-rs to 0.8.0Juan Aguilar Santillana-124/+82
2020-05-04Simplify the error Registry methods a littleJosh Stone-6/+3
2020-04-28Rollup merge of #71489 - spastorino:fix-treat-err-as-bug-handling, r=eddybDylan DPC-1/+4
2020-04-27Fix off by one error for delay_span_bugSantiago Pastorino-1/+4
2020-04-24Replace filter_map().next() calls with find_map()Josh Stone-13/+10
2020-04-16don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger-1/+1
2020-04-12fix issue 69130David Renshaw-1/+4
2020-04-11rustc: Add a warning count upon completionRoccoDev-3/+24
2020-04-07Use assoc integer constants in librustc_*Linus Färnstrand-5/+5
2020-04-06Rollup merge of #70519 - estebank:constraints-before-args-spans, r=CentrilMazdak Farrokhzad-0/+14
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-22/+16
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-1/+1
2020-03-29Suggest correct order for arguments when encountering early constraintsEsteban Küber-0/+14
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-2/+2
2020-03-23Rollup merge of #70199 - pnkfelix:issue-68808-dont-turn-dummy-spans-into-inva...Mazdak Farrokhzad-4/+4
2020-03-22remove redundant closures (clippy::redundant_closure)Matthias Krüger-1/+1
2020-03-20Revised span-to-lines conversion to produce an empty vec on DUMMY_SP.Felix S. Klock II-4/+4
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-1/+1
2020-03-10rustc_errors: Use ensure_source_file_source_present where necessary.Ana-Maria Mihalache-1/+15
2020-03-10Store `TokenStream` in `rmeta::MacroDef`.Mazdak Farrokhzad-8/+8
2020-03-04Use single-char patter on {ends,starts}_with and remove clone on copy type.Matthias Krüger-1/+1
2020-03-04Don't use "if let" bindings to only check a value and not actually bind anyth...Matthias Krüger-1/+1
2020-03-03Rollup merge of #69628 - nnethercote:fix-DiagnosticBuilder-into_diagnostic-le...Yuki Okushi-6/+5
2020-03-03Rollup merge of #69619 - matthiaskrgr:misc, r=eddybYuki Okushi-3/+2
2020-03-02Rollup merge of #69623 - Centril:fix-69396-tmp, r=petrochenkovDylan DPC-14/+4
2020-03-02Fix a leak in `DiagnosticBuilder::into_diagnostic`.Nicholas Nethercote-6/+5