about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
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-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-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
2025-04-04add new tests for autodiff batching and update old onesManuel Drehwald-20/+25
2025-04-04Use the span of the whole bound when the diagnostic talks about a boundOli Scherer-31/+31
2025-04-04Rollup merge of #139349 - meithecatte:destructor-constness, r=compiler-errorsMatthias Krüger-0/+28
2025-04-04Rollup merge of #139335 - compiler-errors:error-implies, r=oli-obkMatthias Krüger-0/+64
2025-04-04Rollup merge of #139322 - Kobzol:run-make-lld-refactor, r=jieyouxuMatthias Krüger-0/+0
2025-04-04Fix `Debug` impl for `LateParamRegionKind`.Nicholas Nethercote-4/+4
2025-04-04adt_destructor: sanity-check returned itemMaja Kądziołka-0/+28
2025-04-04Apply `Recovery::Forbidden` when reparsing pasted macro fragments.Nicholas Nethercote-25/+32
2025-04-04Auto merge of #120706 - Bryanskiy:leak, r=lcnrbors-0/+450
2025-04-03Rollup merge of #138767 - clubby789:check-cfg-bool, r=UrgauMatthias Krüger-24/+15
2025-04-03Rollup merge of #138462 - ShE3py:mut-borrow-in-loop, r=oli-obkMatthias Krüger-4/+0
2025-04-03Pass correct param-env to error_impliesMichael Goulet-0/+64
2025-04-03Auto merge of #139301 - matthiaskrgr:rollup-sa6ali8, r=matthiaskrgrbors-12/+71
2025-04-03Move `link-self-contained-consistency` test to a more reasonable locationJakub Beránek-0/+0
2025-04-03Initial support for auto traits with default boundsBryanskiy-0/+450
2025-04-03Allow boolean literals in `check-cfg`clubby789-24/+15
2025-04-03add `TypingMode::Borrowck`lcnr-464/+484
2025-04-03Fix up tests on wasm and msvc, and rebase conflictsVadim Petrochenkov-13/+35
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-513/+636
2025-04-03Rollup merge of #139294 - beetrees:fix-f16-f128-literal-feature-gate, r=fmeaseMatthias Krüger-12/+54
2025-04-03Rollup merge of #139080 - m-ou-se:super-let-gate, r=traviscrossMatthias Krüger-0/+17
2025-04-03Fix the `f16`/`f128` feature gate on integer literalsbeetrees-12/+54
2025-04-03structure the messageTshepang Mbambo-1/+3
2025-04-03use lower case to match other error messagesTshepang Mbambo-2/+2
2025-04-02Auto merge of #139269 - matthiaskrgr:rollup-pk78gig, r=matthiaskrgrbors-32/+202
2025-04-02Rollup merge of #139264 - freyacodes:fix/bad-turbofish-hints, r=petrochenkovMatthias Krüger-0/+33
2025-04-02Rollup merge of #139235 - nnethercote:AstValidator-tweaks, r=compiler-errorsMatthias Krüger-32/+32
2025-04-02Rollup merge of #138992 - dianne:simplify-byte-string-to-pat, r=oli-obkMatthias Krüger-0/+137
2025-04-02Fix two incorrect turbofish suggestionsFreya Arbjerg-0/+33
2025-04-02Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxuTakayuki Maeda-3/+7
2025-04-02Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errorsbors-2/+2
2025-04-01add tests for array/slice const patternsdianne-0/+137
2025-04-02Auto merge of #139229 - Zalathar:rollup-5cs3f4d, r=Zalatharbors-13/+163
2025-04-02Rollup merge of #139200 - xizheyin:issue-139174, r=compiler-errorsStuart Cook-0/+64
2025-04-02Rollup merge of #138941 - compiler-errors:receiver-is-dispatchable-bounds, r=...Stuart Cook-13/+39