about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-05-19Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakisbors-46/+1285
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-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 feature gate testsAmanieu d'Antras-10/+14
2020-05-18Add borrow-check testAmanieu d'Antras-1/+50
2020-05-18Implement att_syntax optionAmanieu d'Antras-4/+4
2020-05-18Add support for high byte registers on x86Amanieu d'Antras-46/+40
2020-05-18Apply review feedbackAmanieu d'Antras-18/+33
2020-05-18Add tests for asm!Amanieu d'Antras-40/+1160
2020-05-18Add RISC-V target featuresAmanieu d'Antras-0/+1
2020-05-17Rollup merge of #72259 - crlf0710:ascii_only_check, r=petrochenkovRalf Jung-0/+57
2020-05-17update testsBastian Kauschke-21/+11
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
2020-05-17Auto merge of #72286 - Dylan-DPC:rollup-n3rk6df, r=Dylan-DPCbors-4/+225
2020-05-17Rollup merge of #72282 - jonas-schievink:issue-typo, r=Dylan-DPCDylan DPC-1/+1
2020-05-17Rollup merge of #72281 - estebank:fix-ws-sugg, r=Dylan-DPCDylan DPC-2/+2
2020-05-17Rollup merge of #72233 - dtolnay:literal, r=petrochenkovDylan DPC-1/+222
2020-05-16Auto merge of #72178 - tmiasko:inliner-lifetimes, r=nikicbors-0/+31
2020-05-16Fix issue number typo in noteJonas Schievink-1/+1
2020-05-16Fix whitespace in `?Sized` structured suggestionEsteban Küber-2/+2
2020-05-16Rollup merge of #72254 - ehuss:double-backtick, r=dtolnayRalf Jung-3/+3
2020-05-16Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkovRalf Jung-174/+268
2020-05-17Disallow forbidden usage of non-ascii identifiers.Charles Lew-0/+57
2020-05-16Auto merge of #71665 - RalfJung:miri-intern-no-ice, r=oli-obkbors-179/+148
2020-05-15Remove redundant backtick in error message.Eric Huss-3/+3
2020-05-16Rollup merge of #72218 - RalfJung:test-unleashed-ptrs, r=oli-obkDylan DPC-0/+68
2020-05-16Rollup merge of #71948 - csmoe:issue-61076, r=oli-obkDylan DPC-5/+68
2020-05-15Add test of proc_macro::TokenStream's DebugDavid Tolnay-0/+221
2020-05-15Fix {:#?} representation of proc_macro::LiteralDavid Tolnay-1/+1
2020-05-15Auto merge of #69659 - CAD97:step-rework-take-3, r=Amanieubors-21/+5
2020-05-15implement type_implments_trait querycsmoe-6/+39
2020-05-14make sure even unleashed miri does not do pointer stuffRalf Jung-0/+68
2020-05-14Rollup merge of #72194 - doctorn:dispatch-from-dyn-ice, r=estebankDylan DPC-0/+29
2020-05-14Rollup merge of #72127 - jademcgough:long-error-explanation-E0228, r=petroche...Dylan DPC-2/+7
2020-05-14Rollup merge of #72087 - matthewjasper:regionck-hang, r=nikomatsakisDylan DPC-0/+7
2020-05-14Rollup merge of #71910 - mibac138:necessary-paren, r=cuviperDylan DPC-0/+23