about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-09-02Rollup merge of #146064 - jullanggit:patch-1, r=fmeaseGuillaume Gomez-5/+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-104/+73
2025-09-02resolve: Avoid finalizing extern prelude entries more than onceVadim Petrochenkov-13/+1
2025-09-02Adjust issue-118306.rs test after LLVM changeHans Wennborg-1/+1
2025-09-02stabilize extended_varargs_abi_supportRalf Jung-104/+73
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-02squash fix `render_call_locations` panic when default span points at file out...Janis-1/+36
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/+413
2025-09-01Auto merge of #143290 - azhogin:azhogin/link-pub-async-impls, r=oli-obkbors-14/+231
2025-09-01Auto merge of #146077 - Zalathar:rollup-l7ip5yi, r=Zalatharbors-74/+112
2025-09-01Rollup merge of #145754 - epage:escape, r=SparrowLiiStuart Cook-53/+38
2025-09-01Rollup merge of #145643 - Zalathar:tree, r=SparrowLiiStuart Cook-21/+74
2025-09-01pub async fn implementation coroutine (func::{closure#0}) is monomorphized, w...Andrew Zhogin-14/+231
2025-09-01Add compiler error when trying to use concat metavar expr in repetitionsjullang-5/+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-10/+10
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-30Auto merge of #146026 - Zalathar:rollup-urbmv0t, r=Zalatharbors-2/+0
2025-08-30Rollup merge of #145465 - Kivooeo:stabilize-array_repeat, r=joboetStuart Cook-2/+0
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/+14
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-29Rollup merge of #145467 - Kivooeo:stabilize-strict_provenance_atomic_ptr, r=s...Trevor Gross-1/+0
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