about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-02-06Rollup merge of #133925 - folkertdev:improve-repr-warnings, r=compiler-errorsMatthias Krüger-17/+67
2025-02-06Rollup merge of #136393 - oli-obk:pattern-type-lit-oflo-checks, r=compiler-er...Matthias Krüger-0/+58
2025-02-06Rollup merge of #136315 - estebank:long-ty-binop, r=SparrowLiiMatthias Krüger-0/+41
2025-02-06Rollup merge of #136311 - compiler-errors:vtable-fixes-2, r=lcnrMatthias Krüger-0/+26
2025-02-06Rollup merge of #136073 - compiler-errors:recursive-coro-always, r=oli-obkMatthias Krüger-14/+26
2025-02-05Rollup merge of #136583 - Jarcho:fn_ctxt2, r=compiler-errorsJubilee-151/+91
2025-02-05Rollup merge of #136550 - compiler-errors:rpitit-empty-body, r=oli-obkJubilee-0/+23
2025-02-05Rollup merge of #136269 - compiler-errors:spanned, r=lcnrJubilee-4/+12
2025-02-05Eagerly detect coroutine recursion pre-mono when possibleMichael Goulet-14/+26
2025-02-05Pass spans around new solverMichael Goulet-4/+12
2025-02-05When displaying a parameter mismatch error, only highlight the mismatched par...Jason Newcomb-151/+91
2025-02-05Uniformly handle HIR literals in visitors and lintsOli Scherer-1/+10
2025-02-05Add regression testOli Scherer-0/+49
2025-02-05Rollup merge of #136567 - adetaylor:test-for-recursion, r=oli-obk许杰友 Jieyou Xu (Joe)-0/+71
2025-02-05Rollup merge of #136536 - DuskyElf:master, r=jieyouxu许杰友 Jieyou Xu (Joe)-20/+20
2025-02-05Rollup merge of #136517 - m4rch3n1ng:inherent-str-constructors, r=jhpratt许杰友 Jieyou Xu (Joe)-22/+4
2025-02-05Rollup merge of #136449 - joboet:move_pal_net, r=ChrisDenton许杰友 Jieyou Xu (Joe)-1/+1
2025-02-05Rollup merge of #136304 - oli-obk:push-ymxoklvzrpvx, r=Nadrieril许杰友 Jieyou Xu (Joe)-0/+65
2025-02-05Rollup merge of #135964 - ehuss:cenum_impl_drop_cast, r=Nadrieril许杰友 Jieyou Xu (Joe)-27/+1
2025-02-05Only allow negation on literals in patterns if it's on integers or floatsOli Scherer-2/+28
2025-02-05Add regression test for negative unsigned literals in patternsOli Scherer-0/+39
2025-02-05Arbitrary self types v2: recursion testAdrian Taylor-0/+71
2025-02-05Rollup merge of #136509 - ehuss:nested-macro-rules-edition, r=jieyouxuLeón Orell Valerian Liehr-0/+112
2025-02-05Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obkLeón Orell Valerian Liehr-12/+1162
2025-02-04Fix rustc_hidden_type_of_opaques for RPITITs with no default bodyMichael Goulet-0/+23
2025-02-04Rollup merge of #136520 - compiler-errors:redundant-layout-assert, r=lcnrMatthias Krüger-0/+50
2025-02-04Rollup merge of #136497 - Jarcho:fn_ctxt, r=compiler-errorsMatthias Krüger-3/+102
2025-02-04Rollup merge of #136477 - lqd:nll-tls-spans, r=matthewjasperMatthias Krüger-2/+2
2025-02-04Rollup merge of #136284 - oli-obk:push-zsxuwnzmonnl, r=lcnrMatthias Krüger-93/+259
2025-02-04Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnrMatthias Krüger-336/+433
2025-02-04Quickfix `//@ check-pass` is enoughDuskyElf-2/+2
2025-02-04Allow using named consts in pattern typesOli Scherer-43/+171
2025-02-04Auto merge of #136534 - jhpratt:rollup-dnz57dq, r=jhprattbors-9/+11
2025-02-04Rename and Move some UI tests to more suitable subdirsDuskyElf-18/+18
2025-02-04bless test expectationsRémy Rakic-2/+2
2025-02-04Rollup merge of #136504 - lqd:more-compare-modes, r=jieyouxuJacob Pratt-9/+11
2025-02-04Rollup merge of #136167 - pitaj:new_range, r=NadrierilJacob Pratt-30/+139
2025-02-04Rollup merge of #134777 - saethlin:enable-more-tests-on-windows, r=NoratriebJacob Pratt-38/+33
2025-02-04Auto merge of #136525 - matthiaskrgr:rollup-m8kqlek, r=matthiaskrgrbors-348/+539
2025-02-04Rollup merge of #136022 - vayunbiyani:port_tests, r=RalfJungMatthias Krüger-348/+518
2025-02-04Rollup merge of #134814 - sayantn:keylocker, r=oli-obkMatthias Krüger-0/+21
2025-02-04Auto merge of #136507 - matthiaskrgr:rollup-uzwv9mo, r=matthiaskrgrbors-88/+230
2025-02-03Fix ICE when function argument mismatches.Jason Newcomb-0/+66
2025-02-04implement inherent str constructorsmay-22/+4
2025-02-04Remove unnecessary layout assertions for object-safe receiversMichael Goulet-0/+50
2025-02-03Rename rustc_contract to contractCelina G. Val-127/+484
2025-02-03Update test output to include check_contracts cfgCelina G. Val-12/+13
2025-02-03Improve contracts intrisics and remove wrapper functionCelina G. Val-40/+30
2025-02-03Refactor contract builtin macro + error handlingCelina G. Val-0/+207
2025-02-03Separate contract feature gates for the internal machineryFelix S. Klock II-6/+157