about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-08-09Add error if link_ordinal used without raw-dylibDaniel Paoliello-0/+41
2022-08-09Rollup merge of #100305 - TaKO8Ki:suggest-adding-appropriate-missing-pattern-...Dylan DPC-0/+43
2022-08-09Rollup merge of #100228 - luqmana:suggestion-ice, r=estebankDylan DPC-0/+49
2022-08-09Rollup merge of #100221 - compiler-errors:impossible-trait-items, r=lcnr,notr...Dylan DPC-0/+20
2022-08-09Rollup merge of #99787 - aDotInTheVoid:rdj-dyn, r=camelid,notriddle,Guillaume...Dylan DPC-10/+64
2022-08-09Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011Dylan DPC-0/+125
2022-08-09Auto merge of #100304 - matthiaskrgr:rollup-gs56vlw, r=matthiaskrgrbors-104/+129
2022-08-09suggest adding an appropriate missing pattern excluding commentsTakayuki Maeda-0/+43
2022-08-09Rollup merge of #100268 - TaKO8Ki:add-regression-test-for-79148, r=Mark-Simul...Matthias Krüger-0/+45
2022-08-09Rollup merge of #100238 - Bryysen:master, r=cjgillotMatthias Krüger-101/+78
2022-08-09Rollup merge of #100163 - TaKO8Ki:remove-unnecessary-string-search, r=wesleyw...Matthias Krüger-3/+6
2022-08-09Auto merge of #100205 - cjgillot:noice-doc, r=camelidbors-0/+21
2022-08-08Add regression test commentNoah Lev-0/+2
2022-08-08Fix plural form of `variant` in error message not formatting correctlyBryysen-32/+26
2022-08-08Synthetize a trait ref when none is available.Camille GILLOT-1/+3
2022-08-08add regression test for #79148Takayuki Maeda-0/+45
2022-08-08Auto merge of #98863 - compiler-errors:projection-msg, r=estebankbors-65/+75
2022-08-08Auto merge of #98489 - cjgillot:naked-nohir, r=davidtwco,tmiaskobors-58/+45
2022-08-08Auto merge of #100207 - notriddle:notriddle/skipped-inline-module, r=Manishearthbors-0/+27
2022-08-08Adjust wordingMichael Goulet-65/+74
2022-08-07Implement special-cased projection error message for some common traitsMichael Goulet-30/+31
2022-08-07Don't document impossible to call default trait items on implsMichael Goulet-0/+20
2022-08-07Add UI test for #100199Luqman Aden-0/+49
2022-08-07Rollup merge of #100230 - cjgillot:noice-multibyte-amp, r=compiler-errorsMatthias Krüger-0/+33
2022-08-07Rollup merge of #100194 - est31:box_syntax_tests, r=Mark-SimulacrumMatthias Krüger-212/+154
2022-08-07Rollup merge of #100019 - TaKO8Ki:suggest-boxed-trait-objects-instead-of-impl...Matthias Krüger-0/+181
2022-08-07Further improve error message for E0081Bryysen-77/+60
2022-08-07Use start_point instead of next_point to point to elided lifetime ampersand.Camille GILLOT-0/+33
2022-08-07fix wrong suggestions for boxed trait objects instead of impl traitTakayuki Maeda-4/+88
2022-08-07revive suggestions for boxed trait objects instead of impl TraitTakayuki Maeda-0/+97
2022-08-07Auto merge of #100091 - chenyukang:add-check-for-link-ordinal, r=michaelwoeri...bors-0/+54
2022-08-07Remove even more box syntax uses from src/testest31-212/+154
2022-08-07Rollup merge of #100130 - compiler-errors:erroneous-return-span, r=lcnrMatthias Krüger-15/+136
2022-08-06rustdoc: do not mark the contents of a skipped module as inlinedMichael Howell-0/+27
2022-08-06Avoid ICE in rustdoc.Camille GILLOT-0/+17
2022-08-06Auto merge of #100195 - matthiaskrgr:rollup-ovzyyb0, r=matthiaskrgrbors-2/+86
2022-08-06Rollup merge of #100167 - chenyukang:require-suggestion, r=estebankMatthias Krüger-2/+30
2022-08-06Rollup merge of #100132 - compiler-errors:issue-100103, r=tmiaskoMatthias Krüger-0/+15
2022-08-06Rollup merge of #100094 - lyming2007:issue-98982, r=estebankMatthias Krüger-0/+41
2022-08-06Auto merge of #99893 - compiler-errors:issue-99387, r=davidtwcobors-0/+24
2022-08-05Auto merge of #100035 - workingjubilee:merge-functions, r=nikicbors-2/+4
2022-08-05Enable function merging when opt is for sizeJubilee Young-2/+4
2022-08-05implement #98982Yiming Lei-0/+41
2022-08-05Delay formatting trimmed path until lint/error is emittedMichael Goulet-0/+24
2022-08-05Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_i...Dylan DPC-54/+86
2022-08-05Rollup merge of #100155 - compiler-errors:issue-100154, r=jackh726Dylan DPC-2/+44
2022-08-05Rollup merge of #99835 - TaKO8Ki:suggest-adding-or-removing-ref-for-binding-p...Dylan DPC-2/+111
2022-08-05Auto merge of #100073 - dpaoliello:externvar, r=michaelwoeristerbors-8/+125
2022-08-05Improve diagnostics for `const a: = expr;`Maybe Waffle-54/+86
2022-08-05recover require,include instead of use in itemyukang-2/+30