about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-04-19Rollup merge of #71276 - RalfJung:miri-unleash-box, r=ecstatic-morseDylan DPC-0/+29
2020-04-18Auto merge of #71218 - eddyb:a-lifetime-stranded-in-fn-def, r=nikomatsakisbors-0/+13
2020-04-18miri-unleashed: test that we detect heap allocationsRalf Jung-0/+29
2020-04-18Auto merge of #71147 - cuviper:min-llvm8, r=Mark-Simulacrumbors-1/+0
2020-04-17Rollup merge of #71243 - Duddino:Fix2, r=estebankDylan DPC-0/+39
2020-04-17Rollup merge of #71239 - JohnTitor:llvm-asm, r=AmanieuDylan DPC-19/+19
2020-04-17Rollup merge of #69642 - ecstatic-morse:issue-69615, r=oli-obkDylan DPC-0/+28
2020-04-17Account for use of `try!()` in 2018 edition and guide users in the right dire...Duddino-0/+39
2020-04-17Auto merge of #71049 - eddyb:const-err, r=oli-obkbors-293/+47
2020-04-17Rename `asm` test directory in favor of `llvm_asm`Yuki Okushi-19/+19
2020-04-17Auto merge of #70629 - anyska:fields-variant, r=oli-obkbors-3/+1
2020-04-17Rollup merge of #71206 - RalfJung:dont-try, r=oli-obkDylan DPC-1/+1
2020-04-17Rollup merge of #71182 - JohnTitor:regression-tests, r=Mark-SimulacrumDylan DPC-0/+64
2020-04-17Rollup merge of #71164 - RalfJung:uninit-not-undef, r=oli-obkDylan DPC-5/+115
2020-04-17Rollup merge of #70578 - PankajChaudhary5:master, r=GuillaumeGomezDylan DPC-0/+1
2020-04-16Rollup merge of #70611 - pawanbisht62:doc/61137-add-long-error-code-e0708, r=...Dylan DPC-0/+1
2020-04-17Avoid emitting stderr for nowYuki Okushi-24/+2
2020-04-17Add test for issue-67893Yuki Okushi-0/+45
2020-04-17Add test for issue-54067Yuki Okushi-0/+12
2020-04-17Add test for issue-28575Yuki Okushi-0/+20
2020-04-17Add test for issue-24843Yuki Okushi-0/+9
2020-04-16outlives: ignore lifetimes shallowly found in `ty::FnDef`s.Eduard-Mihai Burtescu-0/+13
2020-04-16bikeshedRalf Jung-1/+1
2020-04-16ty: convert `ErrorHandled::Reported` to `ConstKind::Error`.Eduard-Mihai Burtescu-293/+47
2020-04-16Miri error messages: avoid try terminologyRalf Jung-1/+1
2020-04-16rustc_target::abi: add Primitive variant to FieldsShape.Ana-Maria Mihalache-3/+1
2020-04-16Rollup merge of #71141 - Duddino:master, r=estebankDylan DPC-0/+46
2020-04-16Rollup merge of #70566 - jumbatm:exceeding-bitshifts-constprop, r=RalfJungDylan DPC-110/+128
2020-04-16test fast path offset reportingRalf Jung-2/+112
2020-04-16switch back to 'bytes'Ralf Jung-1/+1
2020-04-16Auto merge of #70831 - sfackler:shrink-future-stack, r=matthewjasperbors-8/+2
2020-04-15Do not ICE in the face of invalid enum discriminantEsteban Küber-0/+158
2020-04-15reword Miri validity errors: undefined -> uninitializedRalf Jung-3/+3
2020-04-15Provide better compiler output when using `?` on `Option` in fn returning `Re...Duddino-4/+4
2020-04-15Auto merge of #71151 - Dylan-DPC:rollup-6rt4h7b, r=Dylan-DPCbors-15/+85
2020-04-15Update stderrs after rebase.jumbatm-0/+6
2020-04-15Amend exceeding-bitshifts test case for #69021.jumbatm-113/+125
2020-04-14Update the minimum external LLVM to 8Josh Stone-1/+0
2020-04-14Provide better compiler output when using `?` on `Option` in fn returning `Re...Duddino-0/+46
2020-04-14typeck: always expose repeat count `AnonConst`s' parent in `generics_of`.Eduard-Mihai Burtescu-61/+19
2020-04-14borrow_check/type_check: normalize `Aggregate` and `Call` operands.Eduard-Mihai Burtescu-0/+15
2020-04-14allow try as scrutinee, e.g. `match try ...`Bastian Kauschke-15/+85
2020-04-14typeck: workaround WF hole in `to_const`.Eduard-Mihai Burtescu-14/+82
2020-04-14typeck: track any errors injected during writeback and taint tables appropria...Eduard-Mihai Burtescu-2/+54
2020-04-14Auto merge of #70679 - tmandry:issue-68112, r=nikomatsakisbors-18/+234
2020-04-14Auto merge of #70643 - Rustin-Liu:rustin-patch-rename, r=eddybbors-34/+34
2020-04-13Update test after rebaseTyler Mandry-5/+5
2020-04-13Incorporate feedback into diagnosticsTyler Mandry-23/+23
2020-04-13Don't double-annotate the same SpanTyler Mandry-6/+31
2020-04-13Use clearer message when obligation is caused by await exprTyler Mandry-6/+3