about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-10-24Rollup merge of #116841 - chenyukang:yukang-suggest-unwrap-expect, r=b-naberMatthias Krüger-0/+245
2023-10-24Rollup merge of #116094 - Swatinem:coverage-branch-gate, r=wesleywiserMatthias Krüger-4/+4
2023-10-25suggest unwrap/expect for let binding type mismatchyukang-0/+245
2023-10-24Auto merge of #116773 - dtolnay:validatestable, r=compiler-errorsbors-75/+85
2023-10-24Auto merge of #116435 - compiler-errors:re-erased, r=lcnrbors-0/+51
2023-10-24Introduce `-C instrument-coverage=branch` to gate branch coverageArpad Borsos-4/+4
2023-10-24Auto merge of #116300 - cjgillot:split-move, r=petrochenkovbors-69/+57
2023-10-23Auto merge of #117103 - matthiaskrgr:rollup-96zuuom, r=matthiaskrgrbors-0/+33
2023-10-23Rollup merge of #117046 - bvanjoi:fix-116186, r=oli-obkMatthias Krüger-0/+33
2023-10-23Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkovbors-24/+120
2023-10-23Let's see what those opaque types actually areMichael Goulet-1/+37
2023-10-23Handle ReErased in responses in new solverMichael Goulet-0/+15
2023-10-23Update `since` stability attributes in testsDavid Tolnay-69/+79
2023-10-23Fix stable feature names in testsDavid Tolnay-9/+9
2023-10-23Auto merge of #107009 - cjgillot:jump-threading, r=pnkfelixbors-24/+1798
2023-10-23Auto merge of #117087 - matthiaskrgr:rollup-08kkjkz, r=matthiaskrgrbors-1/+175
2023-10-23Rollup merge of #117040 - Zalathar:instrument-coverage-ui, r=cjgillotMatthias Krüger-1/+70
2023-10-23Rollup merge of #116960 - lqd:applied-member-constraints-scope, r=matthewjasperMatthias Krüger-0/+105
2023-10-23return unfixed len if pat has reported errorbohan-0/+33
2023-10-23Auto merge of #116837 - oli-obk:smir_run_macro, r=spastorinobors-11/+20
2023-10-23Try to work around 32 bit mingw issuesOli Scherer-0/+3
2023-10-23Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillotbors-168/+142
2023-10-23Avoid having `rustc_smir` depend on `rustc_interface` or `rustc_driver`Oli Scherer-11/+17
2023-10-23coverage: Add UI tests for values accepted by `-Cinstrument-coverage`Zalathar-1/+70
2023-10-23Rollup merge of #117042 - Zalathar:file-table, r=cjgillotMatthias Krüger-3/+3
2023-10-23Auto merge of #115324 - francorbacho:master, r=davidtwcobors-0/+146
2023-10-22use visibility to check unused imports and delete some stmtsbohan-24/+120
2023-10-22coverage: Emit the filenames section before encoding per-function mappingsZalathar-3/+3
2023-10-22Auto merge of #116256 - apekros:issue-114912, r=cjgillotbors-0/+33
2023-10-22Rollup merge of #117034 - Nadrieril:fix-117033, r=cjgillotMatthias Krüger-0/+7
2023-10-22Auto merge of #116932 - Kobzol:fix-stage1-tests, r=Mark-Simulacrumbors-2/+4
2023-10-21Fix #117033Nadrieril-0/+7
2023-10-21Rollup merge of #116992 - estebank:issue-69492, r=oli-obkMatthias Krüger-0/+11
2023-10-21Mention the syntax for `use` on `mod foo;` if `foo` doesn't existEsteban Küber-0/+11
2023-10-21Auto merge of #117020 - matthiaskrgr:rollup-cg62m4h, r=matthiaskrgrbors-5/+34
2023-10-21Rollup merge of #117019 - lukas-code:for-await, r=compiler-errorsMatthias Krüger-1/+19
2023-10-21Rollup merge of #116975 - ojeda:move-invalid-test, r=NilstriebMatthias Krüger-0/+0
2023-10-21Rollup merge of #106601 - estebank:match-semi, r=cjgillotMatthias Krüger-4/+15
2023-10-21fix spans for removing `.await` on `for` expressionsLukas Markeffsky-1/+19
2023-10-21Auto merge of #116734 - Nadrieril:lint-per-column, r=cjgillotbors-110/+232
2023-10-21Do not create move paths that do not need dropping.Camille GILLOT-58/+46
2023-10-21Do not report errors from move path builder.Camille GILLOT-11/+11
2023-10-21Rollup merge of #116995 - estebank:issue-69944, r=compiler-errorsMatthias Krüger-1/+6
2023-10-21Rollup merge of #116990 - estebank:issue-68445, r=cjgillotMatthias Krüger-0/+4
2023-10-21Rollup merge of #116974 - Zalathar:signature-spans, r=oli-obk,cjgillotMatthias Krüger-10/+192
2023-10-21Rollup merge of #116964 - celinval:smir-mono-body, r=oli-obkMatthias Krüger-1/+25
2023-10-21Rollup merge of #116961 - estebank:issue-60164, r=oli-obkMatthias Krüger-0/+24
2023-10-21Rollup merge of #116911 - estebank:issue-85378, r=oli-obkMatthias Krüger-0/+44
2023-10-21FileCheck annotations.Camille GILLOT-34/+217
2023-10-21Correct loop_headers logic.Camille GILLOT-14/+2