about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-05-29Partially implement `ConstArgHasType`Boxy-266/+133
2024-05-28Create const block DefIds in typeck instead of ast loweringOli Scherer-13/+9
2024-05-28Rollup merge of #125640 - fmease:plz-no-stringify, r=estebankJubilee-0/+57
2024-05-28Rollup merge of #125343 - lcnr:eagerly-normalize-added-goals, r=compiler-errorsJubilee-9/+130
2024-05-28Rollup merge of #125089 - Urgau:non_local_def-suggestions, r=estebankJubilee-434/+744
2024-05-28Don't suggest turning non-char-literal exprs of ty `char` into string literalsLeón Orell Valerian Liehr-0/+57
2024-05-28eagerly normalize when adding goalslcnr-8/+129
2024-05-28change selection test to run-passlcnr-1/+1
2024-05-28Auto merge of #125539 - matthiaskrgr:cräsh, r=jieyouxubors-1/+153
2024-05-27non_local_defs: point the parent item when appropriateUrgau-472/+308
2024-05-27non_local_defs: point to Self and Trait to give more contextUrgau-62/+221
2024-05-27non_local_defs: suggest removing leading ref/ptr to make the impl localUrgau-3/+9
2024-05-27non_local_defs: improve main without a trait noteUrgau-7/+7
2024-05-27non_local_defs: be more precise about what needs to be movedUrgau-223/+128
2024-05-27non_local_defs: improve exception note for impl and macro_rules!Urgau-10/+5
2024-05-27non_local_defs: use labels to indicate what may need to be movedUrgau-56/+568
2024-05-27non_local_defs: use span of the impl def and not the impl blockUrgau-179/+78
2024-05-27non_local_defs: improve some notes around trait, bounds, constsUrgau-113/+111
2024-05-27non_local_defs: switch to more friendly primary messageUrgau-61/+61
2024-05-27remove fixed crashes, add fixed crashes to tests, add new cashed found in the...Matthias Krüger-1/+153
2024-05-27Auto merge of #125413 - lcnr:ambig-drop-region-constraints, r=compiler-errorsbors-0/+133
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-24drop region constraints for ambiguous goalslcnr-0/+133
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