about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-04-08Add multiple closure use variantsSantiago Pastorino-0/+48
2025-04-08Add .use block testSantiago Pastorino-0/+11
2025-04-08Rollup merge of #139501 - compiler-errors:suppress-stack-overflow, r=lcnrMatthias Krüger-0/+189
2025-04-08Rollup merge of #139485 - petrochenkov:errkind-light, r=oli-obk,jieyouxuMatthias Krüger-57/+69
2025-04-08Auto merge of #138499 - lcnr:borrowck-typeck_root, r=oli-obkbors-26/+92
2025-04-08compiletest: Trim whitespace from environment variable namesZalathar-0/+23
2025-04-08Rollup merge of #139464 - nnethercote:fix-139248-AND-fix-139445, r=petrochenkovStuart Cook-0/+77
2025-04-08Rollup merge of #139421 - compiler-errors:upcast-no-principal-with-proj, r=ol...Stuart Cook-0/+13
2025-04-08Rollup merge of #139346 - compiler-errors:non-lifetime-binder-diag-hir-wf-che...Stuart Cook-0/+83
2025-04-08Rollup merge of #139124 - xtexx:gh-139082, r=compiler-errorsStuart Cook-0/+21
2025-04-08Rollup merge of #139024 - compiler-errors:tweak-default-value-err, r=lcnrStuart Cook-12/+19
2025-04-08Rollup merge of #138676 - compiler-errors:overflow-implied-bounds, r=lcnrStuart Cook-0/+19
2025-04-08Improve presentation of closure signature mismatch from Fn trait goalMichael Goulet-12/+12
2025-04-08Allow for reparsing failure when reparsing a pasted metavar.Nicholas Nethercote-0/+30
2025-04-08Allow for missing invisible close delim when reparsing an expression.Nicholas Nethercote-0/+47
2025-04-07Fix stack overflow in exhaustiveness due to recursive HIR opaque type valuesMichael Goulet-0/+189
2025-04-08borrowck typeck children together with their parentlcnr-26/+92
2025-04-07Auto merge of #133781 - cjgillot:shallow-allowed-lints, r=petrochenkovbors-4/+51
2025-04-07Implement overflow for infinite implied lifetime boundsMichael Goulet-0/+19
2025-04-07Make error message for missing fields with .. and without .. more consistentMichael Goulet-12/+19
2025-04-07Add `naked_functions_rustic_abi` feature gateFolkert de Vries-39/+113
2025-04-07Enable contracts for const functionsCelina G. Val-9/+144
2025-04-07compiletest: Avoid ignoring empty diagnostics in one more placeVadim Petrochenkov-16/+25
2025-04-07compiletest: Stricter parsing for diagnostic kindsVadim Petrochenkov-37/+37
2025-04-07compiletest: Always preserve kind for compiler diagnosticsVadim Petrochenkov-4/+7
2025-04-07Rollup merge of #139461 - compiler-errors:significant-drop-span, r=oli-obkStuart Cook-262/+96
2025-04-07Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obkStuart Cook-679/+501
2025-04-07Rollup merge of #139112 - m-ou-se:super-let, r=lcnrStuart Cook-19/+496
2025-04-07Rollup merge of #139035 - nnethercote:PatKind-Missing, r=oli-obkStuart Cook-0/+10
2025-04-06Stop calling source_span query in significant drop order codeMichael Goulet-262/+96
2025-04-06update/bless testsBennet Bleßmann-679/+501
2025-04-06Rollup merge of #139391 - TaKO8Ki:check-if-merged-attrs-list-is-empty, r=jdon...Guillaume Gomez-0/+39
2025-04-05Auto merge of #139275 - cuviper:min-llvm-19, r=nikicbors-1409/+112
2025-04-05Suppress missing field error when autoderef bottoms out in inferMichael Goulet-10/+2
2025-04-05Fix trait upcasting to dyn type with no principal when there are projectionsMichael Goulet-0/+13
2025-04-05Update the minimum external LLVM to 19Josh Stone-1409/+112
2025-04-05Fix ProvenVia for global where clausesMichael Goulet-0/+3
2025-04-05Rollup merge of #138381 - thaliaarchi:bstr-sliceindex, r=joshtriplettMatthias Krüger-42/+61
2025-04-05Rollup merge of #138368 - rcvalle:rust-kcfi-arity, r=davidtwcoMatthias Krüger-0/+28
2025-04-05KCFI: Add KCFI arity indicator supportRamon de C Valle-0/+28
2025-04-05Rollup merge of #139341 - nnethercote:fix-137874, r=petrochenkovStuart Cook-25/+32
2025-04-05Rollup merge of #139285 - tshepang:uniform-case, r=jieyouxuStuart Cook-2/+4
2025-04-05Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obkStuart Cook-20/+25
2025-04-04Auto merge of #139390 - matthiaskrgr:rollup-l64euwx, r=matthiaskrgrbors-35/+35
2025-04-04Detect and provide suggestion for `&raw EXPR`Michael Goulet-0/+140
2025-04-04Don't construct preds w escaping bound vars in diagnostic_hir_wf_checkMichael Goulet-0/+83
2025-04-05check if merged attributes list is emptyTakayuki Maeda-0/+39
2025-04-04Rollup merge of #139374 - oli-obk:const-trait-bound, r=compiler-errorsMatthias Krüger-31/+31
2025-04-04Rollup merge of #139353 - nnethercote:LateAnon, r=compiler-errorsMatthias Krüger-4/+4
2025-04-04Auto merge of #138785 - lcnr:typing-mode-borrowck, r=compiler-errors,oli-obkbors-464/+484