about summary refs log tree commit diff
path: root/src/test/ui/codemap_tests
AgeCommit message (Expand)AuthorLines
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
2019-12-26Add a test and bless existing test case.Charles Lew-1/+1
2019-11-18Surround types with backticks in type errorsEsteban Küber-1/+1
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-4/+1
2019-11-18review comments: tweak prefix stringsEsteban Küber-2/+2
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-2/+2
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-1/+1
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-1/+1
2019-10-25Add new EFIAPI ABIroblabla-1/+1
2019-09-19Fix a minor grammar nit, update UI testsJames Munns-1/+1
2019-09-01Be accurate on `format!` parse error expectationsEsteban Küber-3/+3
2019-07-19Handle more cases of typos misinterpreted as type ascriptionEsteban Küber-2/+2
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-1/+1
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-06-14Add explanation for E0592Yuki Okushi-0/+2