about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-03-12Auto merge of #94711 - ouz-a:master3, r=oli-obkbors-0/+92
2022-03-12Auto merge of #94873 - DrMeepster:box_alloc_ice3, r=oli-obkbors-0/+6
2022-03-12Auto merge of #94870 - notriddle:notriddle/filter-regression, r=oli-obkbors-3/+3
2022-03-12Rollup merge of #94833 - c410-f3r:meta-take-2, r=petrochenkovMatthias Krüger-83/+689
2022-03-11fix another assumption about boxDrMeepster-0/+6
2022-03-11diagnostics: do not spurriously claim something is "not an iterator"Michael Howell-3/+3
2022-03-11Implement macro meta-variable expressionCaio-83/+689
2022-03-11Rollup merge of #94839 - TaKO8Ki:suggest-using-double-colon-for-struct-field-...Dylan DPC-0/+56
2022-03-11Rollup merge of #94827 - RalfJung:offset-from-ub, r=oli-obkDylan DPC-6/+50
2022-03-11Rollup merge of #94818 - yoshuawuyts:into-future-associated-type, r=joshtriplettDylan DPC-2/+2
2022-03-11fix a suggestion messageTakayuki Maeda-6/+6
2022-03-11suggest using double colon when using single colon in struct field type pathTakayuki Maeda-0/+56
2022-03-11Auto merge of #94276 - scottmcm:primitive-clone, r=oli-obkbors-0/+4
2022-03-10adjust offset_from logic: check that both pointers are in-boundsRalf Jung-6/+50
2022-03-10Rollup merge of #94728 - compiler-errors:box-allocator-zst-meta, r=michaelwoe...Dylan DPC-1/+24
2022-03-10Rollup merge of #94368 - c410-f3r:metaaaaaaaaaaaaaaaaaaaaaaaaaaa, r=petrochenkovDylan DPC-0/+578
2022-03-10Rollup merge of #94274 - djkoloski:unknown_unstable_lints, r=tmandryDylan DPC-68/+266
2022-03-10Rename `IntoFuture::Future` to `IntoFuture::IntoFuture`Yoshua Wuyts-2/+2
2022-03-10Rollup merge of #94805 - oli-obk:drop_box, r=pnkfelixMatthias Krüger-0/+15
2022-03-10Rollup merge of #94440 - compiler-errors:issue-94282, r=lcnrMatthias Krüger-0/+45
2022-03-10Revert accidental stabilizationOli Scherer-0/+15
2022-03-10Auto merge of #94802 - matthiaskrgr:rollup-4plu0fi, r=matthiaskrgrbors-389/+381
2022-03-10Rollup merge of #94788 - estebank:removal-suggestion, r=petrochenkovMatthias Krüger-0/+113
2022-03-10Rollup merge of #94746 - notriddle:notriddle/method-rustc-on-unimplemented, r...Matthias Krüger-8/+30
2022-03-10Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obkMatthias Krüger-8/+8
2022-03-10Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwcoMatthias Krüger-360/+186
2022-03-10Rollup merge of #92150 - compiler-errors:better_usize_to_wide_ptr_cast, r=pet...Matthias Krüger-13/+44
2022-03-10short-circuit the easy cases in `is_copy_modulo_regions`Scott McMurray-0/+4
2022-03-10Auto merge of #94764 - nikic:update-llvm-3, r=nagisabors-1/+0
2022-03-10Auto merge of #94059 - b-naber:constantkind-val-transformation, r=lcnrbors-2/+2
2022-03-09Account for suggestions for complete removal of linesEsteban Kuber-0/+113
2022-03-09better suggestion for int to wide ptr castMichael Goulet-13/+44
2022-03-09suggest enabling generic_const_exprs feature if const is unevaluatableMichael Goulet-0/+45
2022-03-09Rollup merge of #94772 - Urgau:check-cfg-miri, r=petrochenkovMatthias Krüger-1/+41
2022-03-09Rollup merge of #94754 - c410-f3r:nice-error, r=lcnrMatthias Krüger-55/+110
2022-03-09Rollup merge of #94739 - estebank:suggest-let-else, r=oli-obkMatthias Krüger-51/+83
2022-03-09Permit `#[deprecated]` in stdlibJacob Pratt-352/+159
2022-03-09New `deprecated_suggestion` feature, use in testsJacob Pratt-3/+22
2022-03-09Implement macro meta-variable expressionsCaio-0/+578
2022-03-09Warn users about || in let chain expressionsCaio-55/+110
2022-03-09diagnostics: use rustc_on_unimplemented to recommend `[].iter()`Michael Howell-8/+30
2022-03-09Add miri to the well known conditional compilation names and valuesLoïc BRANSTETT-1/+41
2022-03-09keep ERROR in messageb-naber-4/+4
2022-03-09manually bless 32-bit stderrb-naber-1/+0
2022-03-09normalization change and rebaseb-naber-300/+255
2022-03-09bless testsb-naber-254/+300
2022-03-09Enable issue-23036.rs on wasm32Nikita Popov-1/+0
2022-03-09Auto merge of #94515 - estebank:tweak-move-error, r=davidtwcobors-59/+94
2022-03-09Rollup merge of #94686 - ChayimFriedman2:issue-94629, r=jackh726Dylan DPC-3/+16
2022-03-08Rollup merge of #94689 - compiler-errors:on-unimplemented-substs, r=petrochenkovDylan DPC-2/+85