about summary refs log tree commit diff
path: root/src/test/ui/codemap_tests
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-480/+0
2023-01-01Verbose suggestionsEsteban Küber-3/+5
2022-12-25Remove redundant clone suggestionEsteban Küber-4/+0
2022-12-25Create new inference contextEsteban Küber-0/+4
2022-12-13Clarify what "this" meansOli Scherer-1/+1
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-3/+0
2022-11-23Suggest `.clone()` or `ref binding` on E0382Esteban Küber-0/+4
2022-11-16Use `token::Lit` in `ast::ExprKind::Lit`.Nicholas Nethercote-6/+6
2022-09-22Improve the help message for an invalid calling conventionkhyperia-1/+1
2022-07-19Mention first and last macro in backtraceMichael Goulet-2/+2
2022-07-16Do not ICE when we have -Zunpretty=expand with invalid ABIMichael Goulet-2/+19
2022-06-07Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnrbors-1/+1
2022-06-01Mention filename in suggestion when it differs from primary spanEsteban Küber-0/+1
2022-05-30Bless tests with the full list of conventions in the outputScott McMurray-1/+1
2022-02-02Add more *-unwind ABI variantsAmanieu d'Antras-1/+1
2021-12-10Suggest using a temporary variable to fix borrowck errorsNoah Lev-0/+11
2021-10-29Fix a format_args span to be expansionCameron Steffen-0/+1
2021-10-15Bless testsCameron Steffen-2/+2
2021-09-25Use larger span for adjustments on method callsAaron Hill-3/+4
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-2/+2
2021-04-23Auto merge of #83729 - JohnTitor:issue-43913, r=estebankbors-3/+2
2021-04-18Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearthbors-5/+3
2021-04-08rustc: Add a new `wasm` ABIAlex Crichton-1/+1
2021-04-08Stablize `non_ascii_idents` feature.Charles Lew-5/+3
2021-04-01Add a suggestion when using a type alias instead of trait aliasYuki Okushi-3/+2
2021-03-09rustc_target: add "unwind" payloads to `Abi`katelyn a. martin-1/+1
2021-02-02Add a new ABI to support cmse_nonsecure_callHugues de Valon-1/+1
2021-01-08Change wording of noteAaron Hill-1/+1
2020-09-03Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkovbors-2/+2
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+2
2020-09-02Improve recovery on malformed format callSasha-2/+2
2020-08-22Use smaller def span for functionsAaron Hill-8/+8
2020-07-27mv std libs to library/mark-1/+1
2020-06-26Explain move errors that occur due to method calls involving `self`Aaron Hill-1/+7
2020-06-22Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...Aaron Hill-7/+1
2020-06-21Update UI testsGuillaume Gomez-1/+2
2020-06-15Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakisRalf Jung-1/+7
2020-06-11Use `fn_span` to point to the actual method callAaron Hill-1/+1
2020-06-11Explain move errors that occur due to method calls involving `self`Aaron Hill-1/+7
2020-06-09[AVR] Add required references for AVR to the parser test suitesDylan McKay-1/+1
2020-06-06Order the Rust and C ABIs first to reduce test churnJake Goulding-1/+1
2020-04-28Rollup merge of #71340 - Valloric:more-check-pass, r=nikomatsakisDylan DPC-1/+1
2020-04-26Tweak some suggestions in `rustc_resolve`Esteban Küber-1/+5
2020-04-23Moving more build-pass tests to check-passVal Markovic-1/+1
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+2
2020-03-28Rollup merge of #70418 - PankajChaudhary5:master, r=Dylan-DPCDylan DPC-0/+1
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-1/+1
2020-03-26Add long error explanation for E0703PankajChaudhary5-0/+1
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-1/+3
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-1/+1