about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-09-23Bless tests.Camille GILLOT-918/+486
2023-09-23Revert duplication of tests.Camille GILLOT-4891/+439
2023-09-23Auto merge of #116081 - compiler-errors:closure-captures-sized, r=cjgillotbors-0/+217
2023-09-23Auto merge of #116045 - notriddle:notriddle/issue-83556, r=cjgillotbors-0/+12
2023-09-23Auto merge of #116071 - estebank:issue-115905, r=compiler-errorsbors-1/+24
2023-09-22diagnostics: simpler 83556 handling by bailing outMichael Howell-12/+1
2023-09-23Auto merge of #116052 - oli-obk:ceci_nest_pas_une_query, r=WaffleLapkinbors-2/+2
2023-09-23Check types live across yields in generators tooMichael Goulet-0/+183
2023-09-23Check that closure's by-value captures are sizedMichael Goulet-0/+34
2023-09-23Auto merge of #115695 - tmiasko:compiletest-supported-sanitizers, r=oli-obkbors-11/+16
2023-09-22Point at cause of expectation of `break` value when possibleEsteban Küber-1/+24
2023-09-22Auto merge of #116077 - matthiaskrgr:rollup-2y1buzg, r=matthiaskrgrbors-15/+195
2023-09-22Rollup merge of #116067 - saethlin:meta-stats-ice, r=WaffleLapkinMatthias Krüger-0/+7
2023-09-22Rollup merge of #116062 - eduardosm:start-fn-diag, r=WaffleLapkinMatthias Krüger-15/+15
2023-09-22Rollup merge of #116056 - ouz-a:wide_ice, r=compiler-errorsMatthias Krüger-0/+15
2023-09-22Rollup merge of #115999 - matthewjasper:closure-capture-let-guards, r=b-naberMatthias Krüger-0/+158
2023-09-22Merge `ExternProviders` into the general `Providers` structOli Scherer-2/+2
2023-09-22Open the FileEncoder file for reading and writingBen Kimock-0/+7
2023-09-22Auto merge of #116001 - fmease:validate-crate-name-extern-cli-opt, r=est31bors-17/+29
2023-09-22Fix test on targets with crt-static defaultTomasz Miąsko-11/+16
2023-09-22make unsized cast illegalouz-a-0/+15
2023-09-22Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obkbors-435/+435
2023-09-22Change `start` to `#[start]` in some diagnosisEduardo Sánchez Muñoz-15/+15
2023-09-22Capture scrutinee of if let guards correctlyMatthew Jasper-0/+158
2023-09-22Rollup merge of #116049 - RalfJung:future-incompat, r=NilstriebMatthias Krüger-2/+2
2023-09-22Rollup merge of #116039 - estebank:nested-tait, r=compiler-errorsMatthias Krüger-0/+56
2023-09-22Rollup merge of #116036 - Enselic:split-large_moves, r=oli-obkMatthias Krüger-94/+96
2023-09-22Rollup merge of #116034 - chenyukang:yukang-98601-add-ui-testcase, r=estebankMatthias Krüger-0/+44
2023-09-22hide rustc line numbers in testRalf Jung-2/+2
2023-09-22Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obkbors-119/+133
2023-09-22Auto merge of #115910 - eduardosm:lang-fns-target-features, r=cjgillotbors-0/+56
2023-09-21diagnostics: avoid mismatch between variance index and hir genericMichael Howell-0/+23
2023-09-21Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errorsbors-119/+181
2023-09-21Auto merge of #115864 - compiler-errors:rpitit-sugg, r=estebankbors-16/+149
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-435/+435
2023-09-21Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naberbors-2/+4
2023-09-21Suggest desugaring to RPITIT when AFIT is required to be an auto traitMichael Goulet-0/+133
2023-09-21Record asyncness span in HIRMichael Goulet-16/+16
2023-09-21tests/ui: Split large_moves.rs and move to lint/large_assignmentsMartin Nordholts-96/+98
2023-09-21Account for nested `impl Trait` in TAITEsteban Küber-0/+56
2023-09-21Auto merge of #114399 - Zalathar:no-renumber, r=jackh726bors-136/+128
2023-09-21tests/ui: Fix large_moves attribute cfgMartin Nordholts-1/+1
2023-09-21added support for GNU/HurdSamuel Thibault-2/+4
2023-09-21add UI test for delimiter errorsyukang-0/+44
2023-09-21Rollup merge of #116019 - dtolnay:percratesearch, r=GuillaumeGomezGuillaume Gomez-9/+0
2023-09-21Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obkGuillaume Gomez-4/+4
2023-09-21Rollup merge of #115936 - oli-obk:inline_const_promotion, r=RalfJungGuillaume Gomez-0/+36
2023-09-21Rollup merge of #115257 - Urgau:invalid-utf8-walk-up-hir, r=NilstriebGuillaume Gomez-39/+123
2023-09-21Prevent promotion of const fn calls in inline constsOli Scherer-1/+16
2023-09-21Add regression testOli Scherer-0/+21