about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-03-08Stabilize `const_vec_string_slice`Martin Habovstiak-1/+1
2025-03-08bless testsWaffle Lapkin-235/+66
2025-03-08add a test for pointer casts involving un/re/wrapping trait objectsWaffle Lapkin-0/+546
2025-03-08Refactor coroutine layout logic to precompute all sublayoutsMoulins-7/+4
2025-03-08Rollup merge of #137757 - estebank:trim-spans, r=davidtwcoJacob Pratt-38/+217
2025-03-08[AIX] Ignore linting on repr(C) structs with repr(packed) or repr(align(n))Amy Kwan-1/+25
2025-03-07Rollup merge of #138173 - compiler-errors:incoherent-negative-impl, r=oli-obkJacob Pratt-0/+30
2025-03-07Make some invalid codegen attr errors structured/translatableEsteban Küber-1/+1
2025-03-07Rollup merge of #138141 - tcpdumppy:master, r=compiler-errorsMatthias Krüger-6/+6
2025-03-07Rollup merge of #138042 - xizheyin:issue-135759, r=nnethercoteMatthias Krüger-0/+81
2025-03-07Rollup merge of #137977 - nnethercote:less-kw-Empty-1, r=spastorinoMatthias Krüger-0/+51
2025-03-07Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakisMatthias Krüger-20/+736
2025-03-07fix rebaseEsteban Küber-4/+4
2025-03-07Make trimming logic work on more than one span at a timeEsteban Küber-17/+55
2025-03-07Fix multiline span start special caseEsteban Küber-226/+210
2025-03-07Refactor `emitter` to better account for unicode chars when trimmingEsteban Küber-251/+363
2025-03-07On long spans, trim the middle of them to make them fit in the terminal widthEsteban Küber-4/+49
2025-03-07Support rmeta inputs for --crate-type=bin --emit=objSam McCall-0/+32
2025-03-07Delay bug for negative auto trait rather than ICEingMichael Goulet-0/+30
2025-03-07mir_build: consider privacy when checking for irrefutable patternsMaja Kądziołka-0/+70
2025-03-07Auto merge of #138155 - matthiaskrgr:rollup-xq5buio, r=matthiaskrgrbors-5/+14
2025-03-07Make synthetic RPITIT assoc ty name handling more rigorous.Nicholas Nethercote-0/+51
2025-03-07Rollup merge of #138060 - jdonszelmann:revert-138019, r=compiler-errorsMatthias Krüger-5/+14
2025-03-07Rollup merge of #138115 - compiler-errors:static-typo, r=BoxyUwUMatthias Krüger-0/+33
2025-03-07More denesting of invisibly-delimited groups.Nicholas Nethercote-0/+28
2025-03-07Remove `NtItem` and `NtStmt`.Nicholas Nethercote-42/+59
2025-03-07Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errorsbors-48/+67
2025-03-07tests: fix some typos in commenttcpdumppy-6/+6
2025-03-06Add slight variation to feature-gate ergonomic clones testSantiago Pastorino-4/+17
2025-03-06Make feature flag incompleteSantiago Pastorino-24/+42
2025-03-06Parse and allow const use closuresSantiago Pastorino-0/+11
2025-03-06Give a better error message on async use in edition 2015Santiago Pastorino-0/+14
2025-03-06Change feature flag error to be ergonomic clones are experimentalSantiago Pastorino-7/+7
2025-03-06Add more testsSantiago Pastorino-0/+91
2025-03-06Fail gracefully if mutating on a use closure and the closure it not declared mutSantiago Pastorino-0/+27
2025-03-06Allow to mutate use capturesSantiago Pastorino-0/+11
2025-03-06Fix use closure parsing error messageSantiago Pastorino-12/+4
2025-03-06Add testsSantiago Pastorino-0/+357
2025-03-06Support nested use closuresSantiago Pastorino-0/+20
2025-03-06Separate closures, async and dotuse tests in directoriesSantiago Pastorino-9/+16
2025-03-06Add UseCloned trait related codeSantiago Pastorino-17/+73
2025-03-06Generate the right MIR for by use closuresSantiago Pastorino-29/+13
2025-03-06Use closure parse codeSantiago Pastorino-56/+88
2025-03-06Implement .use keyword as an alias of cloneSantiago Pastorino-16/+53
2025-03-06Add ergonomic_clones feature flagSantiago Pastorino-0/+46
2025-03-06Rollup merge of #138094 - lcnr:cleanup-borrowck, r=fee1-deadMichael Goulet-16/+5
2025-03-06Rollup merge of #138081 - eholk:yield-feature, r=oli-obkMichael Goulet-29/+59
2025-03-06Add the yield_expr featureEric Holk-29/+59
2025-03-06Suggest typo fix for static lifetimeMichael Goulet-0/+33
2025-03-06Exclude global_asm from mir_keysMichael Goulet-1/+27