about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-02-07Auto merge of #107767 - matthiaskrgr:rollup-9m1qfso, r=matthiaskrgrbors-16/+344
2023-02-07Rollup merge of #107709 - tialaramex:master, r=compiler-errorsMatthias Krüger-2/+55
2023-02-07Rollup merge of #107695 - Swatinem:futcallx3, r=compiler-errorsMatthias Krüger-0/+96
2023-02-07Rollup merge of #107662 - cjgillot:copy-projection, r=oli-obkMatthias Krüger-1/+66
2023-02-07Rollup merge of #107555 - edward-shen:edward-shen/dup-trait-suggestion, r=com...Matthias Krüger-13/+100
2023-02-07Rollup merge of #100599 - MatthewPeterKelly:add-E0523-description-and-test, r...Matthias Krüger-0/+27
2023-02-07Auto merge of #107671 - CastilloDel:master, r=estebankbors-0/+79
2023-02-07Add test for Future inflating arg size to 3xArpad Borsos-0/+96
2023-02-07Auto merge of #106180 - RalfJung:dereferenceable-generators, r=nbdd0121bors-3/+29
2023-02-06Fix problem noticed in PR106859 with char -> u8 suggestionNick Lamb-2/+55
2023-02-06Rollup merge of #107692 - Swatinem:printsizeyield, r=compiler-errorsMatthias Krüger-10/+10
2023-02-06Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl...Matthias Krüger-14/+588
2023-02-06Modify existing bounds if they existEdward Shen-13/+100
2023-02-06Auto merge of #107727 - Dylan-DPC:rollup-b1yexcl, r=Dylan-DPCbors-133/+550
2023-02-06Add `run-rustfix` to tests/ui/issues/issue-92741.rsCastilloDel-15/+29
2023-02-06Add more test cases to tests/ui/issues/issue-92741.rsCastilloDel-1/+41
2023-02-06Rollup merge of #107687 - cjgillot:sroa-2, r=oli-obkDylan DPC-133/+334
2023-02-06Rollup merge of #107685 - jieyouxu:issue-90027, r=compiler-errorsDylan DPC-0/+57
2023-02-06Rollup merge of #107580 - lenko-d:default_value_for_a_lifetime_generic_parame...Dylan DPC-0/+14
2023-02-06Rollup merge of #107553 - edward-shen:edward-shen/suggest-null-ptr, r=WaffleL...Dylan DPC-0/+145
2023-02-06Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errorsbors-0/+94
2023-02-06Add extended error message for E0523Matthew Kelly-0/+27
2023-02-06also do not add noalias on not-Unpin BoxRalf Jung-2/+8
2023-02-06make &mut !Unpin not dereferenceableRalf Jung-1/+15
2023-02-06make PointerKind directly reflect pointer typesRalf Jung-0/+6
2023-02-06Suggest return type for async function without return type许杰友 Jieyou Xu (Joe)-0/+57
2023-02-06Auto merge of #107141 - notriddle:notriddle/max-lev-distance-2023, r=Guillaum...bors-9/+24
2023-02-05Auto merge of #107526 - obeis:for-missing-iterator, r=estebank,compiler-errorsbors-0/+18
2023-02-05Add UI test for issue #92741CastilloDel-0/+25
2023-02-05Auto merge of #107663 - matthiaskrgr:107423-point-at-EOF-code, r=compiler-errorsbors-0/+39
2023-02-05Sort Generator `print-type-sizes` according to their yield pointsArpad Borsos-10/+10
2023-02-05Add ui test for missing expression in for loopObei Sideg-0/+18
2023-02-05Auto merge of #102842 - rol1510:issue-85566-fix, r=notriddlebors-10/+44
2023-02-05Bless 32bit tests.Camille GILLOT-19/+21
2023-02-05Run SROA to fixpoint.Camille GILLOT-25/+44
2023-02-05Simplify construction of replacement map.Camille GILLOT-70/+126
2023-02-05Make SROA expand assignments.Camille GILLOT-9/+123
2023-02-05Fix SROA without deaggregation.Camille GILLOT-82/+92
2023-02-05emit `ConstEquate` in `TypeRelating<D>`Boxy-0/+70
2023-02-04Suggest null ptr if 0 is given as a raw ptr argEdward Shen-0/+145
2023-02-04Turn projections into copies in CopyProp.Camille GILLOT-1/+66
2023-02-04Recover from default value for a lifetime in generic parameters.Lenko Donchev-0/+14
2023-02-04Rollup merge of #107646 - estebank:specific-span, r=compiler-errorsMatthias Krüger-24/+41
2023-02-04rustdoc: trait bound formattingRoland Strasser-10/+44
2023-02-04Auto merge of #107267 - cjgillot:keep-aggregate, r=oli-obkbors-821/+528
2023-02-04don't point at nonexisting code beyond EOF when warning about unused delimsMatthias Krüger-0/+39
2023-02-03Rollup merge of #107615 - notriddle:notriddle/nbsp, r=GuillaumeGomezMichael Goulet-5/+5
2023-02-03Rollup merge of #107551 - fee1-dead-contrib:rm_const_fnmut_helper, r=oli-obkMichael Goulet-3/+13
2023-02-03Make const/fn return params more suggestableMichael Goulet-0/+36
2023-02-03Provide structured suggestion for binding needing type on E0594Esteban Küber-24/+41