about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-08-28Rollup merge of #75972 - JulianKnodt:i70381, r=rollupPietro Albini-0/+14
2020-08-28Auto merge of #70212 - Amanieu:catch_foreign, r=Mark-Simulacrumbors-23/+32
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-23/+32
2020-08-27Auto merge of #75933 - Aaron1011:feature/closure-move-err, r=oli-obkbors-0/+30
2020-08-27Auto merge of #72784 - csmoe:issue-61076, r=estebankbors-4/+95
2020-08-27Fix ICE due to carriage return w/ multibyte charkadmin-0/+14
2020-08-27Fix ICE on unwrap of unknown layout.jumbatm-0/+23
2020-08-26Auto merge of #75687 - TimDiekmann:realloc-align, r=Amanieubors-11/+5
2020-08-26suggest await on unexpected typescsmoe-11/+40
2020-08-26Point to a move-related span when pointing to closure upvarsAaron Hill-0/+30
2020-08-25Auto merge of #75302 - Aaron1011:feature/partial-move-diag, r=estebankbors-232/+232
2020-08-25suggest await before methodcsmoe-6/+21
2020-08-25suggest await on field accesscsmoe-40/+33
2020-08-25append more test cases for issue 61076csmoe-4/+58
2020-08-24Stabilize Range[Inclusive]::is_emptyScott McMurray-1/+0
2020-08-24Rollup merge of #75831 - lzutao:https, r=Dylan-DPCYuki Okushi-1/+1
2020-08-23Auto merge of #75656 - tirr-c:match-suggest-semi, r=estebankbors-0/+116
2020-08-23Auto merge of #72449 - ecstatic-morse:const-float-bitcast, r=RalfJungbors-0/+170
2020-08-23Fix `compile-flags` directiveecstatic-morse-2/+2
2020-08-23Auto merge of #74238 - RalfJung:offset_from, r=oli-obkbors-15/+10
2020-08-23Prefer https link for wikipedia URLsLzu Tao-1/+1
2020-08-23Auto merge of #75465 - Aaron1011:feature/short-fn-def-span, r=estebankbors-543/+252
2020-08-23Auto merge of #73084 - Aaron1011:feature/new-recursive-expand, r=petrochenkovbors-62/+172
2020-08-22Use smaller def span for functionsAaron Hill-543/+252
2020-08-22Add backwards-compat hack for certain '$name' tokensAaron Hill-0/+60
2020-08-22Recursively expand `TokenKind::Interpolated` (take 2)Aaron Hill-62/+112
2020-08-22Test new floating point bit castsDylan MacKenzie-0/+170
2020-08-22Auto merge of #74566 - lzutao:guard, r=petrochenkovbors-0/+430
2020-08-22remove feature gate from testsRalf Jung-15/+10
2020-08-22Rollup merge of #75771 - tmiasko:const-eval-query-stack-normalize, r=jonas-sc...Dylan DPC-2/+3
2020-08-21Auto merge of #75697 - lzutao:mir-dumb-const-prefix, r=oli-obkbors-13/+13
2020-08-21Rollup merge of #75532 - tmiasko:rfc-1014, r=nikomatsakisYuki Okushi-2/+4
2020-08-21Auto merge of #74846 - Aaron1011:fix/pat-token-capture, r=petrochenkovbors-2/+55
2020-08-21Suppress "const" prefix of FnDef in MIR dumpLzu Tao-13/+13
2020-08-21Extend normalization in const-eval-query-stack testTomasz Miąsko-2/+3
2020-08-20Auto merge of #75494 - matthewjasper:defer-recursive-projection-error, r=niko...bors-47/+103
2020-08-20Don't immediately error for cycles during normalizationMatthew Jasper-47/+103
2020-08-20Rollup merge of #75710 - ThibsG:FixBadPrinting75447, r=oli-obkJosh Stone-1/+40
2020-08-20Rollup merge of #75703 - tmiasko:stack-overflow-musl, r=cuviperJosh Stone-2/+0
2020-08-20Set RUST_BACKTRACE env variableThibsG-1/+2
2020-08-20Capture tokens for Pat used in macro_rules! argumentAaron Hill-2/+55
2020-08-20Auto merge of #75595 - davidtwco:polymorphization-predicate-simplification-co...bors-0/+17
2020-08-19Rollup merge of #75069 - lcnr:type-of-lazy-norm, r=varkorTyler Mandry-384/+155
2020-08-19Fix bad printing of const-eval queriesThibsG-1/+39
2020-08-19Auto merge of #74098 - GuillaumeGomez:doc-alias-checks, r=ollie27bors-0/+50
2020-08-19Rollup merge of #75658 - tgnottingham:issue-75599, r=estebankYuki Okushi-169/+41
2020-08-19Rollup merge of #75554 - jumbatm:fix-clashing-extern-decl-overflow, r=lcnrYuki Okushi-0/+119
2020-08-19Allow reallocation to different alignmentTim Diekmann-11/+5
2020-08-19Enable stack-overflow detection on musl for non-main threadsTomasz Miąsko-2/+0
2020-08-18change const param ty warning messageBastian Kauschke-77/+57