about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-04-06Rollup merge of #122291 - lilasta:stabilize_const_location_fields, r=dtolnayMatthias Krüger-8/+6
2024-04-06Auto merge of #123540 - matthiaskrgr:rollup-8ewq0zt, r=matthiaskrgrbors-0/+33
2024-04-06Rollup merge of #123526 - estebank:issue-123442, r=compiler-errorsMatthias Krüger-0/+33
2024-04-06Auto merge of #123471 - compiler-errors:match_projection_projections, r=oli-obkbors-0/+38
2024-04-06Do not ICE when calling incorrectly defined `transmute` intrinsicEsteban Küber-0/+33
2024-04-05Auto merge of #123517 - GuillaumeGomez:rollup-eys3jfp, r=GuillaumeGomezbors-2/+2
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-2/+2
2024-04-05Auto merge of #122747 - Urgau:non-local-defs_perfect_impl, r=lcnrbors-122/+246
2024-04-05Put non_local_definitions lint back to warn-by-defaultUrgau-61/+56
2024-04-05Update non-local impl definition lint rule noteUrgau-51/+51
2024-04-05Eliminate false-positives in the non-local lint with the type-systemUrgau-29/+158
2024-04-05Rollup merge of #123350 - compiler-errors:async-closure-by-move, r=oli-obkGuillaume Gomez-29/+68
2024-04-05Rollup merge of #123311 - Jules-Bertholet:andpat-everywhere, r=NadrierilGuillaume Gomez-0/+141
2024-04-05Rollup merge of #122894 - compiler-errors:downgrade, r=lcnrGuillaume Gomez-0/+60
2024-04-05Auto merge of #123444 - saethlin:const-eval-inline-cycles, r=tmiaskobors-0/+18
2024-04-04Rollup merge of #123478 - maurer:cfi-call-once-addr-taken, r=compiler-errorsJacob Pratt-0/+11
2024-04-04Rollup merge of #123363 - lcnr:normalizes-to-zero-to-inf, r=BoxyUwUJacob Pratt-43/+31
2024-04-04Force `move` async-closures that are `FnOnce` to make their inner coroutines ...Michael Goulet-35/+6
2024-04-04Actually use the inferred ClosureKind from signature inference in coroutine-c...Michael Goulet-31/+99
2024-04-04CFI: Add test for `call_once` addr takenMatthew Maurer-0/+11
2024-04-04Check def id before calling match_projection_projectionsMichael Goulet-0/+38
2024-04-04Auto merge of #121394 - oli-obk:define_opaque_types, r=compiler-errorsbors-6/+445
2024-04-04Add regression testOli Scherer-0/+66
2024-04-04Allow defining opaque types when checking const equality boundsOli Scherer-4/+4
2024-04-04Auto merge of #123377 - oli-obk:private_projection, r=compiler-errorsbors-0/+38
2024-04-04Add regression testOli Scherer-0/+40
2024-04-04Add some regression tests for opaque types and const genericsOli Scherer-0/+170
2024-04-04amend to Switch `can_eq` and `can_sub` to `DefineOpaqueTypes::Yes`Oli Scherer-2/+2
2024-04-04Only inspect user-written predicates for privacy concernsOli Scherer-11/+6
2024-04-04Switch upcast projections to allowing opaque types and add a test showing it ...Oli Scherer-0/+60
2024-04-04Switch `can_eq` and `can_sub` to `DefineOpaqueTypes::Yes`Oli Scherer-4/+36
2024-04-04Rollup merge of #123431 - slanterns:literal_byte_character_c_string_stabilize...Matthias Krüger-49/+0
2024-04-04Rollup merge of #123397 - krtab:foreign_fn_qualif_diag, r=petrochenkovMatthias Krüger-62/+57
2024-04-04Rollup merge of #123324 - Nadrieril:false-edges2, r=matthewjasperMatthias Krüger-56/+224
2024-04-04Rollup merge of #123218 - compiler-errors:synthetic-hir-parent, r=petrochenkovMatthias Krüger-0/+38
2024-04-04Rollup merge of #122448 - high-cloud:move-hir-tree, r=oli-obkMatthias Krüger-0/+10
2024-04-04Rollup merge of #121546 - gurry:121473-ice-sizeof-mir-op, r=oli-obkMatthias Krüger-0/+185
2024-04-04move hir-tree test from run-make to ui testYaodong Yang-0/+10
2024-04-04normalizes-to change from '1' to '0 to inf' stepslcnr-49/+7
2024-04-04Error out of layout calculation if a non-last struct field is unsizedGurinder Singh-0/+185
2024-04-04Specialization already rejects defining opaque typesOli Scherer-0/+71
2024-04-04Fix diagnostic for qualifier in extern blockArthur Carcano-62/+57
2024-04-04Add regression testOli Scherer-0/+43
2024-04-04Auto merge of #115538 - lcnr:fn-def-wf, r=compiler-errorsbors-38/+132
2024-04-04Auto merge of #123052 - maurer:addr-taken, r=compiler-errorsbors-8/+38
2024-04-04unconstrained `NormalizesTo` term for opaqueslcnr-15/+45
2024-04-04Auto merge of #119820 - lcnr:leak-check-2, r=jackh726bors-179/+804
2024-04-04Teach MIR inliner query cycle avoidance about const_eval_selectBen Kimock-0/+18
2024-04-04Auto merge of #123440 - jhpratt:rollup-yat6crk, r=jhprattbors-10/+146
2024-04-04rebaseBoxy-6/+20