about summary refs log tree commit diff
path: root/src/test/ui/let-else
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1784/+0
2022-12-10Introduce `with_forced_trimmed_paths`Esteban Küber-1/+1
2022-10-30Reduce span of let else irrefutable_let_patterns warningest31-5/+18
2022-10-21fix some typosRageking8-1/+1
2022-10-14more dupe word typosRageking8-5/+3
2022-10-07let-else: test else block with non-never uninhabited typeest31-1/+23
2022-10-05Auto merge of #102394 - dingxiangfei2009:issue-102317, r=oli-obkbors-0/+20
2022-10-01bless ui testsMaybe Waffle-1/+1
2022-09-30use build-pass for the testX-1/+1
2022-09-28fix unwind drop glue for if-then scopesDing Xiang Fei-0/+20
2022-09-27Migrate more rustc_parse diagnostics to diagnostic structsXiretza-4/+4
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-18add miri test via const fnDing Xiang Fei-0/+19
2022-09-15Remove the let_else feature gate from the testsuiteest31-57/+43
2022-09-15Stabilize the let_else featureest31-0/+8
2022-09-15add test for #99975Ding Xiang Fei-0/+20
2022-09-15reorder nesting scopes and declare bindings without drop scheduleDing Xiang Fei-0/+1
2022-09-05Add matrix based test for documenting the let / let else temporary drop orderest31-0/+321
2022-08-25Rollup merge of #99954 - dingxiangfei2009:break-out-let-else-higher-up, r=oli...Yuki Okushi-0/+11
2022-08-12Add regression test for #94176est31-0/+29
2022-08-12let-else: add a test for warnings on let-else with diverging tailCormac Relf-0/+33
2022-08-04Use (actually) dummy place for let-else divergenceMichael Goulet-0/+15
2022-07-31add test for earlier drop despite extend lifetimeDing Xiang Fei-0/+11
2022-07-22include a demo that more programs can be compiledDing Xiang Fei-0/+17
2022-07-21provide a test for #93951Ding Xiang Fei-0/+11
2022-07-21break out scopes when let-else fails to matchDing Xiang Fei-0/+61
2022-07-11lower let-else in MIR insteadDing Xiang Fei-21/+58
2022-06-16--bless uiMaybe Waffle-2/+1
2022-05-06Resolve vars in note_type_errJack Huey-4/+4
2022-02-28Tweak diagnosticsEsteban Kuber-4/+4
2022-02-22Rollup merge of #94208 - est31:let_else, r=Mark-SimulacrumMatthias Krüger-4/+100
2022-02-21Better error if the user tries to do assignment ... elseest31-0/+35
2022-02-21Add regression test for #92069est31-0/+20
2022-02-21Expand let-else allow testsest31-4/+80
2021-12-13let-else: add deref-coercion testsCormac Relf-0/+171
2021-12-13let-else: add match-ergonomics tests adapted from rfc2005Cormac Relf-0/+228
2021-12-13let-else: build out ref/ref mut tests, with/without explicit annotationsCormac Relf-19/+208
2021-12-13let-else: add tests for moved expressions, copy out of non-copyCormac Relf-0/+62
2021-12-13let-else: fix attribute aliasing + add test for issue 89807Cormac Relf-0/+14
2021-10-18Rollup merge of #89974 - est31:let_else_if_error, r=nagisaMatthias Krüger-0/+28
2021-10-18Rollup merge of #89965 - JohnTitor:fix-let-else-ice-with-ref-mut, r=petrochenkovMatthias Krüger-0/+19
2021-10-17Nicer error message if the user attempts to do let...else ifest31-0/+28
2021-10-17Some "parenthesis" and "parentheses" fixesr00ster91-6/+6
2021-10-17Fix ICE with `let...else` and `ref mut`Yuki Okushi-0/+19
2021-08-30Add let-else testsCameron Steffen-0/+322