about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-08-29Auto merge of #75370 - simonvandel:optimize-if-condition-on-int-to-switch, r=...bors-0/+411
2020-08-29New pass to optimize `if`conditions on integrals to switches on the integerSimon Vandel Sillesen-0/+411
2020-08-29Auto merge of #75916 - jyn514:unify-error-reporting, r=eucliobors-42/+86
2020-08-29Auto merge of #75939 - Amanieu:fix_asm2, r=nagisabors-5/+11
2020-08-28Fix testAmanieu d'Antras-10/+11
2020-08-28Rollup merge of #75972 - JulianKnodt:i70381, r=rollupPietro Albini-0/+14
2020-08-28Rollup merge of #75330 - Nemo157:improve-doc-cfg-features, r=GuillaumeGomezPietro Albini-5/+21
2020-08-28Auto merge of #70212 - Amanieu:catch_foreign, r=Mark-Simulacrumbors-38/+51
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-38/+51
2020-08-27Auto merge of #75933 - Aaron1011:feature/closure-move-err, r=oli-obkbors-0/+30
2020-08-27Auto merge of #74941 - dylanmckay:replace-broken-avr-unknown-unknown-target, ...bors-1/+1
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-26Auto merge of #75944 - jumbatm:issue-75924-clashing-extern-decl-ice, r=spasto...bors-0/+23
2020-08-26Auto merge of #75903 - jyn514:lint-refactor, r=GuillaumeGomezbors-0/+36
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-26Fix a typo in #75781Amanieu d'Antras-0/+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-25Unify error reporting for intra-doc linksJoshua Nelson-42/+86
2020-08-25Warn about unknown or renamed lintsJoshua Nelson-0/+36
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-24Auto merge of #75815 - jyn514:ambiguous-primitives, r=guillaumegomezbors-8/+91
2020-08-24[AVR] Rename the last few remaining references from 'avr-unknown-unknown' to ...Dylan McKay-1/+1
2020-08-24Rollup merge of #75831 - lzutao:https, r=Dylan-DPCYuki Okushi-1/+1
2020-08-23Update primitive test to match the new behaviorJoshua Nelson-8/+8
2020-08-23Report an ambiguity if both modules and primitives are in scopeJoshua Nelson-0/+83
2020-08-23Auto merge of #74489 - jyn514:assoc-items, r=manishearth,petrochenkovbors-0/+123
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 #73526 - cuviper:rust-llvm11, r=nikicbors-18/+20
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-22Write coverage filenames in Version3 formatJosh Stone-1/+1
2020-08-22Match scalar-pair-bool more flexibly for LLVM 11Josh Stone-2/+3
2020-08-22Expand RISCV pseudo-instructions to match LLVM 11Josh Stone-15/+16
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