about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-03-06Construct MIR error body for global_asm correctlyMichael Goulet-0/+20
2025-03-06Rollup merge of #137910 - compiler-errors:async-fn-goal-error, r=oli-obkMichael Goulet-0/+31
2025-03-06Rollup merge of #137825 - estebank:rtn-sugg-2, r=compiler-errorsMichael Goulet-11/+70
2025-03-06Rollup merge of #137808 - jswrenn:droppy-unsafe-fields, r=nnethercoteMichael Goulet-16/+3
2025-03-06Rollup merge of #137805 - RalfJung:layout-debug-print, r=NoratriebMichael Goulet-161/+161
2025-03-06Rollup merge of #137764 - compiler-errors:always-applicable-negative-impl, r=...Michael Goulet-88/+218
2025-03-06Rollup merge of #137758 - jdonszelmann:fix-137662, r=nnethercoteMichael Goulet-0/+20
2025-03-06Rollup merge of #137637 - compiler-errors:dyn-cast-from-dyn-star, r=oli-obkMichael Goulet-0/+19
2025-03-06Rollup merge of #137565 - compiler-errors:macro-ex, r=estebankMichael Goulet-0/+135
2025-03-06Rollup merge of #137303 - compiler-errors:maybe-forgor, r=cjgillotMichael Goulet-13/+0
2025-03-06Rollup merge of #136922 - oli-obk:pattern-types-option-ends, r=BoxyUwUMichael Goulet-91/+170
2025-03-06Rollup merge of #135733 - frank-king:feature/pin-self-receiver, r=oli-obk,tra...Michael Goulet-10/+164
2025-03-06`TypeVerifier` do not walk into required constslcnr-16/+5
2025-03-06Hide the end of ranges in pretty printing if it's also the maximum of the typeOli Scherer-21/+21
2025-03-06Remove the `Option` part of range ends in the HIROli Scherer-86/+165
2025-03-06Avoid having to handle an `Option` in the type systemOli Scherer-18/+18
2025-03-06Add ui test: suggest-struct-or-union-add-generic-impl-trait.rsxizheyin-0/+81
2025-03-05Use final path segment for diagnosticMichael Goulet-3/+3
2025-03-05Revert #138019 after further discussion about adding this exception in hir-pr...Jana Dönszelmann-5/+14
2025-03-05Implement `&pin const self` and `&pin mut self` sugarsFrank King-10/+164
2025-03-05Rollup merge of #138028 - workingjubilee:is-rustic-abi, r=compiler-errors许杰友 Jieyou Xu (Joe)-0/+6
2025-03-05Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk许杰友 Jieyou Xu (Joe)-646/+48
2025-03-05Rollup merge of #137633 - compiler-errors:no-implied-bounds-hack-unless-bevy,...许杰友 Jieyou Xu (Joe)-23/+165
2025-03-05Rollup merge of #137298 - compiler-errors:mir-wf, r=lcnr许杰友 Jieyou Xu (Joe)-45/+112
2025-03-05Rollup merge of #136865 - jieyouxu:long-type-path-compare-mode, r=lqd许杰友 Jieyou Xu (Joe)-172/+125
2025-03-05Rollup merge of #136764 - traviscross:TC/make-ptr_cast_add_auto_to_object-har...许杰友 Jieyou Xu (Joe)-39/+38
2025-03-05keep inductive cycles as ambig in coherencelcnr-0/+32
2025-03-05change definitely non-productive cycles to errorlcnr-123/+59
2025-03-04compiler: use `is_rustic_abi` in ty_utilsJubilee Young-0/+6
2025-03-04Rollup merge of #138019 - obi1kenobi:pg/pretty-print-more-attrs, r=compiler-e...Jubilee-0/+67
2025-03-04Rollup merge of #137913 - compiler-errors:struct-field-default-generic, r=Box...Jubilee-18/+107
2025-03-04Rollup merge of #137912 - compiler-errors:no-missing-lifetime-recovery, r=oli...Jubilee-174/+36
2025-03-05Pretty-print `#[deprecated]` attribute in HIR.Predrag Gruevski-0/+67
2025-03-05Add the `movrs` target feature and `movrs_target_feature` feature gatesayantn-0/+20
2025-03-05Add the new `amx` target featuressayantn-0/+5
2025-03-04Auto merge of #135186 - camelid:const-path-multi, r=BoxyUwUbors-12/+180
2025-03-04Only use implied bounds hack if bevy, and use deeply normalize in implied bou...Michael Goulet-23/+165
2025-03-04Make rustdoc tests use always applicable negative auto implsMichael Goulet-58/+98
2025-03-04Ensure that negative auto impls are always applicableMichael Goulet-47/+137
2025-03-04Auto merge of #135695 - Noratrieb:elf-raw-dylib, r=bjorn3bors-6/+139
2025-03-04mgca: Lower all const paths as `ConstArgKind::Path`Noah Lev-12/+180
2025-03-04Fix test hangs on AIXHenry Jiang-3/+9
2025-03-04Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgrbors-6/+651
2025-03-04Allow struct field default values to reference struct's genericsMichael Goulet-18/+107
2025-03-04Also note struct access, and fix macro expansion from foreign cratesMichael Goulet-0/+33
2025-03-03Fix associated type errors tooMichael Goulet-0/+45
2025-03-03Point out macro expansion ident in resolver errors tooMichael Goulet-0/+18
2025-03-03Point of macro expansion from call expr if it involves macro varMichael Goulet-0/+39
2025-03-03Don't typeck during WF, instead check outside of WF in check_crateMichael Goulet-45/+73
2025-03-03Check signature WF when lowering MIR bodyMichael Goulet-0/+28