about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-04-05Add test for issue rust-lang/rust#83474kangarooCoder-4/+20
2022-04-05Auto merge of #95667 - Dylan-DPC:rollup-n7xzs3y, r=Dylan-DPCbors-1191/+3104
2022-04-05Rollup merge of #95645 - GuillaumeGomez:intra-doc-link-ice-traits-in-scope-pr...Dylan DPC-2/+18
2022-04-05Rollup merge of #95607 - compiler-errors:issue-95272, r=Aaron1011Dylan DPC-113/+158
2022-04-05Rollup merge of #95512 - davidtwco:diagnostic-translation, r=oli-obkDylan DPC-1071/+2911
2022-04-05Rollup merge of #95449 - jyn514:doc-stage-0, r=ehussDylan DPC-4/+16
2022-04-05Rollup merge of #95234 - ben0x539:nixquotes, r=Dylan-DPCDylan DPC-1/+1
2022-04-05errors: support fluent + parallel compilerDavid Wood-3/+20
2022-04-05tidy: add fluent dependencies to whitelistDavid Wood-1/+19
2022-04-05errors: use `impl Into<FluentId>`David Wood-5/+2
2022-04-05session: opt for enabling directionality markersDavid Wood-18/+27
2022-04-05errors: add links to fluent documentationDavid Wood-1/+5
2022-04-05typeck: remove now-unnecessary parameter from diagDavid Wood-3/+1
2022-04-05errors: don't try load default locale from sysrootDavid Wood-3/+9
2022-04-05macros: support translatable suggestionsDavid Wood-123/+141
2022-04-05macros: note/help in `SessionDiagnostic` deriveDavid Wood-10/+158
2022-04-05macros: support translatable labelsDavid Wood-95/+140
2022-04-05macros: optional error codesDavid Wood-34/+21
2022-04-05macros: add `#[no_arg]` to skip `set_arg` callDavid Wood-2/+45
2022-04-05macros: rename `#[message]` to `#[primary_span]`David Wood-34/+31
2022-04-05macros: translatable struct attrs and warningsDavid Wood-274/+727
2022-04-05macros: update session diagnostic errorsDavid Wood-25/+25
2022-04-05errors: disable directionality isolation markersDavid Wood-0/+9
2022-04-05macros: add args for non-subdiagnostic fieldsDavid Wood-30/+122
2022-04-05macros: move suggestion type handling to fnDavid Wood-68/+61
2022-04-05macros: update commentsDavid Wood-27/+34
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-46/+322
2022-04-05errors: implement fallback diagnostic translationDavid Wood-294/+920
2022-04-05span: move `MultiSpan`David Wood-293/+354
2022-04-05errors: introduce `DiagnosticMessage`David Wood-43/+79
2022-04-05Auto merge of #95337 - petrochenkov:doclink3, r=camelidbors-43/+53
2022-04-04Format invariance notes with backticksMichael Goulet-113/+113
2022-04-04Handle reporting invariance of fn pointerMichael Goulet-0/+45
2022-04-05Auto merge of #95662 - Dylan-DPC:rollup-fo7jsr6, r=Dylan-DPCbors-695/+1951
2022-04-05Rollup merge of #95642 - lcnr:probe-smol, r=compiler-errorsDylan DPC-33/+33
2022-04-05Rollup merge of #95631 - TaKO8Ki:remove-unnecessary-nested-blocks, r=davidtwcoDylan DPC-11/+9
2022-04-05Rollup merge of #95630 - declanvk:update-nonnull-doc, r=RalfJungDylan DPC-4/+8
2022-04-05Rollup merge of #95620 - RalfJung:memory-no-extras, r=oli-obkDylan DPC-253/+201
2022-04-05Rollup merge of #95603 - compiler-errors:dyn-return, r=oli-obkDylan DPC-84/+242
2022-04-05Rollup merge of #95588 - RalfJung:strict-provenance, r=scottmcmDylan DPC-19/+217
2022-04-05Rollup merge of #91873 - estebank:mention-impls-for-unsatisfied-trait, r=davi...Dylan DPC-291/+1241
2022-04-04explicitly distinguish pointer::addr and pointer::expose_addrRalf Jung-19/+217
2022-04-04Remove hack, fix fmt and testsEsteban Kuber-47/+72
2022-04-04Highlight `is` in the message for emphasisEsteban Kuber-4/+3
2022-04-04Refer to the TraitRef::identity in the message to be clearerEsteban Kuber-71/+71
2022-04-04Dedup logic and improve output for other types that impl traitEsteban Kuber-357/+363
2022-04-04Fix list lengthEsteban Kuber-1/+225
2022-04-04Suggest dereferncing when possible in E0277, fix #87437Esteban Kuber-41/+121
2022-04-04Fix #90970, doesn't address #87437Esteban Kuber-6/+115
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-183/+690