about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-10-27Auto merge of #77317 - varkor:break-diverging-value, r=nikomatsakisbors-0/+56
2020-10-27Auto merge of #78421 - JohnTitor:rollup-bq2d7fo, r=JohnTitorbors-136/+329
2020-10-27Rollup merge of #78396 - josephlr:ermsb, r=petrochenkovYuki Okushi-1/+2
2020-10-27Rollup merge of #78388 - camelid:regression-tests, r=lcnrYuki Okushi-0/+34
2020-10-27Rollup merge of #78375 - taiki-e:question-in-macros, r=kennytmYuki Okushi-1/+1
2020-10-27Rollup merge of #78349 - JohnTitor:issue-75962, r=davidtwcoYuki Okushi-1/+15
2020-10-27Rollup merge of #78342 - oliviacrain:checkmate-pass, r=Mark-SimulacrumYuki Okushi-25/+25
2020-10-27Rollup merge of #78332 - PoignardAzur:doc_E0308, r=camelidYuki Okushi-108/+180
2020-10-27Rollup merge of #78298 - Aaron1011:fix/nll-ranked-test, r=Mark-SimulacrumYuki Okushi-0/+72
2020-10-26Auto merge of #77876 - tmiasko:simplify-locals, r=wesleywiserbors-1/+3
2020-10-26Auto merge of #77187 - TimDiekmann:box-alloc, r=Amanieubors-61/+142
2020-10-26Add FIXME note to const generics testCamelid-0/+1
2020-10-26Add some regression testsCamelid-0/+33
2020-10-26Auto merge of #68965 - eddyb:mir-inline-scope, r=nagisa,oli-obkbors-12/+29
2020-10-26Add compiler support for LLVM's x86 ERMSB featureJoe Richey-1/+2
2020-10-26simplify-locals: Remove unused assignments regardless of rvalue kindTomasz Miąsko-0/+1
2020-10-26simplify-locals: Remove unused set-discriminant statementsTomasz Miąsko-1/+2
2020-10-26Auto merge of #78324 - RalfJung:uninhabited-statics, r=oli-obkbors-0/+64
2020-10-26Auto merge of #78387 - Dylan-DPC:rollup-ch0st6z, r=Dylan-DPCbors-131/+437
2020-10-26Rollup merge of #78295 - Alexendoo:ice-regression-tests, r=nagisaDylan DPC-0/+134
2020-10-26Rollup merge of #78268 - JohnTitor:issue-78262, r=estebankDylan DPC-0/+42
2020-10-26Rollup merge of #78214 - estebank:match-semicolon, r=oli-obkDylan DPC-131/+261
2020-10-26Auto merge of #77283 - estebank:if-let-sugg, r=Mark-Simulacrumbors-12/+28
2020-10-25Tweak `if let` suggestion to be more liberal with suggestion and to not ICEEsteban Küber-12/+28
2020-10-26Use ? in core/std macrosTaiki Endo-1/+1
2020-10-25Merge remote-tracking branch 'upstream/master' into box-allocTim Diekmann-1241/+3594
2020-10-25Auto merge of #78253 - Aaron1011:bump-llvm-deadarg, r=cuviperbors-0/+51
2020-10-25also test non-extern uninhabited staticsRalf Jung-1/+26
2020-10-25Update description for error E0308Olivier FAURE-108/+180
2020-10-25Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkovYuki Okushi-4/+49
2020-10-25Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obkYuki Okushi-11/+39
2020-10-25Rollup merge of #77984 - Aaron1011:fix/macro-mod-weird-parent, r=petrochenkovYuki Okushi-0/+25
2020-10-25Use its own `TypeckResults` to avoid ICEYuki Okushi-1/+15
2020-10-25Auto merge of #77546 - lcnr:impl-trait-closure, r=eddybbors-0/+21
2020-10-25Test with NLL explicitlyYuki Okushi-4/+19
2020-10-25Auto merge of #77526 - RalfJung:dont-promote-unions, r=lcnrbors-1/+16
2020-10-25Do not try to report on closures to avoid ICEYuki Okushi-0/+27
2020-10-24Use check-pass in single-use-lifetime ui test suiteOlivia Crain-25/+25
2020-10-24Auto merge of #78334 - jonas-schievink:rollup-z0gzbmm, r=jonas-schievinkbors-21/+521
2020-10-24Rollup merge of #78327 - petrochenkov:inconsist, r=Aaron1011Jonas Schievink-0/+25
2020-10-24Rollup merge of #78272 - lcnr:abstract-const-unused-node, r=oli-obkJonas Schievink-0/+68
2020-10-24Rollup merge of #78119 - fusion-engineering-forks:panic-use-as-str, r=AmanieuJonas Schievink-2/+2
2020-10-24Rollup merge of #78072 - Nadrieril:cleanup-constant-matching, r=varkorJonas Schievink-2/+322
2020-10-24Rollup merge of #78069 - fusion-engineering-forks:core-const-panic-str, r=Ral...Jonas Schievink-17/+45
2020-10-24Rollup merge of #77930 - estebank:ice-77919, r=eddybJonas Schievink-0/+59
2020-10-24Auto merge of #77255 - Aaron1011:feature/collect-attr-tokens, r=petrochenkovbors-10/+10
2020-10-24Compute proper module parent during resolutionAaron Hill-0/+25
2020-10-24resolve: Relax macro resolution consistency check to account for any errorsVadim Petrochenkov-0/+25
2020-10-24Fix inconsistencies in handling of inert attributes on statementsAaron Hill-4/+49
2020-10-24ensure that statics are inhabitedRalf Jung-0/+39