about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2021-05-13Clarify error message when both asm! and global_asm! are unsupportedAmanieu d'Antras-4/+4
2021-05-13Add tests for global_asm!Amanieu d'Antras-32/+441
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-5/+5
2021-05-13Auto merge of #85258 - GuillaumeGomez:rollup-kzay7o5, r=GuillaumeGomezbors-39/+41
2021-05-13Rollup merge of #85240 - Aaron1011:no-suggest-static, r=davidtwcoGuillaume Gomez-35/+0
2021-05-13Rollup merge of #85068 - luqmana:78708-xcrate-diag, r=estebankGuillaume Gomez-4/+41
2021-05-13Auto merge of #85110 - RalfJung:no-rustc_args_required_const, r=oli-obkbors-317/+56
2021-05-13fix test suiteRalf Jung-68/+56
2021-05-13Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakisbors-49/+466
2021-05-13Auto merge of #85041 - mibac138:suggest-generics, r=estebankbors-4/+176
2021-05-13Auto merge of #83759 - SkiFire13:fix-diag, r=estebankbors-41/+786
2021-05-12Don't suggest adding `'static` lifetime to argumentsAaron Hill-35/+0
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-642/+642
2021-05-12Auto merge of #85231 - GuillaumeGomez:rollup-hufe4gz, r=GuillaumeGomezbors-0/+162
2021-05-12Rollup merge of #84793 - estebank:parse-struct-field-default, r=davidtwcoGuillaume Gomez-0/+162
2021-05-12entirely remove rustc_args_required_const attributeRalf Jung-127/+0
2021-05-12rustc_args_required_const is no longer a promotion siteRalf Jung-122/+0
2021-05-12Auto merge of #84730 - sexxi-goose:rox-auto-trait, r=nikomatsakisbors-19/+327
2021-05-12Bless testsGiacomo Stevanato-41/+604
2021-05-12Update wrong-number-of-args test to cover more edge casesGiacomo Stevanato-0/+182
2021-05-12Update stderrAaron Hill-24/+9
2021-05-12Implement span quoting for proc-macrosAaron Hill-6/+235
2021-05-11Recover from invalid `struct` item syntaxEsteban Küber-0/+162
2021-05-12Rollup merge of #85187 - FabianWolff:issue-84976, r=jackh726Yuki Okushi-0/+52
2021-05-12Rollup merge of #85018 - hi-rustin:rustin-patch-84637, r=estebankYuki Okushi-80/+118
2021-05-11Add explanatory comment to the issue-84976.rs test caseFabian Wolff-4/+8
2021-05-11Test `-Zthir-unsafeck` for unused unsafe blocksLeSeulArtichaut-5/+45
2021-05-11Test `-Zthir-unsafeck` for unsafe function callsLeSeulArtichaut-44/+421
2021-05-11Auto merge of #82272 - b-naber:gat_diag, r=estebank,jackh726bors-589/+736
2021-05-11Use .name_str() to format primitive types in error messagesFabian Wolff-0/+48
2021-05-11improve diagnosts for GATsb-naber-589/+736
2021-05-11Auto merge of #85109 - RalfJung:remove-const_fn, r=oli-obkbors-114/+45
2021-05-11Auto merge of #85100 - HKalbasi:issue-68049-fix, r=Aaron1011bors-0/+67
2021-05-11Auto merge of #80300 - LeSeulArtichaut:80275-doc-inline, r=Manishearthbors-37/+110
2021-05-11Fix CI problemshamidreza kalbasi-3/+3
2021-05-11Auto merge of #85012 - FabianWolff:struct-rec, r=davidtwcobors-0/+138
2021-05-10Implement changes suggested by tmiasko and davidtwcoFabian Wolff-0/+0
2021-05-10Rollup merge of #85112 - RalfJung:promoted-errors, r=oli-obkDylan DPC-19/+101
2021-05-10Rollup merge of #85075 - ptrojahn:panic_warning, r=jackh726Dylan DPC-3/+31
2021-05-10Rollup merge of #85050 - FabianWolff:issue-84592, r=jackh726Dylan DPC-0/+273
2021-05-10More minor fixes suggested by @jackh726Fabian Wolff-0/+0
2021-05-10Auto merge of #84507 - crlf0710:codegen_nonlocal_main_wrapper, r=nagisabors-14/+2
2021-05-09Implement @jackh726's suggestionsFabian Wolff-0/+0
2021-05-09Auto merge of #83894 - nikic:newpm, r=nagisabors-6/+9
2021-05-09Improve "panic message is not a string literal" warningPaul Trojahn-3/+31
2021-05-09more erroneous-const testsRalf Jung-3/+63
2021-05-09ensure failing promoteds in const/static bodies are handled correctlyRalf Jung-16/+38
2021-05-09remove const_fn feature gateRalf Jung-114/+45
2021-05-09Add primary marker on codegen unit to take charge of main_wrapper for non-loc...Charles Lew-14/+2
2021-05-09Try to fix issue 68049hamidreza kalbasi-0/+67