about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-05-18Rollup merge of #85280 - jsha:move-trait-toggles, r=GuillaumeGomezGuillaume Gomez-0/+7
2021-05-17Rename INVALID_RUST_CODEBLOCK{,S}Joshua Nelson-2/+2
2021-05-17Add back missing help for ignore blocksJoshua Nelson-5/+13
2021-05-17New rustdoc lint to respect -Dwarnings correctlyAlexis Bourget-4/+2
2021-05-17Rollup merge of #85408 - RalfJung:alloc-size, r=oli-obkRalf Jung-44/+44
2021-05-17Rollup merge of #85355 - hi-rustin:rustin-patch-issue-85255, r=varkorRalf Jung-5/+82
2021-05-17Auto merge of #84571 - jedel1043:issue-49804-impl, r=petrochenkovbors-0/+365
2021-05-17mir-opt bless for Size field being removed from AllocationRalf Jung-44/+44
2021-05-17Auto merge of #85353 - jonas-schievink:async-blocks-in-ctfe, r=oli-obkbors-17/+61
2021-05-17Auto merge of #85178 - cjgillot:local-crate, r=oli-obkbors-5/+5
2021-05-16Auto merge of #84993 - eddyb:cg-ssa-on-demand-blocks, r=nagisabors-6/+9
2021-05-17rustc_codegen_ssa: only create backend `BasicBlock`s as-needed.Eduard-Mihai Burtescu-6/+9
2021-05-16Auto merge of #85312 - ehuss:macro_use-unused-attr, r=petrochenkovbors-0/+66
2021-05-16Add tracking issueJonas Schievink-0/+5
2021-05-16Add test for trait toggle locationJacob Hoffman-Andrews-0/+7
2021-05-16Auto merge of #85290 - Amanieu:asm_const_int, r=nagisabors-43/+65
2021-05-16Auto merge of #84549 - tmiasko:static-initializer, r=varkorbors-4/+25
2021-05-16Add test for restriction of anonymous types on validationjedel1043-0/+227
2021-05-16Implement Anonymous{Struct, Union} in the ASTjedel1043-0/+138
2021-05-16Auto merge of #85332 - RalfJung:ptr-in-str, r=oli-obkbors-119/+110
2021-05-16Auto merge of #85279 - DrChat:asm_powerpc64, r=Amanieubors-1/+31
2021-05-16Fix comments in testsAmanieu d'Antras-2/+2
2021-05-16More tests for issue-85255hi-rustin-5/+82
2021-05-16Auto merge of #85259 - Smittyvb:thir-unsafeck-inline-asm, r=nikomatsakisbors-26/+285
2021-05-16Allow `async {}` expressions in const contextsJonas Schievink-17/+56
2021-05-15Fix unused attributes on macro_rules.Eric Huss-0/+66
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-1532bit blessRalf Jung-38/+28
2021-05-15Remove some unncessary spaces from pretty-printed tokenstream outputAaron Hill-52/+172
2021-05-15split ui test stderr by bitwidthRalf Jung-1/+17
2021-05-15Rollup merge of #85324 - FabianWolff:issue-85255, r=varkorGuillaume Gomez-2/+58
2021-05-15get rid of a bunch of unnecessary NOTE in const testsRalf Jung-81/+46
2021-05-15handle pointers in strRalf Jung-0/+20
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-14Remove support for floating-point constants in asm!Amanieu d'Antras-43/+65
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