about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-09-16Auto merge of #130220 - RalfJung:float-classify, r=workingjubileebors-27/+75
2024-09-15const: don't ICE when encountering a mutable ref to immutable memoryRalf Jung-29/+35
2024-09-15Rollup merge of #130342 - RalfJung:slice-idx-overflow, r=saethlinMatthias Krüger-0/+22
2024-09-15Rollup merge of #130293 - gurry:130142-lint-level-issue, r=cjgillotMatthias Krüger-3/+58
2024-09-15Rollup merge of #130371 - saethlin:transmutability-enum-ice, r=compiler-errorsMatthias Krüger-0/+9
2024-09-15Rollup merge of #129195 - RalfJung:const-mut-refs, r=fee1-deadMatthias Krüger-1261/+309
2024-09-15also stabilize const_refs_to_cellRalf Jung-232/+104
2024-09-15const_refs_to_cell: dont let mutable references sneak past the interior mutab...Ralf Jung-9/+46
2024-09-15stabilize const_mut_refsRalf Jung-1100/+239
2024-09-15Rollup merge of #130061 - theemathas:box_vec_non_null, r=MarkSimulacrum,worki...Stuart Cook-4/+4
2024-09-14Auto merge of #129753 - folkertdev:stabilize-const-extern-fn, r=RalfJungbors-89/+67
2024-09-14Correctly account for niche-optimized tagsBen Kimock-1/+1
2024-09-14Add a testBen Kimock-0/+9
2024-09-14Auto merge of #128543 - RalfJung:const-interior-mut, r=fee1-deadbors-472/+82
2024-09-14Rollup merge of #130349 - ShE3py:break_up_float, r=fmeaseLeón Orell Valerian Liehr-24/+24
2024-09-14Rollup merge of #130268 - RalfJung:simd-shuffle-idx-vector, r=compiler-errorsLeón Orell Valerian Liehr-111/+128
2024-09-14stabilize `const_extern_fn`Folkert de Vries-89/+67
2024-09-14simd_shuffle: require index argument to be a vectorRalf Jung-111/+128
2024-09-14Fix lint levels not getting overridden by attrs on `Stmt` nodesGurinder Singh-3/+58
2024-09-14Fix `Parser::break_up_float`'s right spanLieselotte-24/+24
2024-09-14Rollup merge of #130311 - heiseish:issue-70849-fix, r=fmeaseStuart Cook-0/+23
2024-09-14interpret: fix dealing with overflow during slice indexingRalf Jung-0/+22
2024-09-14Auto merge of #128991 - Nadrieril:rustfix-unreachable-pattern, r=compiler-errorsbors-93/+469
2024-09-14Rollup merge of #130199 - compiler-errors:by-move, r=cjgillotStuart Cook-0/+20
2024-09-14(fix) conflicting negative impl marker and add testsGiang Dao-0/+23
2024-09-13Add a machine-applicable suggestion to "unreachable pattern"Nadrieril-93/+469
2024-09-13Rollup merge of #130301 - RalfJung:clashing_extern_declarations, r=compiler-e...Matthias Krüger-50/+137
2024-09-13Rollup merge of #129320 - jder:issue-128848, r=compiler-errorsMatthias Krüger-0/+26
2024-09-13When calling a method on Fn* traits explicitly, argument diagnostics shouldJesse Rusak-0/+26
2024-09-13some fixes for clashing_extern_declarations lintRalf Jung-50/+137
2024-09-13Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxubors-14/+783
2024-09-13Auto merge of #129137 - camelid:lazy-def-macro-const, r=BoxyUwUbors-163/+45
2024-09-13simplify the suggestion notesDing Xiang Fei-263/+70
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-163/+45
2024-09-12Rollup merge of #130276 - compiler-errors:nalgebra-hang, r=lcnrMatthias Krüger-0/+23
2024-09-12Rollup merge of #130273 - lcnr:overflow-no-constraints, r=compiler-errorsMatthias Krüger-0/+2
2024-09-12Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-deadMatthias Krüger-3/+1
2024-09-12Add test for nalgebra hang in coherenceMichael Goulet-0/+23
2024-09-12Auto merge of #130269 - Zalathar:rollup-coxzt2t, r=Zalatharbors-0/+32
2024-09-12more eagerly discard constraints on overflowlcnr-0/+2
2024-09-12Rollup merge of #130252 - compiler-errors:const-gen, r=chenyukangStuart Cook-0/+32
2024-09-12Auto merge of #130249 - compiler-errors:sad-new-solver-coherence, r=lcnrbors-419/+530
2024-09-12move a test to a better locationRalf Jung-0/+0
2024-09-12simplify float::classify logicRalf Jung-27/+75
2024-09-11Rollup merge of #129835 - RalfJung:float-tests, r=workingjubileeJubilee-248/+251
2024-09-11Rollup merge of #129103 - Nadrieril:dont-warn-empty-unreachable, r=compiler-e...Jubilee-464/+91
2024-09-11Properly deny const gen/async gen fnsMichael Goulet-0/+32
2024-09-11Revert 'Stabilize -Znext-solver=coherence'Michael Goulet-419/+530
2024-09-11Rollup merge of #130219 - ogoffart:missing-docs-test, r=UrgauMatthias Krüger-1/+6
2024-09-11Rollup merge of #130123 - FedericoBruzzone:master, r=compiler-errorsMatthias Krüger-0/+53