about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-06-02Rollup merge of #141892 - chenyukang:yukang-fix-141785-extern-crate, r=petroc...Yukang-0/+11
2025-06-02Separately check equality of the scalar types and compound types in the order...Ell-0/+195
2025-06-02add fixme to improve error matchingJana Dönszelmann-1/+2
2025-06-02Fix false positive lint error from no_implicit_prelude attryukang-0/+11
2025-06-02fix bug where borrowck tries to describe a name from a macro in another crateJana Dönszelmann-0/+21
2025-06-02add test for 141764Jana Dönszelmann-0/+15
2025-06-02Add missing `dyn` keywords to tests that do not test for themLukas Wirth-34/+33
2025-06-02Add missing 2015 edition directivesLukas Wirth-15/+22
2025-06-02allow macro_use as first segmentbohan-0/+60
2025-06-02Suppress redundant errorMichael Goulet-12/+2
2025-06-02Don't declare variables in ExprKind::Let in invalid positionsMichael Goulet-0/+33
2025-06-01Rollup merge of #141224 - RalfJung:no-objects, r=traviscrossGuillaume Gomez-1/+1
2025-06-01Rollup merge of #140370 - WaffleLapkin:unqualified, r=jdonszelmannGuillaume Gomez-62/+207
2025-06-01Async drop - type instead of async drop fn and incorrect drop signature don't...Andrew Zhogin-0/+77
2025-06-01Auto merge of #141725 - nnethercote:avoid-UsePath-overcounting, r=BoxyUwUbors-161/+165
2025-06-01Rollup merge of #141812 - JonathanBrouwer:fix-else-if-help, r=jdonszelmannJacob Pratt-0/+118
2025-05-31terminology: allocated object → allocationRalf Jung-1/+1
2025-05-31Auto merge of #141824 - matthiaskrgr:rollup-7nffwd0, r=matthiaskrgrbors-40/+77
2025-05-31Rollup merge of #141793 - Kivooeo:test-reform, r=jieyouxuMatthias Krüger-40/+57
2025-05-31Rollup merge of #140787 - xizheyin:issue-140491, r=nnethercoteMatthias Krüger-0/+20
2025-05-31Fix consider borrowing for else-ifJonathan Brouwer-11/+4
2025-05-31Failing tests for "consider borrowing"Jonathan Brouwer-0/+125
2025-05-31Auto merge of #141685 - orlp:inplace-tls-drop, r=joboetbors-0/+37
2025-05-31cleaned up some testsKivooeo-40/+57
2025-05-31Note ref expr being cast when encounter NonScalar cast errorxizheyin-0/+4
2025-05-30Rollup merge of #141781 - matthewjasper:unused-unsafe-lifetimes, r=compiler-e...Jubilee-0/+110
2025-05-30Rollup merge of #141077 - chenyukang:yukang-fix-140991-comma, r=wesleywiserJubilee-0/+74
2025-05-30Rollup merge of #140825 - rs-sac:ext, r=workingjubileeJubilee-2/+2
2025-05-30Fix spans for unsafe bindersMatthew Jasper-0/+110
2025-05-30Rollup merge of #141703 - compiler-errors:deref-place, r=lcnrMatthias Krüger-0/+63
2025-05-30Address review comments.Orson Peters-1/+0
2025-05-30Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3Matthias Krüger-23/+23
2025-05-30Rollup merge of #141407 - mu001999-contrib:dead-code/refactor, r=petrochenkovMatthias Krüger-2/+57
2025-05-30Rollup merge of #141004 - matthewjasper:unicode-before-expansion, r=davidtwcoMatthias Krüger-18/+143
2025-05-30Rollup merge of #133823 - estebank:issue-56328, r=petrochenkovMatthias Krüger-23/+218
2025-05-29Remove `i128` and `u128` from `improper_ctypes_definitions`Trevor Gross-218/+60
2025-05-29Add test for issue 127911 and 128839Mu001999-0/+50
2025-05-29Normalize possibly unnormalized type in relate_type_and_user_typeMichael Goulet-0/+31
2025-05-29Structurally normalize types as needed in projection_ty_coreMichael Goulet-0/+32
2025-05-29Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnosticsEsteban Küber-23/+218
2025-05-29Auto merge of #141717 - jhpratt:rollup-neu8nzl, r=jhprattbors-165/+43
2025-05-29Rollup merge of #141571 - RalfJung:float-tests, r=tgross35Jacob Pratt-46/+0
2025-05-29Rollup merge of #138285 - beetrees:repr128-stable, r=traviscross,bjorn3Jacob Pratt-119/+43
2025-05-29Rollup merge of #141683 - compiler-errors:unsafe-binder-capture, r=oli-obkJacob Pratt-0/+3
2025-05-29Rollup merge of #138139 - xizheyin:issue-137384, r=ChrisDentonJacob Pratt-0/+19
2025-05-29Rollup merge of #136429 - fmease:gci-fix-def-site-checks, r=BoxyUwUJacob Pratt-6/+27
2025-05-29Remove unneeded featureOrson Peters-1/+0
2025-05-29Add testOrson Peters-0/+39
2025-05-28atomic_load intrinsic: use const generic parameter for orderingRalf Jung-23/+23
2025-05-28Rollup merge of #141670 - chenyukang:yukang-fix-ice-from-contracts, r=nnether...Trevor Gross-14/+54