about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-10-30Rollup merge of #129394 - Jarcho:irrefutable_let_patterns, r=NadrierilMatthias Krüger-1/+39
2024-10-29Don't lint `irrefutable_let_patterns` on leading patterns if `else if` let-ch...Jason Newcomb-1/+39
2024-10-29Rollup merge of #132157 - estebank:long-types-3, r=jieyouxuMatthias Krüger-405/+405
2024-10-29Rollup merge of #132151 - compiler-errors:coroutine-resume-outlives, r=spasto...Matthias Krüger-0/+98
2024-10-29Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis...Matthias Krüger-75/+24
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-405/+405
2024-10-29Rollup merge of #132312 - jieyouxu:delete-crashes-23707, r=matthiaskrgrJubilee-109/+0
2024-10-29Rollup merge of #132266 - krasimirgg:llvm-20-testfix, r=hanna-kruppe,beetrees...Jubilee-3/+8
2024-10-29Rollup merge of #132194 - compiler-errors:rpitit-super-wc, r=spastorinoJubilee-0/+21
2024-10-29Rollup merge of #132119 - compiler-errors:effects-old-solver, r=lcnrJubilee-168/+106
2024-10-29Auto merge of #132277 - workingjubilee:rollup-5e6q6e4, r=workingjubileebors-29/+30
2024-10-29Delete `tests/crashes/23707.rs` because it's flaky许杰友 Jieyou Xu (Joe)-109/+0
2024-10-29Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgaubors-33/+828
2024-10-28Hack out effects support for old solverMichael Goulet-168/+106
2024-10-28Rollup merge of #132258 - GuillaumeGomez:variant-structfields-margins, r=notr...Jubilee-6/+7
2024-10-28Rollup merge of #130259 - adwinwhite:lower-node-id-once, r=cjgillotJubilee-23/+23
2024-10-28Auto merge of #132145 - RalfJung:stdarch, r=Amanieubors-6/+21
2024-10-28riscv-soft-abi-with-float-features.rs: adapt for LLVM 20Krasimir Georgiev-3/+8
2024-10-28Auto merge of #132262 - matthiaskrgr:rollup-pcphi6l, r=matthiaskrgrbors-0/+24
2024-10-28New lint: `dangling_pointers_from_temporaries`Pavel Grigorenko-33/+828
2024-10-28Rollup merge of #132253 - Zalathar:keyword-idents-bug, r=jieyouxuMatthias Krüger-0/+24
2024-10-28we can now enable the 'const stable fn must be stable' checkRalf Jung-6/+21
2024-10-28Auto merge of #132244 - jyn514:linker-refactors, r=bjorn3bors-176/+179
2024-10-28Add GUI regression test for variant structfields marginsGuillaume Gomez-6/+7
2024-10-28Lower AST node id only onceAdwin White-23/+23
2024-10-28Known-bug test for `keyword_idents` lint not propagating to other filesZalathar-0/+24
2024-10-28Rollup merge of #132243 - compiler-errors:no-span, r=jieyouxu许杰友 Jieyou Xu (Joe)-9/+5
2024-10-28Rollup merge of #132227 - compiler-errors:better-const-span, r=Nadrieril许杰友 Jieyou Xu (Joe)-238/+232
2024-10-28Rollup merge of #132220 - GuillaumeGomez:gui-test-struct-fields-margins, r=no...许杰友 Jieyou Xu (Joe)-10/+42
2024-10-28Rollup merge of #132086 - estebank:long-types, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+82
2024-10-28Error on alignments greater than `isize::MAX`asquared31415-0/+44
2024-10-27port `tests/ui/linkage-attr/framework` to run-makejyn-40/+43
2024-10-27give a better error for tuple structs in `derive(Diagnostic)`jyn-136/+136
2024-10-27Stop using the whole match expr span for an arm's obligation spanMichael Goulet-9/+5
2024-10-27Auto merge of #132237 - matthiaskrgr:rollup-ulogwtd, r=matthiaskrgrbors-84/+58
2024-10-27Rollup merge of #132214 - fmease:mv-impl-trait-val-paths, r=compiler-errorsMatthias Krüger-84/+58
2024-10-27Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,...bors-215/+231
2024-10-27Add GUI regression test for doc struct fields marginsGuillaume Gomez-10/+42
2024-10-27Move an impl-Trait check from AST validation to AST loweringLeón Orell Valerian Liehr-84/+58
2024-10-27Auto merge of #132213 - workingjubilee:rollup-tg1g3l5, r=workingjubileebors-5/+32
2024-10-26Rollup merge of #132183 - GuillaumeGomez:code-in-docblock, r=notriddleJubilee-5/+19
2024-10-26Rollup merge of #132123 - lolbinarycat:rustdoc-search-foreign-func, r=notriddleJubilee-0/+13
2024-10-27Auto merge of #132167 - Zalathar:llvm-wrappers, r=jieyouxubors-0/+124
2024-10-27Auto merge of #131900 - mrkajetanp:target-feature-pauth-lr, r=Amanieubors-2/+2
2024-10-26Pass constness with span into lower_poly_trait_refMichael Goulet-238/+232
2024-10-26Update GUI testGuillaume Gomez-4/+6
2024-10-26Collect item bounds for RPITITs from trait where clauses just like associated...Michael Goulet-0/+21
2024-10-26Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillotbors-2/+10
2024-10-26Rollup merge of #132180 - Urgau:ast_pretty-unsafe-attr, r=compiler-errors许杰友 Jieyou Xu (Joe)-0/+22
2024-10-26Rollup merge of #132169 - fee1-dead-contrib:consttraitsck, r=compiler-errors许杰友 Jieyou Xu (Joe)-314/+419