about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-04-28Fix numeric-cast tests for new `into` suggestionSamrat Man Singh-123/+43
2020-04-28Rollup merge of #71340 - Valloric:more-check-pass, r=nikomatsakisDylan DPC-40/+40
2020-04-28Auto merge of #71636 - Dylan-DPC:rollup-9gc24ak, r=Dylan-DPCbors-0/+23
2020-04-28Rollup merge of #71489 - spastorino:fix-treat-err-as-bug-handling, r=eddybDylan DPC-0/+6
2020-04-28Rollup merge of #71488 - spastorino:normalize-ty-to-fix-broken-mir, r=eddybDylan DPC-0/+1
2020-04-28Rollup merge of #71311 - estebank:fn-type-param, r=varkorDylan DPC-0/+16
2020-04-28Fix fulldeps tests.Camille GILLOT-1/+1
2020-04-28Auto merge of #71444 - RalfJung:test-async-no-opt, r=jonas-schievinkbors-0/+30
2020-04-28also run some generator tests without MIR optimizationsRalf Jung-0/+15
2020-04-28Changed `simplify_match` output query because it had become outdatedFélix Fischer-11/+19
2020-04-28Added MIR const-prop diff tests to show why some assertions now fail at compi...Félix Fischer-0/+421
2020-04-28Added new ui tests to show what errors MIR can now find at compile timeFélix Fischer-0/+46
2020-04-28Allow Locals to be propagated into and from, but restricted to their own blockFélix Fischer-19/+151
2020-04-27Added regression test for literal propagation and for scalar pair propagationFélix Fischer-0/+121
2020-04-27Auto merge of #71620 - Dylan-DPC:rollup-9wgtisb, r=Dylan-DPCbors-3/+27
2020-04-28Suggest `into` instead of `try_into` if possible with int typesSamrat Man Singh-0/+60
2020-04-27Add test for delay_span_bug and -Ztrear-err-as-bugSantiago Pastorino-0/+6
2020-04-27keep 'pointer' terminology aroundRalf Jung-14/+14
2020-04-27Emit basic block ids for statements and terminators in MIR only in -Zverbose ...Oliver Scherer-3062/+2999
2020-04-27make recursive-zst test unleashedRalf Jung-3/+27
2020-04-27Rollup merge of #71438 - estebank:resolve-sugg-tiny, r=petrochenkovDylan DPC-10/+32
2020-04-27Rollup merge of #71419 - contrun:wrong-namespace-rustc-resolve, r=petrochenkovDylan DPC-0/+15
2020-04-27Rollup merge of #71409 - estebank:point-at-ret-question-mark-op, r=petrochenkovDylan DPC-0/+11
2020-04-27Rollup merge of #68716 - petrochenkov:stabmixed, r=dtolnayDylan DPC-1/+0
2020-04-26Rollup merge of #71576 - lcnr:inline-as_mut, r=oli-obkDylan DPC-0/+139
2020-04-26Rollup merge of #71537 - Mark-Simulacrum:no-self-open, r=davidtwcoDylan DPC-49/+1
2020-04-26Rollup merge of #71421 - elichai:2020-04-boxed-slice, r=sfacklerDylan DPC-0/+69
2020-04-26Point at the return type on `.into()` failure caused by `?`Esteban Küber-0/+11
2020-04-26Tweak some suggestions in `rustc_resolve`Esteban Küber-10/+32
2020-04-26organize Debug/Display impls a bit more; avoid sign-ignorant decimal displayRalf Jung-37/+38
2020-04-26print pointers more compactly when they are too bigRalf Jung-17/+17
2020-04-26Stabilize `Span::mixed_site`Vadim Petrochenkov-1/+0
2020-04-26sync alloc dump and pointer printingRalf Jung-36/+36
2020-04-26Add success and fail tests for into_boxed_sliceElichai Turkel-0/+69
2020-04-26check that `AsRef` and `AsMut` are inlinedBastian Kauschke-0/+139
2020-04-26test iterator chain type length blowupBastian Kauschke-0/+31
2020-04-26tests: Remove unnecessary `-C relocation-model=dynamic-no-pic`sVadim Petrochenkov-10/+4
2020-04-26use defkind.descr in wrong namespace resolve failureYI-3/+3
2020-04-26Rollup merge of #71541 - wesleywiser:issue_26376, r=Dylan-DPCDylan DPC-0/+25
2020-04-26Rollup merge of #71140 - oli-obk:static_cycle, r=RalfJungDylan DPC-2/+27
2020-04-26Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddybDylan DPC-14/+14
2020-04-25Rollup merge of #69041 - petrochenkov:stabmodispan, r=AmanieuDylan DPC-0/+65
2020-04-25Remove support for self-openingMark Rousskov-49/+1
2020-04-25Add a test for `Span::resolved_at` and `Span::located_at`Vadim Petrochenkov-0/+65
2020-04-25Rollup merge of #71533 - pnkfelix:revert-70566-for-const-validation-fix, r=Dy...Dylan DPC-133/+113
2020-04-25Rollup merge of #71517 - flip1995:unused_braces_hack, r=oli-obkDylan DPC-0/+14
2020-04-25Rollup merge of #71494 - flip1995:while_let_span, r=petrochenkovDylan DPC-4/+10
2020-04-24Add regression test for #26376Wesley Wiser-0/+25
2020-04-25Rollup merge of #71330 - ecstatic-morse:const-qualif-lazy, r=oli-obkDylan DPC-27/+106
2020-04-25Rollup merge of #69456 - contrun:fix-misleading-compiler-error, r=estebankDylan DPC-0/+47