about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-05-15Fix unused attributes on macro_rules.Eric Huss-0/+66
2021-05-13Auto merge of #84107 - Amanieu:global_asm2, r=nagisabors-40/+463
2021-05-13Fix testsAmanieu d'Antras-3/+3
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/+455
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-6/+6
2021-05-13Auto merge of #85186 - nikomatsakis:issue-83538-polluted-cache, r=jackh726bors-0/+160
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-319/+59
2021-05-13fix test suiteRalf Jung-70/+59
2021-05-13Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakisbors-49/+466
2021-05-13have on_completion record subcyclesNiko Matsakis-36/+61
2021-05-13introduce a unit testing feature `rustc_evaluate_where_clauses`Niko Matsakis-0/+135
2021-05-13Auto merge of #85041 - mibac138:suggest-generics, r=estebankbors-4/+176
2021-05-13Auto merge of #84732 - DrChat:asm_powerpc, r=Amanieubors-0/+165
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-647/+647
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-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-0/+15
2021-05-12Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillotbors-1/+1
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-11Add initial asm!() support for PowerPCDr. Chat-0/+165
2021-05-12Rollup merge of #85196 - richkadel:reverts-cover-unreachable-statements, r=tm...Yuki Okushi-54/+49
2021-05-12Rollup merge of #85191 - GuillaumeGomez:improve-rustdoc-gui-tester, r=Mark-Si...Yuki Okushi-21/+24
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-12Rollup merge of #83501 - camelid:rustdoc-layout, r=jyn514,GuillaumeGomezYuki Okushi-0/+58
2021-05-11Add explanatory comment to the issue-84976.rs test caseFabian Wolff-4/+8
2021-05-11Revert "Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tman...Rich Kadel-54/+49
2021-05-11Update toggle-docs GUI test to last versionGuillaume Gomez-4/+7
2021-05-11Move rustdoc-gui rust libraries into their own folder and prepare the field f...Guillaume Gomez-17/+17
2021-05-11Test `-Zthir-unsafeck` for unused unsafe blocksLeSeulArtichaut-5/+45
2021-05-11Test `-Zthir-unsafeck` for unsafe function callsLeSeulArtichaut-44/+421
2021-05-11Disable layout docs for type aliases for nowCamelid-4/+0
2021-05-11Add note to docs when layout cannot be computedCamelid-1/+9
2021-05-11Add test case for zero-sized typesCamelid-0/+4
2021-05-11Make test more specificCamelid-1/+1
2021-05-11Only show type layout info if `--show-type-layout` is passedCamelid-0/+6
2021-05-11Show memory layout for type aliasesCamelid-1/+2