about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-02-13Rollup merge of #69082 - estebank:boxfuture-box-pin, r=tmandryDylan DPC-2/+51
2020-02-13Rollup merge of #69048 - estebank:hrlt-assoc, r=nagisaDylan DPC-8/+145
2020-02-13Rollup merge of #69008 - Aaron1011:fix/opaque-ty-parent, r=matthewjasperDylan DPC-0/+32
2020-02-13Rollup merge of #67642 - Mark-Simulacrum:relax-bounds, r=AmanieuDylan DPC-15/+5
2020-02-12Add trait `Self` filtering to `rustc_on_unimplemented`Esteban Küber-62/+16
2020-02-12Account for `Pin::new(_)` and `Pin::new(Box::new(_))` when `Box::pin(_)` woul...Esteban Küber-12/+15
2020-02-12Account for `Box::new(impl Future)` and emit help `use Box::pin`Esteban Küber-19/+61
2020-02-12Remove std lib `Span` from expected boxed future testEsteban Küber-28/+19
2020-02-12When expecting `BoxFuture` and using `async {}`, suggest `Box::pin`Esteban Küber-0/+59
2020-02-12Auto merge of #69105 - Dylan-DPC:rollup-n73lh5h, r=Dylan-DPCbors-58/+237
2020-02-12Rollup merge of #69002 - RalfJung:miri-op-overflow, r=oli-obk,wesleywiserDylan DPC-52/+209
2020-02-12Rollup merge of #68981 - estebank:silence, r=davidtwcoDylan DPC-6/+28
2020-02-12Auto merge of #68679 - matthewjasper:needs-type-op, r=varkorbors-1/+4
2020-02-12Auto merge of #69094 - Dylan-DPC:rollup-4qe7uv1, r=Dylan-DPCbors-2/+20
2020-02-12Rollup merge of #69042 - yaahc:backtrace-header, r=dtolnayDylan DPC-2/+2
2020-02-12Rollup merge of #69032 - chrissimpkins:ice-yield-println-#69017, r=petrochenkovDylan DPC-0/+18
2020-02-12Auto merge of #68241 - ecstatic-morse:unified-dataflow-impls, r=pnkfelixbors-0/+2
2020-02-12Rollup merge of #69026 - TimDiekmann:common-usage, r=AmanieuYuki Okushi-18/+0
2020-02-12Rollup merge of #68937 - ecstatic-morse:unchecked-intrinsics-test, r=RalfJungYuki Okushi-41/+119
2020-02-11Fix failing backtrace ui testsJane Lusby-2/+2
2020-02-11Test failure of unchecked arithmetic intrinsics in const evalDylan MacKenzie-41/+119
2020-02-11Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=olibors-0/+449
2020-02-11Suggest named lifetime in ADT with hrtbEsteban Küber-3/+42
2020-02-11Use new dataflow framework for `rustc_peek` testsDylan MacKenzie-0/+2
2020-02-11Specify overflow checks behaviour in testMatthew Jasper-1/+2
2020-02-11Suggestion when encountering assoc types from hrtbEsteban Küber-5/+103
2020-02-11Auto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r=Dylan-DPCbors-263/+301
2020-02-11Rollup merge of #69031 - Centril:dyntest, r=eddybDylan DPC-30/+30
2020-02-11Rollup merge of #68816 - estebank:fn-mut-closure, r=varkorDylan DPC-232/+270
2020-02-11Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPCDylan DPC-1/+1
2020-02-11Also check for "use fully-qualified syntax".jumbatm-0/+1
2020-02-11Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPCbors-675/+679
2020-02-10review comment: wordingEsteban Küber-8/+8
2020-02-10Add `repr(no_niche)` to `UnsafeCell`. Fix #68303.Felix S. Klock II-0/+32
2020-02-10tests for `#[repr(no_niche)]`.Felix S. Klock II-0/+417
2020-02-10add main function to issue-69017 testChris Simpkins-0/+2
2020-02-10Remove common usage pattern from `AllocRef`Tim Diekmann-18/+0
2020-02-10add issue 69017 testChris Simpkins-0/+16
2020-02-10use `dyn Trait` more in testsMazdak Farrokhzad-30/+30
2020-02-10Rollup merge of #69014 - dwrensha:fix-68890, r=CentrilDylan DPC-0/+24
2020-02-10Rollup merge of #68986 - ecstatic-morse:const-ascii-ctype, r=CentrilDylan DPC-0/+55
2020-02-10Rollup merge of #68908 - jwhite927:E0637, r=Dylan-DPCDylan DPC-2/+17
2020-02-10Auto merge of #69012 - Dylan-DPC:rollup-13qn0fq, r=Dylan-DPCbors-5/+89
2020-02-10some more tests for i128 oveflow behaviorRalf Jung-13/+66
2020-02-10div/rem overflow tests: also test i128Ralf Jung-39/+117
2020-02-10add test that checks overflows on arithmetic operatorsRalf Jung-0/+26
2020-02-09[parser] change an instance of span_bug() to struct_span_err() to avoid ICEDavid Renshaw-0/+24
2020-02-10Rollup merge of #69006 - petrochenkov:prevspan2, r=CentrilDylan DPC-2/+2
2020-02-10Rollup merge of #68992 - matthewjasper:imm-binding-after-at, r=CentrilDylan DPC-0/+75
2020-02-10Rollup merge of #68976 - ecstatic-morse:const-non-zero, r=dtolnayDylan DPC-1/+10