about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-01-29Auto merge of #107451 - matthiaskrgr:rollup-m4ucfu8, r=matthiaskrgrbors-105/+531
2023-01-29Rollup merge of #107432 - notriddle:notriddle/has-srclink, r=GuillaumeGomezMatthias Krüger-91/+91
2023-01-29Rollup merge of #107006 - b-naber:thir-tree, r=jackh726Matthias Krüger-6/+418
2023-01-29Rollup merge of #106540 - lowr:patch/remove-paren-whitespace, r=cjgillotMatthias Krüger-8/+22
2023-01-29Auto merge of #100178 - mati865:upgrade-mingw-w64-on-CI, r=nikicbors-4/+24
2023-01-29Auto merge of #106908 - cjgillot:copyprop-ssa, r=oli-obkbors-274/+1528
2023-01-29Insert whitespace to avoid ident concatenation in suggestionRyo Yoshida-8/+22
2023-01-29Upgrade mingw-w64 on CIMateusz Mikuła-4/+24
2023-01-29Auto merge of #106253 - nbdd0121:upcast, r=compiler-errorsbors-0/+93
2023-01-29Auto merge of #107435 - matthiaskrgr:rollup-if5h6yu, r=matthiaskrgrbors-0/+88
2023-01-29Rollup merge of #107425 - clubby789:match-range-missing-space, r=compiler-errorsMatthias Krüger-0/+27
2023-01-29Rollup merge of #107422 - Nilstrieb:erase-the-ice, r=compiler-errorsMatthias Krüger-0/+42
2023-01-29Rollup merge of #107097 - tmiasko:ssa, r=cjgillotMatthias Krüger-0/+19
2023-01-29Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obkbors-11/+225
2023-01-28rustdoc: remove unused class `has-srclink`Michael Howell-91/+91
2023-01-28Auto merge of #103659 - clubby789:improve-partialord-derive, r=nagisabors-28/+23
2023-01-28Check for missing space between fat arrow and range patternclubby789-0/+27
2023-01-28Also erase substs for new infcx in pin move errorNilstrieb-0/+42
2023-01-28Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkinbors-1/+3
2023-01-28Reintroduce multiple_supertrait_upcastable lintGary Guo-0/+93
2023-01-28Auto merge of #107408 - matthiaskrgr:rollup-b5vz2ow, r=matthiaskrgrbors-20/+277
2023-01-28Rollup merge of #107355 - JohnTitor:issue-60755, r=compiler-errorsMatthias Krüger-0/+12
2023-01-28Rollup merge of #107096 - clubby789:fluent-bad-messageref, r=compiler-errorsMatthias Krüger-1/+19
2023-01-28Rollup merge of #104012 - chenyukang:yukang/fix-103882-deli-indentation, r=pe...Matthias Krüger-19/+246
2023-01-28Auto merge of #106916 - lukas-code:overlapping-substs, r=estebankbors-22/+117
2023-01-28Adapt ui-fulldeps.Camille GILLOT-1/+3
2023-01-28Rollup merge of #107373 - michaelwoerister:dont-merge-vtables-when-debuginfo,...Matthias Krüger-0/+8
2023-01-28Rollup merge of #107339 - aliemjay:covariant, r=lcnrMatthias Krüger-28/+28
2023-01-28Rollup merge of #107306 - compiler-errors:correct-sugg-for-closure-arg-needs-...Matthias Krüger-0/+54
2023-01-28Rollup merge of #107190 - fmease:fix-81698, r=compiler-errorsMatthias Krüger-8/+132
2023-01-28Rollup merge of #107100 - compiler-errors:issue-107087, r=lcnrMatthias Krüger-0/+27
2023-01-28Rollup merge of #107022 - scottmcm:ordering-option-eq, r=m-ou-seMatthias Krüger-0/+10
2023-01-28Auto merge of #101692 - cjgillot:generator-lazy-witness, r=oli-obkbors-423/+5138
2023-01-27Bless mir-opt tests.Camille GILLOT-4/+18
2023-01-27Restrict amount of ignored locals.Camille GILLOT-0/+100
2023-01-27address reviewb-naber-0/+60
2023-01-27Bless ui-fulldeps.Camille GILLOT-13/+20
2023-01-27Bless tests.Camille GILLOT-1693/+643
2023-01-27Remember where a type was kept in MIR.Camille GILLOT-2/+16
2023-01-27Introduce GeneratorWitnessMIR.Camille GILLOT-4/+4
2023-01-27Always require Drop for generators.Camille GILLOT-9/+18
2023-01-27Test the 3 generator handling versions for generator/async tests.Camille GILLOT-196/+5816
2023-01-27Add `drop_tracking_mir` option.Camille GILLOT-0/+1
2023-01-27recover more unbraced const argsLeón Orell Valerian Liehr-8/+132
2023-01-27Do not merge locals that have their address taken.Camille GILLOT-151/+264
2023-01-27Discard raw pointers from SSA locals.Camille GILLOT-0/+41
2023-01-27Only consider a local to be SSA if assignment dominates all uses.Camille GILLOT-0/+55
2023-01-27Add tests.Camille GILLOT-0/+453
2023-01-27Implement SSA CopyProp pass.Camille GILLOT-538/+666
2023-01-27Add mir-opt test.Camille GILLOT-0/+519