about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-08-19Test presence of remapped pathAndy Wang-0/+1
2021-08-19Make test function pubAndy Wang-1/+1
2021-05-16Add test for remap-from in the form of $PWD/trailingAndy Wang-0/+9
2021-05-16Auto merge of #85279 - DrChat:asm_powerpc64, r=Amanieubors-1/+31
2021-05-16Auto merge of #85259 - Smittyvb:thir-unsafeck-inline-asm, r=nikomatsakisbors-26/+285
2021-05-15Auto merge of #81858 - ijackson:fork-no-unwind, r=m-ou-sebors-23/+213
2021-05-15Auto merge of #84920 - Aaron1011:pretty-print-rental, r=petrochenkovbors-52/+172
2021-05-15Remove some unncessary spaces from pretty-printed tokenstream outputAaron Hill-52/+172
2021-05-15Rollup merge of #85324 - FabianWolff:issue-85255, r=varkorGuillaume Gomez-2/+58
2021-05-15Auto merge of #85328 - GuillaumeGomez:rollup-exe9nbj, r=GuillaumeGomezbors-0/+21
2021-05-15Rollup merge of #85289 - GuillaumeGomez:fix-toggle-position-mobile, r=jshaGuillaume Gomez-0/+21
2021-05-15Warn about unused pub fields in non-pub structsFabian Wolff-2/+58
2021-05-14add new attribute rustc_insignificant_dtor and a query to check if a type has...Dhruv Jauhar-0/+226
2021-05-14Add test for toggle on mobile sizeGuillaume Gomez-0/+21
2021-05-14Auto merge of #85211 - Aaron1011:metadata-invalid-span, r=michaelwoeristerbors-0/+68
2021-05-14Add tests where asm! is properly in unsafe blockSmitty-26/+235
2021-05-14Check for inline assembly in THIR unsafeckSmitty-0/+50
2021-05-14Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisabors-13/+1
2021-05-14panic abort after fork test: Disable on androidIan Jackson-0/+1
2021-05-14Auto merge of #85233 - FabianWolff:issue-85227, r=petrochenkovbors-5/+78
2021-05-13Add asm!() support for PowerPC64Dr. Chat-1/+31
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-13Tolerate SIGTRAP for panic abort after panic::always_abortIan Jackson-1/+1
2021-05-13Use SIGUSR1 rather than SIGTRAP for "allocated after fork"Ian Jackson-2/+2
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-13Use DefaultMetadataLoader in the hotplug_codegen_backend testbjorn3-13/+1
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-12Preserve `SyntaxContext` for invalid/dummy spans in crate metadataAaron Hill-0/+68
2021-05-12Improve error message for non-exhaustive matches on non-exhaustive enumsFabian Wolff-5/+78
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