about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-109/+143
2022-04-05Rollup merge of #95512 - davidtwco:diagnostic-translation, r=oli-obkDylan DPC-206/+684
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-05tidy: add fluent dependencies to whitelistDavid Wood-1/+19
2022-04-05session: opt for enabling directionality markersDavid Wood-7/+7
2022-04-05macros: support translatable suggestionsDavid Wood-57/+48
2022-04-05macros: note/help in `SessionDiagnostic` deriveDavid Wood-1/+113
2022-04-05macros: support translatable labelsDavid Wood-40/+44
2022-04-05macros: optional error codesDavid Wood-11/+2
2022-04-05macros: add `#[no_arg]` to skip `set_arg` callDavid Wood-1/+33
2022-04-05macros: rename `#[message]` to `#[primary_span]`David Wood-6/+6
2022-04-05macros: translatable struct attrs and warningsDavid Wood-108/+293
2022-04-05macros: update session diagnostic errorsDavid Wood-16/+16
2022-04-05macros: add args for non-subdiagnostic fieldsDavid Wood-4/+4
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-6/+72
2022-04-05errors: implement fallback diagnostic translationDavid Wood-18/+84
2022-04-05span: move `MultiSpan`David Wood-13/+26
2022-04-05errors: introduce `DiagnosticMessage`David Wood-1/+1
2022-04-05Auto merge of #95337 - petrochenkov:doclink3, r=camelidbors-40/+41
2022-04-04Format invariance notes with backticksMichael Goulet-109/+109
2022-04-04Handle reporting invariance of fn pointerMichael Goulet-0/+34
2022-04-05Rollup merge of #95603 - compiler-errors:dyn-return, r=oli-obkDylan DPC-29/+163
2022-04-05Rollup merge of #91873 - estebank:mention-impls-for-unsatisfied-trait, r=davi...Dylan DPC-187/+942
2022-04-04Remove hack, fix fmt and testsEsteban Kuber-41/+69
2022-04-04Refer to the TraitRef::identity in the message to be clearerEsteban Kuber-69/+69
2022-04-04Dedup logic and improve output for other types that impl traitEsteban Kuber-294/+298
2022-04-04Fix list lengthEsteban Kuber-0/+224
2022-04-04Suggest dereferncing when possible in E0277, fix #87437Esteban Kuber-3/+55
2022-04-04Fix #90970, doesn't address #87437Esteban Kuber-0/+42
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-125/+530
2022-04-04Rollup merge of #95609 - compiler-errors:borrow-unsized-to-dyn, r=nagisaDylan DPC-0/+28
2022-04-04Rollup merge of #95343 - dtolnay:literals, r=petrochenkovDylan DPC-2/+13
2022-04-04Add test to ensure rustdoc does not panic on intra doc link passGuillaume Gomez-0/+7
2022-04-04Fix ICE in rustdoc intra doc links when trying to get traits in scope for a p...Guillaume Gomez-2/+11
2022-04-04Auto merge of #95119 - OliverMD:method_suggestions, r=davidtwcobors-5/+12
2022-04-04bump version to 1.62.0Pietro Albini-1/+1
2022-04-04Auto merge of #95031 - compiler-errors:param-env-cache, r=Aaron1011bors-1/+2
2022-04-03Rollup merge of #95613 - GuillaumeGomez:fix-rustdoc-attr-display, r=notriddleDylan DPC-1/+13
2022-04-03Rollup merge of #95553 - jam1garner:naked-function-compile-error, r=tmiaskoDylan DPC-1/+38
2022-04-03Improve method name suggestionsOliver Downard-5/+12
2022-04-03Add test for attribute display in rustdocGuillaume Gomez-0/+7
2022-04-03Fix display of attributes in rustdocGuillaume Gomez-1/+6
2022-04-03Auto merge of #88672 - camelid:inc-parser-sugg, r=davidtwcobors-0/+277
2022-04-02Suggest borrowing when trying to coerce unsized type into dyn TraitMichael Goulet-0/+28
2022-04-02Auto merge of #95590 - GuillaumeGomez:multi-line-attr-handling-doctest, r=not...bors-8/+80
2022-04-02Fix late-bound ICE in unsized return suggestionMichael Goulet-29/+163
2022-04-02Auto merge of #95600 - Dylan-DPC:rollup-580y2ra, r=Dylan-DPCbors-0/+46
2022-04-02Rollup merge of #95597 - dtolnay:threadlocalu8, r=Dylan-DPCDylan DPC-0/+15