about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-07-18Rollup merge of #143925 - oli-obk:slice-const-partialeq, r=fee1-deadMatthias Krüger-27/+32
2025-07-18Rollup merge of #143908 - Kivooeo:tf0, r=jieyouxuMatthias Krüger-16/+22
2025-07-18Rollup merge of #143699 - compiler-errors:async-drop-fund, r=oli-obkMatthias Krüger-1/+46
2025-07-18Rollup merge of #143649 - estebank:const-trait-default-field-value, r=oli-obkMatthias Krüger-0/+37
2025-07-18Rollup merge of #143280 - xizheyin:143152-1, r=compiler-errorsMatthias Krüger-0/+17
2025-07-18Auto merge of #144109 - matthiaskrgr:rollup-mz0mrww, r=matthiaskrgrbors-382/+391
2025-07-18Rollup merge of #144008 - anatawa12:fix-double-negations, r=compiler-errorsMatthias Krüger-0/+36
2025-07-18Rollup merge of #143891 - scrabsha:push-xxtttopqoprr, r=jdonszelmannMatthias Krüger-377/+228
2025-07-18Rollup merge of #143846 - usamoi:gc, r=bjorn3Matthias Krüger-5/+25
2025-07-18Rollup merge of #143293 - folkertdev:naked-function-kcfi, r=compiler-errorsMatthias Krüger-0/+31
2025-07-18Rollup merge of #143271 - cjgillot:gvn-types, r=oli-obkMatthias Krüger-0/+71
2025-07-18Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obkbors-101/+1272
2025-07-17Auto merge of #141762 - compiler-errors:witnesser, r=lcnrbors-87/+74
2025-07-17Add test for `default_field_values` and `const_default`Esteban Küber-0/+37
2025-07-17Make slices `[const] PartialEq`Oli Scherer-23/+26
2025-07-17Eagerly unify coroutine witness in old solverMichael Goulet-87/+74
2025-07-18Remove similar errors about raw underscore lifetimexizheyin-9/+1
2025-07-18Add test raw-underscore-lifetime.rsxizheyin-0/+25
2025-07-17Auto merge of #143879 - fee1-dead-contrib:push-lrlpoouyqqry, r=fmeasebors-164/+161
2025-07-17Make `derive_const` usable within libcore againOli Scherer-4/+6
2025-07-17Auto merge of #144058 - matthiaskrgr:rollup-xezozsk, r=matthiaskrgrbors-358/+579
2025-07-17cleaned up some testsKivooeo-16/+22
2025-07-17parse `const trait Trait`Deadbeef-164/+161
2025-07-17Rollup merge of #143984 - JonathanBrouwer:fix-feature-gate-ice, r=UrgauMatthias Krüger-0/+46
2025-07-17Rollup merge of #143975 - RalfJung:type-id-eq, r=oli-obkMatthias Krüger-10/+9
2025-07-17Rollup merge of #143914 - shepmaster:mismatched-lifetime-syntaxes-rewording, ...Matthias Krüger-348/+462
2025-07-17Rollup merge of #143793 - fmease:lta-opaq-inf-recur, r=oli-obkMatthias Krüger-0/+29
2025-07-17Rollup merge of #143431 - xizheyin:143392, r=compiler-errorsMatthias Krüger-0/+33
2025-07-17Auto merge of #142903 - cjgillot:local-def-path-hash, r=compiler-errorsbors-8/+8
2025-07-17remove no_gc_sectionsusamoi-0/+1
2025-07-17Auto merge of #144044 - fmease:rollup-kg413pt, r=fmeasebors-294/+544
2025-07-17fix: false positive double_negations when it jumps macro boundaryanatawa12-0/+36
2025-07-17Rollup merge of #144016 - davidtwco:sized-hierarchy-temp-pseudo-revert, r=lcnrLeón Orell Valerian Liehr-244/+70
2025-07-17Rollup merge of #143922 - nnethercote:join_path, r=petrochenkovLeón Orell Valerian Liehr-1/+1
2025-07-17Rollup merge of #143895 - compiler-errors:trait-wc-item-bound-host-eff, r=oli...León Orell Valerian Liehr-0/+32
2025-07-17Rollup merge of #143856 - mladedav:dm/private-reexport, r=petrochenkovLeón Orell Valerian Liehr-12/+48
2025-07-17Rollup merge of #143678 - Kivooeo:char-overflow, r=SparrowLiiLeón Orell Valerian Liehr-11/+169
2025-07-17Rollup merge of #143595 - fee1-dead-contrib:push-sylpykzkmynr, r=RalfJung,fee...León Orell Valerian Liehr-26/+201
2025-07-17Rollup merge of #142304 - Enselic:panic-main-revisions, r=compiler-errorsLeón Orell Valerian Liehr-0/+23
2025-07-17Auto merge of #140399 - tiif:unstable_impl, r=lcnr,BoxyUwUbors-0/+696
2025-07-17Improve path segment joining.Nicholas Nethercote-1/+1
2025-07-16fix `-Zsanitizer=kcfi` on `#[naked]` functionsFolkert de Vries-0/+31
2025-07-16Rollup merge of #143921 - oli-obk:const-index, r=fee1-deadSamuel Tardieu-42/+45
2025-07-16Rollup merge of #143692 - RalfJung:miri-oob, r=oli-obkSamuel Tardieu-10/+10
2025-07-16Port `#[coverage]` to the new attribute systemSasha Pourcelot-377/+228
2025-07-16const heap: fix ICE on forgotten make_globalRalf Jung-12/+5
2025-07-16trait_sel: `MetaSized` always holds temporarilyDavid Wood-244/+70
2025-07-16type_id_eq: check that the hash fully matches the typeRalf Jung-10/+9
2025-07-16resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res`Vadim Petrochenkov-12/+0
2025-07-15Add regression testJonathan Brouwer-0/+46