about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-09-01Constify conversion traitsltdk-3/+3
2025-09-02Suggest parentheses around if-expressionsEsteban Küber-2/+177
2025-09-01Auto merge of #145925 - lcnr:revealing-use-closures-2, r=BoxyUwUbors-30/+57
2025-09-01use defining uses of all bodies to constrain non-defining useslcnr-30/+57
2025-09-01Auto merge of #144783 - folkertdev:loop-match-diverging-loop, r=SparrowLiibors-0/+44
2025-09-01Auto merge of #143290 - azhogin:azhogin/link-pub-async-impls, r=oli-obkbors-3/+121
2025-09-01Auto merge of #146077 - Zalathar:rollup-l7ip5yi, r=Zalatharbors-53/+38
2025-09-01Rollup merge of #145754 - epage:escape, r=SparrowLiiStuart Cook-53/+38
2025-09-01pub async fn implementation coroutine (func::{closure#0}) is monomorphized, w...Andrew Zhogin-3/+121
2025-09-01Add compiler error when trying to use concat metavar expr in repetitionsjullang-0/+29
2025-09-01Rollup merge of #146046 - chenyukang:yukang-fix-method-exists-for-ret-ty-erro...Stuart Cook-0/+38
2025-09-01Rollup merge of #146042 - estebank:issue-83413, r=lcnrStuart Cook-0/+38
2025-08-31Ignore test when dylibs are not supportedbjorn3-0/+1
2025-08-31allow taking address to union fieldKivooeo-11/+116
2025-08-31Auto merge of #146053 - joboet:split-paths-regression, r=Mark-Simulacrumbors-0/+11
2025-08-31std: fix `SplitPaths` regressionjoboet-0/+11
2025-08-31Rollup merge of #145592 - nilotpal-n7:fix-format-alignment, r=lcnrMatthias Krüger-7/+15
2025-08-31Rollup merge of #144443 - WaffleLapkin:integer-target-pointer-width, r=NoratriebMatthias Krüger-2/+2
2025-08-31Auto merge of #145582 - estebank:issue-107806, r=chenyukangbors-0/+63
2025-08-31suggest method name with maybe ty mismatchyukang-0/+38
2025-08-31More targeted parentheses suggestion for match statement intended as expressionEsteban Küber-21/+91
2025-08-31Provide suggestion when encountering `match () { () => 1 } + match () { () =>...Esteban Küber-6/+24
2025-08-30Detect negative literal inferred to unsigned integerEsteban Küber-0/+38
2025-08-30Avoid unnecessary suggestion in or-patternEsteban Küber-55/+12
2025-08-30Suggest constant on unused binding in a patternEsteban Küber-18/+40
2025-08-30On unused binding in pattern, suggest unit struct/variant with similar nameEsteban Küber-104/+228
2025-08-30compiler: Include span of too huge array with `-Cdebuginfo=2`Martin Nordholts-3/+42
2025-08-30Auto merge of #123319 - no92:managarm-target, r=davidtwcobors-4/+5
2025-08-30On binding not present in all patterns, look at consts and unit structs/varia...Esteban Küber-3/+250
2025-08-29Rollup merge of #145967 - Enselic:big-enum-debuginfo-span, r=wesleywiserTrevor Gross-4/+14
2025-08-29Add test for typo in or-pattern bindingEsteban Küber-0/+82
2025-08-29resolve: Avoid a regression from splitting prelude into two scopesVadim Petrochenkov-0/+13
2025-08-29Rollup merge of #145676 - Oneirical:uncountable-integer-9, r=jieyouxuMatthias Krüger-37/+41
2025-08-29Rollup merge of #145675 - Oneirical:uncountable-integer-8, r=jieyouxuMatthias Krüger-80/+66
2025-08-29Ensure we emit an allocator shim when only some crate types need onebjorn3-0/+15
2025-08-29Stabilize file_as_c_strAlice Ryhl-1/+0
2025-08-29compiler: Add `{x86_64,aarch64,riscv64gc}-unknown-managarm-mlibc` targetsno92-4/+5
2025-08-28Auto merge of #145970 - GuillaumeGomez:rollup-pr11qds, r=GuillaumeGomezbors-39/+51
2025-08-28Rollup merge of #145853 - JonathanBrouwer:fix-lit-parsing, r=jdonszelmannGuillaume Gomez-36/+12
2025-08-28Rollup merge of #145368 - rcvalle:rust-cfi-fix-142284, r=dianqkGuillaume Gomez-0/+22
2025-08-28Rollup merge of #142472 - GuillaumeGomez:doc-attribute-attribute, r=fmeaseGuillaume Gomez-3/+17
2025-08-28fix(lexer): Don't require frontmatters to be escaped with indented fencesEd Page-53/+38
2025-08-28compiler: Include span of too huge enum with -Cdebuginfo=2Martin Nordholts-4/+14
2025-08-28Update uitest stderrJonathan Brouwer-50/+4
2025-08-28Add another case to the bad-lit-suffixes testJonathan Brouwer-1/+23
2025-08-28Auto merge of #145807 - zachs18:only-consider-auto-traits-empty, r=compiler-e...bors-0/+161
2025-08-28Add tests for `doc(attribute = "...")` attributeGuillaume Gomez-3/+17
2025-08-28Rollup merge of #145941 - Urgau:int_to_ptr_transmutes-unsized, r=lcnrStuart Cook-0/+50
2025-08-28Rollup merge of #145928 - Darksonn:file_as_c_str, r=joshtriplettStuart Cook-3/+3
2025-08-28Rollup merge of #144864 - Muscraft:no-source-fixes, r=jieyouxuStuart Cook-19/+63