about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-09-03don't uppercase error messagesSasha Pourcelot-232/+232
2025-09-03Rollup merge of #146106 - epage:whitespace, r=fee1-deadStuart Cook-3/+42
2025-09-03Rollup merge of #145961 - petrochenkov:extprelregr, r=nnethercoteStuart Cook-0/+13
2025-09-03Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35Stuart Cook-3/+3
2025-09-02Revert "Make `lto` and `linker-plugin-lto` work the same for `compiler_builti...Ramon de C Valle-22/+0
2025-09-02Rollup merge of #146064 - jullanggit:patch-1, r=fmeaseGuillaume Gomez-0/+29
2025-09-02Rollup merge of #145783 - Erk-:et-cetera-span, r=compiler-errorsGuillaume Gomez-10/+10
2025-09-02Rollup merge of #144066 - RalfJung:extern-c-variadics, r=workingjubileeGuillaume Gomez-103/+72
2025-09-02resolve: Avoid finalizing extern prelude entries more than onceVadim Petrochenkov-13/+1
2025-09-02stabilize extended_varargs_abi_supportRalf Jung-103/+72
2025-09-01test(lexer): Ensure tabs are accepted for horizontal whitespaceEd Page-3/+5
2025-09-01test(lexer): Ensure frontmatter can contain unicode whitespaceEd Page-0/+22
2025-09-01test(lexer): Ensure frontmatter w/ crlf worksEd Page-0/+15
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-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-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