about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-12-14Don't make a def id for impl_trait_in_bindingsMichael Goulet-0/+10
2024-12-14Auto merge of #134296 - matthiaskrgr:rollup-o0sxozj, r=matthiaskrgrbors-80/+99
2024-12-14Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obkbors-0/+200
2024-12-14Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgrbors-25/+94
2024-12-14Rollup merge of #134192 - nnethercote:rm-Lexer-Parser-dep, r=compiler-errorsMatthias Krüger-77/+31
2024-12-14Rollup merge of #134081 - oli-obk:push-prpsqxxynxnq, r=BoxyUwUMatthias Krüger-3/+68
2024-12-14(Re-)Implement impl_trait_in_bindingsMichael Goulet-0/+200
2024-12-14Rollup merge of #134274 - fmease:amp-raw-is-a-normal-borrow, r=NoratriebMatthias Krüger-0/+30
2024-12-14Rollup merge of #134271 - adetaylor:feature-gate-test, r=wesleywiserMatthias Krüger-3/+42
2024-12-14Rollup merge of #134262 - adetaylor:revert-diagnostics, r=compiler-errorsMatthias Krüger-22/+22
2024-12-14Rollup merge of #134256 - krtab:suggestion_overlapping, r=petrochenkovMatthias Krüger-0/+60
2024-12-14Rollup merge of #134244 - Enselic:no-mut-hint-for-raw-ref, r=jieyouxuMatthias Krüger-0/+17
2024-12-14Rollup merge of #134181 - estebank:trim-render, r=oli-obkMatthias Krüger-631/+171
2024-12-13Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgrbors-82/+355
2024-12-13Auto merge of #133099 - RalfJung:forbidden-hardfloat-features, r=workingjubileebors-6/+81
2024-12-13Account for `///` when rendering multiline spansEsteban Küber-1/+2
2024-12-13Add check-pass test for `&raw`León Orell Valerian Liehr-0/+30
2024-12-13Arbitrary self types v2: better feature gate testAdrian Taylor-3/+42
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-0/+170
2024-12-13Rollup merge of #133937 - estebank:silence-resolve-errors-from-mod-with-parse...Matthias Krüger-18/+48
2024-12-13Rollup merge of #133900 - jieyouxu:ui-cleanup-1, r=fmeaseMatthias Krüger-64/+137
2024-12-13Arbitrary self types v2: adjust diagnostic.Adrian Taylor-22/+22
2024-12-13rustc_borrowck: Stop suggesting the invalid syntax `&mut raw const`Martin Nordholts-5/+0
2024-12-13Add regression test for issue 127562Martin Nordholts-0/+22
2024-12-13Use a more precise span in placeholder_type_error_diagArthur Carcano-0/+60
2024-12-13Auto merge of #132706 - compiler-errors:async-closures, r=oli-obkbors-430/+209
2024-12-13Stabilize async closuresMichael Goulet-430/+209
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-306/+106
2024-12-12Tweak multispan renderingEsteban Küber-399/+138
2024-12-12Auto merge of #132961 - adetaylor:arbitrary-self-types-the-big-bit, r=compile...bors-50/+1245
2024-12-13Remove `Lexer`'s dependency on `Parser`.Nicholas Nethercote-77/+31
2024-12-12Rollup merge of #133122 - compiler-errors:afidt, r=oli-obkMatthias Krüger-0/+235
2024-12-12Add testsMichael Goulet-0/+170
2024-12-12Rollup merge of #134154 - dev-ardi:field-expr-generics, r=compiler-errorsMatthias Krüger-14/+7
2024-12-12Rollup merge of #134144 - compiler-errors:fallback-apit, r=WaffleLapkinMatthias Krüger-15/+134
2024-12-12Rollup merge of #134070 - oli-obk:push-nquzymupzlsq, r=jieyouxuMatthias Krüger-0/+57
2024-12-12Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errorsbors-167/+1521
2024-12-12Properly consider APITs for never type fallback ascription fixMichael Goulet-15/+134
2024-12-11Auto merge of #128004 - folkertdev:naked-fn-asm, r=Amanieubors-1/+1
2024-12-11forbid toggling x87 and fpregs on hard-float targetsRalf Jung-6/+81
2024-12-11Clarify why a type is rejected for asm!Oli Scherer-5/+10
2024-12-11Evaluate constants in SIMD vec lengths before rejecting themOli Scherer-11/+1
2024-12-11Add regression testsOli Scherer-0/+62
2024-12-11Don't emit "field expressions may not have generic arguments" if it's a metho...Orion Gonzalez-14/+7
2024-12-11Arbitrary self types v2: generics test.Adrian Taylor-0/+98
2024-12-11Arbitrary self types v2: detect shadowing problems.Adrian Taylor-0/+546
2024-12-11Arbitrary self types v2: use Receiver traitAdrian Taylor-50/+601
2024-12-11Rollup merge of #134142 - compiler-errors:paren-sug, r=jieyouxuJacob Pratt-1/+28
2024-12-11Rollup merge of #134136 - estebank:const-trait-default-field-test, r=jieyouxuJacob Pratt-13/+39
2024-12-11Rollup merge of #134105 - compiler-errors:validate-self-preds, r=wesleywiserJacob Pratt-0/+22