about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-12-31Account for C string literals in HiddenUnicodeCodepoints lintMichael Goulet-18/+57
2024-12-31Rollup merge of #134933 - compiler-errors:async-fn-future-sized, r=lqdStuart Cook-0/+51
2024-12-31Suppress host effect predicates if underlying trait doesn't holdMichael Goulet-0/+63
2024-12-31Add comments to -Zlink-* testsChris Denton-0/+11
2024-12-31Fix span for IndexMut method call on HashMap/BTreeMapMichael Goulet-2/+8
2024-12-31Use if-let in structured suggestion instead of Option::mapMichael Goulet-8/+8
2024-12-31Explain how to mutate a HashMap/BTreeMap with more nuanceMichael Goulet-4/+4
2024-12-31Unsafe binder support in rustdocMichael Goulet-0/+19
2024-12-31Make sure we check the future type is Sized in AsyncFn*Michael Goulet-0/+51
2024-12-30Auto merge of #134757 - RalfJung:const_swap, r=scottmcmbors-23/+19
2024-12-30Windows: Enable issue 70093 link testsChris Denton-11/+20
2024-12-30Rollup merge of #134911 - HigherOrderLogic:master, r=onur-ozkanMatthias Krüger-2/+2
2024-12-30Rollup merge of #134871 - clubby789:test-63646, r=compiler-errorsMatthias Krüger-0/+28
2024-12-30Auto merge of #134906 - jieyouxu:multi-crate-type, r=lqd,fmeasebors-0/+67
2024-12-30add suggestion for wrongly ordered format parametersDavis Muro-0/+85
2024-12-30tests: add basic test coverage for cli flag `--crate-type`许杰友 Jieyou Xu (Joe)-0/+67
2024-12-30chore: fix typosHoru-2/+2
2024-12-29Added codegen test for elidings bounds check when indexes are manually checkedAlex Gaynor-0/+37
2024-12-29Auto merge of #134627 - estebank:issue-133252, r=jackh726bors-1/+39
2024-12-29Add codegen test for issue 63646clubby789-0/+28
2024-12-28Add GUI test for item info elements colorGuillaume Gomez-0/+23
2024-12-28Added a codegen test for optimization with const arraysAlex Gaynor-0/+15
2024-12-28Auto merge of #131244 - clubby789:match-branches-unreachable, r=DianQKbors-20/+69
2024-12-28Auto merge of #134844 - Zalathar:rollup-1225wh9, r=Zalatharbors-75/+468
2024-12-28Rollup merge of #134840 - Zalathar:normalize, r=jieyouxuStuart Cook-0/+24
2024-12-28Rollup merge of #134829 - jieyouxu:migrate-libs-through-symlinks, r=lqdStuart Cook-22/+48
2024-12-28Rollup merge of #134760 - jieyouxu:enable-branch-protection-check-IBT, r=lqdStuart Cook-53/+58
2024-12-28Rollup merge of #134737 - estebank:deive-lint-default-fields-base, r=compiler...Stuart Cook-0/+338
2024-12-28Auto merge of #134842 - jieyouxu:disable-flaky-test, r=ibraheemdevbors-0/+4
2024-12-28tests: migrate `branch-protection-check-IBT` to rmake.rs许杰友 Jieyou Xu (Joe)-53/+58
2024-12-28tests: migrate `libs-through-symlink` to rmake.rs许杰友 Jieyou Xu (Joe)-22/+48
2024-12-28Disable `backtrace-debuginfo.rs` on windows-gnu许杰友 Jieyou Xu (Joe)-0/+4
2024-12-28compiletest: Self-test for `normalize-*` with revisionsZalathar-0/+24
2024-12-27Rollup merge of #134834 - dtolnay:unnamedcall, r=compiler-errorsDavid Tolnay-0/+3
2024-12-27Rollup merge of #134833 - dtolnay:leftmostwithdot, r=compiler-errorsDavid Tolnay-0/+4
2024-12-27Skip parenthesis around tuple struct field callsDavid Tolnay-1/+1
2024-12-27Add pretty-printer test of tuple field function callDavid Tolnay-0/+3
2024-12-27Skip parenthesis if `.` makes statement boundary unambiguousDavid Tolnay-2/+2
2024-12-27Add test of dot after eager statement boundary exprDavid Tolnay-0/+4
2024-12-27Rollup merge of #134798 - compiler-errors:err-auto, r=jackh726Matthias Krüger-1/+42
2024-12-27Rollup merge of #133663 - scottmcm:carrying_mul_add, r=AmanieuMatthias Krüger-0/+137
2024-12-27Override `carrying_mul_add` in cg_llvmScott McMurray-0/+137
2024-12-27Rollup merge of #134806 - notriddle:notriddle/parent-path-is-better, r=Guilla...许杰友 Jieyou Xu (Joe)-30/+70
2024-12-27Rollup merge of #134787 - fmease:spruce-up-queries, r=compiler-errors许杰友 Jieyou Xu (Joe)-2/+2
2024-12-27Rollup merge of #134759 - Zalathar:normalize, r=jieyouxu许杰友 Jieyou Xu (Joe)-463/+454
2024-12-27MatchBranchSimplification: Consider empty-unreachable otherwise branchclubby789-39/+42
2024-12-27Add diff test for MatchBranchSimplificationclubby789-0/+46
2024-12-27Spruce up the docs of several queries related to the type/trait system and co...León Orell Valerian Liehr-2/+2
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-435/+435
2024-12-26Rollup merge of #131522 - c410-f3r:unlock-rfc-2011, r=chenyukangJacob Pratt-15/+42