about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-12-30Auto merge of #134757 - RalfJung:const_swap, r=scottmcmbors-23/+19
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-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-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
2024-12-27Simplify or delete normalize directives that don't care about bit-widthZalathar-31/+22
2024-12-26Adjust test for slightly changed inlining behaviorMichael Howell-30/+30
2024-12-26rustdoc: use shorter paths as preferred canonical pathsMichael Howell-0/+40
2024-12-26Make ty::Error implement auto traitsMichael Goulet-1/+42
2024-12-26Rollup merge of #134781 - Zalathar:backtrace, r=SparrowLii,jieyouxuGuillaume Gomez-4/+12
2024-12-26Rollup merge of #134664 - estebank:sugg-highlighting, r=jieyouxuGuillaume Gomez-0/+562
2024-12-26Rollup merge of #134656 - jieyouxu:migrate-incr-add-rust-src-component, r=wes...Guillaume Gomez-45/+131
2024-12-26Account for removal of multiline span in suggestionEsteban Küber-0/+562
2024-12-26Auto merge of #134774 - jyn514:rustc-dev-short-backtraces, r=jieyouxubors-1/+3
2024-12-26Add more `begin_panic` normalizations to panic backtrace testsZalathar-4/+12
2024-12-25fix default-backtrace-ice testjyn-1/+3
2024-12-25Implement `default_overrides_default_fields` lintEsteban Küber-0/+338