about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-05-21Auto merge of #71930 - Nadrieril:exhaustiveness-remove-tyerr, r=varkorbors-0/+22
2020-05-21Auto merge of #71718 - NeoRaider:ffi_const_pure, r=Amanieubors-0/+105
2020-05-21Auto merge of #72205 - ecstatic-morse:nrvo, r=oli-obkbors-47/+108
2020-05-21Auto merge of #70705 - lcnr:generic_discriminant, r=nikomatsakisbors-15/+204
2020-05-20Auto merge of #72378 - Dylan-DPC:rollup-m87bp2d, r=Dylan-DPCbors-36/+125
2020-05-20Rollup merge of #72139 - nnethercote:standalone-fold, r=cuviperDylan DPC-24/+0
2020-05-20Rollup merge of #71863 - mibac138:self-import, r=estebankDylan DPC-12/+125
2020-05-20Auto merge of #71923 - csmoe:issue-70818, r=tmandrybors-0/+32
2020-05-20Add tests for `#[ffi_const]` and `#[ffi_pure]` function attributesMatthias Schiffer-0/+105
2020-05-19Alter wording for `use foo::self` helpmibac138-12/+12
2020-05-19Add error recovery for `use foo::self`mibac138-3/+80
2020-05-19Suggest fixes for `use foo::self`mibac138-9/+45
2020-05-19Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakisbors-46/+3607
2020-05-19Rollup merge of #72338 - doctorn:trait-object-ice, r=ecstatic-morseDylan DPC-0/+22
2020-05-19Rollup merge of #72068 - estebank:mut-deref-hack, r=oli-obkDylan DPC-0/+29
2020-05-19Rollup merge of #72066 - lcnr:const-type-info-err, r=varkorDylan DPC-0/+32
2020-05-19Rollup merge of #71886 - t-rapp:tr-saturating-funcs, r=dtolnayDylan DPC-1/+0
2020-05-19add test for repr(128) enum derivesBastian Kauschke-0/+17
2020-05-19add tests for enum discriminantsBastian Kauschke-0/+169
2020-05-19update `discriminant_value` usage in testsBastian Kauschke-15/+18
2020-05-19Auto merge of #71447 - cuviper:unsized_cow, r=dtolnaybors-5/+5
2020-05-19Auto merge of #68717 - petrochenkov:stabexpat, r=varkorbors-166/+70
2020-05-18Fix ICE in -Zsave-analysisNathan Corbyn-0/+22
2020-05-18correctly handle uninferred constsBastian Kauschke-0/+32
2020-05-18Rollup merge of #71973 - lcnr:lazy-norm, r=nikomatsakisDylan DPC-71/+273
2020-05-18Rollup merge of #71599 - ldm0:fnclo, r=nikomatsakisDylan DPC-18/+431
2020-05-18Fix const handling and add tests for const operandsAmanieu d'Antras-0/+56
2020-05-18Fix testsAmanieu d'Antras-0/+1
2020-05-18Fix feature gate testsAmanieu d'Antras-10/+14
2020-05-18Add borrow-check testAmanieu d'Antras-1/+50
2020-05-18Disable asm tests on system llvmAmanieu d'Antras-0/+7
2020-05-18The h modifier is only supported by reg_abcdAmanieu d'Antras-7/+0
2020-05-18Implement att_syntax optionAmanieu d'Antras-4/+4
2020-05-18Add support for high byte registers on x86Amanieu d'Antras-60/+46
2020-05-18Apply review feedbackAmanieu d'Antras-18/+33
2020-05-18Add tests for asm!Amanieu d'Antras-40/+3489
2020-05-18Add RISC-V target featuresAmanieu d'Antras-0/+1
2020-05-18Make `fold` standalone.Nicholas Nethercote-24/+0
2020-05-17Test that NRVO elides the call to `memcpy`Dylan MacKenzie-0/+17
2020-05-17Don't unleash NRVO const-eval testDylan MacKenzie-32/+8
2020-05-17We don't use tyerr anymoreNadrieril-0/+22
2020-05-17Rollup merge of #72259 - crlf0710:ascii_only_check, r=petrochenkovRalf Jung-0/+57
2020-05-17update testsBastian Kauschke-21/+11
2020-05-17Auto merge of #72135 - oli-obk:const_prop_deaggregates, r=wesleywiserbors-0/+165
2020-05-17the best way to fix bugs is by ignoring themBastian Kauschke-32/+0
2020-05-17merge lazy_normalization_consts into const_genericsBastian Kauschke-177/+62
2020-05-17explicitly handle errors in fulfillBastian Kauschke-14/+14
2020-05-17update tests and add relevant feature gate testBastian Kauschke-31/+123
2020-05-17Put lazy normalization behind a feature gateBen Lewis-39/+142
2020-05-17Add lazy normalization testsBen Lewis-3/+167