about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-08-09Fix coverage-llvmir test on WindowsNikita Popov-1/+1
2022-08-08Auto merge of #100207 - notriddle:notriddle/skipped-inline-module, r=Manishearthbors-0/+27
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-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-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
2022-08-05Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebankbors-168/+249
2022-08-05Auto merge of #99867 - spastorino:refactor-remap-lifetimes, r=nikomatsakisbors-0/+7
2022-08-05Auto merge of #97085 - rylev:test-issue-33172, r=wesleywiserbors-0/+40
2022-08-04opt node typeMichael Goulet-2/+44
2022-08-04Rollup merge of #100093 - wcampbell0x2a:unused-parens-for-match-arms, r=petro...Matthias Krüger-0/+41
2022-08-04Rollup merge of #100058 - TaKO8Ki:suggest-positional-formatting-argument-inst...Matthias Krüger-0/+115
2022-08-04Rollup merge of #98796 - compiler-errors:no-semi-if-comma, r=estebankMatthias Krüger-12/+21
2022-08-04Add test for raw-dylib with an external variableDaniel Paoliello-8/+125
2022-08-04Completely remove captures flagSantiago Pastorino-0/+7
2022-08-04Auto merge of #100087 - JakobDegen:mir-patch, r=tmiaskobors-172/+0
2022-08-04Enable unused_parens for match armswcampbell-0/+41
2022-08-04Auto merge of #99953 - cjgillot:in-path-always, r=petrochenkovbors-0/+17
2022-08-04Add min-gdb-versionRyan Levick-0/+1
2022-08-04Update FIXME commentRyan Levick-1/+1
2022-08-04Add comment about issue caused with multiple staticsRyan Levick-0/+2
2022-08-04Fix linux testsRyan Levick-7/+7
2022-08-04Turn CDB test back on and all clarifying testRyan Levick-6/+18
2022-08-04Turn off cdb test for now, link to issueRyan Levick-6/+5
2022-08-04Add a test for issue #33172Ryan Levick-0/+26
2022-08-04Use (actually) dummy place for let-else divergenceMichael Goulet-0/+15
2022-08-04Auto merge of #100120 - matthiaskrgr:rollup-g6ycykq, r=matthiaskrgrbors-12/+225
2022-08-04Resolve vars before emitting coerce errorMichael Goulet-11/+100
2022-08-04Don't point out return span on every E0308Michael Goulet-5/+37