about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-02-15Remove a suggestion that is redundantMichael Goulet-20/+5
2024-02-15Only point out non-diverging arms for match suggestionsMichael Goulet-1/+46
2024-02-15Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoeristerbors-8/+8
2024-02-15Auto merge of #116564 - oli-obk:evaluated_static_in_metadata, r=RalfJung,cjgi...bors-51/+91
2024-02-15Do not allocate a second "background" alloc id for the main allocation of a s...Oli Scherer-49/+69
2024-02-15Return ConstAllocation from eval_static_initializer query directlyOli Scherer-31/+11
2024-02-15Add new query just for static initializersOli Scherer-15/+35
2024-02-15Add regression testAmanjeev Sethi-0/+20
2024-02-15Rollup merge of #121116 - nnethercote:fix-121103-121108, r=oli-obkMatthias Krüger-0/+52
2024-02-15Rollup merge of #121105 - compiler-errors:no-const-ty-overflow, r=oli-obkMatthias Krüger-0/+39
2024-02-15Reinstate some delayed bugs.Nicholas Nethercote-0/+52
2024-02-14Auto merge of #120847 - oli-obk:track_errors9, r=compiler-errorsbors-281/+2702
2024-02-14Do not report overflow errors on ConstArgHasType goalsMichael Goulet-0/+39
2024-02-14Rollup merge of #121075 - chenyukang:yukang-fix-121070-lint-range, r=oli-obkGuillaume Gomez-0/+16
2024-02-14Rollup merge of #120966 - chenyukang:yukang-fix-120599-resolve, r=pnkfelixGuillaume Gomez-5/+19
2024-02-14Rollup merge of #120893 - c410-f3r:testsssssss, r=petrochenkovGuillaume Gomez-0/+0
2024-02-14Use the correct char type on all platformsOli Scherer-9/+8
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-272/+2694
2024-02-14Rollup merge of #121049 - estebank:issue-121009, r=fmeaseOli Scherer-53/+1
2024-02-14Rollup merge of #121045 - jieyouxu:fix-ui-tests, r=oli-obkOli Scherer-24/+39
2024-02-14Rollup merge of #120915 - OdenShirataki:master, r=fmeaseOli Scherer-4/+61
2024-02-14Rollup merge of #120530 - trevyn:issue-116434, r=compiler-errorsOli Scherer-41/+188
2024-02-14clean up potential_query_instability with FxIndexMap and UnordMapyukang-8/+8
2024-02-14Fix two UI tests with incorrect directive / invalid revision许杰友 Jieyou Xu (Joe)-24/+39
2024-02-14Fix false positive with if let and rangesyukang-0/+16
2024-02-14remove importing suggestions when there is a shadowed typo canddiateyukang-5/+19
2024-02-13Rollup merge of #121047 - compiler-errors:default-impls, r=lcnrMatthias Krüger-40/+37
2024-02-13Rollup merge of #121002 - lcnr:cleanup-commit_if_ok, r=oli-obkMatthias Krüger-2/+2
2024-02-13Rollup merge of #118882 - compiler-errors:normalized-sig-wf, r=lcnrMatthias Krüger-0/+74
2024-02-13Move testsCaio-0/+0
2024-02-13Do not point at `#[allow(_)]` as the reason for compat lint triggeringEsteban Küber-53/+1
2024-02-13Do not assemble candidates for default implsMichael Goulet-40/+37
2024-02-13Rollup merge of #120959 - nnethercote:rm-good_path, r=oli-obkMatthias Krüger-30/+0
2024-02-13Rollup merge of #120549 - lcnr:errs-showcase, r=compiler-errorsMatthias Krüger-34/+86
2024-02-13Check normalized call signature for WF in mir typeckMichael Goulet-0/+74
2024-02-13Rollup merge of #120973 - RalfJung:static_mut_ref, r=compiler-errorsMatthias Krüger-212/+30
2024-02-13Rollup merge of #120802 - oli-obk:drop_elab_ice, r=compiler-errorsMatthias Krüger-0/+34
2024-02-13Rollup merge of #120751 - estebank:issue-68982, r=nnethercoteMatthias Krüger-4/+204
2024-02-13Rollup merge of #120696 - estebank:issue-115405, r=oli-obkMatthias Krüger-3/+96
2024-02-13remove questionable calls to `commit_if_ok`lcnr-2/+2
2024-02-13one must imagine ci happylcnr-7/+6
2024-02-13add revisionslcnr-7/+34
2024-02-13use alias-relate to structurally normalize in the solverlcnr-27/+53
2024-02-13Remove `good_path_delayed_bug`.Nicholas Nethercote-30/+0
2024-02-12Rollup merge of #120970 - RalfJung:static-promoted-test, r=oli-obkMatthias Krüger-0/+33
2024-02-12Rollup merge of #120965 - ChrisDenton:sahf, r=michaelwoeristerMatthias Krüger-2/+4
2024-02-12Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obkMatthias Krüger-2/+2
2024-02-12Rollup merge of #118983 - Urgau:invalid_ref_casting-bigger-layout, r=oli-obkMatthias Krüger-10/+272
2024-02-12allow static_mut_ref in some tests that specifically test mutable staticsRalf Jung-212/+30
2024-02-12Properly handle `async` blocks and `fn`s in `if` exprs without `else`Esteban Küber-3/+96