about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-01-18Rollup merge of #135611 - chenyukang:yukang-fix-135341-ice-crash, r=oli-obkMatthias Krüger-5/+13
2025-01-18Auto merge of #135618 - lcnr:coherence-unknown, r=compiler-errorsbors-4/+70
2025-01-17Auto merge of #135534 - folkertdev:fix-wasm-i128-f128, r=tgross35bors-0/+98
2025-01-17add testlcnr-0/+70
2025-01-17Rollup merge of #135601 - samueltardieu:push-xslotxrnooym, r=jieyouxuMatthias Krüger-0/+63
2025-01-17Rollup merge of #135558 - estebank:issue-133316, r=chenyukangMatthias Krüger-0/+42
2025-01-17Rollup merge of #134980 - lqd:polonius-next-episode-7, r=jackh726Matthias Krüger-14/+0
2025-01-17Rollup merge of #131806 - lolbinarycat:rustdoc-search-all-is-func, r=notriddleMatthias Krüger-1/+15
2025-01-17remove unnecessary assertion for reference erroryukang-5/+13
2025-01-17Auto merge of #135047 - Flakebi:amdgpu-kernel-cc, r=workingjubileebors-153/+370
2025-01-16Auto merge of #135592 - matthiaskrgr:rollup-4t69l7i, r=matthiaskrgrbors-1367/+1584
2025-01-16Fix suggestion to convert dereference of raw pointer to refSamuel Tardieu-0/+63
2025-01-16Auto merge of #134504 - oli-obk:push-rltsvnyttwll, r=compiler-errorsbors-5/+34
2025-01-16Treat other items as functions for the purpose of type-based searchbinarycat-1/+15
2025-01-16Rollup merge of #135504 - veluca93:target-feature-cast-to-fn-ptr, r=oli-obkMatthias Krüger-2/+53
2025-01-16Rollup merge of #135481 - Zalathar:node-flow, r=oli-obkMatthias Krüger-1335/+1191
2025-01-16Rollup merge of #134754 - frank-king:feature/import_trait_associated_function...Matthias Krüger-30/+340
2025-01-16Rollup merge of #135249 - s-cerevisiae:fix-overflowing-literals-help, r=cheny...Matthias Krüger-8/+71
2025-01-16use indirect return for `i128` and `f128` on wasm32Folkert de Vries-0/+98
2025-01-16coverage: Completely overhaul counter assignment, using node-flow graphsZalathar-1335/+1191
2025-01-16Coerce safe-to-call target_feature functions to fn pointers.Luca Versari-2/+53
2025-01-16Implement `use` associated items of traitsFrank King-30/+340
2025-01-15Less unsafe in `dangling`/`without_provenance`Scott McMurray-437/+253
2025-01-16Auto merge of #135458 - jieyouxu:migrate-extern-fn-reachable, r=lqdbors-26/+61
2025-01-16Detect if-else chains with a missing final else in type errorsEsteban Küber-0/+42
2025-01-16Add gpu-kernel calling conventionFlakebi-153/+370
2025-01-15Auto merge of #135555 - matthiaskrgr:rollup-jnqdbuu, r=matthiaskrgrbors-15/+56
2025-01-15Rollup merge of #135535 - GuillaumeGomez:gui-test-135499, r=notriddleMatthias Krüger-0/+6
2025-01-15Rollup merge of #135523 - RalfJung:wrong-known-bug, r=compiler-errorsMatthias Krüger-15/+10
2025-01-15Rollup merge of #135522 - lqd:issue-135514, r=compiler-errorsMatthias Krüger-0/+40
2025-01-15Add GUI test for #135499Guillaume Gomez-0/+6
2025-01-15Rollup merge of #135498 - compiler-errors:dyn-upcasting-completeness, r=lcnrGuillaume Gomez-0/+29
2025-01-15Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi...Guillaume Gomez-3/+25
2025-01-15Rollup merge of #132654 - joboet:lazy_main, r=ChrisDentonGuillaume Gomez-4/+4
2025-01-15Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl...bors-40/+62
2025-01-15Auto merge of #135525 - jhpratt:rollup-4gu2wpm, r=jhprattbors-125/+190
2025-01-15Rollup merge of #135520 - compiler-errors:mono-impossible-drop-with-lifetimes...Jacob Pratt-0/+13
2025-01-15Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=NadrierilJacob Pratt-125/+177
2025-01-15Avoid notes that only make sense for unsafe functionsOli Scherer-13/+0
2025-01-15Try to render shorthand differentlyOli Scherer-6/+3
2025-01-15Render fn defs with target_features attrs with the attribute [second site]Oli Scherer-24/+24
2025-01-15Render fn defs with target_features attrs with the attributeOli Scherer-14/+15
2025-01-15Hide the internal unsafety of safe target_feature fn itemsOli Scherer-1/+1
2025-01-15Treat safe target_feature functions as unsafe by defaultOli Scherer-40/+77
2025-01-15avoid running the overlap check twicelcnr-4/+0
2025-01-15intrinsics: deprecate calling them via the unstable std::intrinsics pathRalf Jung-1/+10
2025-01-15allowed_through_unstable_modules: support showing a deprecation message when ...Ralf Jung-2/+15
2025-01-15fix known-bug link in normalize-tait-in-constRalf Jung-4/+5
2025-01-15add test for issue 135514Rémy Rakic-0/+40
2025-01-15remove some known-bug that do not seem to make senseRalf Jung-11/+5