about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-05-27Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errorsbors-2/+2
2024-05-26Rollup merge of #125469 - compiler-errors:dont-skip-inner-const-body, r=cjgillotJubilee-0/+26
2024-05-26Rollup merge of #125466 - compiler-errors:dont-probe-for-ambig-in-sugg, r=jie...Jubilee-0/+25
2024-05-26Rollup merge of #125046 - bjorn3:no_mutable_static_linkage, r=cjgillotJubilee-3/+25
2024-05-26Rollup merge of #124048 - veera-sivarajan:bugfix-123773-c23-variadics, r=comp...Jubilee-94/+39
2024-05-26Rollup merge of #125508 - scottmcm:fix-125506, r=NilstriebMatthias Krüger-0/+19
2024-05-26Auto merge of #124661 - RalfJung:only-structural-consts-in-patterns, r=pnkfelixbors-1018/+164
2024-05-26Auto merge of #125518 - saethlin:check-arguments-new-in-const, r=joboetbors-4/+4
2024-05-25Rollup merge of #124080 - oli-obk:define_opaque_types10, r=compiler-errorsMatthias Krüger-119/+361
2024-05-25Stop SRoA'ing `DynMetadata` in MIRScott McMurray-0/+19
2024-05-24Move the checks for Arguments constructors to inline constBen Kimock-4/+4
2024-05-24Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics)Boxy-2/+2
2024-05-24Auto merge of #125457 - fmease:gacs-diag-infer-plac-missing-ty, r=compiler-er...bors-0/+69
2024-05-23Don't skip inner const when looking for body for suggestionMichael Goulet-0/+26
2024-05-23Don't continue probing for method if in suggestion and autoderef hits ambiguityMichael Goulet-0/+25
2024-05-24Handle trait/impl GAC mismatches when inferring missing/placeholder typesLeón Orell Valerian Liehr-5/+25
2024-05-24Properly deal with missing/placeholder types inside GACsLeón Orell Valerian Liehr-0/+49
2024-05-23Rollup merge of #125412 - Urgau:check-cfg-less-build-rs, r=wesleywiserGuillaume Gomez-0/+65
2024-05-23Rollup merge of #122382 - mu001999:dead_code/enhance, r=petrochenkovLeón Orell Valerian Liehr-1/+51
2024-05-23Support constraining opaque types while trait upcasting with bindersOli Scherer-10/+2
2024-05-23Allow defining opaque types during trait object upcasting.Oli Scherer-19/+2
2024-05-23When checking whether an impl applies, constrain hidden types of opaque types.Oli Scherer-115/+126
2024-05-23Add more testsOli Scherer-6/+262
2024-05-23Auto merge of #116123 - joboet:rewrite_native_tls, r=m-ou-sebors-81/+0
2024-05-23Rollup merge of #125416 - compiler-errors:param-env-missing-copy, r=lcnrMatthias Krüger-0/+21
2024-05-23Rollup merge of #125210 - fmease:fix-up-some-diags, r=davidtwcoMatthias Krüger-20/+25
2024-05-23Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obkMatthias Krüger-8/+1
2024-05-23Rollup merge of #124516 - oli-obk:taint_const_eval, r=RalfJungMatthias Krüger-0/+54
2024-05-23Rollup merge of #124297 - oli-obk:define_opaque_types13, r=jackh726Matthias Krüger-0/+95
2024-05-23delete UI tests that only check internal implementation details of thread-localsjoboet-81/+0
2024-05-23Allow const eval failures if the cause is a type layout issueOli Scherer-14/+26
2024-05-23Add regression testsOli Scherer-0/+42
2024-05-23Auto merge of #125436 - matthiaskrgr:rollup-uijo2ga, r=matthiaskrgrbors-67/+624
2024-05-23Rollup merge of #125392 - workingjubilee:unwind-a-problem-in-context, r=AmanieuMatthias Krüger-38/+20
2024-05-23Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil...Matthias Krüger-1/+83
2024-05-23Rollup merge of #125054 - nnethercote:fix-124973, r=compiler-errorsMatthias Krüger-0/+21
2024-05-23Rollup merge of #123623 - surechen:fix_123261, r=estebankMatthias Krüger-19/+140
2024-05-23Rollup merge of #122665 - ehuss:pub-priv-tests, r=davidtwcoMatthias Krüger-9/+360
2024-05-23Auto merge of #125359 - RalfJung:interpret-overflowing-ops, r=oli-obkbors-3/+3
2024-05-23Handle `ReVar` in `note_and_explain_region`.Nicholas Nethercote-0/+21
2024-05-23Detect unused structs which implement private traitsr0cky-1/+51
2024-05-22Auto merge of #125423 - fmease:rollup-ne4l9y4, r=fmeasebors-0/+51
2024-05-22Rollup merge of #125306 - compiler-errors:closure-incongruency, r=oli-obkLeón Orell Valerian Liehr-0/+51
2024-05-22Add some tests for public-private dependencies.Eric Huss-9/+360
2024-05-22Cleanup: Fix up some diagnosticsLeón Orell Valerian Liehr-20/+25
2024-05-22Don't suggest adding the unexpected cfgs the build-script it-selfUrgau-0/+65
2024-05-22Rollup merge of #125259 - compiler-errors:fn-mut-as-a-treat, r=oli-obkLeón Orell Valerian Liehr-0/+23
2024-05-22Rollup merge of #125049 - dtolnay:castbrace, r=compiler-errorsLeón Orell Valerian Liehr-282/+101
2024-05-22Rollup merge of #125015 - fmease:pat-tys-proh-gen-args-on-ct-params, r=spasto...León Orell Valerian Liehr-1/+49
2024-05-22Use correct param-env in MissingCopyImplementationsMichael Goulet-0/+21