wasmtime 0.4.1 → 5.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4184) hide show
  1. checksums.yaml +4 -4
  2. data/Cargo.lock +261 -200
  3. data/ext/Cargo.toml +7 -7
  4. data/ext/cargo-vendor/async-trait-0.1.62/.cargo-checksum.json +1 -0
  5. data/ext/cargo-vendor/async-trait-0.1.62/Cargo.toml +62 -0
  6. data/ext/cargo-vendor/{libc-0.2.138 → async-trait-0.1.62}/LICENSE-APACHE +0 -0
  7. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/LICENSE-MIT +0 -0
  8. data/ext/cargo-vendor/async-trait-0.1.62/README.md +262 -0
  9. data/ext/cargo-vendor/async-trait-0.1.62/build.rs +31 -0
  10. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/args.rs +0 -0
  11. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/bound.rs +0 -0
  12. data/ext/cargo-vendor/async-trait-0.1.62/src/expand.rs +488 -0
  13. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/lib.rs +0 -0
  14. data/ext/cargo-vendor/async-trait-0.1.62/src/lifetime.rs +112 -0
  15. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/parse.rs +0 -0
  16. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/receiver.rs +0 -0
  17. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/compiletest.rs +0 -0
  18. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/executor/mod.rs +0 -0
  19. data/ext/cargo-vendor/async-trait-0.1.62/tests/test.rs +1491 -0
  20. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/arg-implementation-detail.rs +0 -0
  21. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/arg-implementation-detail.stderr +0 -0
  22. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/bare-trait-object.rs +0 -0
  23. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/bare-trait-object.stderr +0 -0
  24. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/consider-restricting.rs +0 -0
  25. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/consider-restricting.stderr +0 -0
  26. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/delimiter-span.rs +0 -0
  27. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/delimiter-span.stderr +0 -0
  28. data/ext/cargo-vendor/async-trait-0.1.62/tests/ui/lifetime-defined-here.rs +23 -0
  29. data/ext/cargo-vendor/async-trait-0.1.62/tests/ui/lifetime-defined-here.stderr +29 -0
  30. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/lifetime-span.rs +0 -0
  31. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/lifetime-span.stderr +0 -0
  32. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-impl.rs +0 -0
  33. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-impl.stderr +0 -0
  34. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-trait.rs +0 -0
  35. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-trait.stderr +0 -0
  36. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-body.rs +0 -0
  37. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-body.stderr +0 -0
  38. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/must-use.rs +0 -0
  39. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/must-use.stderr +0 -0
  40. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/self-span.rs +0 -0
  41. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/self-span.stderr +0 -0
  42. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/send-not-implemented.rs +0 -0
  43. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/send-not-implemented.stderr +0 -0
  44. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unreachable.rs +0 -0
  45. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unreachable.stderr +0 -0
  46. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unsupported-self.rs +0 -0
  47. data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unsupported-self.stderr +0 -0
  48. data/ext/cargo-vendor/bumpalo-3.12.0/.cargo-checksum.json +1 -0
  49. data/ext/cargo-vendor/bumpalo-3.12.0/CHANGELOG.md +654 -0
  50. data/ext/cargo-vendor/bumpalo-3.12.0/Cargo.toml +66 -0
  51. data/ext/cargo-vendor/{async-trait-0.1.59 → bumpalo-3.12.0}/LICENSE-APACHE +0 -0
  52. data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/LICENSE-MIT +0 -0
  53. data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/README.md +0 -0
  54. data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/alloc.rs +0 -0
  55. data/ext/cargo-vendor/bumpalo-3.12.0/src/boxed.rs +683 -0
  56. data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/collect_in.rs +0 -0
  57. data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/mod.rs +0 -0
  58. data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/raw_vec.rs +0 -0
  59. data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/str/lossy.rs +0 -0
  60. data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/str/mod.rs +0 -0
  61. data/ext/cargo-vendor/bumpalo-3.12.0/src/collections/string.rs +2141 -0
  62. data/ext/cargo-vendor/bumpalo-3.12.0/src/collections/vec.rs +2614 -0
  63. data/ext/cargo-vendor/bumpalo-3.12.0/src/lib.rs +2023 -0
  64. data/ext/cargo-vendor/cap-fs-ext-1.0.4/.cargo-checksum.json +1 -0
  65. data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/COPYRIGHT +0 -0
  66. data/ext/cargo-vendor/cap-fs-ext-1.0.4/Cargo.toml +63 -0
  67. data/ext/cargo-vendor/{bumpalo-3.11.1 → cap-fs-ext-1.0.4}/LICENSE-APACHE +0 -0
  68. data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
  69. data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/LICENSE-MIT +0 -0
  70. data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/README.md +0 -0
  71. data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/build.rs +0 -0
  72. data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/dir_entry_ext.rs +0 -0
  73. data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/dir_ext.rs +0 -0
  74. data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/file_type_ext.rs +0 -0
  75. data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/is_file_read_write.rs +0 -0
  76. data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/lib.rs +0 -0
  77. data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/metadata_ext.rs +0 -0
  78. data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/open_options_follow_ext.rs +0 -0
  79. data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/open_options_maybe_dir_ext.rs +0 -0
  80. data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/reopen.rs +0 -0
  81. data/ext/cargo-vendor/cap-primitives-1.0.4/.cargo-checksum.json +1 -0
  82. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/COPYRIGHT +0 -0
  83. data/ext/cargo-vendor/cap-primitives-1.0.4/Cargo.toml +79 -0
  84. data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-primitives-1.0.4}/LICENSE-APACHE +0 -0
  85. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
  86. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/LICENSE-MIT +0 -0
  87. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/README.md +0 -0
  88. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/build.rs +0 -0
  89. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/assert_same_file.rs +0 -0
  90. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/canonicalize.rs +0 -0
  91. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/copy.rs +0 -0
  92. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/create_dir.rs +0 -0
  93. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/dir_builder.rs +0 -0
  94. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/dir_entry.rs +0 -0
  95. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/dir_options.rs +0 -0
  96. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/errors.rs +0 -0
  97. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/file_path_by_searching.rs +0 -0
  98. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/file_type.rs +0 -0
  99. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/follow_symlinks.rs +0 -0
  100. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/hard_link.rs +0 -0
  101. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/is_file_read_write.rs +0 -0
  102. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/canonical_path.rs +0 -0
  103. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/canonicalize.rs +0 -0
  104. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/cow_component.rs +0 -0
  105. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/mod.rs +0 -0
  106. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/open.rs +0 -0
  107. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/open_entry.rs +0 -0
  108. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/read_link_one.rs +0 -0
  109. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/maybe_owned_file.rs +0 -0
  110. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/metadata.rs +0 -0
  111. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/mod.rs +0 -0
  112. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open.rs +0 -0
  113. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_ambient.rs +0 -0
  114. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_dir.rs +0 -0
  115. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_options.rs +0 -0
  116. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_unchecked_error.rs +0 -0
  117. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/permissions.rs +0 -0
  118. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/read_dir.rs +0 -0
  119. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/read_link.rs +0 -0
  120. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_dir.rs +0 -0
  121. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_dir_all.rs +0 -0
  122. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_file.rs +0 -0
  123. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_open_dir.rs +0 -0
  124. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/rename.rs +0 -0
  125. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/reopen.rs +0 -0
  126. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/set_permissions.rs +0 -0
  127. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/set_times.rs +0 -0
  128. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/stat.rs +0 -0
  129. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/symlink.rs +0 -0
  130. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/system_time_spec.rs +0 -0
  131. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/create_dir.rs +0 -0
  132. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/hard_link.rs +0 -0
  133. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/mod.rs +0 -0
  134. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/open_parent.rs +0 -0
  135. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/read_link.rs +0 -0
  136. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/remove_dir.rs +0 -0
  137. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/remove_file.rs +0 -0
  138. data/ext/cargo-vendor/cap-primitives-1.0.4/src/fs/via_parent/rename.rs +50 -0
  139. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/set_permissions.rs +0 -0
  140. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/set_times_nofollow.rs +0 -0
  141. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/symlink.rs +0 -0
  142. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/lib.rs +0 -0
  143. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/net/mod.rs +0 -0
  144. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/net/pool.rs +0 -0
  145. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/darwin/fs/file_path.rs +0 -0
  146. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/darwin/fs/mod.rs +0 -0
  147. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/darwin/mod.rs +0 -0
  148. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/copy_impl.rs +0 -0
  149. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/create_dir_unchecked.rs +0 -0
  150. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/cvt.rs +0 -0
  151. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/dir_entry_inner.rs +0 -0
  152. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/dir_options_ext.rs +0 -0
  153. data/ext/cargo-vendor/cap-primitives-1.0.4/src/rustix/fs/dir_utils.rs +225 -0
  154. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/errors.rs +0 -0
  155. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/file_path.rs +0 -0
  156. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/file_type_ext.rs +0 -0
  157. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/hard_link_unchecked.rs +0 -0
  158. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/is_file_read_write_impl.rs +0 -0
  159. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/is_root_dir.rs +0 -0
  160. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/is_same_file.rs +0 -0
  161. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/metadata_ext.rs +0 -0
  162. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/mod.rs +0 -0
  163. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/oflags.rs +0 -0
  164. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/open_options_ext.rs +0 -0
  165. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/open_unchecked.rs +0 -0
  166. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/permissions_ext.rs +0 -0
  167. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/read_dir_inner.rs +0 -0
  168. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/read_link_unchecked.rs +0 -0
  169. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/remove_dir_all_impl.rs +0 -0
  170. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/remove_dir_unchecked.rs +0 -0
  171. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/remove_file_unchecked.rs +0 -0
  172. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/remove_open_dir_by_searching.rs +0 -0
  173. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/rename_unchecked.rs +0 -0
  174. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/reopen_impl.rs +0 -0
  175. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/set_permissions_impl.rs +0 -0
  176. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/set_times_impl.rs +0 -0
  177. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/stat_unchecked.rs +0 -0
  178. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/symlink_unchecked.rs +0 -0
  179. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/times.rs +0 -0
  180. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/canonicalize_impl.rs +0 -0
  181. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/file_metadata.rs +0 -0
  182. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/file_path.rs +0 -0
  183. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/mod.rs +0 -0
  184. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/open_entry_impl.rs +0 -0
  185. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/open_impl.rs +0 -0
  186. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/procfs.rs +0 -0
  187. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/set_permissions_impl.rs +0 -0
  188. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/set_times_impl.rs +0 -0
  189. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/stat_impl.rs +0 -0
  190. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/mod.rs +0 -0
  191. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/mod.rs +0 -0
  192. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/instant.rs +0 -0
  193. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/mod.rs +0 -0
  194. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/monotonic_clock.rs +0 -0
  195. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/system_clock.rs +0 -0
  196. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/system_time.rs +0 -0
  197. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/copy.rs +0 -0
  198. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/create_dir_unchecked.rs +0 -0
  199. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/dir_entry_inner.rs +0 -0
  200. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/dir_options_ext.rs +0 -0
  201. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/dir_utils.rs +0 -0
  202. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/errors.rs +0 -0
  203. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/file_type_ext.rs +0 -0
  204. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/get_path.rs +0 -0
  205. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/hard_link_unchecked.rs +0 -0
  206. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/is_file_read_write_impl.rs +0 -0
  207. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/is_same_file.rs +0 -0
  208. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/metadata_ext.rs +0 -0
  209. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/mod.rs +0 -0
  210. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/oflags.rs +0 -0
  211. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/open_impl.rs +0 -0
  212. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/open_options_ext.rs +0 -0
  213. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/open_unchecked.rs +0 -0
  214. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/read_dir_inner.rs +0 -0
  215. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/read_link_impl.rs +0 -0
  216. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/read_link_unchecked.rs +0 -0
  217. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_dir_all_impl.rs +0 -0
  218. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_dir_unchecked.rs +0 -0
  219. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_file_unchecked.rs +0 -0
  220. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_open_dir_impl.rs +0 -0
  221. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/rename_unchecked.rs +0 -0
  222. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/reopen_impl.rs +0 -0
  223. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/set_permissions_unchecked.rs +0 -0
  224. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/set_times_impl.rs +0 -0
  225. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/stat_unchecked.rs +0 -0
  226. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/symlink_unchecked.rs +0 -0
  227. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/mod.rs +0 -0
  228. data/ext/cargo-vendor/cap-rand-1.0.4/.cargo-checksum.json +1 -0
  229. data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/COPYRIGHT +0 -0
  230. data/ext/cargo-vendor/cap-rand-1.0.4/Cargo.toml +38 -0
  231. data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-rand-1.0.4}/LICENSE-APACHE +0 -0
  232. data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
  233. data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/LICENSE-MIT +0 -0
  234. data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/README.md +0 -0
  235. data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/src/lib.rs +0 -0
  236. data/ext/cargo-vendor/cap-std-1.0.4/.cargo-checksum.json +1 -0
  237. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/COPYRIGHT +0 -0
  238. data/ext/cargo-vendor/cap-std-1.0.4/Cargo.toml +70 -0
  239. data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-std-1.0.4}/LICENSE-APACHE +0 -0
  240. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
  241. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/LICENSE-MIT +0 -0
  242. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/README.md +0 -0
  243. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/build.rs +0 -0
  244. data/ext/cargo-vendor/cap-std-1.0.4/src/fs/dir.rs +843 -0
  245. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/dir_entry.rs +0 -0
  246. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/file.rs +0 -0
  247. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/mod.rs +0 -0
  248. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/read_dir.rs +0 -0
  249. data/ext/cargo-vendor/cap-std-1.0.4/src/fs_utf8/dir.rs +785 -0
  250. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/dir_entry.rs +0 -0
  251. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/file.rs +0 -0
  252. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/mod.rs +0 -0
  253. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/read_dir.rs +0 -0
  254. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/lib.rs +0 -0
  255. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/incoming.rs +0 -0
  256. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/mod.rs +0 -0
  257. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/pool.rs +0 -0
  258. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/tcp_listener.rs +0 -0
  259. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/tcp_stream.rs +0 -0
  260. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/udp_socket.rs +0 -0
  261. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/mod.rs +0 -0
  262. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/mod.rs +0 -0
  263. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/incoming.rs +0 -0
  264. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/mod.rs +0 -0
  265. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/unix_datagram.rs +0 -0
  266. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/unix_listener.rs +0 -0
  267. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/unix_stream.rs +0 -0
  268. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/time/mod.rs +0 -0
  269. data/ext/cargo-vendor/cap-time-ext-1.0.4/.cargo-checksum.json +1 -0
  270. data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/COPYRIGHT +0 -0
  271. data/ext/cargo-vendor/cap-time-ext-1.0.4/Cargo.toml +42 -0
  272. data/ext/cargo-vendor/{cap-std-1.0.3 → cap-time-ext-1.0.4}/LICENSE-APACHE +0 -0
  273. data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
  274. data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/LICENSE-MIT +0 -0
  275. data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/README.md +0 -0
  276. data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/src/lib.rs +0 -0
  277. data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/src/monotonic_clock.rs +0 -0
  278. data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/src/system_clock.rs +0 -0
  279. data/ext/cargo-vendor/cc-1.0.78/.cargo-checksum.json +1 -0
  280. data/ext/cargo-vendor/cc-1.0.78/Cargo.lock +110 -0
  281. data/ext/cargo-vendor/cc-1.0.78/Cargo.toml +39 -0
  282. data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cc-1.0.78}/LICENSE-APACHE +0 -0
  283. data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/LICENSE-MIT +0 -0
  284. data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/README.md +0 -0
  285. data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/bin/gcc-shim.rs +0 -0
  286. data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/com.rs +0 -0
  287. data/ext/cargo-vendor/cc-1.0.78/src/lib.rs +3568 -0
  288. data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/registry.rs +0 -0
  289. data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/setup_config.rs +0 -0
  290. data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/vs_instances.rs +0 -0
  291. data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/winapi.rs +0 -0
  292. data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/windows_registry.rs +0 -0
  293. data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/cc_env.rs +0 -0
  294. data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/cflags.rs +0 -0
  295. data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/cxxflags.rs +0 -0
  296. data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/support/mod.rs +0 -0
  297. data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/test.rs +0 -0
  298. data/ext/cargo-vendor/cranelift-bforest-0.92.0/.cargo-checksum.json +1 -0
  299. data/ext/cargo-vendor/cranelift-bforest-0.92.0/Cargo.toml +34 -0
  300. data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/LICENSE +0 -0
  301. data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/README.md +0 -0
  302. data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/lib.rs +0 -0
  303. data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/map.rs +0 -0
  304. data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/node.rs +0 -0
  305. data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/path.rs +0 -0
  306. data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/pool.rs +0 -0
  307. data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/set.rs +0 -0
  308. data/ext/cargo-vendor/cranelift-codegen-0.92.0/.cargo-checksum.json +1 -0
  309. data/ext/cargo-vendor/cranelift-codegen-0.92.0/Cargo.toml +149 -0
  310. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/LICENSE +0 -0
  311. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/README.md +0 -0
  312. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/benches/x64-evex-encoding.rs +0 -0
  313. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/build.rs +0 -0
  314. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/alias_analysis.rs +409 -0
  315. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/binemit/mod.rs +0 -0
  316. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/binemit/stack_map.rs +0 -0
  317. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/bitset.rs +0 -0
  318. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/cfg_printer.rs +0 -0
  319. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/constant_hash.rs +0 -0
  320. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/context.rs +397 -0
  321. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ctxhash.rs +168 -0
  322. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/cursor.rs +666 -0
  323. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/data_value.rs +0 -0
  324. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/dbg.rs +0 -0
  325. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/dce.rs +36 -0
  326. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/divconst_magic_numbers.rs +0 -0
  327. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/dominator_tree.rs +0 -0
  328. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/egraph/cost.rs +97 -0
  329. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/egraph/domtree.rs +0 -0
  330. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/egraph/elaborate.rs +686 -0
  331. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/egraph.rs +569 -0
  332. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/flowgraph.rs +0 -0
  333. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/fx.rs +0 -0
  334. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/incremental_cache.rs +0 -0
  335. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/inst_predicates.rs +183 -0
  336. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/atomic_rmw_op.rs +0 -0
  337. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/builder.rs +279 -0
  338. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/condcodes.rs +0 -0
  339. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/constant.rs +0 -0
  340. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/dfg.rs +1546 -0
  341. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/dynamic_type.rs +0 -0
  342. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/entities.rs +562 -0
  343. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/extfunc.rs +0 -0
  344. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/extname.rs +0 -0
  345. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/function.rs +531 -0
  346. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/globalvalue.rs +0 -0
  347. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/immediates.rs +1615 -0
  348. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/instructions.rs +853 -0
  349. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/jumptable.rs +0 -0
  350. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/known_symbol.rs +0 -0
  351. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/layout.rs +1333 -0
  352. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/libcall.rs +0 -0
  353. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/memflags.rs +0 -0
  354. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/mod.rs +107 -0
  355. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/progpoint.rs +166 -0
  356. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/sourceloc.rs +117 -0
  357. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/stackslot.rs +0 -0
  358. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/table.rs +0 -0
  359. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/trapcode.rs +0 -0
  360. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/types.rs +631 -0
  361. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/abi.rs +1275 -0
  362. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/args.rs +0 -0
  363. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/emit.rs +0 -0
  364. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/emit_tests.rs +0 -0
  365. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/imms.rs +0 -0
  366. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/inst/mod.rs +3072 -0
  367. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/regs.rs +0 -0
  368. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/unwind/systemv.rs +0 -0
  369. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/unwind.rs +0 -0
  370. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/inst.isle +3762 -0
  371. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst_neon.isle +0 -0
  372. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/lower/isle/generated_code.rs +0 -0
  373. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/lower/isle.rs +741 -0
  374. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/lower.isle +2565 -0
  375. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/lower.rs +763 -0
  376. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/lower_dynamic_neon.isle +0 -0
  377. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/mod.rs +429 -0
  378. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/settings.rs +0 -0
  379. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/call_conv.rs +0 -0
  380. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/mod.rs +0 -0
  381. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/abi.rs +722 -0
  382. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/args.rs +0 -0
  383. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst/emit.rs +2789 -0
  384. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst/emit_tests.rs +2240 -0
  385. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/imms.rs +0 -0
  386. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst/mod.rs +1722 -0
  387. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/regs.rs +0 -0
  388. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/unwind/systemv.rs +0 -0
  389. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/unwind.rs +0 -0
  390. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst.isle +2328 -0
  391. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/lower/isle/generated_code.rs +0 -0
  392. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/lower/isle.rs +464 -0
  393. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/lower.isle +871 -0
  394. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/lower.rs +33 -0
  395. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/mod.rs +256 -0
  396. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/settings.rs +0 -0
  397. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/abi.rs +945 -0
  398. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/args.rs +0 -0
  399. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst/emit.rs +3677 -0
  400. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst/emit_tests.rs +13396 -0
  401. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/imms.rs +0 -0
  402. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst/mod.rs +3393 -0
  403. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/regs.rs +0 -0
  404. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/unwind/systemv.rs +0 -0
  405. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/unwind.rs +0 -0
  406. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst.isle +5049 -0
  407. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/lower/isle/generated_code.rs +0 -0
  408. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/lower/isle.rs +1027 -0
  409. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/lower.isle +3973 -0
  410. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/lower.rs +28 -0
  411. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/mod.rs +0 -0
  412. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/settings.rs +0 -0
  413. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/unwind/systemv.rs +0 -0
  414. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/unwind/winx64.rs +0 -0
  415. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/unwind.rs +0 -0
  416. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/abi.rs +969 -0
  417. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/evex.rs +0 -0
  418. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/mod.rs +0 -0
  419. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/rex.rs +0 -0
  420. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/vex.rs +0 -0
  421. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/args.rs +1934 -0
  422. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/emit.rs +3257 -0
  423. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/emit_tests.rs +5162 -0
  424. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/mod.rs +2553 -0
  425. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/regs.rs +0 -0
  426. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/unwind/systemv.rs +0 -0
  427. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/unwind/winx64.rs +0 -0
  428. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/unwind.rs +0 -0
  429. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst.isle +3928 -0
  430. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower/isle/generated_code.rs +14 -0
  431. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower/isle.rs +1070 -0
  432. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower.isle +3775 -0
  433. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower.rs +318 -0
  434. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/mod.rs +488 -0
  435. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/settings.rs +0 -0
  436. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isle_prelude.rs +641 -0
  437. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/iterators.rs +0 -0
  438. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/legalizer/globalvalue.rs +0 -0
  439. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/legalizer/mod.rs +319 -0
  440. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/legalizer/table.rs +0 -0
  441. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/lib.rs +141 -0
  442. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/licm.rs +242 -0
  443. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/loop_analysis.rs +443 -0
  444. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/abi.rs +2410 -0
  445. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/blockorder.rs +704 -0
  446. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/buffer.rs +2104 -0
  447. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/compile.rs +89 -0
  448. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/helpers.rs +33 -0
  449. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/inst_common.rs +74 -0
  450. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/isle.rs +753 -0
  451. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/lower.rs +1384 -0
  452. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/mod.rs +438 -0
  453. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/machinst/reg.rs +0 -0
  454. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/machinst/valueregs.rs +0 -0
  455. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/vcode.rs +1593 -0
  456. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/nan_canonicalization.rs +104 -0
  457. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/opts/algebraic.isle +242 -0
  458. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/opts/cprop.isle +140 -0
  459. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/opts/generated_code.rs +0 -0
  460. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/opts.rs +131 -0
  461. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/prelude.isle +450 -0
  462. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/prelude_lower.isle +723 -0
  463. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/prelude_opt.isle +34 -0
  464. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/print_errors.rs +0 -0
  465. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/remove_constant_phis.rs +425 -0
  466. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/result.rs +0 -0
  467. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/scoped_hash_map.rs +0 -0
  468. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/settings.rs +601 -0
  469. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/simple_gvn.rs +149 -0
  470. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/simple_preopt.rs +932 -0
  471. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/souper_harvest.rs +576 -0
  472. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/timing.rs +263 -0
  473. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/unionfind.rs +74 -0
  474. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/unreachable_code.rs +0 -0
  475. data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/value_label.rs +0 -0
  476. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/verifier/mod.rs +1862 -0
  477. data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/write.rs +654 -0
  478. data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/.cargo-checksum.json +1 -0
  479. data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/Cargo.toml +26 -0
  480. data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/LICENSE +0 -0
  481. data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/README.md +0 -0
  482. data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/formats.rs +134 -0
  483. data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/instructions.rs +477 -0
  484. data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/cdsl/isa.rs +0 -0
  485. data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/cdsl/mod.rs +0 -0
  486. data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/operands.rs +171 -0
  487. data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/cdsl/settings.rs +0 -0
  488. data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/types.rs +500 -0
  489. data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/typevar.rs +928 -0
  490. data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/constant_hash.rs +0 -0
  491. data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/error.rs +0 -0
  492. data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/gen_inst.rs +1555 -0
  493. data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/gen_settings.rs +0 -0
  494. data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/gen_types.rs +75 -0
  495. data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/arm64.rs +0 -0
  496. data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/mod.rs +0 -0
  497. data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/isa/riscv64.rs +28 -0
  498. data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/s390x.rs +0 -0
  499. data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/x86.rs +0 -0
  500. data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/lib.rs +0 -0
  501. data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/entities.rs +85 -0
  502. data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/formats.rs +218 -0
  503. data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/immediates.rs +213 -0
  504. data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/instructions.rs +3621 -0
  505. data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/shared/mod.rs +0 -0
  506. data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/settings.rs +355 -0
  507. data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/types.rs +137 -0
  508. data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/srcgen.rs +0 -0
  509. data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/unique_table.rs +0 -0
  510. data/ext/cargo-vendor/cranelift-codegen-shared-0.92.0/.cargo-checksum.json +1 -0
  511. data/ext/cargo-vendor/cranelift-codegen-shared-0.92.0/Cargo.toml +22 -0
  512. data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/LICENSE +0 -0
  513. data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/README.md +0 -0
  514. data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/src/constant_hash.rs +0 -0
  515. data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/src/constants.rs +0 -0
  516. data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/src/lib.rs +0 -0
  517. data/ext/cargo-vendor/cranelift-entity-0.92.0/.cargo-checksum.json +1 -0
  518. data/ext/cargo-vendor/cranelift-entity-0.92.0/Cargo.toml +38 -0
  519. data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/LICENSE +0 -0
  520. data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/README.md +0 -0
  521. data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/boxed_slice.rs +0 -0
  522. data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/iter.rs +0 -0
  523. data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/keys.rs +0 -0
  524. data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/lib.rs +0 -0
  525. data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/list.rs +0 -0
  526. data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/map.rs +0 -0
  527. data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/packed_option.rs +0 -0
  528. data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/primary.rs +0 -0
  529. data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/set.rs +0 -0
  530. data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/sparse.rs +0 -0
  531. data/ext/cargo-vendor/cranelift-frontend-0.92.0/.cargo-checksum.json +1 -0
  532. data/ext/cargo-vendor/cranelift-frontend-0.92.0/Cargo.toml +53 -0
  533. data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/LICENSE +0 -0
  534. data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/README.md +0 -0
  535. data/ext/cargo-vendor/cranelift-frontend-0.92.0/src/frontend.rs +1836 -0
  536. data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/src/lib.rs +0 -0
  537. data/ext/cargo-vendor/cranelift-frontend-0.92.0/src/ssa.rs +1399 -0
  538. data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/src/switch.rs +0 -0
  539. data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/src/variable.rs +0 -0
  540. data/ext/cargo-vendor/cranelift-isle-0.92.0/.cargo-checksum.json +1 -0
  541. data/ext/cargo-vendor/cranelift-isle-0.92.0/Cargo.toml +37 -0
  542. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/README.md +0 -0
  543. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/build.rs +0 -0
  544. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/bad_converters.isle +0 -0
  545. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/bound_var_type_mismatch.isle +0 -0
  546. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/converter_extractor_constructor.isle +0 -0
  547. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/error1.isle +0 -0
  548. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/extra_parens.isle +0 -0
  549. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/impure_expression.isle +0 -0
  550. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/impure_rhs.isle +0 -0
  551. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/multi_internal_etor.isle +0 -0
  552. data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/borrows.isle +15 -0
  553. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/borrows_main.rs +0 -0
  554. data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/iflets.isle +29 -0
  555. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/iflets_main.rs +0 -0
  556. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/multi_constructor.isle +0 -0
  557. data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/multi_constructor_main.rs +71 -0
  558. data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/multi_extractor.isle +14 -0
  559. data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/multi_extractor_main.rs +50 -0
  560. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/test.isle +0 -0
  561. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/test_main.rs +0 -0
  562. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/bound_var.isle +0 -0
  563. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/construct_and_extract.isle +0 -0
  564. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/conversions.isle +0 -0
  565. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/conversions_extern.isle +0 -0
  566. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/let.isle +0 -0
  567. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/nodebug.isle +0 -0
  568. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/prio_trie_bug.isle +0 -0
  569. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/test2.isle +0 -0
  570. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/test3.isle +0 -0
  571. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/test4.isle +0 -0
  572. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/tutorial.isle +0 -0
  573. data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/run/iconst.isle +17 -0
  574. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/run/iconst_main.rs +0 -0
  575. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/run/let_shadowing.isle +0 -0
  576. data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/run/let_shadowing_main.rs +27 -0
  577. data/ext/cargo-vendor/cranelift-isle-0.92.0/src/ast.rs +421 -0
  578. data/ext/cargo-vendor/cranelift-isle-0.92.0/src/codegen.rs +1046 -0
  579. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/compile.rs +0 -0
  580. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/error.rs +0 -0
  581. data/ext/cargo-vendor/cranelift-isle-0.92.0/src/ir.rs +425 -0
  582. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/lexer.rs +0 -0
  583. data/ext/cargo-vendor/cranelift-isle-0.92.0/src/lib.rs +252 -0
  584. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/log.rs +0 -0
  585. data/ext/cargo-vendor/cranelift-isle-0.92.0/src/overlap.rs +137 -0
  586. data/ext/cargo-vendor/cranelift-isle-0.92.0/src/parser.rs +586 -0
  587. data/ext/cargo-vendor/cranelift-isle-0.92.0/src/sema.rs +2488 -0
  588. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/trie.rs +0 -0
  589. data/ext/cargo-vendor/cranelift-isle-0.92.0/src/trie_again.rs +683 -0
  590. data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/tests/run_tests.rs +0 -0
  591. data/ext/cargo-vendor/cranelift-native-0.92.0/.cargo-checksum.json +1 -0
  592. data/ext/cargo-vendor/cranelift-native-0.92.0/Cargo.toml +41 -0
  593. data/ext/cargo-vendor/{cranelift-native-0.91.0 → cranelift-native-0.92.0}/LICENSE +0 -0
  594. data/ext/cargo-vendor/{cranelift-native-0.91.0 → cranelift-native-0.92.0}/README.md +0 -0
  595. data/ext/cargo-vendor/{cranelift-native-0.91.0 → cranelift-native-0.92.0}/src/lib.rs +0 -0
  596. data/ext/cargo-vendor/cranelift-wasm-0.92.0/.cargo-checksum.json +1 -0
  597. data/ext/cargo-vendor/cranelift-wasm-0.92.0/Cargo.toml +88 -0
  598. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/LICENSE +0 -0
  599. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/README.md +0 -0
  600. data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/code_translator/bounds_checks.rs +413 -0
  601. data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/code_translator.rs +3241 -0
  602. data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/environ/dummy.rs +905 -0
  603. data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/environ/mod.rs +12 -0
  604. data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/environ/spec.rs +790 -0
  605. data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/func_translator.rs +417 -0
  606. data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/heap.rs +99 -0
  607. data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/lib.rs +78 -0
  608. data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/module_translator.rs +128 -0
  609. data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/sections_translator.rs +429 -0
  610. data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/state.rs +540 -0
  611. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/src/translation_utils.rs +0 -0
  612. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/tests/wasm_testsuite.rs +0 -0
  613. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/arith.wat +0 -0
  614. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/br_table.wat +0 -0
  615. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/call-simd.wat +0 -0
  616. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/call.wat +0 -0
  617. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_fannkuch.wat +0 -0
  618. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_fasta.wat +0 -0
  619. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_ifs.wat +0 -0
  620. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_primes.wat +0 -0
  621. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/fac-multi-value.wat +0 -0
  622. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/fibonacci.wat +0 -0
  623. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/globals.wat +0 -0
  624. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/icall-simd.wat +0 -0
  625. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/icall.wat +0 -0
  626. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-0.wat +0 -0
  627. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-1.wat +0 -0
  628. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-2.wat +0 -0
  629. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-3.wat +0 -0
  630. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-4.wat +0 -0
  631. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-5.wat +0 -0
  632. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-6.wat +0 -0
  633. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-unreachable-else-params-2.wat +0 -0
  634. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-unreachable-else-params.wat +0 -0
  635. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/issue-1306-name-section-with-u32-max-function-index.wasm +0 -0
  636. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/memory.wat +0 -0
  637. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-0.wat +0 -0
  638. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-1.wat +0 -0
  639. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-10.wat +0 -0
  640. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-11.wat +0 -0
  641. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-12.wat +0 -0
  642. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-13.wat +0 -0
  643. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-14.wat +0 -0
  644. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-15.wat +0 -0
  645. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-16.wat +0 -0
  646. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-17.wat +0 -0
  647. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-2.wat +0 -0
  648. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-3.wat +0 -0
  649. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-4.wat +0 -0
  650. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-5.wat +0 -0
  651. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-6.wat +0 -0
  652. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-7.wat +0 -0
  653. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-8.wat +0 -0
  654. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-9.wat +0 -0
  655. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/nullref.wat +0 -0
  656. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/passive-data.wat +0 -0
  657. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/pr2303.wat +0 -0
  658. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/pr2559.wat +0 -0
  659. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/ref-func-0.wat +0 -0
  660. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/rust_fannkuch.wat +0 -0
  661. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/select.wat +0 -0
  662. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/simd-store.wat +0 -0
  663. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/simd.wat +0 -0
  664. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/table-copy.wat +0 -0
  665. data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/unreachable_code.wat +0 -0
  666. data/ext/cargo-vendor/env_logger-0.10.0/.cargo-checksum.json +1 -0
  667. data/ext/cargo-vendor/env_logger-0.10.0/Cargo.lock +254 -0
  668. data/ext/cargo-vendor/env_logger-0.10.0/Cargo.toml +129 -0
  669. data/ext/cargo-vendor/{cc-1.0.77 → env_logger-0.10.0}/LICENSE-APACHE +0 -0
  670. data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/LICENSE-MIT +0 -0
  671. data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/README.md +0 -0
  672. data/ext/cargo-vendor/env_logger-0.10.0/examples/custom_default_format.rs +40 -0
  673. data/ext/cargo-vendor/env_logger-0.10.0/examples/custom_format.rs +54 -0
  674. data/ext/cargo-vendor/env_logger-0.10.0/examples/custom_logger.rs +62 -0
  675. data/ext/cargo-vendor/env_logger-0.10.0/examples/default.rs +38 -0
  676. data/ext/cargo-vendor/env_logger-0.10.0/examples/direct_logger.rs +39 -0
  677. data/ext/cargo-vendor/env_logger-0.10.0/examples/filters_from_code.rs +20 -0
  678. data/ext/cargo-vendor/env_logger-0.10.0/examples/in_tests.rs +54 -0
  679. data/ext/cargo-vendor/env_logger-0.10.0/examples/syslog_friendly_format.rs +24 -0
  680. data/ext/cargo-vendor/env_logger-0.10.0/src/filter/mod.rs +868 -0
  681. data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/filter/regex.rs +0 -0
  682. data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/filter/string.rs +0 -0
  683. data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/humantime/extern_impl.rs +0 -0
  684. data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/humantime/mod.rs +0 -0
  685. data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/humantime/shim_impl.rs +0 -0
  686. data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/mod.rs +652 -0
  687. data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/atty.rs +33 -0
  688. data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/mod.rs +253 -0
  689. data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/termcolor/extern_impl.rs +532 -0
  690. data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/termcolor/mod.rs +12 -0
  691. data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/writer/termcolor/shim_impl.rs +0 -0
  692. data/ext/cargo-vendor/env_logger-0.10.0/src/lib.rs +1311 -0
  693. data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/init-twice-retains-filter.rs +0 -0
  694. data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/log-in-log.rs +0 -0
  695. data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/log_tls_dtors.rs +0 -0
  696. data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/regexp_filter.rs +0 -0
  697. data/ext/cargo-vendor/fd-lock-3.0.8/.cargo-checksum.json +1 -0
  698. data/ext/cargo-vendor/fd-lock-3.0.8/Cargo.toml +53 -0
  699. data/ext/cargo-vendor/fd-lock-3.0.8/LICENSE-APACHE +190 -0
  700. data/ext/cargo-vendor/fd-lock-3.0.8/LICENSE-MIT +21 -0
  701. data/ext/cargo-vendor/fd-lock-3.0.8/README.md +72 -0
  702. data/ext/cargo-vendor/fd-lock-3.0.8/src/lib.rs +43 -0
  703. data/ext/cargo-vendor/fd-lock-3.0.8/src/read_guard.rs +43 -0
  704. data/ext/cargo-vendor/fd-lock-3.0.8/src/rw_lock.rs +126 -0
  705. data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/mod.rs +17 -0
  706. data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/mod.rs +7 -0
  707. data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/read_guard.rs +32 -0
  708. data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/rw_lock.rs +70 -0
  709. data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/write_guard.rs +39 -0
  710. data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/mod.rs +9 -0
  711. data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/read_guard.rs +31 -0
  712. data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/rw_lock.rs +44 -0
  713. data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/utils.rs +9 -0
  714. data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/write_guard.rs +38 -0
  715. data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/mod.rs +8 -0
  716. data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/read_guard.rs +31 -0
  717. data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/rw_lock.rs +72 -0
  718. data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/utils.rs +33 -0
  719. data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/write_guard.rs +38 -0
  720. data/ext/cargo-vendor/fd-lock-3.0.8/src/write_guard.rs +50 -0
  721. data/ext/cargo-vendor/fd-lock-3.0.8/tests/test.rs +33 -0
  722. data/ext/cargo-vendor/file-per-thread-logger-0.1.6/.cargo-checksum.json +1 -0
  723. data/ext/cargo-vendor/file-per-thread-logger-0.1.6/Cargo.toml +36 -0
  724. data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/LICENSE +0 -0
  725. data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/README.md +0 -0
  726. data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/run-tests.sh +0 -0
  727. data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/src/lib.rs +0 -0
  728. data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/tests/test.rs +0 -0
  729. data/ext/cargo-vendor/glob-0.3.1/.cargo-checksum.json +1 -0
  730. data/ext/cargo-vendor/glob-0.3.1/Cargo.toml +30 -0
  731. data/ext/cargo-vendor/{env_logger-0.9.3 → glob-0.3.1}/LICENSE-APACHE +0 -0
  732. data/ext/cargo-vendor/{glob-0.3.0 → glob-0.3.1}/LICENSE-MIT +0 -0
  733. data/ext/cargo-vendor/glob-0.3.1/README.md +38 -0
  734. data/ext/cargo-vendor/glob-0.3.1/src/lib.rs +1434 -0
  735. data/ext/cargo-vendor/{glob-0.3.0 → glob-0.3.1}/tests/glob-std.rs +0 -0
  736. data/ext/cargo-vendor/glob-0.3.1/triagebot.toml +1 -0
  737. data/ext/cargo-vendor/id-arena-2.2.1/.cargo-checksum.json +1 -0
  738. data/ext/cargo-vendor/id-arena-2.2.1/CHANGELOG.md +65 -0
  739. data/ext/cargo-vendor/id-arena-2.2.1/Cargo.toml +31 -0
  740. data/ext/cargo-vendor/{glob-0.3.0 → id-arena-2.2.1}/LICENSE-APACHE +0 -0
  741. data/ext/cargo-vendor/{proc-macro2-1.0.47 → id-arena-2.2.1}/LICENSE-MIT +0 -0
  742. data/ext/cargo-vendor/id-arena-2.2.1/README.md +100 -0
  743. data/ext/cargo-vendor/id-arena-2.2.1/README.tpl +3 -0
  744. data/ext/cargo-vendor/id-arena-2.2.1/src/lib.rs +726 -0
  745. data/ext/cargo-vendor/id-arena-2.2.1/src/rayon.rs +282 -0
  746. data/ext/cargo-vendor/id-arena-2.2.1/tests/readme_up_to_date.rs +22 -0
  747. data/ext/cargo-vendor/io-extras-0.17.1/.cargo-checksum.json +1 -0
  748. data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/CODE_OF_CONDUCT.md +0 -0
  749. data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/COPYRIGHT +0 -0
  750. data/ext/cargo-vendor/io-extras-0.17.1/Cargo.toml +109 -0
  751. data/ext/cargo-vendor/{hermit-abi-0.1.19 → io-extras-0.17.1}/LICENSE-APACHE +0 -0
  752. data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
  753. data/ext/cargo-vendor/{hermit-abi-0.1.19 → io-extras-0.17.1}/LICENSE-MIT +0 -0
  754. data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/ORG_CODE_OF_CONDUCT.md +0 -0
  755. data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/README.md +0 -0
  756. data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/SECURITY.md +0 -0
  757. data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/build.rs +0 -0
  758. data/ext/cargo-vendor/io-extras-0.17.1/src/borrowed.rs +301 -0
  759. data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/grip.rs +0 -0
  760. data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/lib.rs +0 -0
  761. data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/mod.rs +0 -0
  762. data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/rustix.rs +0 -0
  763. data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/windows/mod.rs +0 -0
  764. data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/windows/stdio.rs +0 -0
  765. data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/windows/traits.rs +0 -0
  766. data/ext/cargo-vendor/io-extras-0.17.1/src/os/windows/types.rs +229 -0
  767. data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/owned.rs +0 -0
  768. data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/raw.rs +0 -0
  769. data/ext/cargo-vendor/io-extras-0.17.1/src/read_write.rs +802 -0
  770. data/ext/cargo-vendor/io-lifetimes-1.0.4/.cargo-checksum.json +1 -0
  771. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/CODE_OF_CONDUCT.md +0 -0
  772. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/COPYRIGHT +0 -0
  773. data/ext/cargo-vendor/io-lifetimes-1.0.4/Cargo.toml +94 -0
  774. data/ext/cargo-vendor/{io-extras-0.17.0 → io-lifetimes-1.0.4}/LICENSE-APACHE +0 -0
  775. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
  776. data/ext/cargo-vendor/{io-extras-0.17.0 → io-lifetimes-1.0.4}/LICENSE-MIT +0 -0
  777. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/ORG_CODE_OF_CONDUCT.md +0 -0
  778. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/README.md +0 -0
  779. data/ext/cargo-vendor/io-lifetimes-1.0.4/build.rs +106 -0
  780. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/example_ffi.rs +0 -0
  781. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_async_std.rs +0 -0
  782. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_fs_err.rs +0 -0
  783. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_mio.rs +0 -0
  784. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_os_pipe.rs +0 -0
  785. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_socket2.rs +0 -0
  786. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_std.rs +0 -0
  787. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_tokio.rs +0 -0
  788. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/lib.rs +0 -0
  789. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/portability.rs +0 -0
  790. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/raw.rs +0 -0
  791. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/traits.rs +0 -0
  792. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/types.rs +0 -0
  793. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/views.rs +0 -0
  794. data/ext/cargo-vendor/ipnet-2.7.1/.cargo-checksum.json +1 -0
  795. data/ext/cargo-vendor/ipnet-2.7.1/Cargo.toml +52 -0
  796. data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/LICENSE-APACHE +0 -0
  797. data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/LICENSE-MIT +0 -0
  798. data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/README.md +0 -0
  799. data/ext/cargo-vendor/ipnet-2.7.1/RELEASES.md +77 -0
  800. data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/ipext.rs +0 -0
  801. data/ext/cargo-vendor/ipnet-2.7.1/src/ipnet.rs +1864 -0
  802. data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/ipnet_schemars.rs +0 -0
  803. data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/ipnet_serde.rs +0 -0
  804. data/ext/cargo-vendor/ipnet-2.7.1/src/lib.rs +98 -0
  805. data/ext/cargo-vendor/ipnet-2.7.1/src/mask.rs +128 -0
  806. data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/parser.rs +0 -0
  807. data/ext/cargo-vendor/itoa-1.0.5/.cargo-checksum.json +1 -0
  808. data/ext/cargo-vendor/itoa-1.0.5/Cargo.toml +38 -0
  809. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → itoa-1.0.5}/LICENSE-APACHE +0 -0
  810. data/ext/cargo-vendor/{io-lifetimes-1.0.3 → itoa-1.0.5}/LICENSE-MIT +0 -0
  811. data/ext/cargo-vendor/itoa-1.0.5/README.md +59 -0
  812. data/ext/cargo-vendor/{itoa-1.0.4 → itoa-1.0.5}/benches/bench.rs +0 -0
  813. data/ext/cargo-vendor/itoa-1.0.5/src/lib.rs +290 -0
  814. data/ext/cargo-vendor/{itoa-1.0.4 → itoa-1.0.5}/src/udiv128.rs +0 -0
  815. data/ext/cargo-vendor/{itoa-1.0.4 → itoa-1.0.5}/tests/test.rs +0 -0
  816. data/ext/cargo-vendor/ittapi-0.3.3/.cargo-checksum.json +1 -0
  817. data/ext/cargo-vendor/ittapi-0.3.3/Cargo.toml +44 -0
  818. data/ext/cargo-vendor/ittapi-0.3.3/README.md +49 -0
  819. data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/collection_control.rs +0 -0
  820. data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/domain.rs +0 -0
  821. data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/event.rs +0 -0
  822. data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/jit.rs +0 -0
  823. data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/lib.rs +0 -0
  824. data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/string.rs +0 -0
  825. data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/task.rs +0 -0
  826. data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/util.rs +0 -0
  827. data/ext/cargo-vendor/ittapi-sys-0.3.3/.cargo-checksum.json +1 -0
  828. data/ext/cargo-vendor/ittapi-sys-0.3.3/Cargo.toml +42 -0
  829. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/LICENSES/BSD-3-Clause.txt +0 -0
  830. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/LICENSES/GPL-2.0-only.txt +0 -0
  831. data/ext/cargo-vendor/ittapi-sys-0.3.3/README.md +75 -0
  832. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/build.rs +0 -0
  833. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/CMakeLists.txt +127 -0
  834. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/LICENSES/BSD-3-Clause.txt +0 -0
  835. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/LICENSES/GPL-2.0-only.txt +0 -0
  836. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/README.md +0 -0
  837. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeCache.txt +0 -0
  838. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeCCompiler.cmake +0 -0
  839. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeCXXCompiler.cmake +0 -0
  840. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeDetermineCompilerABI_C.bin +0 -0
  841. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeDetermineCompilerABI_CXX.bin +0 -0
  842. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeSystem.cmake +0 -0
  843. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CompilerIdC/CMakeCCompilerId.c +0 -0
  844. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CompilerIdC/a.out +0 -0
  845. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -0
  846. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CompilerIdCXX/a.out +0 -0
  847. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/CMakeOutput.log +0 -0
  848. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/TargetDirectories.txt +0 -0
  849. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/cmake.check_cache +0 -0
  850. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/rules.ninja +0 -0
  851. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/build.ninja +0 -0
  852. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/cmake_install.cmake +0 -0
  853. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/compile_commands.json +0 -0
  854. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/buildall.py +171 -0
  855. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/advisor-annotate.h +520 -0
  856. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/advisor_annotate.f90 +712 -0
  857. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/posix/ittnotify.f90 +0 -0
  858. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86/advisor_annotate.mod +0 -0
  859. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86/advisor_annotate.o +0 -0
  860. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86/ittfortran.o +0 -0
  861. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/posix/x86/ittnotify.mod +0 -0
  862. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86_64/advisor_annotate.mod +0 -0
  863. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86_64/advisor_annotate.o +0 -0
  864. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86_64/ittfortran.o +0 -0
  865. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/posix/x86_64/ittnotify.mod +0 -0
  866. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/win32/ittnotify.f90 +0 -0
  867. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86/advisor_annotate.mod +0 -0
  868. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86/advisor_annotate.obj +0 -0
  869. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86/ittfortran.obj +0 -0
  870. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/win32/x86/ittnotify.mod +0 -0
  871. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86_64/advisor_annotate.mod +0 -0
  872. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86_64/advisor_annotate.obj +0 -0
  873. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86_64/ittfortran.obj +0 -0
  874. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/win32/x86_64/ittnotify.mod +0 -0
  875. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/ittnotify-zca.h +0 -0
  876. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/ittnotify.h +4486 -0
  877. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/jitprofiling.h +0 -0
  878. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/legacy/ittnotify.h +0 -0
  879. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/libittnotify.h +0 -0
  880. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/disable_warnings.h +0 -0
  881. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittnotify_config.h +0 -0
  882. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify/ittnotify_static.c +1619 -0
  883. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify/ittnotify_static.h +357 -0
  884. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittnotify_types.h +0 -0
  885. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark32.S +0 -0
  886. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark32.asm +0 -0
  887. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark64.S +0 -0
  888. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark64.asm +0 -0
  889. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify/jitprofiling.c +230 -0
  890. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify_refcol/Makefile +0 -0
  891. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify_refcol/README.md +0 -0
  892. data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify_refcol/itt_refcol_impl.c +319 -0
  893. data/ext/cargo-vendor/ittapi-sys-0.3.3/src/freebsd/ittnotify_bindings.rs +1891 -0
  894. data/ext/cargo-vendor/{ittapi-sys-0.3.2/src/linux → ittapi-sys-0.3.3/src/freebsd}/jitprofiling_bindings.rs +0 -0
  895. data/ext/cargo-vendor/ittapi-sys-0.3.3/src/lib.rs +38 -0
  896. data/ext/cargo-vendor/ittapi-sys-0.3.3/src/linux/ittnotify_bindings.rs +1889 -0
  897. data/ext/cargo-vendor/{ittapi-sys-0.3.2/src/macos → ittapi-sys-0.3.3/src/linux}/jitprofiling_bindings.rs +0 -0
  898. data/ext/cargo-vendor/ittapi-sys-0.3.3/src/macos/ittnotify_bindings.rs +1889 -0
  899. data/ext/cargo-vendor/ittapi-sys-0.3.3/src/macos/jitprofiling_bindings.rs +1160 -0
  900. data/ext/cargo-vendor/ittapi-sys-0.3.3/src/windows/ittnotify_bindings.rs +2029 -0
  901. data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/src/windows/jitprofiling_bindings.rs +0 -0
  902. data/ext/cargo-vendor/ittapi-sys-0.3.3/tests/bindgen-up-to-date.rs +103 -0
  903. data/ext/cargo-vendor/libc-0.2.139/.cargo-checksum.json +1 -0
  904. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/CONTRIBUTING.md +0 -0
  905. data/ext/cargo-vendor/libc-0.2.139/Cargo.toml +64 -0
  906. data/ext/cargo-vendor/libc-0.2.139/LICENSE-APACHE +176 -0
  907. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/LICENSE-MIT +0 -0
  908. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/README.md +0 -0
  909. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/build.rs +0 -0
  910. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/rustfmt.toml +0 -0
  911. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fixed_width_ints.rs +0 -0
  912. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/aarch64.rs +0 -0
  913. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/align.rs +0 -0
  914. data/ext/cargo-vendor/libc-0.2.139/src/fuchsia/mod.rs +4296 -0
  915. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/no_align.rs +0 -0
  916. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/x86_64.rs +0 -0
  917. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/hermit/aarch64.rs +0 -0
  918. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/hermit/mod.rs +0 -0
  919. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/hermit/x86_64.rs +0 -0
  920. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/lib.rs +0 -0
  921. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/macros.rs +0 -0
  922. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/psp.rs +0 -0
  923. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/sgx.rs +0 -0
  924. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/solid/aarch64.rs +0 -0
  925. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/solid/arm.rs +0 -0
  926. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/solid/mod.rs +0 -0
  927. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/switch.rs +0 -0
  928. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/align.rs +0 -0
  929. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b32/align.rs +0 -0
  930. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b32/mod.rs +0 -0
  931. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/aarch64/align.rs +0 -0
  932. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/aarch64/mod.rs +0 -0
  933. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/align.rs +0 -0
  934. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/mod.rs +0 -0
  935. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/x86_64/align.rs +0 -0
  936. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/x86_64/mod.rs +0 -0
  937. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/mod.rs +0 -0
  938. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/dragonfly/errno.rs +0 -0
  939. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/dragonfly/mod.rs +0 -0
  940. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/aarch64.rs +0 -0
  941. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/arm.rs +0 -0
  942. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd11/b64.rs +0 -0
  943. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs +0 -0
  944. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd12/b64.rs +0 -0
  945. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd12/mod.rs +0 -0
  946. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd12/x86_64.rs +0 -0
  947. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd13/b64.rs +0 -0
  948. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs +0 -0
  949. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd13/x86_64.rs +0 -0
  950. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd14/b64.rs +0 -0
  951. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd14/mod.rs +0 -0
  952. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd14/x86_64.rs +0 -0
  953. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/mod.rs +0 -0
  954. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +0 -0
  955. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/powerpc64.rs +0 -0
  956. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/riscv64.rs +0 -0
  957. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/x86.rs +0 -0
  958. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/x86_64/align.rs +0 -0
  959. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/x86_64/mod.rs +0 -0
  960. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/mod.rs +0 -0
  961. data/ext/cargo-vendor/libc-0.2.139/src/unix/bsd/mod.rs +916 -0
  962. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/mod.rs +0 -0
  963. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/aarch64.rs +0 -0
  964. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/arm.rs +0 -0
  965. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/mod.rs +0 -0
  966. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/powerpc.rs +0 -0
  967. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/sparc64.rs +0 -0
  968. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/x86.rs +0 -0
  969. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/x86_64.rs +0 -0
  970. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/aarch64.rs +0 -0
  971. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/arm.rs +0 -0
  972. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/mips64.rs +0 -0
  973. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/mod.rs +0 -0
  974. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/powerpc.rs +0 -0
  975. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/powerpc64.rs +0 -0
  976. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/riscv64.rs +0 -0
  977. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/sparc64.rs +0 -0
  978. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/x86.rs +0 -0
  979. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/x86_64.rs +0 -0
  980. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/b32.rs +0 -0
  981. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/b64.rs +0 -0
  982. data/ext/cargo-vendor/libc-0.2.139/src/unix/haiku/mod.rs +2037 -0
  983. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/native.rs +0 -0
  984. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/x86_64.rs +0 -0
  985. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/hermit/aarch64.rs +0 -0
  986. data/ext/cargo-vendor/libc-0.2.139/src/unix/hermit/mod.rs +1023 -0
  987. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/hermit/x86_64.rs +0 -0
  988. data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b32/arm.rs +542 -0
  989. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b32/mod.rs +0 -0
  990. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b32/x86/align.rs +0 -0
  991. data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b32/x86/mod.rs +614 -0
  992. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/aarch64/align.rs +0 -0
  993. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/aarch64/int128.rs +0 -0
  994. data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b64/aarch64/mod.rs +394 -0
  995. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/mod.rs +0 -0
  996. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/riscv64/align.rs +0 -0
  997. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/riscv64/mod.rs +0 -0
  998. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/x86_64/align.rs +0 -0
  999. data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b64/x86_64/mod.rs +794 -0
  1000. data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/mod.rs +3609 -0
  1001. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/emscripten/align.rs +0 -0
  1002. data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/emscripten/mod.rs +1896 -0
  1003. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/emscripten/no_align.rs +0 -0
  1004. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/align.rs +0 -0
  1005. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/generic/mod.rs +0 -0
  1006. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/mips/mod.rs +0 -0
  1007. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/mod.rs +0 -0
  1008. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/powerpc/mod.rs +0 -0
  1009. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/sparc/mod.rs +0 -0
  1010. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/align.rs +0 -0
  1011. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/arm/align.rs +0 -0
  1012. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/arm/mod.rs +0 -0
  1013. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/m68k/align.rs +0 -0
  1014. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/m68k/mod.rs +0 -0
  1015. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/mips/align.rs +0 -0
  1016. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/mips/mod.rs +0 -0
  1017. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/mod.rs +0 -0
  1018. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/powerpc.rs +0 -0
  1019. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/riscv32/align.rs +0 -0
  1020. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/riscv32/mod.rs +0 -0
  1021. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/sparc/align.rs +0 -0
  1022. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/sparc/mod.rs +0 -0
  1023. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/x86/align.rs +0 -0
  1024. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/x86/mod.rs +0 -0
  1025. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/align.rs +0 -0
  1026. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/ilp32.rs +0 -0
  1027. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/int128.rs +0 -0
  1028. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/lp64.rs +0 -0
  1029. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/mod.rs +0 -0
  1030. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/loongarch64/align.rs +0 -0
  1031. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/loongarch64/mod.rs +0 -0
  1032. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/mips64/align.rs +0 -0
  1033. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/mips64/mod.rs +0 -0
  1034. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/mod.rs +0 -0
  1035. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/powerpc64/align.rs +0 -0
  1036. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/powerpc64/mod.rs +0 -0
  1037. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/riscv64/align.rs +0 -0
  1038. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/riscv64/mod.rs +0 -0
  1039. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/s390x.rs +0 -0
  1040. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/sparc64/align.rs +0 -0
  1041. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/sparc64/mod.rs +0 -0
  1042. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/x86_64/align.rs +0 -0
  1043. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs +0 -0
  1044. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs +0 -0
  1045. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/x86_64/x32.rs +0 -0
  1046. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/mod.rs +0 -0
  1047. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/no_align.rs +0 -0
  1048. data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/linux/mod.rs +4495 -0
  1049. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/arm/align.rs +0 -0
  1050. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/arm/mod.rs +0 -0
  1051. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/hexagon.rs +0 -0
  1052. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/mips/align.rs +0 -0
  1053. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/mips/mod.rs +0 -0
  1054. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/mod.rs +0 -0
  1055. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/powerpc.rs +0 -0
  1056. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/riscv32/align.rs +0 -0
  1057. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/riscv32/mod.rs +0 -0
  1058. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/x86/align.rs +0 -0
  1059. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/x86/mod.rs +0 -0
  1060. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/aarch64/align.rs +0 -0
  1061. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/aarch64/int128.rs +0 -0
  1062. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/aarch64/mod.rs +0 -0
  1063. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/mips64.rs +0 -0
  1064. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/mod.rs +0 -0
  1065. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/powerpc64.rs +0 -0
  1066. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/riscv64/align.rs +0 -0
  1067. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/riscv64/mod.rs +0 -0
  1068. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/s390x.rs +0 -0
  1069. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/x86_64/align.rs +0 -0
  1070. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/x86_64/mod.rs +0 -0
  1071. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/mod.rs +0 -0
  1072. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/no_align.rs +0 -0
  1073. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/non_exhaustive.rs +0 -0
  1074. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/align.rs +0 -0
  1075. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/arm/align.rs +0 -0
  1076. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/arm/mod.rs +0 -0
  1077. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/arm/no_align.rs +0 -0
  1078. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips32/align.rs +0 -0
  1079. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips32/mod.rs +0 -0
  1080. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips32/no_align.rs +0 -0
  1081. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips64/align.rs +0 -0
  1082. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips64/mod.rs +0 -0
  1083. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips64/no_align.rs +0 -0
  1084. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mod.rs +0 -0
  1085. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mod.rs +0 -0
  1086. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/no_align.rs +0 -0
  1087. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/x86_64/l4re.rs +0 -0
  1088. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/x86_64/mod.rs +0 -0
  1089. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/x86_64/other.rs +0 -0
  1090. data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/mod.rs +1837 -0
  1091. data/ext/cargo-vendor/libc-0.2.139/src/unix/mod.rs +1606 -0
  1092. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/aarch64/mod.rs +0 -0
  1093. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/align.rs +0 -0
  1094. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/arm/mod.rs +0 -0
  1095. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/espidf/mod.rs +0 -0
  1096. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/generic.rs +0 -0
  1097. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/horizon/mod.rs +0 -0
  1098. data/ext/cargo-vendor/libc-0.2.139/src/unix/newlib/mod.rs +758 -0
  1099. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/no_align.rs +0 -0
  1100. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/powerpc/mod.rs +0 -0
  1101. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/no_align.rs +0 -0
  1102. data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/aarch64.rs +36 -0
  1103. data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/mod.rs +3286 -0
  1104. data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/neutrino.rs +1288 -0
  1105. data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/x86_64.rs +132 -0
  1106. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/redox/mod.rs +0 -0
  1107. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/compat.rs +0 -0
  1108. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/illumos.rs +0 -0
  1109. data/ext/cargo-vendor/libc-0.2.139/src/unix/solarish/mod.rs +3282 -0
  1110. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/solaris.rs +0 -0
  1111. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/x86.rs +0 -0
  1112. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/x86_64.rs +0 -0
  1113. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/x86_common.rs +0 -0
  1114. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/aarch64.rs +0 -0
  1115. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/arm.rs +0 -0
  1116. data/ext/cargo-vendor/libc-0.2.139/src/vxworks/mod.rs +1930 -0
  1117. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/powerpc.rs +0 -0
  1118. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/powerpc64.rs +0 -0
  1119. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/x86.rs +0 -0
  1120. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/x86_64.rs +0 -0
  1121. data/ext/cargo-vendor/libc-0.2.139/src/wasi.rs +825 -0
  1122. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/windows/gnu/align.rs +0 -0
  1123. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/windows/gnu/mod.rs +0 -0
  1124. data/ext/cargo-vendor/libc-0.2.139/src/windows/mod.rs +596 -0
  1125. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/windows/msvc/mod.rs +0 -0
  1126. data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/tests/const_fn.rs +0 -0
  1127. data/ext/cargo-vendor/linux-raw-sys-0.1.4/.cargo-checksum.json +1 -0
  1128. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/CODE_OF_CONDUCT.md +0 -0
  1129. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/COPYRIGHT +0 -0
  1130. data/ext/cargo-vendor/linux-raw-sys-0.1.4/Cargo.toml +76 -0
  1131. data/ext/cargo-vendor/{itoa-1.0.4 → linux-raw-sys-0.1.4}/LICENSE-APACHE +0 -0
  1132. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
  1133. data/ext/cargo-vendor/{itoa-1.0.4 → linux-raw-sys-0.1.4}/LICENSE-MIT +0 -0
  1134. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/ORG_CODE_OF_CONDUCT.md +0 -0
  1135. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/README.md +0 -0
  1136. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/errno.rs +0 -0
  1137. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/general.rs +0 -0
  1138. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/ioctl.rs +0 -0
  1139. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/netlink.rs +0 -0
  1140. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/errno.rs +0 -0
  1141. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/general.rs +0 -0
  1142. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/ioctl.rs +0 -0
  1143. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/netlink.rs +0 -0
  1144. data/ext/cargo-vendor/linux-raw-sys-0.1.4/src/lib.rs +358 -0
  1145. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/errno.rs +0 -0
  1146. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/general.rs +0 -0
  1147. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/ioctl.rs +0 -0
  1148. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/netlink.rs +0 -0
  1149. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/errno.rs +0 -0
  1150. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/general.rs +0 -0
  1151. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/ioctl.rs +0 -0
  1152. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/netlink.rs +0 -0
  1153. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/errno.rs +0 -0
  1154. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/general.rs +0 -0
  1155. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/ioctl.rs +0 -0
  1156. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/netlink.rs +0 -0
  1157. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/errno.rs +0 -0
  1158. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/general.rs +0 -0
  1159. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/ioctl.rs +0 -0
  1160. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/netlink.rs +0 -0
  1161. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/errno.rs +0 -0
  1162. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/general.rs +0 -0
  1163. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/ioctl.rs +0 -0
  1164. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/netlink.rs +0 -0
  1165. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/errno.rs +0 -0
  1166. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/general.rs +0 -0
  1167. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/ioctl.rs +0 -0
  1168. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/netlink.rs +0 -0
  1169. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/errno.rs +0 -0
  1170. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/general.rs +0 -0
  1171. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/ioctl.rs +0 -0
  1172. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/netlink.rs +0 -0
  1173. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/errno.rs +0 -0
  1174. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/general.rs +0 -0
  1175. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/ioctl.rs +0 -0
  1176. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/netlink.rs +0 -0
  1177. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/errno.rs +0 -0
  1178. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/general.rs +0 -0
  1179. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/ioctl.rs +0 -0
  1180. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/netlink.rs +0 -0
  1181. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/errno.rs +0 -0
  1182. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/general.rs +0 -0
  1183. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/ioctl.rs +0 -0
  1184. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/netlink.rs +0 -0
  1185. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/errno.rs +0 -0
  1186. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/general.rs +0 -0
  1187. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/ioctl.rs +0 -0
  1188. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/netlink.rs +0 -0
  1189. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/errno.rs +0 -0
  1190. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/general.rs +0 -0
  1191. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/ioctl.rs +0 -0
  1192. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/netlink.rs +0 -0
  1193. data/ext/cargo-vendor/nom-7.1.3/.cargo-checksum.json +1 -0
  1194. data/ext/cargo-vendor/nom-7.1.3/CHANGELOG.md +1551 -0
  1195. data/ext/cargo-vendor/nom-7.1.3/Cargo.lock +282 -0
  1196. data/ext/cargo-vendor/nom-7.1.3/Cargo.toml +168 -0
  1197. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/LICENSE +0 -0
  1198. data/ext/cargo-vendor/nom-7.1.3/README.md +331 -0
  1199. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/doc/nom_recipes.md +0 -0
  1200. data/ext/cargo-vendor/nom-7.1.3/src/bits/complete.rs +197 -0
  1201. data/ext/cargo-vendor/nom-7.1.3/src/bits/mod.rs +179 -0
  1202. data/ext/cargo-vendor/nom-7.1.3/src/bits/streaming.rs +170 -0
  1203. data/ext/cargo-vendor/nom-7.1.3/src/branch/mod.rs +267 -0
  1204. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/branch/tests.rs +0 -0
  1205. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/complete.rs +0 -0
  1206. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/mod.rs +0 -0
  1207. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/streaming.rs +0 -0
  1208. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/tests.rs +0 -0
  1209. data/ext/cargo-vendor/nom-7.1.3/src/character/complete.rs +1227 -0
  1210. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/character/mod.rs +0 -0
  1211. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/character/streaming.rs +0 -0
  1212. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/character/tests.rs +0 -0
  1213. data/ext/cargo-vendor/nom-7.1.3/src/combinator/mod.rs +809 -0
  1214. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/combinator/tests.rs +0 -0
  1215. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/error.rs +0 -0
  1216. data/ext/cargo-vendor/nom-7.1.3/src/internal.rs +489 -0
  1217. data/ext/cargo-vendor/nom-7.1.3/src/lib.rs +464 -0
  1218. data/ext/cargo-vendor/nom-7.1.3/src/macros.rs +23 -0
  1219. data/ext/cargo-vendor/nom-7.1.3/src/multi/mod.rs +1049 -0
  1220. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/multi/tests.rs +0 -0
  1221. data/ext/cargo-vendor/nom-7.1.3/src/number/complete.rs +2126 -0
  1222. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/number/mod.rs +0 -0
  1223. data/ext/cargo-vendor/nom-7.1.3/src/number/streaming.rs +2206 -0
  1224. data/ext/cargo-vendor/nom-7.1.3/src/sequence/mod.rs +279 -0
  1225. data/ext/cargo-vendor/nom-7.1.3/src/sequence/tests.rs +290 -0
  1226. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/str.rs +0 -0
  1227. data/ext/cargo-vendor/nom-7.1.3/src/traits.rs +1441 -0
  1228. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/arithmetic.rs +0 -0
  1229. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/arithmetic_ast.rs +0 -0
  1230. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/css.rs +0 -0
  1231. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/custom_errors.rs +0 -0
  1232. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/escaped.rs +0 -0
  1233. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/float.rs +0 -0
  1234. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/fnmut.rs +0 -0
  1235. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/ini.rs +0 -0
  1236. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/ini_str.rs +0 -0
  1237. data/ext/cargo-vendor/nom-7.1.3/tests/issues.rs +242 -0
  1238. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/json.rs +0 -0
  1239. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/mp4.rs +0 -0
  1240. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/multiline.rs +0 -0
  1241. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/overflow.rs +0 -0
  1242. data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/reborrow_fold.rs +0 -0
  1243. data/ext/cargo-vendor/num_cpus-1.15.0/.cargo-checksum.json +1 -0
  1244. data/ext/cargo-vendor/num_cpus-1.15.0/CHANGELOG.md +150 -0
  1245. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/CONTRIBUTING.md +0 -0
  1246. data/ext/cargo-vendor/num_cpus-1.15.0/Cargo.lock +26 -0
  1247. data/ext/cargo-vendor/num_cpus-1.15.0/Cargo.toml +32 -0
  1248. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → num_cpus-1.15.0}/LICENSE-APACHE +0 -0
  1249. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/LICENSE-MIT +0 -0
  1250. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/README.md +0 -0
  1251. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/ci/cgroups/Dockerfile +0 -0
  1252. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/examples/values.rs +0 -0
  1253. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/ceil/cpu.cfs_period_us +0 -0
  1254. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/ceil/cpu.cfs_quota_us +0 -0
  1255. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/good/cpu.cfs_period_us +0 -0
  1256. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/good/cpu.cfs_quota_us +0 -0
  1257. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/zero-period/cpu.cfs_period_us +0 -0
  1258. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/zero-period/cpu.cfs_quota_us +0 -0
  1259. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/cgroup +0 -0
  1260. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/mountinfo +0 -0
  1261. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/mountinfo_multi_opt +0 -0
  1262. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/mountinfo_zero_opt +0 -0
  1263. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/cgroups/ceil/cpu.max +0 -0
  1264. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/cgroups/good/cpu.max +0 -0
  1265. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/cgroups/zero-period/cpu.max +0 -0
  1266. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/proc/cgroups/cgroup +0 -0
  1267. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/proc/cgroups/cgroup_multi +0 -0
  1268. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/proc/cgroups/mountinfo +0 -0
  1269. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/src/lib.rs +0 -0
  1270. data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/src/linux.rs +0 -0
  1271. data/ext/cargo-vendor/once_cell-1.17.0/.cargo-checksum.json +1 -0
  1272. data/ext/cargo-vendor/once_cell-1.17.0/CHANGELOG.md +212 -0
  1273. data/ext/cargo-vendor/once_cell-1.17.0/Cargo.lock +173 -0
  1274. data/ext/cargo-vendor/once_cell-1.17.0/Cargo.toml +109 -0
  1275. data/ext/cargo-vendor/{num_cpus-1.14.0 → once_cell-1.17.0}/LICENSE-APACHE +0 -0
  1276. data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → once_cell-1.17.0}/LICENSE-MIT +0 -0
  1277. data/ext/cargo-vendor/once_cell-1.17.0/README.md +58 -0
  1278. data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/bors.toml +0 -0
  1279. data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/bench.rs +0 -0
  1280. data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/bench_acquire.rs +0 -0
  1281. data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/bench_vs_lazy_static.rs +0 -0
  1282. data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/lazy_static.rs +0 -0
  1283. data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/reentrant_init_deadlocks.rs +0 -0
  1284. data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/regex.rs +0 -0
  1285. data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/test_synchronization.rs +0 -0
  1286. data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/src/imp_cs.rs +0 -0
  1287. data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/src/imp_pl.rs +0 -0
  1288. data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/src/imp_std.rs +0 -0
  1289. data/ext/cargo-vendor/once_cell-1.17.0/src/lib.rs +1384 -0
  1290. data/ext/cargo-vendor/once_cell-1.17.0/src/race.rs +396 -0
  1291. data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/tests/it.rs +0 -0
  1292. data/ext/cargo-vendor/paste-1.0.11/.cargo-checksum.json +1 -0
  1293. data/ext/cargo-vendor/paste-1.0.11/Cargo.toml +42 -0
  1294. data/ext/cargo-vendor/{once_cell-1.16.0 → paste-1.0.11}/LICENSE-APACHE +0 -0
  1295. data/ext/cargo-vendor/{once_cell-1.16.0 → paste-1.0.11}/LICENSE-MIT +0 -0
  1296. data/ext/cargo-vendor/paste-1.0.11/README.md +157 -0
  1297. data/ext/cargo-vendor/paste-1.0.11/build.rs +33 -0
  1298. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/src/attr.rs +0 -0
  1299. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/src/error.rs +0 -0
  1300. data/ext/cargo-vendor/paste-1.0.11/src/lib.rs +453 -0
  1301. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/src/segment.rs +0 -0
  1302. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/compiletest.rs +0 -0
  1303. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/test_attr.rs +0 -0
  1304. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/test_doc.rs +0 -0
  1305. data/ext/cargo-vendor/paste-1.0.11/tests/test_expr.rs +283 -0
  1306. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/test_item.rs +0 -0
  1307. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/case-warning.rs +0 -0
  1308. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/case-warning.stderr +0 -0
  1309. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-empty.rs +0 -0
  1310. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-empty.stderr +0 -0
  1311. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-non-string.rs +0 -0
  1312. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-non-string.stderr +0 -0
  1313. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-suffix.rs +0 -0
  1314. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-suffix.stderr +0 -0
  1315. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-unexpected.rs +0 -0
  1316. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-unexpected.stderr +0 -0
  1317. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/invalid-ident.rs +0 -0
  1318. data/ext/cargo-vendor/paste-1.0.11/tests/ui/invalid-ident.stderr +21 -0
  1319. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/missing-paren-on-env.rs +0 -0
  1320. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/missing-paren-on-env.stderr +0 -0
  1321. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-env-var.rs +0 -0
  1322. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-env-var.stderr +0 -0
  1323. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-ident-after-colon.rs +0 -0
  1324. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-ident-after-colon.stderr +0 -0
  1325. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-group.rs +0 -0
  1326. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-group.stderr +0 -0
  1327. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-modifier.rs +0 -0
  1328. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-modifier.stderr +0 -0
  1329. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-punct.rs +0 -0
  1330. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-punct.stderr +0 -0
  1331. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-literal.rs +0 -0
  1332. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-literal.stderr +0 -0
  1333. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-modifier.rs +0 -0
  1334. data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-modifier.stderr +0 -0
  1335. data/ext/cargo-vendor/pkg-config-0.3.26/.cargo-checksum.json +1 -0
  1336. data/ext/cargo-vendor/pkg-config-0.3.26/CHANGELOG.md +163 -0
  1337. data/ext/cargo-vendor/pkg-config-0.3.26/Cargo.toml +27 -0
  1338. data/ext/cargo-vendor/{paste-1.0.9 → pkg-config-0.3.26}/LICENSE-APACHE +0 -0
  1339. data/ext/cargo-vendor/{toml-0.5.9 → pkg-config-0.3.26}/LICENSE-MIT +0 -0
  1340. data/ext/cargo-vendor/pkg-config-0.3.26/README.md +79 -0
  1341. data/ext/cargo-vendor/pkg-config-0.3.26/src/lib.rs +972 -0
  1342. data/ext/cargo-vendor/pkg-config-0.3.26/tests/escape.pc +5 -0
  1343. data/ext/cargo-vendor/pkg-config-0.3.26/tests/foo.pc +16 -0
  1344. data/ext/cargo-vendor/pkg-config-0.3.26/tests/framework.pc +16 -0
  1345. data/ext/cargo-vendor/pkg-config-0.3.26/tests/rpath.pc +7 -0
  1346. data/ext/cargo-vendor/pkg-config-0.3.26/tests/test.rs +323 -0
  1347. data/ext/cargo-vendor/proc-macro2-1.0.50/.cargo-checksum.json +1 -0
  1348. data/ext/cargo-vendor/proc-macro2-1.0.50/Cargo.toml +63 -0
  1349. data/ext/cargo-vendor/proc-macro2-1.0.50/LICENSE-APACHE +176 -0
  1350. data/ext/cargo-vendor/{rustix-0.36.5 → proc-macro2-1.0.50}/LICENSE-MIT +0 -0
  1351. data/ext/cargo-vendor/proc-macro2-1.0.50/README.md +94 -0
  1352. data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/build.rs +0 -0
  1353. data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/detection.rs +0 -0
  1354. data/ext/cargo-vendor/proc-macro2-1.0.50/src/fallback.rs +998 -0
  1355. data/ext/cargo-vendor/proc-macro2-1.0.50/src/lib.rs +1312 -0
  1356. data/ext/cargo-vendor/proc-macro2-1.0.50/src/location.rs +29 -0
  1357. data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/marker.rs +0 -0
  1358. data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/parse.rs +0 -0
  1359. data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/rcvec.rs +0 -0
  1360. data/ext/cargo-vendor/proc-macro2-1.0.50/src/wrapper.rs +984 -0
  1361. data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/comments.rs +0 -0
  1362. data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/features.rs +0 -0
  1363. data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/marker.rs +0 -0
  1364. data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/test.rs +0 -0
  1365. data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/test_fmt.rs +0 -0
  1366. data/ext/cargo-vendor/pulldown-cmark-0.8.0/.cargo-checksum.json +1 -0
  1367. data/ext/cargo-vendor/pulldown-cmark-0.8.0/CONTRIBUTING.md +21 -0
  1368. data/ext/cargo-vendor/pulldown-cmark-0.8.0/Cargo.lock +924 -0
  1369. data/ext/cargo-vendor/pulldown-cmark-0.8.0/Cargo.toml +68 -0
  1370. data/ext/cargo-vendor/pulldown-cmark-0.8.0/LICENSE +21 -0
  1371. data/ext/cargo-vendor/pulldown-cmark-0.8.0/README.md +152 -0
  1372. data/ext/cargo-vendor/pulldown-cmark-0.8.0/benches/html_rendering.rs +101 -0
  1373. data/ext/cargo-vendor/pulldown-cmark-0.8.0/benches/lib.rs +49 -0
  1374. data/ext/cargo-vendor/pulldown-cmark-0.8.0/build.rs +186 -0
  1375. data/ext/cargo-vendor/pulldown-cmark-0.8.0/examples/broken-link-callbacks.rs +37 -0
  1376. data/ext/cargo-vendor/pulldown-cmark-0.8.0/examples/event-filter.rs +29 -0
  1377. data/ext/cargo-vendor/pulldown-cmark-0.8.0/examples/string-to-string.rs +26 -0
  1378. data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/entities.rs +2158 -0
  1379. data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/escape.rs +356 -0
  1380. data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/html.rs +461 -0
  1381. data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/lib.rs +76 -0
  1382. data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/linklabel.rs +135 -0
  1383. data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/main.rs +109 -0
  1384. data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/parse.rs +3374 -0
  1385. data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/puncttable.rs +351 -0
  1386. data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/scanners.rs +1308 -0
  1387. data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/simd.rs +248 -0
  1388. data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/strings.rs +243 -0
  1389. data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/tree.rs +216 -0
  1390. data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/errors.rs +44 -0
  1391. data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/html.rs +252 -0
  1392. data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/lib.rs +425 -0
  1393. data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/footnotes.rs +165 -0
  1394. data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/gfm_strikethrough.rs +27 -0
  1395. data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/gfm_table.rs +205 -0
  1396. data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/gfm_tasklist.rs +39 -0
  1397. data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/mod.rs +13 -0
  1398. data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/regression.rs +953 -0
  1399. data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/smart_punct.rs +201 -0
  1400. data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/spec.rs +8447 -0
  1401. data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/table.rs +205 -0
  1402. data/ext/cargo-vendor/quote-1.0.23/.cargo-checksum.json +1 -0
  1403. data/ext/cargo-vendor/quote-1.0.23/Cargo.toml +49 -0
  1404. data/ext/cargo-vendor/{proc-macro2-1.0.47 → quote-1.0.23}/LICENSE-APACHE +0 -0
  1405. data/ext/cargo-vendor/{serde-1.0.149 → quote-1.0.23}/LICENSE-MIT +0 -0
  1406. data/ext/cargo-vendor/quote-1.0.23/README.md +261 -0
  1407. data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/build.rs +0 -0
  1408. data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/rust-toolchain.toml +0 -0
  1409. data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/ext.rs +0 -0
  1410. data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/format.rs +0 -0
  1411. data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/ident_fragment.rs +0 -0
  1412. data/ext/cargo-vendor/quote-1.0.23/src/lib.rs +1434 -0
  1413. data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/runtime.rs +0 -0
  1414. data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/spanned.rs +0 -0
  1415. data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/to_tokens.rs +0 -0
  1416. data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/compiletest.rs +0 -0
  1417. data/ext/cargo-vendor/quote-1.0.23/tests/test.rs +519 -0
  1418. data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated-dup.rs +0 -0
  1419. data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated-dup.stderr +0 -0
  1420. data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated.rs +0 -0
  1421. data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated.stderr +0 -0
  1422. data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-separated.rs +0 -0
  1423. data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-separated.stderr +0 -0
  1424. data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter.rs +0 -0
  1425. data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter.stderr +0 -0
  1426. data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-quotable.rs +7 -0
  1427. data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-quotable.stderr +20 -0
  1428. data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-repeatable.rs +8 -0
  1429. data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-repeatable.stderr +35 -0
  1430. data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/wrong-type-span.rs +0 -0
  1431. data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/wrong-type-span.stderr +0 -0
  1432. data/ext/cargo-vendor/rayon-1.6.1/.cargo-checksum.json +1 -0
  1433. data/ext/cargo-vendor/rayon-1.6.1/Cargo.toml +55 -0
  1434. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/FAQ.md +0 -0
  1435. data/ext/cargo-vendor/{quote-1.0.21 → rayon-1.6.1}/LICENSE-APACHE +0 -0
  1436. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/LICENSE-MIT +0 -0
  1437. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/README.md +0 -0
  1438. data/ext/cargo-vendor/rayon-1.6.1/RELEASES.md +843 -0
  1439. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/array.rs +0 -0
  1440. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/binary_heap.rs +0 -0
  1441. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/btree_map.rs +0 -0
  1442. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/btree_set.rs +0 -0
  1443. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/hash_map.rs +0 -0
  1444. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/hash_set.rs +0 -0
  1445. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/linked_list.rs +0 -0
  1446. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/mod.rs +0 -0
  1447. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/vec_deque.rs +0 -0
  1448. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/cannot_collect_filtermap_data.rs +0 -0
  1449. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/cannot_zip_filtered_data.rs +0 -0
  1450. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/cell_par_iter.rs +0 -0
  1451. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/mod.rs +0 -0
  1452. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/must_use.rs +0 -0
  1453. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/no_send_par_iter.rs +0 -0
  1454. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/rc_par_iter.rs +0 -0
  1455. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/delegate.rs +0 -0
  1456. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/chain.rs +0 -0
  1457. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/chunks.rs +0 -0
  1458. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/cloned.rs +0 -0
  1459. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/collect/consumer.rs +0 -0
  1460. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/collect/mod.rs +0 -0
  1461. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/collect/test.rs +0 -0
  1462. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/copied.rs +0 -0
  1463. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/empty.rs +0 -0
  1464. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/enumerate.rs +0 -0
  1465. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/extend.rs +0 -0
  1466. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/filter.rs +0 -0
  1467. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/filter_map.rs +0 -0
  1468. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/find.rs +0 -0
  1469. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/find_first_last/mod.rs +0 -0
  1470. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/find_first_last/test.rs +0 -0
  1471. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flat_map.rs +0 -0
  1472. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flat_map_iter.rs +0 -0
  1473. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flatten.rs +0 -0
  1474. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flatten_iter.rs +0 -0
  1475. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/fold.rs +0 -0
  1476. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/fold_chunks.rs +0 -0
  1477. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/fold_chunks_with.rs +0 -0
  1478. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/for_each.rs +0 -0
  1479. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/from_par_iter.rs +0 -0
  1480. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/inspect.rs +0 -0
  1481. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/interleave.rs +0 -0
  1482. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/interleave_shortest.rs +0 -0
  1483. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/intersperse.rs +0 -0
  1484. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/len.rs +0 -0
  1485. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/map.rs +0 -0
  1486. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/map_with.rs +0 -0
  1487. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/mod.rs +0 -0
  1488. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/multizip.rs +0 -0
  1489. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/noop.rs +0 -0
  1490. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/once.rs +0 -0
  1491. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/panic_fuse.rs +0 -0
  1492. data/ext/cargo-vendor/rayon-1.6.1/src/iter/par_bridge.rs +162 -0
  1493. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/plumbing/README.md +0 -0
  1494. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/plumbing/mod.rs +0 -0
  1495. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/positions.rs +0 -0
  1496. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/product.rs +0 -0
  1497. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/reduce.rs +0 -0
  1498. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/repeat.rs +0 -0
  1499. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/rev.rs +0 -0
  1500. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/skip.rs +0 -0
  1501. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/splitter.rs +0 -0
  1502. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/step_by.rs +0 -0
  1503. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/sum.rs +0 -0
  1504. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/take.rs +0 -0
  1505. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/test.rs +0 -0
  1506. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/try_fold.rs +0 -0
  1507. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/try_reduce.rs +0 -0
  1508. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/try_reduce_with.rs +0 -0
  1509. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/unzip.rs +0 -0
  1510. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/update.rs +0 -0
  1511. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/while_some.rs +0 -0
  1512. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/zip.rs +0 -0
  1513. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/zip_eq.rs +0 -0
  1514. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/lib.rs +0 -0
  1515. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/math.rs +0 -0
  1516. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/option.rs +0 -0
  1517. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/par_either.rs +0 -0
  1518. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/prelude.rs +0 -0
  1519. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/private.rs +0 -0
  1520. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/range.rs +0 -0
  1521. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/range_inclusive.rs +0 -0
  1522. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/result.rs +0 -0
  1523. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/chunks.rs +0 -0
  1524. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/mergesort.rs +0 -0
  1525. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/mod.rs +0 -0
  1526. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/quicksort.rs +0 -0
  1527. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/rchunks.rs +0 -0
  1528. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/test.rs +0 -0
  1529. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/split_producer.rs +0 -0
  1530. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/str.rs +0 -0
  1531. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/string.rs +0 -0
  1532. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/vec.rs +0 -0
  1533. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/chars.rs +0 -0
  1534. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/clones.rs +0 -0
  1535. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/collect.rs +0 -0
  1536. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/cross-pool.rs +0 -0
  1537. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/debug.rs +0 -0
  1538. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/drain_vec.rs +0 -0
  1539. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/intersperse.rs +0 -0
  1540. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/issue671-unzip.rs +0 -0
  1541. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/issue671.rs +0 -0
  1542. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/iter_panic.rs +0 -0
  1543. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/named-threads.rs +0 -0
  1544. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/octillion.rs +0 -0
  1545. data/ext/cargo-vendor/rayon-1.6.1/tests/par_bridge_recursion.rs +30 -0
  1546. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/producer_split_at.rs +0 -0
  1547. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/sort-panic-safe.rs +0 -0
  1548. data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/str.rs +0 -0
  1549. data/ext/cargo-vendor/rb-sys-0.9.57/.cargo-checksum.json +1 -0
  1550. data/ext/cargo-vendor/rb-sys-0.9.57/Cargo.toml +42 -0
  1551. data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/LICENSE-APACHE +0 -0
  1552. data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/LICENSE-MIT +0 -0
  1553. data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/bin/release.sh +0 -0
  1554. data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/build/features.rs +0 -0
  1555. data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/build/main.rs +0 -0
  1556. data/ext/cargo-vendor/rb-sys-0.9.57/build/ruby_macros.rs +14 -0
  1557. data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/build/version.rs +0 -0
  1558. data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/readme.md +0 -0
  1559. data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/allocator.rs +0 -0
  1560. data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/bindings.rs +0 -0
  1561. data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/lib.rs +0 -0
  1562. data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/macros/mod.rs +0 -0
  1563. data/ext/cargo-vendor/rb-sys-0.9.57/src/macros/ruby_macros.c +35 -0
  1564. data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/ruby_abi_version.rs +0 -0
  1565. data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/special_consts.rs +0 -0
  1566. data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/value_type.rs +0 -0
  1567. data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/wrapper.h +0 -0
  1568. data/ext/cargo-vendor/rb-sys-build-0.9.57/.cargo-checksum.json +1 -0
  1569. data/ext/cargo-vendor/rb-sys-build-0.9.57/Cargo.toml +47 -0
  1570. data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/LICENSE-APACHE +0 -0
  1571. data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/LICENSE-MIT +0 -0
  1572. data/ext/cargo-vendor/rb-sys-build-0.9.57/src/bindings.rs +254 -0
  1573. data/ext/cargo-vendor/rb-sys-build-0.9.57/src/cc.rs +35 -0
  1574. data/ext/cargo-vendor/rb-sys-build-0.9.57/src/lib.rs +14 -0
  1575. data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/src/rb_config/flags.rs +0 -0
  1576. data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/src/rb_config/library.rs +0 -0
  1577. data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/src/rb_config/search_path.rs +0 -0
  1578. data/ext/cargo-vendor/rb-sys-build-0.9.57/src/rb_config.rs +758 -0
  1579. data/ext/cargo-vendor/rb-sys-build-0.9.57/src/utils.rs +42 -0
  1580. data/ext/cargo-vendor/rb-sys-env-0.1.2/.cargo-checksum.json +1 -0
  1581. data/ext/cargo-vendor/rb-sys-env-0.1.2/Cargo.toml +25 -0
  1582. data/ext/cargo-vendor/rb-sys-env-0.1.2/LICENSE-APACHE +190 -0
  1583. data/ext/cargo-vendor/rb-sys-env-0.1.2/LICENSE-MIT +21 -0
  1584. data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/readme.md +0 -0
  1585. data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/src/defines.rs +0 -0
  1586. data/ext/cargo-vendor/rb-sys-env-0.1.2/src/lib.rs +180 -0
  1587. data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/src/rb_env.rs +0 -0
  1588. data/ext/cargo-vendor/rb-sys-env-0.1.2/src/ruby_version.rs +163 -0
  1589. data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/src/utils.rs +0 -0
  1590. data/ext/cargo-vendor/regex-1.7.1/.cargo-checksum.json +1 -0
  1591. data/ext/cargo-vendor/regex-1.7.1/CHANGELOG.md +1095 -0
  1592. data/ext/cargo-vendor/regex-1.7.1/Cargo.lock +98 -0
  1593. data/ext/cargo-vendor/regex-1.7.1/Cargo.toml +149 -0
  1594. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/HACKING.md +0 -0
  1595. data/ext/cargo-vendor/{rayon-1.6.0 → regex-1.7.1}/LICENSE-APACHE +0 -0
  1596. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/LICENSE-MIT +0 -0
  1597. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/PERFORMANCE.md +0 -0
  1598. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/README.md +0 -0
  1599. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/UNICODE.md +0 -0
  1600. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/regexdna-input.txt +0 -0
  1601. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/regexdna-output.txt +0 -0
  1602. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-bytes.rs +0 -0
  1603. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-cheat.rs +0 -0
  1604. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-replace.rs +0 -0
  1605. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-single-cheat.rs +0 -0
  1606. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-single.rs +0 -0
  1607. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna.rs +0 -0
  1608. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/rustfmt.toml +0 -0
  1609. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/backtrack.rs +0 -0
  1610. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/compile.rs +0 -0
  1611. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/dfa.rs +0 -0
  1612. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/error.rs +0 -0
  1613. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/exec.rs +0 -0
  1614. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/expand.rs +0 -0
  1615. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/find_byte.rs +0 -0
  1616. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/freqs.rs +0 -0
  1617. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/input.rs +0 -0
  1618. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/lib.rs +0 -0
  1619. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/literal/imp.rs +0 -0
  1620. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/literal/mod.rs +0 -0
  1621. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/pattern.rs +0 -0
  1622. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/pikevm.rs +0 -0
  1623. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/pool.rs +0 -0
  1624. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/prog.rs +0 -0
  1625. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/re_builder.rs +0 -0
  1626. data/ext/cargo-vendor/regex-1.7.1/src/re_bytes.rs +1260 -0
  1627. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/re_set.rs +0 -0
  1628. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/re_trait.rs +0 -0
  1629. data/ext/cargo-vendor/regex-1.7.1/src/re_unicode.rs +1311 -0
  1630. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/sparse.rs +0 -0
  1631. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/LICENSE +0 -0
  1632. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/README +0 -0
  1633. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/basic.dat +0 -0
  1634. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/nullsubexpr.dat +0 -0
  1635. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/repetition.dat +0 -0
  1636. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/utf8.rs +0 -0
  1637. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/test +0 -0
  1638. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/api.rs +0 -0
  1639. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/api_str.rs +0 -0
  1640. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/bytes.rs +0 -0
  1641. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/consistent.rs +0 -0
  1642. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/crates_regex.rs +0 -0
  1643. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/crazy.rs +0 -0
  1644. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/flags.rs +0 -0
  1645. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/fowler.rs +0 -0
  1646. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/macros.rs +0 -0
  1647. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/macros_bytes.rs +0 -0
  1648. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/macros_str.rs +0 -0
  1649. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/misc.rs +0 -0
  1650. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/multiline.rs +0 -0
  1651. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/noparse.rs +0 -0
  1652. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/regression.rs +0 -0
  1653. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/regression_fuzz.rs +0 -0
  1654. data/ext/cargo-vendor/regex-1.7.1/tests/replace.rs +248 -0
  1655. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/searcher.rs +0 -0
  1656. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/set.rs +0 -0
  1657. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/shortest_match.rs +0 -0
  1658. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/suffix_reverse.rs +0 -0
  1659. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_backtrack.rs +0 -0
  1660. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_backtrack_bytes.rs +0 -0
  1661. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_backtrack_utf8bytes.rs +0 -0
  1662. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_crates_regex.rs +0 -0
  1663. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_default.rs +0 -0
  1664. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_default_bytes.rs +0 -0
  1665. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_nfa.rs +0 -0
  1666. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_nfa_bytes.rs +0 -0
  1667. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_nfa_utf8bytes.rs +0 -0
  1668. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/unicode.rs +0 -0
  1669. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/word_boundary.rs +0 -0
  1670. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/word_boundary_ascii.rs +0 -0
  1671. data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/word_boundary_unicode.rs +0 -0
  1672. data/ext/cargo-vendor/rustix-0.36.7/.cargo-checksum.json +1 -0
  1673. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/CODE_OF_CONDUCT.md +0 -0
  1674. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/CONTRIBUTING.md +0 -0
  1675. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/COPYRIGHT +0 -0
  1676. data/ext/cargo-vendor/rustix-0.36.7/Cargo.toml +236 -0
  1677. data/ext/cargo-vendor/{regex-1.7.0 → rustix-0.36.7}/LICENSE-APACHE +0 -0
  1678. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
  1679. data/ext/cargo-vendor/{serde_derive-1.0.149 → rustix-0.36.7}/LICENSE-MIT +0 -0
  1680. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/ORG_CODE_OF_CONDUCT.md +0 -0
  1681. data/ext/cargo-vendor/rustix-0.36.7/README.md +159 -0
  1682. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/SECURITY.md +0 -0
  1683. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/benches/mod.rs +0 -0
  1684. data/ext/cargo-vendor/rustix-0.36.7/build.rs +225 -0
  1685. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/conv.rs +0 -0
  1686. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/fs/dir.rs +0 -0
  1687. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/fs/makedev.rs +0 -0
  1688. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/fs/mod.rs +0 -0
  1689. data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/fs/syscalls.rs +1807 -0
  1690. data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/fs/types.rs +1196 -0
  1691. data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/io/epoll.rs +422 -0
  1692. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/errno.rs +0 -0
  1693. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/io_slice.rs +0 -0
  1694. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/mod.rs +0 -0
  1695. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/poll_fd.rs +0 -0
  1696. data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/io/syscalls.rs +555 -0
  1697. data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/io/types.rs +159 -0
  1698. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/windows_syscalls.rs +0 -0
  1699. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io_lifetimes.rs +0 -0
  1700. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io_uring/mod.rs +0 -0
  1701. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io_uring/syscalls.rs +0 -0
  1702. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mm/mod.rs +0 -0
  1703. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mm/syscalls.rs +0 -0
  1704. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mm/types.rs +0 -0
  1705. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mod.rs +0 -0
  1706. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/addr.rs +0 -0
  1707. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/ext.rs +0 -0
  1708. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/mod.rs +0 -0
  1709. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/read_sockaddr.rs +0 -0
  1710. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/send_recv.rs +0 -0
  1711. data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/net/syscalls.rs +887 -0
  1712. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/types.rs +0 -0
  1713. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/write_sockaddr.rs +0 -0
  1714. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/offset.rs +0 -0
  1715. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/param/auxv.rs +0 -0
  1716. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/param/mod.rs +0 -0
  1717. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/cpu_set.rs +0 -0
  1718. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/mod.rs +0 -0
  1719. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/syscalls.rs +0 -0
  1720. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/types.rs +0 -0
  1721. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/wait.rs +0 -0
  1722. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/rand/mod.rs +0 -0
  1723. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/rand/syscalls.rs +0 -0
  1724. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/rand/types.rs +0 -0
  1725. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/termios/mod.rs +0 -0
  1726. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/termios/syscalls.rs +0 -0
  1727. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/termios/types.rs +0 -0
  1728. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/thread/mod.rs +0 -0
  1729. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/thread/syscalls.rs +0 -0
  1730. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/time/mod.rs +0 -0
  1731. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/time/syscalls.rs +0 -0
  1732. data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/time/types.rs +364 -0
  1733. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/weak.rs +0 -0
  1734. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/winsock_c.rs +0 -0
  1735. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/aarch64.rs +0 -0
  1736. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/arm.rs +0 -0
  1737. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/mips.rs +0 -0
  1738. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/mips64.rs +0 -0
  1739. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/mod.rs +0 -0
  1740. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/powerpc64.rs +0 -0
  1741. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/riscv64.rs +0 -0
  1742. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/thumb.rs +0 -0
  1743. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/x86.rs +0 -0
  1744. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/x86_64.rs +0 -0
  1745. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/mod.rs +0 -0
  1746. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/aarch64.s +0 -0
  1747. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/arm.s +0 -0
  1748. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_aarch64.a +0 -0
  1749. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_arm.a +0 -0
  1750. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_mips.a +0 -0
  1751. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_mips64.a +0 -0
  1752. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_powerpc64.a +0 -0
  1753. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_riscv64.a +0 -0
  1754. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_x86.a +0 -0
  1755. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_x86_64.a +0 -0
  1756. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/mips.s +0 -0
  1757. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/mips64.s +0 -0
  1758. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/mod.rs +0 -0
  1759. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/nr_last.rs +0 -0
  1760. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/powerpc64.s +0 -0
  1761. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_aarch64.a +0 -0
  1762. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_arm.a +0 -0
  1763. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_mips.a +0 -0
  1764. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_mips64.a +0 -0
  1765. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_powerpc64.a +0 -0
  1766. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_riscv64.a +0 -0
  1767. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_x86.a +0 -0
  1768. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_x86_64.a +0 -0
  1769. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/riscv64.s +0 -0
  1770. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/x86.rs +0 -0
  1771. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/x86.s +0 -0
  1772. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/x86_64.s +0 -0
  1773. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/c.rs +0 -0
  1774. data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/conv.rs +799 -0
  1775. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/elf.rs +0 -0
  1776. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/fs/dir.rs +0 -0
  1777. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/fs/makedev.rs +0 -0
  1778. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/fs/mod.rs +0 -0
  1779. data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/fs/syscalls.rs +1415 -0
  1780. data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/fs/types.rs +729 -0
  1781. data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/io/epoll.rs +404 -0
  1782. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/errno.rs +0 -0
  1783. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/io_slice.rs +0 -0
  1784. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/mod.rs +0 -0
  1785. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/poll_fd.rs +0 -0
  1786. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/syscalls.rs +0 -0
  1787. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/types.rs +0 -0
  1788. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io_uring/mod.rs +0 -0
  1789. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io_uring/syscalls.rs +0 -0
  1790. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mm/mod.rs +0 -0
  1791. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mm/syscalls.rs +0 -0
  1792. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mm/types.rs +0 -0
  1793. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mod.rs +0 -0
  1794. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/addr.rs +0 -0
  1795. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/mod.rs +0 -0
  1796. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/read_sockaddr.rs +0 -0
  1797. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/send_recv.rs +0 -0
  1798. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/syscalls.rs +0 -0
  1799. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/types.rs +0 -0
  1800. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/write_sockaddr.rs +0 -0
  1801. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/auxv.rs +0 -0
  1802. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/libc_auxv.rs +0 -0
  1803. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/mod.rs +0 -0
  1804. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/mustang_auxv.rs +0 -0
  1805. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/cpu_set.rs +0 -0
  1806. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/mod.rs +0 -0
  1807. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/syscalls.rs +0 -0
  1808. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/types.rs +0 -0
  1809. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/wait.rs +0 -0
  1810. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/rand/mod.rs +0 -0
  1811. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/rand/syscalls.rs +0 -0
  1812. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/rand/types.rs +0 -0
  1813. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/reg.rs +0 -0
  1814. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/runtime/mod.rs +0 -0
  1815. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/runtime/syscalls.rs +0 -0
  1816. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/runtime/tls.rs +0 -0
  1817. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/termios/mod.rs +0 -0
  1818. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/termios/syscalls.rs +0 -0
  1819. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/termios/types.rs +0 -0
  1820. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/thread/futex.rs +0 -0
  1821. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/thread/mod.rs +0 -0
  1822. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/thread/syscalls.rs +0 -0
  1823. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/time/mod.rs +0 -0
  1824. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/time/syscalls.rs +0 -0
  1825. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/time/types.rs +0 -0
  1826. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/vdso.rs +0 -0
  1827. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/vdso_wrappers.rs +0 -0
  1828. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/const_assert.rs +0 -0
  1829. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/cstr.rs +0 -0
  1830. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/ffi/mod.rs +0 -0
  1831. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/abs.rs +0 -0
  1832. data/ext/cargo-vendor/rustix-0.36.7/src/fs/at.rs +388 -0
  1833. data/ext/cargo-vendor/rustix-0.36.7/src/fs/constants.rs +20 -0
  1834. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/copy_file_range.rs +0 -0
  1835. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/cwd.rs +0 -0
  1836. data/ext/cargo-vendor/rustix-0.36.7/src/fs/dir.rs +5 -0
  1837. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fadvise.rs +0 -0
  1838. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fcntl.rs +0 -0
  1839. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fcntl_darwin.rs +0 -0
  1840. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fcopyfile.rs +0 -0
  1841. data/ext/cargo-vendor/rustix-0.36.7/src/fs/fd.rs +350 -0
  1842. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/file_type.rs +0 -0
  1843. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/getpath.rs +0 -0
  1844. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/makedev.rs +0 -0
  1845. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/memfd_create.rs +0 -0
  1846. data/ext/cargo-vendor/rustix-0.36.7/src/fs/mod.rs +221 -0
  1847. data/ext/cargo-vendor/rustix-0.36.7/src/fs/mount.rs +150 -0
  1848. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/openat2.rs +0 -0
  1849. data/ext/cargo-vendor/rustix-0.36.7/src/fs/raw_dir.rs +204 -0
  1850. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/sendfile.rs +0 -0
  1851. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/statx.rs +0 -0
  1852. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/close.rs +0 -0
  1853. data/ext/cargo-vendor/rustix-0.36.7/src/io/context.rs +163 -0
  1854. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/dup.rs +0 -0
  1855. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/errno.rs +0 -0
  1856. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/eventfd.rs +0 -0
  1857. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fcntl.rs +0 -0
  1858. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fd/mod.rs +0 -0
  1859. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fd/owned.rs +0 -0
  1860. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fd/raw.rs +0 -0
  1861. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/ioctl.rs +0 -0
  1862. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/is_read_write.rs +0 -0
  1863. data/ext/cargo-vendor/rustix-0.36.7/src/io/mod.rs +99 -0
  1864. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/pipe.rs +0 -0
  1865. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/poll.rs +0 -0
  1866. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/procfs.rs +0 -0
  1867. data/ext/cargo-vendor/rustix-0.36.7/src/io/read_write.rs +178 -0
  1868. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/seek_from.rs +0 -0
  1869. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/stdio.rs +0 -0
  1870. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io_uring.rs +0 -0
  1871. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/lib.rs +0 -0
  1872. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/madvise.rs +0 -0
  1873. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/mmap.rs +0 -0
  1874. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/mod.rs +0 -0
  1875. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/msync.rs +0 -0
  1876. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/userfaultfd.rs +0 -0
  1877. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/addr.rs +0 -0
  1878. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/ip.rs +0 -0
  1879. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/mod.rs +0 -0
  1880. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/send_recv.rs +0 -0
  1881. data/ext/cargo-vendor/rustix-0.36.7/src/net/socket.rs +441 -0
  1882. data/ext/cargo-vendor/rustix-0.36.7/src/net/socket_addr_any.rs +103 -0
  1883. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/socketpair.rs +0 -0
  1884. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/sockopt.rs +0 -0
  1885. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/wsa.rs +0 -0
  1886. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/param/auxv.rs +0 -0
  1887. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/param/init.rs +0 -0
  1888. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/param/mod.rs +0 -0
  1889. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/path/arg.rs +0 -0
  1890. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/path/dec_int.rs +0 -0
  1891. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/path/mod.rs +0 -0
  1892. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/chdir.rs +0 -0
  1893. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/exit.rs +0 -0
  1894. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/id.rs +0 -0
  1895. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/kill.rs +0 -0
  1896. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/membarrier.rs +0 -0
  1897. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/mod.rs +0 -0
  1898. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/prctl.rs +0 -0
  1899. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/priority.rs +0 -0
  1900. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/procctl.rs +0 -0
  1901. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/rlimit.rs +0 -0
  1902. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/sched.rs +0 -0
  1903. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/sched_yield.rs +0 -0
  1904. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/uname.rs +0 -0
  1905. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/wait.rs +0 -0
  1906. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/rand/getrandom.rs +0 -0
  1907. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/rand/mod.rs +0 -0
  1908. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/runtime.rs +0 -0
  1909. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/cf.rs +0 -0
  1910. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/constants.rs +0 -0
  1911. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/mod.rs +0 -0
  1912. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/tc.rs +0 -0
  1913. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/tty.rs +0 -0
  1914. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/clock.rs +0 -0
  1915. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/futex.rs +0 -0
  1916. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/id.rs +0 -0
  1917. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/mod.rs +0 -0
  1918. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/prctl.rs +0 -0
  1919. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/setns.rs +0 -0
  1920. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/time/clock.rs +0 -0
  1921. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/time/mod.rs +0 -0
  1922. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/time/timerfd.rs +0 -0
  1923. data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/utils.rs +0 -0
  1924. data/ext/cargo-vendor/serde-1.0.152/.cargo-checksum.json +1 -0
  1925. data/ext/cargo-vendor/serde-1.0.152/Cargo.toml +70 -0
  1926. data/ext/cargo-vendor/{rustix-0.36.5 → serde-1.0.152}/LICENSE-APACHE +0 -0
  1927. data/ext/cargo-vendor/{syn-1.0.105 → serde-1.0.152}/LICENSE-MIT +0 -0
  1928. data/ext/cargo-vendor/serde-1.0.152/README.md +114 -0
  1929. data/ext/cargo-vendor/serde-1.0.152/build.rs +146 -0
  1930. data/ext/cargo-vendor/serde-1.0.152/crates-io.md +65 -0
  1931. data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/format.rs +0 -0
  1932. data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/ignored_any.rs +0 -0
  1933. data/ext/cargo-vendor/serde-1.0.152/src/de/impls.rs +2733 -0
  1934. data/ext/cargo-vendor/serde-1.0.152/src/de/mod.rs +2299 -0
  1935. data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/seed.rs +0 -0
  1936. data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/utf8.rs +0 -0
  1937. data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/value.rs +0 -0
  1938. data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/integer128.rs +0 -0
  1939. data/ext/cargo-vendor/serde-1.0.152/src/lib.rs +334 -0
  1940. data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/macros.rs +0 -0
  1941. data/ext/cargo-vendor/serde-1.0.152/src/private/de.rs +2995 -0
  1942. data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/doc.rs +0 -0
  1943. data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/mod.rs +0 -0
  1944. data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/ser.rs +0 -0
  1945. data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/size_hint.rs +0 -0
  1946. data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/ser/fmt.rs +0 -0
  1947. data/ext/cargo-vendor/serde-1.0.152/src/ser/impls.rs +983 -0
  1948. data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/ser/impossible.rs +0 -0
  1949. data/ext/cargo-vendor/serde-1.0.152/src/ser/mod.rs +1988 -0
  1950. data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/std_error.rs +0 -0
  1951. data/ext/cargo-vendor/serde_derive-1.0.152/.cargo-checksum.json +1 -0
  1952. data/ext/cargo-vendor/serde_derive-1.0.152/Cargo.toml +63 -0
  1953. data/ext/cargo-vendor/{serde-1.0.149 → serde_derive-1.0.152}/LICENSE-APACHE +0 -0
  1954. data/ext/cargo-vendor/{system-interface-0.25.0 → serde_derive-1.0.152}/LICENSE-MIT +0 -0
  1955. data/ext/cargo-vendor/serde_derive-1.0.152/README.md +114 -0
  1956. data/ext/cargo-vendor/serde_derive-1.0.152/build.rs +38 -0
  1957. data/ext/cargo-vendor/serde_derive-1.0.152/crates-io.md +65 -0
  1958. data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/bound.rs +0 -0
  1959. data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/de.rs +0 -0
  1960. data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/dummy.rs +0 -0
  1961. data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/fragment.rs +0 -0
  1962. data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/ast.rs +0 -0
  1963. data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/attr.rs +0 -0
  1964. data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/case.rs +0 -0
  1965. data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/check.rs +0 -0
  1966. data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/ctxt.rs +0 -0
  1967. data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/mod.rs +0 -0
  1968. data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/receiver.rs +0 -0
  1969. data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/respan.rs +0 -0
  1970. data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/symbol.rs +0 -0
  1971. data/ext/cargo-vendor/serde_derive-1.0.152/src/lib.rs +109 -0
  1972. data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/pretend.rs +0 -0
  1973. data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/ser.rs +0 -0
  1974. data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/this.rs +0 -0
  1975. data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/try.rs +0 -0
  1976. data/ext/cargo-vendor/syn-1.0.107/.cargo-checksum.json +1 -0
  1977. data/ext/cargo-vendor/syn-1.0.107/Cargo.toml +147 -0
  1978. data/ext/cargo-vendor/{serde_derive-1.0.149 → syn-1.0.107}/LICENSE-APACHE +0 -0
  1979. data/ext/cargo-vendor/{thiserror-1.0.37 → syn-1.0.107}/LICENSE-MIT +0 -0
  1980. data/ext/cargo-vendor/syn-1.0.107/README.md +285 -0
  1981. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/benches/file.rs +0 -0
  1982. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/benches/rust.rs +0 -0
  1983. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/build.rs +0 -0
  1984. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/attr.rs +0 -0
  1985. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/await.rs +0 -0
  1986. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/bigint.rs +0 -0
  1987. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/buffer.rs +0 -0
  1988. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/custom_keyword.rs +0 -0
  1989. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/custom_punctuation.rs +0 -0
  1990. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/data.rs +0 -0
  1991. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/derive.rs +0 -0
  1992. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/discouraged.rs +0 -0
  1993. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/drops.rs +0 -0
  1994. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/error.rs +0 -0
  1995. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/export.rs +0 -0
  1996. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/expr.rs +0 -0
  1997. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/ext.rs +0 -0
  1998. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/file.rs +0 -0
  1999. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/clone.rs +0 -0
  2000. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/debug.rs +0 -0
  2001. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/eq.rs +0 -0
  2002. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/fold.rs +0 -0
  2003. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/hash.rs +0 -0
  2004. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/visit.rs +0 -0
  2005. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/visit_mut.rs +0 -0
  2006. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen_helper.rs +0 -0
  2007. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/generics.rs +0 -0
  2008. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/group.rs +0 -0
  2009. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/ident.rs +0 -0
  2010. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/item.rs +0 -0
  2011. data/ext/cargo-vendor/syn-1.0.107/src/lib.rs +984 -0
  2012. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/lifetime.rs +0 -0
  2013. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/lit.rs +0 -0
  2014. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/lookahead.rs +0 -0
  2015. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/mac.rs +0 -0
  2016. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/macros.rs +0 -0
  2017. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/op.rs +0 -0
  2018. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/parse.rs +0 -0
  2019. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/parse_macro_input.rs +0 -0
  2020. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/parse_quote.rs +0 -0
  2021. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/pat.rs +0 -0
  2022. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/path.rs +0 -0
  2023. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/print.rs +0 -0
  2024. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/punctuated.rs +0 -0
  2025. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/reserved.rs +0 -0
  2026. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/sealed.rs +0 -0
  2027. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/span.rs +0 -0
  2028. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/spanned.rs +0 -0
  2029. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/stmt.rs +0 -0
  2030. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/thread.rs +0 -0
  2031. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/token.rs +0 -0
  2032. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/tt.rs +0 -0
  2033. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/ty.rs +0 -0
  2034. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/verbatim.rs +0 -0
  2035. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/whitespace.rs +0 -0
  2036. data/ext/cargo-vendor/syn-1.0.107/tests/common/eq.rs +806 -0
  2037. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/common/mod.rs +0 -0
  2038. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/common/parse.rs +0 -0
  2039. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/debug/gen.rs +0 -0
  2040. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/debug/mod.rs +0 -0
  2041. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/macros/mod.rs +0 -0
  2042. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/regression/issue1108.rs +0 -0
  2043. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/regression/issue1235.rs +0 -0
  2044. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/regression.rs +0 -0
  2045. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/repo/mod.rs +0 -0
  2046. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/repo/progress.rs +0 -0
  2047. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_asyncness.rs +0 -0
  2048. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_attribute.rs +0 -0
  2049. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_derive_input.rs +0 -0
  2050. data/ext/cargo-vendor/syn-1.0.107/tests/test_expr.rs +306 -0
  2051. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_generics.rs +0 -0
  2052. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_grouping.rs +0 -0
  2053. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_ident.rs +0 -0
  2054. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_item.rs +0 -0
  2055. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_iterators.rs +0 -0
  2056. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_lit.rs +0 -0
  2057. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_meta.rs +0 -0
  2058. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_parse_buffer.rs +0 -0
  2059. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_parse_stream.rs +0 -0
  2060. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_pat.rs +0 -0
  2061. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_path.rs +0 -0
  2062. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_precedence.rs +0 -0
  2063. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_receiver.rs +0 -0
  2064. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_round_trip.rs +0 -0
  2065. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_shebang.rs +0 -0
  2066. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_should_parse.rs +0 -0
  2067. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_size.rs +0 -0
  2068. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_stmt.rs +0 -0
  2069. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_token_trees.rs +0 -0
  2070. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_ty.rs +0 -0
  2071. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_visibility.rs +0 -0
  2072. data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/zzz_stable.rs +0 -0
  2073. data/ext/cargo-vendor/system-interface-0.25.3/.cargo-checksum.json +1 -0
  2074. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/CODE_OF_CONDUCT.md +0 -0
  2075. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/COPYRIGHT +0 -0
  2076. data/ext/cargo-vendor/system-interface-0.25.3/Cargo.toml +105 -0
  2077. data/ext/cargo-vendor/{syn-1.0.105 → system-interface-0.25.3}/LICENSE-APACHE +0 -0
  2078. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
  2079. data/ext/cargo-vendor/{thiserror-impl-1.0.37 → system-interface-0.25.3}/LICENSE-MIT +0 -0
  2080. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/ORG_CODE_OF_CONDUCT.md +0 -0
  2081. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/README.md +0 -0
  2082. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/SECURITY.md +0 -0
  2083. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/build.rs +0 -0
  2084. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/fs/fd_flags.rs +0 -0
  2085. data/ext/cargo-vendor/system-interface-0.25.3/src/fs/file_io_ext.rs +1186 -0
  2086. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/fs/mod.rs +0 -0
  2087. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/io_ext.rs +0 -0
  2088. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/is_read_write.rs +0 -0
  2089. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/mod.rs +0 -0
  2090. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/peek.rs +0 -0
  2091. data/ext/cargo-vendor/system-interface-0.25.3/src/io/read_ready.rs +328 -0
  2092. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/lib.rs +0 -0
  2093. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/allocate.rs +0 -0
  2094. data/ext/cargo-vendor/system-interface-0.25.3/tests/append.rs +118 -0
  2095. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/fd_flags.rs +0 -0
  2096. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/is_read_write.rs +0 -0
  2097. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/live_rename.rs +0 -0
  2098. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/peek.rs +0 -0
  2099. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/read_to_end.rs +0 -0
  2100. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/sys_common/io.rs +0 -0
  2101. data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/sys_common/mod.rs +0 -0
  2102. data/ext/cargo-vendor/system-interface-0.25.3/tests/vectored_at.rs +627 -0
  2103. data/ext/cargo-vendor/termcolor-1.2.0/.cargo-checksum.json +1 -0
  2104. data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/COPYING +0 -0
  2105. data/ext/cargo-vendor/termcolor-1.2.0/Cargo.toml +40 -0
  2106. data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/LICENSE-MIT +0 -0
  2107. data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/README.md +0 -0
  2108. data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/UNLICENSE +0 -0
  2109. data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/rustfmt.toml +0 -0
  2110. data/ext/cargo-vendor/termcolor-1.2.0/src/lib.rs +2350 -0
  2111. data/ext/cargo-vendor/thiserror-1.0.38/.cargo-checksum.json +1 -0
  2112. data/ext/cargo-vendor/thiserror-1.0.38/Cargo.toml +47 -0
  2113. data/ext/cargo-vendor/{system-interface-0.25.0 → thiserror-1.0.38}/LICENSE-APACHE +0 -0
  2114. data/ext/cargo-vendor/{unicode-ident-1.0.5 → thiserror-1.0.38}/LICENSE-MIT +0 -0
  2115. data/ext/cargo-vendor/thiserror-1.0.38/README.md +222 -0
  2116. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/build.rs +0 -0
  2117. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/rust-toolchain.toml +0 -0
  2118. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/aserror.rs +0 -0
  2119. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/display.rs +0 -0
  2120. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/lib.rs +0 -0
  2121. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/provide.rs +0 -0
  2122. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/compiletest.rs +0 -0
  2123. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_backtrace.rs +0 -0
  2124. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_deprecated.rs +0 -0
  2125. data/ext/cargo-vendor/thiserror-1.0.38/tests/test_display.rs +301 -0
  2126. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_error.rs +0 -0
  2127. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_expr.rs +0 -0
  2128. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_from.rs +0 -0
  2129. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_generics.rs +0 -0
  2130. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_lints.rs +0 -0
  2131. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_option.rs +0 -0
  2132. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_path.rs +0 -0
  2133. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_source.rs +0 -0
  2134. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_transparent.rs +0 -0
  2135. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/bad-field-attr.rs +0 -0
  2136. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/bad-field-attr.stderr +0 -0
  2137. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/concat-display.rs +0 -0
  2138. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/concat-display.stderr +0 -0
  2139. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-enum-source.rs +0 -0
  2140. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-enum-source.stderr +0 -0
  2141. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-fmt.rs +0 -0
  2142. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-fmt.stderr +0 -0
  2143. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-struct-source.rs +0 -0
  2144. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-struct-source.stderr +0 -0
  2145. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-transparent.rs +0 -0
  2146. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-transparent.stderr +0 -0
  2147. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-backtrace-backtrace.rs +0 -0
  2148. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-backtrace-backtrace.stderr +0 -0
  2149. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-not-source.rs +0 -0
  2150. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-not-source.stderr +0 -0
  2151. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/lifetime.rs +0 -0
  2152. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/lifetime.stderr +0 -0
  2153. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/missing-fmt.rs +0 -0
  2154. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/missing-fmt.stderr +0 -0
  2155. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/no-display.rs +0 -0
  2156. data/ext/cargo-vendor/thiserror-1.0.38/tests/ui/no-display.stderr +17 -0
  2157. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/source-enum-not-error.rs +0 -0
  2158. data/ext/cargo-vendor/thiserror-1.0.38/tests/ui/source-enum-not-error.stderr +22 -0
  2159. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/source-struct-not-error.rs +0 -0
  2160. data/ext/cargo-vendor/thiserror-1.0.38/tests/ui/source-struct-not-error.stderr +21 -0
  2161. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-display.rs +0 -0
  2162. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-display.stderr +0 -0
  2163. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-many.rs +0 -0
  2164. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-many.stderr +0 -0
  2165. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-source.rs +0 -0
  2166. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-source.stderr +0 -0
  2167. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-many.rs +0 -0
  2168. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-many.stderr +0 -0
  2169. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-source.rs +0 -0
  2170. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-source.stderr +0 -0
  2171. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-field-fmt.rs +0 -0
  2172. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-field-fmt.stderr +0 -0
  2173. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-struct-source.rs +0 -0
  2174. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-struct-source.stderr +0 -0
  2175. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/union.rs +0 -0
  2176. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/union.stderr +0 -0
  2177. data/ext/cargo-vendor/thiserror-impl-1.0.38/.cargo-checksum.json +1 -0
  2178. data/ext/cargo-vendor/thiserror-impl-1.0.38/Cargo.toml +35 -0
  2179. data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-impl-1.0.38}/LICENSE-APACHE +0 -0
  2180. data/ext/cargo-vendor/thiserror-impl-1.0.38/LICENSE-MIT +23 -0
  2181. data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/ast.rs +0 -0
  2182. data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/attr.rs +0 -0
  2183. data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/expand.rs +0 -0
  2184. data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/fmt.rs +0 -0
  2185. data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/generics.rs +0 -0
  2186. data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/lib.rs +0 -0
  2187. data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/prop.rs +0 -0
  2188. data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/valid.rs +0 -0
  2189. data/ext/cargo-vendor/tokio-1.24.2/.cargo-checksum.json +1 -0
  2190. data/ext/cargo-vendor/tokio-1.24.2/CHANGELOG.md +2579 -0
  2191. data/ext/cargo-vendor/tokio-1.24.2/Cargo.toml +239 -0
  2192. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/LICENSE +0 -0
  2193. data/ext/cargo-vendor/tokio-1.24.2/README.md +229 -0
  2194. data/ext/cargo-vendor/tokio-1.24.2/build.rs +184 -0
  2195. data/ext/cargo-vendor/tokio-1.24.2/docs/reactor-refactor.md +276 -0
  2196. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/external-types.toml +0 -0
  2197. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/blocking.rs +0 -0
  2198. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/doc/mod.rs +0 -0
  2199. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/doc/os.rs +0 -0
  2200. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/canonicalize.rs +0 -0
  2201. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/copy.rs +0 -0
  2202. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/create_dir.rs +0 -0
  2203. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/create_dir_all.rs +0 -0
  2204. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/dir_builder.rs +0 -0
  2205. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/file/tests.rs +0 -0
  2206. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/file.rs +0 -0
  2207. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/hard_link.rs +0 -0
  2208. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/metadata.rs +0 -0
  2209. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/mocks.rs +0 -0
  2210. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/mod.rs +0 -0
  2211. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/open_options/mock_open_options.rs +0 -0
  2212. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/open_options.rs +0 -0
  2213. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/read.rs +0 -0
  2214. data/ext/cargo-vendor/tokio-1.24.2/src/fs/read_dir.rs +350 -0
  2215. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/read_link.rs +0 -0
  2216. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/read_to_string.rs +0 -0
  2217. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/remove_dir.rs +0 -0
  2218. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/remove_dir_all.rs +0 -0
  2219. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/remove_file.rs +0 -0
  2220. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/rename.rs +0 -0
  2221. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/set_permissions.rs +0 -0
  2222. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink.rs +0 -0
  2223. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink_dir.rs +0 -0
  2224. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink_file.rs +0 -0
  2225. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink_metadata.rs +0 -0
  2226. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/write.rs +0 -0
  2227. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/block_on.rs +0 -0
  2228. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/maybe_done.rs +0 -0
  2229. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/mod.rs +0 -0
  2230. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/poll_fn.rs +0 -0
  2231. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/trace.rs +0 -0
  2232. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/try_join.rs +0 -0
  2233. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_buf_read.rs +0 -0
  2234. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_fd.rs +0 -0
  2235. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_read.rs +0 -0
  2236. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_seek.rs +0 -0
  2237. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_write.rs +0 -0
  2238. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/blocking.rs +0 -0
  2239. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/bsd/poll_aio.rs +0 -0
  2240. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/interest.rs +0 -0
  2241. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/mod.rs +0 -0
  2242. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/poll_evented.rs +0 -0
  2243. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/read_buf.rs +0 -0
  2244. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/ready.rs +0 -0
  2245. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/seek.rs +0 -0
  2246. data/ext/cargo-vendor/tokio-1.24.2/src/io/split.rs +184 -0
  2247. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stderr.rs +0 -0
  2248. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stdin.rs +0 -0
  2249. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stdio_common.rs +0 -0
  2250. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stdout.rs +0 -0
  2251. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_buf_read_ext.rs +0 -0
  2252. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_read_ext.rs +0 -0
  2253. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_seek_ext.rs +0 -0
  2254. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_write_ext.rs +0 -0
  2255. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/buf_reader.rs +0 -0
  2256. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/buf_stream.rs +0 -0
  2257. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/buf_writer.rs +0 -0
  2258. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/chain.rs +0 -0
  2259. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/copy.rs +0 -0
  2260. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/copy_bidirectional.rs +0 -0
  2261. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/copy_buf.rs +0 -0
  2262. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/empty.rs +0 -0
  2263. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/fill_buf.rs +0 -0
  2264. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/flush.rs +0 -0
  2265. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/lines.rs +0 -0
  2266. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/mem.rs +0 -0
  2267. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/mod.rs +0 -0
  2268. data/ext/cargo-vendor/tokio-1.24.2/src/io/util/read.rs +55 -0
  2269. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_buf.rs +0 -0
  2270. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_exact.rs +0 -0
  2271. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_int.rs +0 -0
  2272. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_line.rs +0 -0
  2273. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_to_end.rs +0 -0
  2274. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_to_string.rs +0 -0
  2275. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_until.rs +0 -0
  2276. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/repeat.rs +0 -0
  2277. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/shutdown.rs +0 -0
  2278. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/sink.rs +0 -0
  2279. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/split.rs +0 -0
  2280. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/take.rs +0 -0
  2281. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/vec_with_initialized.rs +0 -0
  2282. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write.rs +0 -0
  2283. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_all.rs +0 -0
  2284. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_all_buf.rs +0 -0
  2285. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_buf.rs +0 -0
  2286. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_int.rs +0 -0
  2287. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_vectored.rs +0 -0
  2288. data/ext/cargo-vendor/tokio-1.24.2/src/lib.rs +633 -0
  2289. data/ext/cargo-vendor/tokio-1.24.2/src/loom/mocked.rs +52 -0
  2290. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/mod.rs +0 -0
  2291. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/atomic_u16.rs +0 -0
  2292. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/atomic_u32.rs +0 -0
  2293. data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64.rs +19 -0
  2294. data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_as_mutex.rs +76 -0
  2295. data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_native.rs +4 -0
  2296. data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_static_const_new.rs +12 -0
  2297. data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_static_once_cell.rs +57 -0
  2298. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/atomic_usize.rs +0 -0
  2299. data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/mod.rs +124 -0
  2300. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/mutex.rs +0 -0
  2301. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/parking_lot.rs +0 -0
  2302. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/unsafe_cell.rs +0 -0
  2303. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/addr_of.rs +0 -0
  2304. data/ext/cargo-vendor/tokio-1.24.2/src/macros/cfg.rs +539 -0
  2305. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/join.rs +0 -0
  2306. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/loom.rs +0 -0
  2307. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/mod.rs +0 -0
  2308. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/pin.rs +0 -0
  2309. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/ready.rs +0 -0
  2310. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/scoped_tls.rs +0 -0
  2311. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/select.rs +0 -0
  2312. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/support.rs +0 -0
  2313. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/thread_local.rs +0 -0
  2314. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/trace.rs +0 -0
  2315. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/try_join.rs +0 -0
  2316. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/addr.rs +0 -0
  2317. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/lookup_host.rs +0 -0
  2318. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/mod.rs +0 -0
  2319. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/listener.rs +0 -0
  2320. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/mod.rs +0 -0
  2321. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/socket.rs +0 -0
  2322. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/split.rs +0 -0
  2323. data/ext/cargo-vendor/tokio-1.24.2/src/net/tcp/split_owned.rs +501 -0
  2324. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/stream.rs +0 -0
  2325. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/udp.rs +0 -0
  2326. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/datagram/mod.rs +0 -0
  2327. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/datagram/socket.rs +0 -0
  2328. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/listener.rs +0 -0
  2329. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/mod.rs +0 -0
  2330. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/socketaddr.rs +0 -0
  2331. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/split.rs +0 -0
  2332. data/ext/cargo-vendor/tokio-1.24.2/src/net/unix/split_owned.rs +409 -0
  2333. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/stream.rs +0 -0
  2334. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/ucred.rs +0 -0
  2335. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/windows/mod.rs +0 -0
  2336. data/ext/cargo-vendor/tokio-1.24.2/src/net/windows/named_pipe.rs +2600 -0
  2337. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/kill.rs +0 -0
  2338. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/mod.rs +0 -0
  2339. data/ext/cargo-vendor/tokio-1.24.2/src/process/unix/mod.rs +322 -0
  2340. data/ext/cargo-vendor/tokio-1.24.2/src/process/unix/orphan.rs +333 -0
  2341. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/unix/reap.rs +0 -0
  2342. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/windows.rs +0 -0
  2343. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/blocking/mod.rs +26 -0
  2344. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/blocking/pool.rs +600 -0
  2345. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/blocking/schedule.rs +56 -0
  2346. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/blocking/shutdown.rs +0 -0
  2347. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/blocking/task.rs +0 -0
  2348. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/builder.rs +1083 -0
  2349. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/config.rs +0 -0
  2350. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/context.rs +420 -0
  2351. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/coop.rs +0 -0
  2352. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/defer.rs +0 -0
  2353. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/driver.rs +344 -0
  2354. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/handle.rs +0 -0
  2355. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/io/metrics.rs +0 -0
  2356. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/io/mod.rs +344 -0
  2357. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/io/platform.rs +0 -0
  2358. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/io/registration.rs +251 -0
  2359. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/io/scheduled_io.rs +558 -0
  2360. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/batch.rs +0 -0
  2361. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/io.rs +0 -0
  2362. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/mock.rs +0 -0
  2363. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/mod.rs +0 -0
  2364. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/runtime.rs +0 -0
  2365. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/scheduler.rs +0 -0
  2366. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/worker.rs +0 -0
  2367. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/mod.rs +261 -0
  2368. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/park.rs +0 -0
  2369. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/process.rs +0 -0
  2370. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/runtime.rs +0 -0
  2371. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/current_thread.rs +0 -0
  2372. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/mod.rs +0 -0
  2373. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/handle.rs +0 -0
  2374. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/idle.rs +0 -0
  2375. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/mod.rs +0 -0
  2376. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/park.rs +0 -0
  2377. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/scheduler/multi_thread/queue.rs +532 -0
  2378. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/worker.rs +0 -0
  2379. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/signal/mod.rs +0 -0
  2380. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/abort.rs +0 -0
  2381. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/core.rs +0 -0
  2382. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/error.rs +0 -0
  2383. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/harness.rs +501 -0
  2384. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/id.rs +87 -0
  2385. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/inject.rs +0 -0
  2386. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/join.rs +0 -0
  2387. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/list.rs +0 -0
  2388. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/mod.rs +491 -0
  2389. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/raw.rs +0 -0
  2390. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/state.rs +595 -0
  2391. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/waker.rs +0 -0
  2392. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/loom_blocking.rs +102 -0
  2393. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_current_thread_scheduler.rs +0 -0
  2394. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_join_set.rs +0 -0
  2395. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_local.rs +0 -0
  2396. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_oneshot.rs +0 -0
  2397. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_pool.rs +0 -0
  2398. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/loom_queue.rs +209 -0
  2399. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_shutdown_join.rs +0 -0
  2400. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_yield.rs +0 -0
  2401. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/mod.rs +73 -0
  2402. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/queue.rs +0 -0
  2403. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/task.rs +332 -0
  2404. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/task_combinations.rs +0 -0
  2405. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/thread_id.rs +31 -0
  2406. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/entry.rs +0 -0
  2407. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/handle.rs +0 -0
  2408. data/ext/cargo-vendor/tokio-1.24.2/src/runtime/time/mod.rs +422 -0
  2409. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/source.rs +0 -0
  2410. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/tests/mod.rs +0 -0
  2411. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/wheel/level.rs +0 -0
  2412. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/wheel/mod.rs +0 -0
  2413. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/ctrl_c.rs +0 -0
  2414. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/mod.rs +0 -0
  2415. data/ext/cargo-vendor/tokio-1.24.2/src/signal/registry.rs +283 -0
  2416. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/reusable_box.rs +0 -0
  2417. data/ext/cargo-vendor/tokio-1.24.2/src/signal/unix.rs +526 -0
  2418. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/windows/stub.rs +0 -0
  2419. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/windows/sys.rs +0 -0
  2420. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/windows.rs +0 -0
  2421. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/barrier.rs +0 -0
  2422. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/batch_semaphore.rs +0 -0
  2423. data/ext/cargo-vendor/tokio-1.24.2/src/sync/broadcast.rs +1163 -0
  2424. data/ext/cargo-vendor/tokio-1.24.2/src/sync/mod.rs +507 -0
  2425. data/ext/cargo-vendor/tokio-1.24.2/src/sync/mpsc/block.rs +448 -0
  2426. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/bounded.rs +0 -0
  2427. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/chan.rs +0 -0
  2428. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/error.rs +0 -0
  2429. data/ext/cargo-vendor/tokio-1.24.2/src/sync/mpsc/list.rs +371 -0
  2430. data/ext/cargo-vendor/tokio-1.24.2/src/sync/mpsc/mod.rs +121 -0
  2431. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/unbounded.rs +0 -0
  2432. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mutex.rs +0 -0
  2433. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/notify.rs +0 -0
  2434. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/once_cell.rs +0 -0
  2435. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/oneshot.rs +0 -0
  2436. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/owned_read_guard.rs +0 -0
  2437. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/owned_write_guard.rs +0 -0
  2438. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/owned_write_guard_mapped.rs +0 -0
  2439. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/read_guard.rs +0 -0
  2440. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/write_guard.rs +0 -0
  2441. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/write_guard_mapped.rs +0 -0
  2442. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock.rs +0 -0
  2443. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/semaphore.rs +0 -0
  2444. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/task/atomic_waker.rs +0 -0
  2445. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/task/mod.rs +0 -0
  2446. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/atomic_waker.rs +0 -0
  2447. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_atomic_waker.rs +0 -0
  2448. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_broadcast.rs +0 -0
  2449. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_list.rs +0 -0
  2450. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_mpsc.rs +0 -0
  2451. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_notify.rs +0 -0
  2452. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_oneshot.rs +0 -0
  2453. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_rwlock.rs +0 -0
  2454. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_semaphore_batch.rs +0 -0
  2455. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_watch.rs +0 -0
  2456. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/mod.rs +0 -0
  2457. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/notify.rs +0 -0
  2458. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/semaphore_batch.rs +0 -0
  2459. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/watch.rs +0 -0
  2460. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/blocking.rs +0 -0
  2461. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/builder.rs +0 -0
  2462. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/consume_budget.rs +0 -0
  2463. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/join_set.rs +0 -0
  2464. data/ext/cargo-vendor/tokio-1.24.2/src/task/local.rs +1176 -0
  2465. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/mod.rs +0 -0
  2466. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/spawn.rs +0 -0
  2467. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/task_local.rs +0 -0
  2468. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/unconstrained.rs +0 -0
  2469. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/yield_now.rs +0 -0
  2470. data/ext/cargo-vendor/tokio-1.24.2/src/time/clock.rs +258 -0
  2471. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/error.rs +0 -0
  2472. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/instant.rs +0 -0
  2473. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/interval.rs +0 -0
  2474. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/mod.rs +0 -0
  2475. data/ext/cargo-vendor/tokio-1.24.2/src/time/sleep.rs +438 -0
  2476. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/timeout.rs +0 -0
  2477. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/atomic_cell.rs +0 -0
  2478. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/bit.rs +0 -0
  2479. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/error.rs +0 -0
  2480. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/idle_notified_set.rs +0 -0
  2481. data/ext/cargo-vendor/tokio-1.24.2/src/util/linked_list.rs +694 -0
  2482. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/mod.rs +0 -0
  2483. data/ext/cargo-vendor/tokio-1.24.2/src/util/once_cell.rs +70 -0
  2484. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/pad.rs +0 -0
  2485. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/rand.rs +0 -0
  2486. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/rc_cell.rs +0 -0
  2487. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/slab.rs +0 -0
  2488. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/sync_wrapper.rs +0 -0
  2489. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/trace.rs +0 -0
  2490. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/try_lock.rs +0 -0
  2491. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/wake.rs +0 -0
  2492. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/wake_list.rs +0 -0
  2493. data/ext/cargo-vendor/tokio-1.24.2/tests/_require_full.rs +8 -0
  2494. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/async_send_sync.rs +0 -0
  2495. data/ext/cargo-vendor/tokio-1.24.2/tests/buffered.rs +50 -0
  2496. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs.rs +0 -0
  2497. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_copy.rs +0 -0
  2498. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_dir.rs +0 -0
  2499. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_file.rs +0 -0
  2500. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_link.rs +0 -0
  2501. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_async_fd.rs +0 -0
  2502. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_async_read.rs +0 -0
  2503. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_buf_reader.rs +0 -0
  2504. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_buf_writer.rs +0 -0
  2505. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_chain.rs +0 -0
  2506. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_copy.rs +0 -0
  2507. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_copy_bidirectional.rs +0 -0
  2508. data/ext/cargo-vendor/tokio-1.24.2/tests/io_driver.rs +100 -0
  2509. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_driver_drop.rs +0 -0
  2510. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_fill_buf.rs +0 -0
  2511. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_lines.rs +0 -0
  2512. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_mem_stream.rs +0 -0
  2513. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_panic.rs +0 -0
  2514. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_poll_aio.rs +0 -0
  2515. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read.rs +0 -0
  2516. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_buf.rs +0 -0
  2517. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_exact.rs +0 -0
  2518. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_line.rs +0 -0
  2519. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_to_end.rs +0 -0
  2520. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_to_string.rs +0 -0
  2521. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_until.rs +0 -0
  2522. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_split.rs +0 -0
  2523. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_take.rs +0 -0
  2524. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_util_empty.rs +0 -0
  2525. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write.rs +0 -0
  2526. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_all.rs +0 -0
  2527. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_all_buf.rs +0 -0
  2528. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_buf.rs +0 -0
  2529. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_int.rs +0 -0
  2530. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/join_handle_panic.rs +0 -0
  2531. data/ext/cargo-vendor/tokio-1.24.2/tests/macros_join.rs +155 -0
  2532. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/macros_pin.rs +0 -0
  2533. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/macros_rename_test.rs +0 -0
  2534. data/ext/cargo-vendor/tokio-1.24.2/tests/macros_select.rs +665 -0
  2535. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/macros_test.rs +0 -0
  2536. data/ext/cargo-vendor/tokio-1.24.2/tests/macros_try_join.rs +185 -0
  2537. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_bind_resource.rs +0 -0
  2538. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_lookup_host.rs +0 -0
  2539. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_named_pipe.rs +0 -0
  2540. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_panic.rs +0 -0
  2541. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/no_rt.rs +0 -0
  2542. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_arg0.rs +0 -0
  2543. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_issue_2174.rs +0 -0
  2544. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_issue_42.rs +0 -0
  2545. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_kill_on_drop.rs +0 -0
  2546. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_raw_handle.rs +0 -0
  2547. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_smoke.rs +0 -0
  2548. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_basic.rs +0 -0
  2549. data/ext/cargo-vendor/tokio-1.24.2/tests/rt_common.rs +1279 -0
  2550. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_handle_block_on.rs +0 -0
  2551. data/ext/cargo-vendor/tokio-1.24.2/tests/rt_metrics.rs +481 -0
  2552. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_panic.rs +0 -0
  2553. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_threaded.rs +0 -0
  2554. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_ctrl_c.rs +0 -0
  2555. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_drop_recv.rs +0 -0
  2556. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_drop_rt.rs +0 -0
  2557. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_drop_signal.rs +0 -0
  2558. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_multi_rt.rs +0 -0
  2559. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_no_rt.rs +0 -0
  2560. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_notify_both.rs +0 -0
  2561. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_panic.rs +0 -0
  2562. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_twice.rs +0 -0
  2563. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_usr1.rs +0 -0
  2564. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/support/io_vec.rs +0 -0
  2565. data/ext/cargo-vendor/tokio-1.24.2/tests/support/leaked_buffers.rs +26 -0
  2566. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/support/mpsc_stream.rs +0 -0
  2567. data/ext/cargo-vendor/tokio-1.24.2/tests/support/panic.rs +34 -0
  2568. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/support/signal.rs +0 -0
  2569. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_barrier.rs +0 -0
  2570. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_broadcast.rs +0 -0
  2571. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_errors.rs +0 -0
  2572. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mpsc.rs +0 -0
  2573. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mpsc_weak.rs +0 -0
  2574. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mutex.rs +0 -0
  2575. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mutex_owned.rs +0 -0
  2576. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_notify.rs +0 -0
  2577. data/ext/cargo-vendor/tokio-1.24.2/tests/sync_once_cell.rs +285 -0
  2578. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_oneshot.rs +0 -0
  2579. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_panic.rs +0 -0
  2580. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_rwlock.rs +0 -0
  2581. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_semaphore.rs +0 -0
  2582. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_semaphore_owned.rs +0 -0
  2583. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_watch.rs +0 -0
  2584. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_abort.rs +0 -0
  2585. data/ext/cargo-vendor/tokio-1.24.2/tests/task_blocking.rs +309 -0
  2586. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_builder.rs +0 -0
  2587. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_id.rs +0 -0
  2588. data/ext/cargo-vendor/tokio-1.24.2/tests/task_join_set.rs +235 -0
  2589. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_local.rs +0 -0
  2590. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_local_set.rs +0 -0
  2591. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_panic.rs +0 -0
  2592. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_accept.rs +0 -0
  2593. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_connect.rs +0 -0
  2594. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_echo.rs +0 -0
  2595. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_into_split.rs +0 -0
  2596. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_into_std.rs +0 -0
  2597. data/ext/cargo-vendor/tokio-1.24.2/tests/tcp_peek.rs +29 -0
  2598. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_shutdown.rs +0 -0
  2599. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_socket.rs +0 -0
  2600. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_split.rs +0 -0
  2601. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_stream.rs +0 -0
  2602. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/test_clock.rs +0 -0
  2603. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_interval.rs +0 -0
  2604. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_panic.rs +0 -0
  2605. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_pause.rs +0 -0
  2606. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_rt.rs +0 -0
  2607. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_sleep.rs +0 -0
  2608. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_timeout.rs +0 -0
  2609. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/udp.rs +0 -0
  2610. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_cred.rs +0 -0
  2611. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_datagram.rs +0 -0
  2612. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_split.rs +0 -0
  2613. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_stream.rs +0 -0
  2614. data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/unwindsafe.rs +0 -0
  2615. data/ext/cargo-vendor/toml-0.5.11/.cargo-checksum.json +1 -0
  2616. data/ext/cargo-vendor/toml-0.5.11/Cargo.lock +110 -0
  2617. data/ext/cargo-vendor/toml-0.5.11/Cargo.toml +98 -0
  2618. data/ext/cargo-vendor/{thiserror-impl-1.0.37 → toml-0.5.11}/LICENSE-APACHE +0 -0
  2619. data/ext/cargo-vendor/toml-0.5.11/LICENSE-MIT +25 -0
  2620. data/ext/cargo-vendor/toml-0.5.11/README.md +29 -0
  2621. data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/examples/decode.rs +0 -0
  2622. data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/examples/enum_external.rs +0 -0
  2623. data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/examples/toml2json.rs +0 -0
  2624. data/ext/cargo-vendor/toml-0.5.11/src/datetime.rs +544 -0
  2625. data/ext/cargo-vendor/toml-0.5.11/src/de.rs +2246 -0
  2626. data/ext/cargo-vendor/toml-0.5.11/src/lib.rs +176 -0
  2627. data/ext/cargo-vendor/toml-0.5.11/src/macros.rs +459 -0
  2628. data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/src/map.rs +0 -0
  2629. data/ext/cargo-vendor/toml-0.5.11/src/ser.rs +1853 -0
  2630. data/ext/cargo-vendor/toml-0.5.11/src/spanned.rs +166 -0
  2631. data/ext/cargo-vendor/toml-0.5.11/src/tokens.rs +742 -0
  2632. data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/src/value.rs +0 -0
  2633. data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/tests/enum_external_deserialize.rs +0 -0
  2634. data/ext/cargo-vendor/unicase-2.6.0/.cargo-checksum.json +1 -0
  2635. data/ext/cargo-vendor/unicase-2.6.0/Cargo.toml +30 -0
  2636. data/ext/cargo-vendor/{toml-0.5.9 → unicase-2.6.0}/LICENSE-APACHE +0 -0
  2637. data/ext/cargo-vendor/unicase-2.6.0/LICENSE-MIT +20 -0
  2638. data/ext/cargo-vendor/unicase-2.6.0/README.md +31 -0
  2639. data/ext/cargo-vendor/unicase-2.6.0/build.rs +23 -0
  2640. data/ext/cargo-vendor/unicase-2.6.0/src/ascii.rs +187 -0
  2641. data/ext/cargo-vendor/unicase-2.6.0/src/lib.rs +465 -0
  2642. data/ext/cargo-vendor/unicase-2.6.0/src/unicode/map.rs +1995 -0
  2643. data/ext/cargo-vendor/unicase-2.6.0/src/unicode/mod.rs +201 -0
  2644. data/ext/cargo-vendor/unicode-bidi-0.3.10/.cargo-checksum.json +1 -0
  2645. data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/AUTHORS +0 -0
  2646. data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/COPYRIGHT +0 -0
  2647. data/ext/cargo-vendor/unicode-bidi-0.3.10/Cargo.toml +83 -0
  2648. data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/LICENSE-APACHE +0 -0
  2649. data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/LICENSE-MIT +0 -0
  2650. data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/README.md +0 -0
  2651. data/ext/cargo-vendor/unicode-bidi-0.3.10/src/char_data/mod.rs +173 -0
  2652. data/ext/cargo-vendor/unicode-bidi-0.3.10/src/char_data/tables.rs +543 -0
  2653. data/ext/cargo-vendor/unicode-bidi-0.3.10/src/data_source.rs +46 -0
  2654. data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/src/deprecated.rs +0 -0
  2655. data/ext/cargo-vendor/unicode-bidi-0.3.10/src/explicit.rs +209 -0
  2656. data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/src/format_chars.rs +0 -0
  2657. data/ext/cargo-vendor/unicode-bidi-0.3.10/src/implicit.rs +596 -0
  2658. data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/src/level.rs +0 -0
  2659. data/ext/cargo-vendor/unicode-bidi-0.3.10/src/lib.rs +1147 -0
  2660. data/ext/cargo-vendor/unicode-bidi-0.3.10/src/prepare.rs +450 -0
  2661. data/ext/cargo-vendor/unicode-ident-1.0.6/.cargo-checksum.json +1 -0
  2662. data/ext/cargo-vendor/unicode-ident-1.0.6/Cargo.toml +58 -0
  2663. data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/LICENSE-APACHE +0 -0
  2664. data/ext/cargo-vendor/unicode-ident-1.0.6/LICENSE-MIT +23 -0
  2665. data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/LICENSE-UNICODE +0 -0
  2666. data/ext/cargo-vendor/unicode-ident-1.0.6/README.md +283 -0
  2667. data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/benches/xid.rs +0 -0
  2668. data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/src/lib.rs +0 -0
  2669. data/ext/cargo-vendor/unicode-ident-1.0.6/src/tables.rs +647 -0
  2670. data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/compare.rs +0 -0
  2671. data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/fst/mod.rs +0 -0
  2672. data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/fst/xid_continue.fst +0 -0
  2673. data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/fst/xid_start.fst +0 -0
  2674. data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/roaring/mod.rs +0 -0
  2675. data/ext/cargo-vendor/unicode-ident-1.0.6/tests/static_size.rs +95 -0
  2676. data/ext/cargo-vendor/unicode-ident-1.0.6/tests/tables/mod.rs +7 -0
  2677. data/ext/cargo-vendor/unicode-ident-1.0.6/tests/tables/tables.rs +347 -0
  2678. data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/trie/mod.rs +0 -0
  2679. data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/trie/trie.rs +0 -0
  2680. data/ext/cargo-vendor/unicode-xid-0.2.4/.cargo-checksum.json +1 -0
  2681. data/ext/cargo-vendor/unicode-xid-0.2.4/COPYRIGHT +7 -0
  2682. data/ext/cargo-vendor/unicode-xid-0.2.4/Cargo.toml +51 -0
  2683. data/ext/cargo-vendor/unicode-xid-0.2.4/LICENSE-APACHE +201 -0
  2684. data/ext/cargo-vendor/unicode-xid-0.2.4/LICENSE-MIT +25 -0
  2685. data/ext/cargo-vendor/unicode-xid-0.2.4/README.md +53 -0
  2686. data/ext/cargo-vendor/unicode-xid-0.2.4/benches/xid.rs +60 -0
  2687. data/ext/cargo-vendor/unicode-xid-0.2.4/src/lib.rs +92 -0
  2688. data/ext/cargo-vendor/unicode-xid-0.2.4/src/tables.rs +1494 -0
  2689. data/ext/cargo-vendor/unicode-xid-0.2.4/src/tests.rs +95 -0
  2690. data/ext/cargo-vendor/unicode-xid-0.2.4/tests/exhaustive_tests.rs +25 -0
  2691. data/ext/cargo-vendor/wasi-cap-std-sync-5.0.0/.cargo-checksum.json +1 -0
  2692. data/ext/cargo-vendor/wasi-cap-std-sync-5.0.0/Cargo.toml +89 -0
  2693. data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/LICENSE +0 -0
  2694. data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/README.md +0 -0
  2695. data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/clocks.rs +0 -0
  2696. data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/dir.rs +0 -0
  2697. data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/file.rs +0 -0
  2698. data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/lib.rs +0 -0
  2699. data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/net.rs +0 -0
  2700. data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/sched/unix.rs +0 -0
  2701. data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/sched/windows.rs +0 -0
  2702. data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/sched.rs +0 -0
  2703. data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/stdio.rs +0 -0
  2704. data/ext/cargo-vendor/wasi-common-5.0.0/.cargo-checksum.json +1 -0
  2705. data/ext/cargo-vendor/wasi-common-5.0.0/Cargo.toml +85 -0
  2706. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/LICENSE +0 -0
  2707. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/README.md +0 -0
  2708. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/README.md +0 -0
  2709. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/docs/README.md +0 -0
  2710. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/README.md +0 -0
  2711. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/docs.md +0 -0
  2712. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/typenames.witx +0 -0
  2713. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_args.witx +0 -0
  2714. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_clock.witx +0 -0
  2715. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_environ.witx +0 -0
  2716. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_fd.witx +0 -0
  2717. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_path.witx +0 -0
  2718. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_poll.witx +0 -0
  2719. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_proc.witx +0 -0
  2720. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_random.witx +0 -0
  2721. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_sched.witx +0 -0
  2722. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_sock.witx +0 -0
  2723. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/old/snapshot_0/docs.md +0 -0
  2724. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/old/snapshot_0/witx/typenames.witx +0 -0
  2725. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/old/snapshot_0/witx/wasi_unstable.witx +0 -0
  2726. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/docs.html +0 -0
  2727. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/docs.md +0 -0
  2728. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/witx/typenames.witx +0 -0
  2729. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/witx/wasi_snapshot_preview1.witx +0 -0
  2730. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/proposal-template/README.md +0 -0
  2731. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/proposals/README.md +0 -0
  2732. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/snapshots/README.md +0 -0
  2733. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/standard/README.md +0 -0
  2734. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/build.rs +0 -0
  2735. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/clocks.rs +0 -0
  2736. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/ctx.rs +0 -0
  2737. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/dir.rs +0 -0
  2738. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/error.rs +0 -0
  2739. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/file.rs +0 -0
  2740. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/lib.rs +0 -0
  2741. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/pipe.rs +0 -0
  2742. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/random.rs +0 -0
  2743. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/sched/subscription.rs +0 -0
  2744. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/sched.rs +0 -0
  2745. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/snapshots/mod.rs +0 -0
  2746. data/ext/cargo-vendor/wasi-common-5.0.0/src/snapshots/preview_0.rs +1169 -0
  2747. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/snapshots/preview_1/error.rs +0 -0
  2748. data/ext/cargo-vendor/wasi-common-5.0.0/src/snapshots/preview_1.rs +1711 -0
  2749. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/string_array.rs +0 -0
  2750. data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/table.rs +0 -0
  2751. data/ext/cargo-vendor/wasm-encoder-0.22.0/.cargo-checksum.json +1 -0
  2752. data/ext/cargo-vendor/wasm-encoder-0.22.0/Cargo.toml +33 -0
  2753. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/LICENSE +0 -0
  2754. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/README.md +0 -0
  2755. data/ext/cargo-vendor/wasm-encoder-0.22.0/src/component/aliases.rs +160 -0
  2756. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/canonicals.rs +0 -0
  2757. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/components.rs +0 -0
  2758. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/exports.rs +0 -0
  2759. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/imports.rs +0 -0
  2760. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/instances.rs +0 -0
  2761. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/modules.rs +0 -0
  2762. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/names.rs +0 -0
  2763. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/start.rs +0 -0
  2764. data/ext/cargo-vendor/wasm-encoder-0.22.0/src/component/types.rs +736 -0
  2765. data/ext/cargo-vendor/wasm-encoder-0.22.0/src/component.rs +137 -0
  2766. data/ext/cargo-vendor/wasm-encoder-0.22.0/src/core/code.rs +2874 -0
  2767. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/custom.rs +0 -0
  2768. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/data.rs +0 -0
  2769. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/elements.rs +0 -0
  2770. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/exports.rs +0 -0
  2771. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/functions.rs +0 -0
  2772. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/globals.rs +0 -0
  2773. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/imports.rs +0 -0
  2774. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/linking.rs +0 -0
  2775. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/memories.rs +0 -0
  2776. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/names.rs +0 -0
  2777. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/start.rs +0 -0
  2778. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/tables.rs +0 -0
  2779. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/tags.rs +0 -0
  2780. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/types.rs +0 -0
  2781. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core.rs +0 -0
  2782. data/ext/cargo-vendor/wasm-encoder-0.22.0/src/lib.rs +188 -0
  2783. data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/raw.rs +0 -0
  2784. data/ext/cargo-vendor/wasmparser-0.96.0/.cargo-checksum.json +1 -0
  2785. data/ext/cargo-vendor/wasmparser-0.96.0/Cargo.lock +682 -0
  2786. data/ext/cargo-vendor/wasmparser-0.96.0/Cargo.toml +51 -0
  2787. data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/LICENSE +0 -0
  2788. data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/README.md +0 -0
  2789. data/ext/cargo-vendor/wasmparser-0.96.0/benches/benchmark.rs +345 -0
  2790. data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/examples/simple.rs +0 -0
  2791. data/ext/cargo-vendor/wasmparser-0.96.0/src/binary_reader.rs +1673 -0
  2792. data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/lib.rs +0 -0
  2793. data/ext/cargo-vendor/wasmparser-0.96.0/src/limits.rs +57 -0
  2794. data/ext/cargo-vendor/wasmparser-0.96.0/src/parser.rs +1491 -0
  2795. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/aliases.rs +119 -0
  2796. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/canonicals.rs +95 -0
  2797. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/exports.rs +92 -0
  2798. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/imports.rs +95 -0
  2799. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/instances.rs +163 -0
  2800. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/names.rs +102 -0
  2801. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/start.rs +30 -0
  2802. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/types.rs +526 -0
  2803. data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/readers/component.rs +0 -0
  2804. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/code.rs +146 -0
  2805. data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/readers/core/custom.rs +0 -0
  2806. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/data.rs +96 -0
  2807. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/elements.rs +158 -0
  2808. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/exports.rs +65 -0
  2809. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/functions.rs +17 -0
  2810. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/globals.rs +49 -0
  2811. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/imports.rs +76 -0
  2812. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/init.rs +51 -0
  2813. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/memories.rs +56 -0
  2814. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/names.rs +153 -0
  2815. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/operators.rs +328 -0
  2816. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/producers.rs +78 -0
  2817. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/tables.rs +42 -0
  2818. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/tags.rs +32 -0
  2819. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/types.rs +243 -0
  2820. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core.rs +33 -0
  2821. data/ext/cargo-vendor/wasmparser-0.96.0/src/readers.rs +307 -0
  2822. data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/resources.rs +0 -0
  2823. data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/component.rs +2046 -0
  2824. data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/core.rs +1143 -0
  2825. data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/func.rs +333 -0
  2826. data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/operators.rs +3222 -0
  2827. data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/types.rs +2179 -0
  2828. data/ext/cargo-vendor/wasmparser-0.96.0/src/validator.rs +1483 -0
  2829. data/ext/cargo-vendor/wasmtime-5.0.0/.cargo-checksum.json +1 -0
  2830. data/ext/cargo-vendor/wasmtime-5.0.0/Cargo.toml +168 -0
  2831. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/LICENSE +0 -0
  2832. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/README.md +0 -0
  2833. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/build.rs +0 -0
  2834. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/code.rs +0 -0
  2835. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/component.rs +0 -0
  2836. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func/host.rs +0 -0
  2837. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func/options.rs +0 -0
  2838. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func/typed.rs +0 -0
  2839. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func.rs +0 -0
  2840. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/instance.rs +0 -0
  2841. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/linker.rs +0 -0
  2842. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/matching.rs +0 -0
  2843. data/ext/cargo-vendor/wasmtime-5.0.0/src/component/mod.rs +44 -0
  2844. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/storage.rs +0 -0
  2845. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/store.rs +0 -0
  2846. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/types.rs +0 -0
  2847. data/ext/cargo-vendor/wasmtime-5.0.0/src/component/values.rs +1143 -0
  2848. data/ext/cargo-vendor/wasmtime-5.0.0/src/config.rs +1906 -0
  2849. data/ext/cargo-vendor/wasmtime-5.0.0/src/engine/serialization.rs +603 -0
  2850. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/engine.rs +0 -0
  2851. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/externals.rs +0 -0
  2852. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/func/typed.rs +0 -0
  2853. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/func.rs +0 -0
  2854. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/instance.rs +0 -0
  2855. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/lib.rs +0 -0
  2856. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/limits.rs +0 -0
  2857. data/ext/cargo-vendor/wasmtime-5.0.0/src/linker.rs +1337 -0
  2858. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/memory.rs +0 -0
  2859. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/module/registry.rs +0 -0
  2860. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/module.rs +0 -0
  2861. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/ref.rs +0 -0
  2862. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/signatures.rs +0 -0
  2863. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/store/context.rs +0 -0
  2864. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/store/data.rs +0 -0
  2865. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/store.rs +0 -0
  2866. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/func.rs +0 -0
  2867. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/global.rs +0 -0
  2868. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/memory.rs +0 -0
  2869. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/table.rs +0 -0
  2870. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline.rs +0 -0
  2871. data/ext/cargo-vendor/wasmtime-5.0.0/src/trap.rs +618 -0
  2872. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/types/matching.rs +0 -0
  2873. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/types.rs +0 -0
  2874. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/unix.rs +0 -0
  2875. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/values.rs +0 -0
  2876. data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/windows.rs +0 -0
  2877. data/ext/cargo-vendor/wasmtime-asm-macros-5.0.0/.cargo-checksum.json +1 -0
  2878. data/ext/cargo-vendor/wasmtime-asm-macros-5.0.0/Cargo.toml +22 -0
  2879. data/ext/cargo-vendor/wasmtime-asm-macros-5.0.0/src/lib.rs +81 -0
  2880. data/ext/cargo-vendor/wasmtime-cache-5.0.0/.cargo-checksum.json +1 -0
  2881. data/ext/cargo-vendor/wasmtime-cache-5.0.0/Cargo.toml +73 -0
  2882. data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/LICENSE +0 -0
  2883. data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/build.rs +0 -0
  2884. data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/config/tests.rs +0 -0
  2885. data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/config.rs +0 -0
  2886. data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/lib.rs +0 -0
  2887. data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/tests.rs +0 -0
  2888. data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/worker/tests/system_time_stub.rs +0 -0
  2889. data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/worker/tests.rs +0 -0
  2890. data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/worker.rs +0 -0
  2891. data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/tests/cache_write_default_config.rs +0 -0
  2892. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/.cargo-checksum.json +1 -0
  2893. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/Cargo.toml +58 -0
  2894. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/src/bindgen.rs +158 -0
  2895. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/src/component.rs +1191 -0
  2896. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/src/lib.rs +48 -0
  2897. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/char.wit +12 -0
  2898. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/conventions.wit +39 -0
  2899. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/empty.wit +1 -0
  2900. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/flags.wit +54 -0
  2901. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/floats.wit +12 -0
  2902. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/integers.wit +39 -0
  2903. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/lists.wit +84 -0
  2904. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/many-arguments.wit +51 -0
  2905. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/multi-return.wit +13 -0
  2906. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/records.wit +60 -0
  2907. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/simple-functions.wit +16 -0
  2908. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/simple-lists.wit +13 -0
  2909. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/small-anonymous.wit +14 -0
  2910. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/smoke-default.wit +5 -0
  2911. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/smoke-export.wit +5 -0
  2912. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/smoke.wit +5 -0
  2913. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/strings.wit +11 -0
  2914. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/unions.wit +65 -0
  2915. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/variants.wit +146 -0
  2916. data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen.rs +24 -0
  2917. data/ext/cargo-vendor/wasmtime-component-util-5.0.0/.cargo-checksum.json +1 -0
  2918. data/ext/cargo-vendor/wasmtime-component-util-5.0.0/Cargo.toml +25 -0
  2919. data/ext/cargo-vendor/wasmtime-component-util-5.0.0/src/lib.rs +180 -0
  2920. data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/.cargo-checksum.json +1 -0
  2921. data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/Cargo.toml +84 -0
  2922. data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/LICENSE +0 -0
  2923. data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/SECURITY.md +0 -0
  2924. data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/builder.rs +0 -0
  2925. data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/compiler/component.rs +0 -0
  2926. data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/src/compiler.rs +1052 -0
  2927. data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/gc.rs +0 -0
  2928. data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/address_transform.rs +0 -0
  2929. data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/attr.rs +0 -0
  2930. data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/expression.rs +0 -0
  2931. data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/line_program.rs +0 -0
  2932. data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/mod.rs +0 -0
  2933. data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/range_info_builder.rs +0 -0
  2934. data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/refs.rs +0 -0
  2935. data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/simulate.rs +0 -0
  2936. data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/unit.rs +0 -0
  2937. data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/utils.rs +0 -0
  2938. data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/write_debuginfo.rs +0 -0
  2939. data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug.rs +0 -0
  2940. data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/src/func_environ.rs +2127 -0
  2941. data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/lib.rs +0 -0
  2942. data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/obj.rs +0 -0
  2943. data/ext/cargo-vendor/wasmtime-environ-5.0.0/.cargo-checksum.json +1 -0
  2944. data/ext/cargo-vendor/wasmtime-environ-5.0.0/Cargo.lock +622 -0
  2945. data/ext/cargo-vendor/wasmtime-environ-5.0.0/Cargo.toml +118 -0
  2946. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/LICENSE +0 -0
  2947. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/examples/factc.rs +0 -0
  2948. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/address_map.rs +0 -0
  2949. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/builtin.rs +0 -0
  2950. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/compilation.rs +0 -0
  2951. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/compiler.rs +0 -0
  2952. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/dfg.rs +0 -0
  2953. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/info.rs +0 -0
  2954. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/translate/adapt.rs +0 -0
  2955. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/translate/inline.rs +0 -0
  2956. data/ext/cargo-vendor/wasmtime-environ-5.0.0/src/component/translate.rs +1027 -0
  2957. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/types.rs +0 -0
  2958. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/vmcomponent_offsets.rs +0 -0
  2959. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component.rs +0 -0
  2960. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/core_types.rs +0 -0
  2961. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/signature.rs +0 -0
  2962. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/trampoline.rs +0 -0
  2963. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/transcode.rs +0 -0
  2964. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/traps.rs +0 -0
  2965. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact.rs +0 -0
  2966. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/lib.rs +0 -0
  2967. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/module.rs +0 -0
  2968. data/ext/cargo-vendor/wasmtime-environ-5.0.0/src/module_environ.rs +841 -0
  2969. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/module_types.rs +0 -0
  2970. data/ext/cargo-vendor/wasmtime-environ-5.0.0/src/obj.rs +130 -0
  2971. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/ref_bits.rs +0 -0
  2972. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/scopevec.rs +0 -0
  2973. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/stack_map.rs +0 -0
  2974. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/trap_encoding.rs +0 -0
  2975. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/tunables.rs +0 -0
  2976. data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/vmoffsets.rs +0 -0
  2977. data/ext/cargo-vendor/wasmtime-fiber-5.0.0/.cargo-checksum.json +1 -0
  2978. data/ext/cargo-vendor/wasmtime-fiber-5.0.0/Cargo.toml +46 -0
  2979. data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/LICENSE +0 -0
  2980. data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/build.rs +0 -0
  2981. data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/lib.rs +0 -0
  2982. data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix/aarch64.rs +184 -0
  2983. data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/unix/arm.rs +0 -0
  2984. data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix/riscv64.rs +158 -0
  2985. data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/unix/s390x.S +0 -0
  2986. data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/unix/x86.rs +0 -0
  2987. data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix/x86_64.rs +160 -0
  2988. data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix.rs +199 -0
  2989. data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/windows.c +0 -0
  2990. data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/windows.rs +0 -0
  2991. data/ext/cargo-vendor/wasmtime-jit-5.0.0/.cargo-checksum.json +1 -0
  2992. data/ext/cargo-vendor/wasmtime-jit-5.0.0/Cargo.toml +103 -0
  2993. data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/LICENSE +0 -0
  2994. data/ext/cargo-vendor/wasmtime-jit-5.0.0/src/code_memory.rs +258 -0
  2995. data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/debug.rs +0 -0
  2996. data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/demangling.rs +0 -0
  2997. data/ext/cargo-vendor/wasmtime-jit-5.0.0/src/instantiate.rs +698 -0
  2998. data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/lib.rs +0 -0
  2999. data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/jitdump_disabled.rs +0 -0
  3000. data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/jitdump_linux.rs +0 -0
  3001. data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/vtune.rs +0 -0
  3002. data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/vtune_disabled.rs +0 -0
  3003. data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling.rs +0 -0
  3004. data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/unwind/systemv.rs +0 -0
  3005. data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/unwind/winx64.rs +0 -0
  3006. data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/unwind.rs +0 -0
  3007. data/ext/cargo-vendor/wasmtime-jit-debug-5.0.0/.cargo-checksum.json +1 -0
  3008. data/ext/cargo-vendor/wasmtime-jit-debug-5.0.0/Cargo.toml +58 -0
  3009. data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/README.md +0 -0
  3010. data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/src/gdb_jit_int.rs +0 -0
  3011. data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/src/lib.rs +0 -0
  3012. data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/src/perf_jitdump.rs +0 -0
  3013. data/ext/cargo-vendor/wasmtime-jit-icache-coherence-5.0.0/.cargo-checksum.json +1 -0
  3014. data/ext/cargo-vendor/wasmtime-jit-icache-coherence-5.0.0/Cargo.toml +34 -0
  3015. data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-3.0.0 → wasmtime-jit-icache-coherence-5.0.0}/src/lib.rs +0 -0
  3016. data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-3.0.0 → wasmtime-jit-icache-coherence-5.0.0}/src/libc.rs +0 -0
  3017. data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-3.0.0 → wasmtime-jit-icache-coherence-5.0.0}/src/win.rs +0 -0
  3018. data/ext/cargo-vendor/wasmtime-runtime-5.0.0/.cargo-checksum.json +1 -0
  3019. data/ext/cargo-vendor/wasmtime-runtime-5.0.0/Cargo.toml +110 -0
  3020. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/LICENSE +0 -0
  3021. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/build.rs +0 -0
  3022. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/component/transcode.rs +0 -0
  3023. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/component.rs +0 -0
  3024. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/cow.rs +0 -0
  3025. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/debug_builtins.rs +0 -0
  3026. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/export.rs +0 -0
  3027. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/externref.rs +0 -0
  3028. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/helpers.c +0 -0
  3029. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/imports.rs +0 -0
  3030. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling/index_allocator.rs +0 -0
  3031. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling/unix.rs +0 -0
  3032. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling/windows.rs +0 -0
  3033. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling.rs +0 -0
  3034. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator.rs +0 -0
  3035. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance.rs +0 -0
  3036. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/lib.rs +0 -0
  3037. data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/libcalls.rs +494 -0
  3038. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/memory.rs +0 -0
  3039. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/mmap.rs +0 -0
  3040. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/mmap_vec.rs +0 -0
  3041. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/module_id.rs +0 -0
  3042. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/parking_spot.rs +0 -0
  3043. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/table.rs +0 -0
  3044. data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/trampolines/aarch64.rs +122 -0
  3045. data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/trampolines/riscv64.rs +120 -0
  3046. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/trampolines/s390x.S +0 -0
  3047. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/trampolines/s390x.rs +0 -0
  3048. data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/trampolines/x86_64.rs +142 -0
  3049. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/trampolines.rs +0 -0
  3050. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/aarch64.rs +0 -0
  3051. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/riscv64.rs +0 -0
  3052. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/s390x.rs +0 -0
  3053. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/x86_64.rs +0 -0
  3054. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace.rs +0 -0
  3055. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/macos.rs +0 -0
  3056. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/unix.rs +0 -0
  3057. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/windows.rs +0 -0
  3058. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers.rs +0 -0
  3059. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/vmcontext/vm_host_func_context.rs +0 -0
  3060. data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/vmcontext.rs +0 -0
  3061. data/ext/cargo-vendor/wasmtime-types-5.0.0/.cargo-checksum.json +1 -0
  3062. data/ext/cargo-vendor/wasmtime-types-5.0.0/Cargo.toml +34 -0
  3063. data/ext/cargo-vendor/{wasmtime-types-4.0.0 → wasmtime-types-5.0.0}/LICENSE +0 -0
  3064. data/ext/cargo-vendor/{wasmtime-types-4.0.0 → wasmtime-types-5.0.0}/src/error.rs +0 -0
  3065. data/ext/cargo-vendor/{wasmtime-types-4.0.0 → wasmtime-types-5.0.0}/src/lib.rs +0 -0
  3066. data/ext/cargo-vendor/wasmtime-wasi-5.0.0/.cargo-checksum.json +1 -0
  3067. data/ext/cargo-vendor/wasmtime-wasi-5.0.0/Cargo.toml +63 -0
  3068. data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/LICENSE +0 -0
  3069. data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/README.md +0 -0
  3070. data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/build.rs +0 -0
  3071. data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/src/lib.rs +0 -0
  3072. data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/.cargo-checksum.json +1 -0
  3073. data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/Cargo.toml +29 -0
  3074. data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/lib.rs +1182 -0
  3075. data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/rust.rs +412 -0
  3076. data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/source.rs +130 -0
  3077. data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/types.rs +207 -0
  3078. data/ext/cargo-vendor/wast-52.0.1/.cargo-checksum.json +1 -0
  3079. data/ext/cargo-vendor/wast-52.0.1/Cargo.toml +50 -0
  3080. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/LICENSE +0 -0
  3081. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/README.md +0 -0
  3082. data/ext/cargo-vendor/wast-52.0.1/src/component/alias.rs +253 -0
  3083. data/ext/cargo-vendor/wast-52.0.1/src/component/binary.rs +949 -0
  3084. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/component.rs +0 -0
  3085. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/custom.rs +0 -0
  3086. data/ext/cargo-vendor/wast-52.0.1/src/component/expand.rs +851 -0
  3087. data/ext/cargo-vendor/wast-52.0.1/src/component/export.rs +213 -0
  3088. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/func.rs +0 -0
  3089. data/ext/cargo-vendor/wast-52.0.1/src/component/import.rs +176 -0
  3090. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/instance.rs +0 -0
  3091. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/item_ref.rs +0 -0
  3092. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/module.rs +0 -0
  3093. data/ext/cargo-vendor/wast-52.0.1/src/component/resolve.rs +968 -0
  3094. data/ext/cargo-vendor/wast-52.0.1/src/component/types.rs +965 -0
  3095. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/wast.rs +0 -0
  3096. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component.rs +0 -0
  3097. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/binary.rs +0 -0
  3098. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/custom.rs +0 -0
  3099. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/export.rs +0 -0
  3100. data/ext/cargo-vendor/wast-52.0.1/src/core/expr.rs +1892 -0
  3101. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/func.rs +0 -0
  3102. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/global.rs +0 -0
  3103. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/import.rs +0 -0
  3104. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/memory.rs +0 -0
  3105. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/module.rs +0 -0
  3106. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/deinline_import_export.rs +0 -0
  3107. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/mod.rs +0 -0
  3108. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/names.rs +0 -0
  3109. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/types.rs +0 -0
  3110. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/table.rs +0 -0
  3111. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/tag.rs +0 -0
  3112. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/types.rs +0 -0
  3113. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/wast.rs +0 -0
  3114. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core.rs +0 -0
  3115. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/encode.rs +0 -0
  3116. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/error.rs +0 -0
  3117. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/gensym.rs +0 -0
  3118. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/lexer.rs +0 -0
  3119. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/lib.rs +0 -0
  3120. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/names.rs +0 -0
  3121. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/parser.rs +0 -0
  3122. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/token.rs +0 -0
  3123. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/wast.rs +0 -0
  3124. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/wat.rs +0 -0
  3125. data/ext/cargo-vendor/wast-52.0.1/tests/annotations.rs +200 -0
  3126. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/comments.rs +0 -0
  3127. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-index.wat +0 -0
  3128. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-index.wat.err +0 -0
  3129. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name.wat +0 -0
  3130. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name.wat.err +0 -0
  3131. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name2.wat +0 -0
  3132. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name2.wat.err +0 -0
  3133. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name3.wat +0 -0
  3134. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name3.wat.err +0 -0
  3135. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block1.wat +0 -0
  3136. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block1.wat.err +0 -0
  3137. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block2.wat +0 -0
  3138. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block2.wat.err +0 -0
  3139. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block3.wat +0 -0
  3140. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block3.wat.err +0 -0
  3141. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment0.wat +0 -0
  3142. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment0.wat.err +0 -0
  3143. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment1.wat +0 -0
  3144. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment1.wat.err +0 -0
  3145. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment2.wat +0 -0
  3146. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment2.wat.err +0 -0
  3147. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment3.wat +0 -0
  3148. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment3.wat.err +0 -0
  3149. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment4.wat +0 -0
  3150. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment4.wat.err +0 -0
  3151. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment5.wat +0 -0
  3152. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment5.wat.err +0 -0
  3153. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment6.wat +0 -0
  3154. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment6.wat.err +0 -0
  3155. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment7.wat +0 -0
  3156. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment7.wat.err +0 -0
  3157. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment8.wat +0 -0
  3158. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment8.wat.err +0 -0
  3159. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment0.wat +0 -0
  3160. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment0.wat.err +0 -0
  3161. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment1.wat +0 -0
  3162. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment1.wat.err +0 -0
  3163. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment2.wat +0 -0
  3164. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment2.wat.err +0 -0
  3165. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment3.wat +0 -0
  3166. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment3.wat.err +0 -0
  3167. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment4.wat +0 -0
  3168. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment4.wat.err +0 -0
  3169. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment5.wat +0 -0
  3170. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment5.wat.err +0 -0
  3171. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment6.wat +0 -0
  3172. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment6.wat.err +0 -0
  3173. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment7.wat +0 -0
  3174. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment7.wat.err +0 -0
  3175. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment8.wat +0 -0
  3176. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment8.wat.err +0 -0
  3177. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string0.wat +0 -0
  3178. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string0.wat.err +0 -0
  3179. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string1.wat +0 -0
  3180. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string1.wat.err +0 -0
  3181. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string2.wat +0 -0
  3182. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string2.wat.err +0 -0
  3183. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string3.wat +0 -0
  3184. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string3.wat.err +0 -0
  3185. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string4.wat +0 -0
  3186. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string4.wat.err +0 -0
  3187. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string5.wat +0 -0
  3188. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string5.wat.err +0 -0
  3189. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string6.wat +0 -0
  3190. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string6.wat.err +0 -0
  3191. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string7.wat +0 -0
  3192. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string7.wat.err +0 -0
  3193. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string8.wat +0 -0
  3194. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string8.wat.err +0 -0
  3195. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/inline1.wat +0 -0
  3196. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/inline1.wat.err +0 -0
  3197. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/newline-in-string.wat +0 -0
  3198. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/newline-in-string.wat.err +0 -0
  3199. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string1.wat +0 -0
  3200. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string1.wat.err +0 -0
  3201. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string10.wat +0 -0
  3202. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string10.wat.err +0 -0
  3203. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string11.wat +0 -0
  3204. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string11.wat.err +0 -0
  3205. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string12.wat +0 -0
  3206. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string12.wat.err +0 -0
  3207. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string13.wat +0 -0
  3208. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string13.wat.err +0 -0
  3209. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string14.wat +0 -0
  3210. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string14.wat.err +0 -0
  3211. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string15.wat +0 -0
  3212. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string15.wat.err +0 -0
  3213. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string16.wat +0 -0
  3214. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string16.wat.err +0 -0
  3215. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string2.wat +0 -0
  3216. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string2.wat.err +0 -0
  3217. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string3.wat +0 -0
  3218. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string3.wat.err +0 -0
  3219. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string4.wat +0 -0
  3220. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string4.wat.err +0 -0
  3221. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string5.wat +0 -0
  3222. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string5.wat.err +0 -0
  3223. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string6.wat +0 -0
  3224. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string6.wat.err +0 -0
  3225. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string7.wat +0 -0
  3226. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string7.wat.err +0 -0
  3227. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string8.wat +0 -0
  3228. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string8.wat.err +0 -0
  3229. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string9.wat +0 -0
  3230. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string9.wat.err +0 -0
  3231. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/unbalanced.wat +0 -0
  3232. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/unbalanced.wat.err +0 -0
  3233. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail.rs +0 -0
  3234. data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/recursive.rs +0 -0
  3235. data/ext/cargo-vendor/wat-1.0.55/.cargo-checksum.json +1 -0
  3236. data/ext/cargo-vendor/wat-1.0.55/Cargo.toml +27 -0
  3237. data/ext/cargo-vendor/{wat-1.0.52 → wat-1.0.55}/LICENSE +0 -0
  3238. data/ext/cargo-vendor/{wat-1.0.52 → wat-1.0.55}/README.md +0 -0
  3239. data/ext/cargo-vendor/{wat-1.0.52 → wat-1.0.55}/src/lib.rs +0 -0
  3240. data/ext/cargo-vendor/wiggle-5.0.0/.cargo-checksum.json +1 -0
  3241. data/ext/cargo-vendor/wiggle-5.0.0/Cargo.toml +109 -0
  3242. data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/LICENSE +0 -0
  3243. data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/README.md +0 -0
  3244. data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/borrow.rs +0 -0
  3245. data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/error.rs +0 -0
  3246. data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/guest_type.rs +0 -0
  3247. data/ext/cargo-vendor/wiggle-5.0.0/src/lib.rs +1186 -0
  3248. data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/region.rs +0 -0
  3249. data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/wasmtime.rs +0 -0
  3250. data/ext/cargo-vendor/wiggle-generate-5.0.0/.cargo-checksum.json +1 -0
  3251. data/ext/cargo-vendor/wiggle-generate-5.0.0/Cargo.toml +61 -0
  3252. data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/LICENSE +0 -0
  3253. data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/README.md +0 -0
  3254. data/ext/cargo-vendor/wiggle-generate-5.0.0/src/codegen_settings.rs +151 -0
  3255. data/ext/cargo-vendor/wiggle-generate-5.0.0/src/config.rs +696 -0
  3256. data/ext/cargo-vendor/wiggle-generate-5.0.0/src/funcs.rs +435 -0
  3257. data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/lib.rs +0 -0
  3258. data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/lifetimes.rs +0 -0
  3259. data/ext/cargo-vendor/wiggle-generate-5.0.0/src/module_trait.rs +102 -0
  3260. data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/names.rs +0 -0
  3261. data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/error.rs +0 -0
  3262. data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/flags.rs +0 -0
  3263. data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/handle.rs +0 -0
  3264. data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/mod.rs +0 -0
  3265. data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/record.rs +0 -0
  3266. data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/variant.rs +0 -0
  3267. data/ext/cargo-vendor/wiggle-generate-5.0.0/src/wasmtime.rs +170 -0
  3268. data/ext/cargo-vendor/wiggle-macro-5.0.0/.cargo-checksum.json +1 -0
  3269. data/ext/cargo-vendor/wiggle-macro-5.0.0/Cargo.toml +55 -0
  3270. data/ext/cargo-vendor/{wiggle-macro-4.0.0 → wiggle-macro-5.0.0}/LICENSE +0 -0
  3271. data/ext/cargo-vendor/wiggle-macro-5.0.0/src/lib.rs +210 -0
  3272. data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/.cargo-checksum.json +1 -0
  3273. data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/Cargo.toml +23 -0
  3274. data/ext/cargo-vendor/{windows_aarch64_gnullvm-0.42.0 → windows_aarch64_gnullvm-0.42.1}/build.rs +0 -0
  3275. data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/lib/libwindows.a +0 -0
  3276. data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/license-apache-2.0 +201 -0
  3277. data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/license-mit +21 -0
  3278. data/ext/cargo-vendor/{windows_aarch64_gnullvm-0.42.0 → windows_aarch64_gnullvm-0.42.1}/src/lib.rs +0 -0
  3279. data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/.cargo-checksum.json +1 -0
  3280. data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/Cargo.toml +23 -0
  3281. data/ext/cargo-vendor/{windows_aarch64_msvc-0.42.0 → windows_aarch64_msvc-0.42.1}/build.rs +0 -0
  3282. data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/lib/windows.lib +0 -0
  3283. data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/license-apache-2.0 +201 -0
  3284. data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/license-mit +21 -0
  3285. data/ext/cargo-vendor/{windows_aarch64_msvc-0.42.0 → windows_aarch64_msvc-0.42.1}/src/lib.rs +0 -0
  3286. data/ext/cargo-vendor/windows_i686_gnu-0.42.1/.cargo-checksum.json +1 -0
  3287. data/ext/cargo-vendor/windows_i686_gnu-0.42.1/Cargo.toml +23 -0
  3288. data/ext/cargo-vendor/{windows_i686_gnu-0.42.0 → windows_i686_gnu-0.42.1}/build.rs +0 -0
  3289. data/ext/cargo-vendor/windows_i686_gnu-0.42.1/lib/libwindows.a +0 -0
  3290. data/ext/cargo-vendor/windows_i686_gnu-0.42.1/license-apache-2.0 +201 -0
  3291. data/ext/cargo-vendor/windows_i686_gnu-0.42.1/license-mit +21 -0
  3292. data/ext/cargo-vendor/{windows_i686_gnu-0.42.0 → windows_i686_gnu-0.42.1}/src/lib.rs +0 -0
  3293. data/ext/cargo-vendor/windows_i686_msvc-0.42.1/.cargo-checksum.json +1 -0
  3294. data/ext/cargo-vendor/windows_i686_msvc-0.42.1/Cargo.toml +23 -0
  3295. data/ext/cargo-vendor/{windows_i686_msvc-0.42.0 → windows_i686_msvc-0.42.1}/build.rs +0 -0
  3296. data/ext/cargo-vendor/windows_i686_msvc-0.42.1/lib/windows.lib +0 -0
  3297. data/ext/cargo-vendor/windows_i686_msvc-0.42.1/license-apache-2.0 +201 -0
  3298. data/ext/cargo-vendor/windows_i686_msvc-0.42.1/license-mit +21 -0
  3299. data/ext/cargo-vendor/{windows_i686_msvc-0.42.0 → windows_i686_msvc-0.42.1}/src/lib.rs +0 -0
  3300. data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/.cargo-checksum.json +1 -0
  3301. data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/Cargo.toml +23 -0
  3302. data/ext/cargo-vendor/{windows_x86_64_gnu-0.42.0 → windows_x86_64_gnu-0.42.1}/build.rs +0 -0
  3303. data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/lib/libwindows.a +0 -0
  3304. data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/license-apache-2.0 +201 -0
  3305. data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/license-mit +21 -0
  3306. data/ext/cargo-vendor/{windows_x86_64_gnu-0.42.0 → windows_x86_64_gnu-0.42.1}/src/lib.rs +0 -0
  3307. data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/.cargo-checksum.json +1 -0
  3308. data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/Cargo.toml +23 -0
  3309. data/ext/cargo-vendor/{windows_x86_64_gnullvm-0.42.0 → windows_x86_64_gnullvm-0.42.1}/build.rs +0 -0
  3310. data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/lib/libwindows.a +0 -0
  3311. data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/license-apache-2.0 +201 -0
  3312. data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/license-mit +21 -0
  3313. data/ext/cargo-vendor/{windows_x86_64_gnullvm-0.42.0 → windows_x86_64_gnullvm-0.42.1}/src/lib.rs +0 -0
  3314. data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/.cargo-checksum.json +1 -0
  3315. data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/Cargo.toml +23 -0
  3316. data/ext/cargo-vendor/{windows_x86_64_msvc-0.42.0 → windows_x86_64_msvc-0.42.1}/build.rs +0 -0
  3317. data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/lib/windows.lib +0 -0
  3318. data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/license-apache-2.0 +201 -0
  3319. data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/license-mit +21 -0
  3320. data/ext/cargo-vendor/{windows_x86_64_msvc-0.42.0 → windows_x86_64_msvc-0.42.1}/src/lib.rs +0 -0
  3321. data/ext/cargo-vendor/wit-parser-0.3.1/.cargo-checksum.json +1 -0
  3322. data/ext/cargo-vendor/wit-parser-0.3.1/Cargo.toml +54 -0
  3323. data/ext/cargo-vendor/wit-parser-0.3.1/README.md +13 -0
  3324. data/ext/cargo-vendor/wit-parser-0.3.1/src/abi.rs +2140 -0
  3325. data/ext/cargo-vendor/wit-parser-0.3.1/src/ast/lex.rs +747 -0
  3326. data/ext/cargo-vendor/wit-parser-0.3.1/src/ast/resolve.rs +589 -0
  3327. data/ext/cargo-vendor/wit-parser-0.3.1/src/ast.rs +827 -0
  3328. data/ext/cargo-vendor/wit-parser-0.3.1/src/lib.rs +683 -0
  3329. data/ext/cargo-vendor/wit-parser-0.3.1/src/sizealign.rs +137 -0
  3330. data/ext/cargo-vendor/wit-parser-0.3.1/tests/all.rs +426 -0
  3331. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/comments.wit +23 -0
  3332. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/comments.wit.result +22 -0
  3333. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/embedded.wit.md +32 -0
  3334. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/embedded.wit.md.result +24 -0
  3335. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/empty.wit +0 -0
  3336. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/empty.wit.result +1 -0
  3337. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/functions.wit +12 -0
  3338. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/functions.wit.result +103 -0
  3339. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/alias-no-type.wit +4 -0
  3340. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/alias-no-type.wit.result +5 -0
  3341. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/async.wit.result +5 -0
  3342. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/async1.wit.result +5 -0
  3343. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/bad-list.wit +7 -0
  3344. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/bad-list.wit.result +5 -0
  3345. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle.wit +5 -0
  3346. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle.wit.result +5 -0
  3347. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle2.wit +6 -0
  3348. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle2.wit.result +5 -0
  3349. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle3.wit +6 -0
  3350. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle3.wit.result +5 -0
  3351. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle4.wit +6 -0
  3352. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle4.wit.result +5 -0
  3353. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle5.wit +6 -0
  3354. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle5.wit.result +5 -0
  3355. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/dangling-type.wit +5 -0
  3356. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/dangling-type.wit.result +5 -0
  3357. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-functions.wit +6 -0
  3358. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-functions.wit.result +5 -0
  3359. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-interface.wit +4 -0
  3360. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-interface.wit.result +5 -0
  3361. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-type.wit +6 -0
  3362. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-type.wit.result +5 -0
  3363. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-value.wit +6 -0
  3364. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-value.wit.result +5 -0
  3365. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-enum.wit +5 -0
  3366. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-enum.wit.result +5 -0
  3367. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-union.wit +5 -0
  3368. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-union.wit.result +5 -0
  3369. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-variant1.wit +5 -0
  3370. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-variant1.wit.result +5 -0
  3371. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-md.md +7 -0
  3372. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-md.wit.result +5 -0
  3373. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-toplevel.wit +5 -0
  3374. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-toplevel.wit.result +5 -0
  3375. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/keyword.wit +5 -0
  3376. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/keyword.wit.result +5 -0
  3377. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/undefined-typed.wit +5 -0
  3378. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/undefined-typed.wit.result +5 -0
  3379. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/unknown-interface.wit +5 -0
  3380. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/unknown-interface.wit.result +5 -0
  3381. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/unterminated-string.wit.result +5 -0
  3382. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default1.wit +5 -0
  3383. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default1.wit.result +5 -0
  3384. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default2.wit +6 -0
  3385. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default2.wit.result +5 -0
  3386. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default3.wit +8 -0
  3387. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default3.wit.result +5 -0
  3388. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields.wit +9 -0
  3389. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields.wit.result +5 -0
  3390. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields2.wit +6 -0
  3391. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields2.wit.result +5 -0
  3392. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/shared-types.wit +8 -0
  3393. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/shared-types.wit.result +56 -0
  3394. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/type-then-eof.wit +3 -0
  3395. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/type-then-eof.wit.result +16 -0
  3396. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/types.wit +59 -0
  3397. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/types.wit.result +474 -0
  3398. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/values.wit +6 -0
  3399. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/values.wit.result +45 -0
  3400. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/wasi.wit +176 -0
  3401. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/wasi.wit.result +109 -0
  3402. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/world-default.wit +7 -0
  3403. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/world-default.wit.result +29 -0
  3404. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/worlds.wit +18 -0
  3405. data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/worlds.wit.result +72 -0
  3406. data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/.cargo-checksum.json +1 -0
  3407. data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/.cargo_vcs_info.json +6 -0
  3408. data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/Cargo.toml +84 -0
  3409. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/LICENSE +0 -0
  3410. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/LICENSE.Apache-2.0 +0 -0
  3411. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/LICENSE.BSD-3-Clause +0 -0
  3412. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/LICENSE.Mit +0 -0
  3413. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/Readme.md +0 -0
  3414. data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/build.rs +259 -0
  3415. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zdict.rs +0 -0
  3416. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zdict_experimental.rs +0 -0
  3417. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zdict_std.rs +0 -0
  3418. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zdict_std_experimental.rs +0 -0
  3419. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zstd.rs +0 -0
  3420. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zstd_experimental.rs +0 -0
  3421. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zstd_std.rs +0 -0
  3422. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zstd_std_experimental.rs +0 -0
  3423. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/lib.rs +0 -0
  3424. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/wasm_shim.rs +0 -0
  3425. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/test_it.sh +0 -0
  3426. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/update_bindings.sh +0 -0
  3427. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/update_zstd.sh +0 -0
  3428. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/wasm-shim/stdlib.h +0 -0
  3429. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/wasm-shim/string.h +0 -0
  3430. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zdict.h +0 -0
  3431. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/COPYING +0 -0
  3432. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/LICENSE +0 -0
  3433. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/bitstream.h +0 -0
  3434. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/compiler.h +0 -0
  3435. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/cpu.h +0 -0
  3436. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/debug.c +0 -0
  3437. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/debug.h +0 -0
  3438. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/entropy_common.c +0 -0
  3439. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/error_private.c +0 -0
  3440. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/error_private.h +0 -0
  3441. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/fse.h +0 -0
  3442. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/fse_decompress.c +0 -0
  3443. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/huf.h +0 -0
  3444. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/mem.h +0 -0
  3445. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/pool.c +0 -0
  3446. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/pool.h +0 -0
  3447. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/portability_macros.h +0 -0
  3448. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/threading.c +0 -0
  3449. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/threading.h +0 -0
  3450. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/xxhash.c +0 -0
  3451. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/xxhash.h +0 -0
  3452. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/zstd_common.c +0 -0
  3453. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/zstd_deps.h +0 -0
  3454. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/zstd_internal.h +0 -0
  3455. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/zstd_trace.h +0 -0
  3456. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/clevels.h +0 -0
  3457. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/fse_compress.c +0 -0
  3458. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/hist.c +0 -0
  3459. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/hist.h +0 -0
  3460. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/huf_compress.c +0 -0
  3461. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress.c +0 -0
  3462. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_internal.h +0 -0
  3463. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_literals.c +0 -0
  3464. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_literals.h +0 -0
  3465. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_sequences.c +0 -0
  3466. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_sequences.h +0 -0
  3467. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_superblock.c +0 -0
  3468. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_superblock.h +0 -0
  3469. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_cwksp.h +0 -0
  3470. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_double_fast.c +0 -0
  3471. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_double_fast.h +0 -0
  3472. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_fast.c +0 -0
  3473. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_fast.h +0 -0
  3474. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_lazy.c +0 -0
  3475. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_lazy.h +0 -0
  3476. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_ldm.c +0 -0
  3477. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_ldm.h +0 -0
  3478. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_ldm_geartab.h +0 -0
  3479. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_opt.c +0 -0
  3480. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_opt.h +0 -0
  3481. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstdmt_compress.c +0 -0
  3482. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstdmt_compress.h +0 -0
  3483. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/huf_decompress.c +0 -0
  3484. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/huf_decompress_amd64.S +0 -0
  3485. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_ddict.c +0 -0
  3486. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_ddict.h +0 -0
  3487. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_decompress.c +0 -0
  3488. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_decompress_block.c +0 -0
  3489. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_decompress_block.h +0 -0
  3490. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_decompress_internal.h +0 -0
  3491. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/deprecated/zbuff.h +0 -0
  3492. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/deprecated/zbuff_common.c +0 -0
  3493. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/deprecated/zbuff_compress.c +0 -0
  3494. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/deprecated/zbuff_decompress.c +0 -0
  3495. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/cover.c +0 -0
  3496. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/cover.h +0 -0
  3497. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/divsufsort.c +0 -0
  3498. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/divsufsort.h +0 -0
  3499. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/fastcover.c +0 -0
  3500. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/zdict.c +0 -0
  3501. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_legacy.h +0 -0
  3502. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v01.c +0 -0
  3503. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v01.h +0 -0
  3504. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v02.c +0 -0
  3505. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v02.h +0 -0
  3506. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v03.c +0 -0
  3507. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v03.h +0 -0
  3508. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v04.c +0 -0
  3509. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v04.h +0 -0
  3510. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v05.c +0 -0
  3511. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v05.h +0 -0
  3512. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v06.c +0 -0
  3513. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v06.h +0 -0
  3514. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v07.c +0 -0
  3515. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v07.h +0 -0
  3516. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/zdict.h +0 -0
  3517. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/zstd.h +0 -0
  3518. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/zstd_errors.h +0 -0
  3519. data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd.h +0 -0
  3520. data/ext/src/ruby_api/memory/unsafe_slice.rs +197 -0
  3521. data/ext/src/ruby_api/memory.rs +64 -2
  3522. data/ext/src/ruby_api/store.rs +19 -4
  3523. data/lib/wasmtime/version.rb +1 -1
  3524. metadata +3519 -3259
  3525. data/ext/cargo-vendor/async-trait-0.1.59/.cargo-checksum.json +0 -1
  3526. data/ext/cargo-vendor/async-trait-0.1.59/Cargo.toml +0 -62
  3527. data/ext/cargo-vendor/async-trait-0.1.59/README.md +0 -262
  3528. data/ext/cargo-vendor/async-trait-0.1.59/build.rs +0 -29
  3529. data/ext/cargo-vendor/async-trait-0.1.59/src/expand.rs +0 -473
  3530. data/ext/cargo-vendor/async-trait-0.1.59/src/lifetime.rs +0 -115
  3531. data/ext/cargo-vendor/async-trait-0.1.59/tests/test.rs +0 -1463
  3532. data/ext/cargo-vendor/atty-0.2.14/.cargo-checksum.json +0 -1
  3533. data/ext/cargo-vendor/atty-0.2.14/CHANGELOG.md +0 -73
  3534. data/ext/cargo-vendor/atty-0.2.14/Cargo.lock +0 -49
  3535. data/ext/cargo-vendor/atty-0.2.14/Cargo.toml +0 -34
  3536. data/ext/cargo-vendor/atty-0.2.14/LICENSE +0 -20
  3537. data/ext/cargo-vendor/atty-0.2.14/README.md +0 -74
  3538. data/ext/cargo-vendor/atty-0.2.14/examples/atty.rs +0 -9
  3539. data/ext/cargo-vendor/atty-0.2.14/rustfmt.toml +0 -4
  3540. data/ext/cargo-vendor/atty-0.2.14/src/lib.rs +0 -210
  3541. data/ext/cargo-vendor/bumpalo-3.11.1/.cargo-checksum.json +0 -1
  3542. data/ext/cargo-vendor/bumpalo-3.11.1/CHANGELOG.md +0 -637
  3543. data/ext/cargo-vendor/bumpalo-3.11.1/Cargo.toml +0 -67
  3544. data/ext/cargo-vendor/bumpalo-3.11.1/src/boxed.rs +0 -684
  3545. data/ext/cargo-vendor/bumpalo-3.11.1/src/collections/string.rs +0 -2123
  3546. data/ext/cargo-vendor/bumpalo-3.11.1/src/collections/vec.rs +0 -2594
  3547. data/ext/cargo-vendor/bumpalo-3.11.1/src/lib.rs +0 -2019
  3548. data/ext/cargo-vendor/cap-fs-ext-1.0.2/.cargo-checksum.json +0 -1
  3549. data/ext/cargo-vendor/cap-fs-ext-1.0.2/Cargo.toml +0 -63
  3550. data/ext/cargo-vendor/cap-primitives-1.0.3/.cargo-checksum.json +0 -1
  3551. data/ext/cargo-vendor/cap-primitives-1.0.3/Cargo.toml +0 -79
  3552. data/ext/cargo-vendor/cap-primitives-1.0.3/src/fs/via_parent/rename.rs +0 -31
  3553. data/ext/cargo-vendor/cap-primitives-1.0.3/src/rustix/fs/dir_utils.rs +0 -218
  3554. data/ext/cargo-vendor/cap-rand-1.0.2/.cargo-checksum.json +0 -1
  3555. data/ext/cargo-vendor/cap-rand-1.0.2/Cargo.toml +0 -38
  3556. data/ext/cargo-vendor/cap-std-1.0.3/.cargo-checksum.json +0 -1
  3557. data/ext/cargo-vendor/cap-std-1.0.3/Cargo.toml +0 -70
  3558. data/ext/cargo-vendor/cap-std-1.0.3/src/fs/dir.rs +0 -843
  3559. data/ext/cargo-vendor/cap-std-1.0.3/src/fs_utf8/dir.rs +0 -764
  3560. data/ext/cargo-vendor/cap-time-ext-1.0.2/.cargo-checksum.json +0 -1
  3561. data/ext/cargo-vendor/cap-time-ext-1.0.2/Cargo.toml +0 -42
  3562. data/ext/cargo-vendor/cc-1.0.77/.cargo-checksum.json +0 -1
  3563. data/ext/cargo-vendor/cc-1.0.77/Cargo.lock +0 -110
  3564. data/ext/cargo-vendor/cc-1.0.77/Cargo.toml +0 -39
  3565. data/ext/cargo-vendor/cc-1.0.77/src/lib.rs +0 -3509
  3566. data/ext/cargo-vendor/cranelift-bforest-0.91.0/.cargo-checksum.json +0 -1
  3567. data/ext/cargo-vendor/cranelift-bforest-0.91.0/Cargo.toml +0 -34
  3568. data/ext/cargo-vendor/cranelift-codegen-0.91.0/.cargo-checksum.json +0 -1
  3569. data/ext/cargo-vendor/cranelift-codegen-0.91.0/Cargo.toml +0 -148
  3570. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/alias_analysis.rs +0 -389
  3571. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/context.rs +0 -382
  3572. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/cursor.rs +0 -666
  3573. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/dce.rs +0 -36
  3574. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph/elaborate.rs +0 -630
  3575. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph/node.rs +0 -366
  3576. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph/stores.rs +0 -293
  3577. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph.rs +0 -429
  3578. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/inst_predicates.rs +0 -154
  3579. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/builder.rs +0 -279
  3580. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/dfg.rs +0 -1487
  3581. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/entities.rs +0 -625
  3582. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/function.rs +0 -541
  3583. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/heap.rs +0 -67
  3584. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/immediates.rs +0 -1628
  3585. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/instructions.rs +0 -865
  3586. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/layout.rs +0 -1345
  3587. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/mod.rs +0 -109
  3588. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/progpoint.rs +0 -164
  3589. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/sourceloc.rs +0 -121
  3590. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/types.rs +0 -664
  3591. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/abi.rs +0 -1275
  3592. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/inst/mod.rs +0 -3095
  3593. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/inst.isle +0 -3749
  3594. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower/isle.rs +0 -736
  3595. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower.isle +0 -2530
  3596. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower.rs +0 -799
  3597. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower_inst.rs +0 -322
  3598. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/mod.rs +0 -431
  3599. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/abi.rs +0 -717
  3600. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst/emit.rs +0 -2919
  3601. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst/emit_tests.rs +0 -2248
  3602. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst/mod.rs +0 -1743
  3603. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst.isle +0 -2140
  3604. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower/isle.rs +0 -518
  3605. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower.isle +0 -880
  3606. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower.rs +0 -62
  3607. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower_inst.rs +0 -36
  3608. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/mod.rs +0 -257
  3609. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/abi.rs +0 -945
  3610. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst/emit.rs +0 -3669
  3611. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst/emit_tests.rs +0 -13419
  3612. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst/mod.rs +0 -3521
  3613. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst.isle +0 -5049
  3614. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/lower/isle.rs +0 -1052
  3615. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/lower.isle +0 -4016
  3616. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/lower.rs +0 -299
  3617. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/abi.rs +0 -974
  3618. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/args.rs +0 -1846
  3619. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/emit.rs +0 -3225
  3620. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/emit_tests.rs +0 -5040
  3621. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/mod.rs +0 -2616
  3622. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst.isle +0 -3914
  3623. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower/isle/generated_code.rs +0 -9
  3624. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower/isle.rs +0 -1087
  3625. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower.isle +0 -3785
  3626. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower.rs +0 -618
  3627. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/mod.rs +0 -488
  3628. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isle_prelude.rs +0 -589
  3629. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/legalizer/heap.rs +0 -489
  3630. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/legalizer/mod.rs +0 -343
  3631. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/lib.rs +0 -136
  3632. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/licm.rs +0 -243
  3633. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/loop_analysis.rs +0 -443
  3634. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/abi.rs +0 -2408
  3635. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/blockorder.rs +0 -704
  3636. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/buffer.rs +0 -2106
  3637. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/compile.rs +0 -92
  3638. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/helpers.rs +0 -43
  3639. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/inst_common.rs +0 -85
  3640. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/isle.rs +0 -843
  3641. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/lower.rs +0 -1378
  3642. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/mod.rs +0 -443
  3643. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/vcode.rs +0 -1571
  3644. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/nan_canonicalization.rs +0 -104
  3645. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/opts/algebraic.isle +0 -203
  3646. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/opts/cprop.isle +0 -134
  3647. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/opts.rs +0 -308
  3648. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/prelude.isle +0 -419
  3649. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/prelude_lower.isle +0 -745
  3650. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/prelude_opt.isle +0 -61
  3651. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/remove_constant_phis.rs +0 -425
  3652. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/settings.rs +0 -596
  3653. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/simple_gvn.rs +0 -150
  3654. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/simple_preopt.rs +0 -933
  3655. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/souper_harvest.rs +0 -576
  3656. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/timing.rs +0 -264
  3657. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/verifier/flags.rs +0 -161
  3658. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/verifier/mod.rs +0 -1937
  3659. data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/write.rs +0 -709
  3660. data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/.cargo-checksum.json +0 -1
  3661. data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/Cargo.toml +0 -26
  3662. data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/formats.rs +0 -143
  3663. data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/instructions.rs +0 -473
  3664. data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/operands.rs +0 -182
  3665. data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/types.rs +0 -602
  3666. data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/typevar.rs +0 -995
  3667. data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/gen_inst.rs +0 -1721
  3668. data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/gen_types.rs +0 -80
  3669. data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/isa/riscv64.rs +0 -27
  3670. data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/entities.rs +0 -90
  3671. data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/formats.rs +0 -240
  3672. data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/immediates.rs +0 -230
  3673. data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/instructions.rs +0 -3944
  3674. data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/settings.rs +0 -370
  3675. data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/types.rs +0 -180
  3676. data/ext/cargo-vendor/cranelift-codegen-shared-0.91.0/.cargo-checksum.json +0 -1
  3677. data/ext/cargo-vendor/cranelift-codegen-shared-0.91.0/Cargo.toml +0 -22
  3678. data/ext/cargo-vendor/cranelift-egraph-0.91.0/.cargo-checksum.json +0 -1
  3679. data/ext/cargo-vendor/cranelift-egraph-0.91.0/Cargo.toml +0 -45
  3680. data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/bumpvec.rs +0 -524
  3681. data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/ctxhash.rs +0 -281
  3682. data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/lib.rs +0 -666
  3683. data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/unionfind.rs +0 -85
  3684. data/ext/cargo-vendor/cranelift-entity-0.91.0/.cargo-checksum.json +0 -1
  3685. data/ext/cargo-vendor/cranelift-entity-0.91.0/Cargo.toml +0 -38
  3686. data/ext/cargo-vendor/cranelift-frontend-0.91.0/.cargo-checksum.json +0 -1
  3687. data/ext/cargo-vendor/cranelift-frontend-0.91.0/Cargo.toml +0 -52
  3688. data/ext/cargo-vendor/cranelift-frontend-0.91.0/src/frontend.rs +0 -1841
  3689. data/ext/cargo-vendor/cranelift-frontend-0.91.0/src/ssa.rs +0 -1399
  3690. data/ext/cargo-vendor/cranelift-isle-0.91.0/.cargo-checksum.json +0 -1
  3691. data/ext/cargo-vendor/cranelift-isle-0.91.0/Cargo.toml +0 -37
  3692. data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/borrows.isle +0 -15
  3693. data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/iflets.isle +0 -29
  3694. data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/multi_constructor_main.rs +0 -57
  3695. data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/multi_extractor.isle +0 -14
  3696. data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/multi_extractor_main.rs +0 -46
  3697. data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/run/iconst.isle +0 -17
  3698. data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/run/let_shadowing_main.rs +0 -27
  3699. data/ext/cargo-vendor/cranelift-isle-0.91.0/src/ast.rs +0 -419
  3700. data/ext/cargo-vendor/cranelift-isle-0.91.0/src/codegen.rs +0 -1071
  3701. data/ext/cargo-vendor/cranelift-isle-0.91.0/src/ir.rs +0 -424
  3702. data/ext/cargo-vendor/cranelift-isle-0.91.0/src/lib.rs +0 -227
  3703. data/ext/cargo-vendor/cranelift-isle-0.91.0/src/overlap.rs +0 -134
  3704. data/ext/cargo-vendor/cranelift-isle-0.91.0/src/parser.rs +0 -579
  3705. data/ext/cargo-vendor/cranelift-isle-0.91.0/src/sema.rs +0 -2404
  3706. data/ext/cargo-vendor/cranelift-isle-0.91.0/src/trie_again.rs +0 -629
  3707. data/ext/cargo-vendor/cranelift-native-0.91.0/.cargo-checksum.json +0 -1
  3708. data/ext/cargo-vendor/cranelift-native-0.91.0/Cargo.toml +0 -40
  3709. data/ext/cargo-vendor/cranelift-wasm-0.91.0/.cargo-checksum.json +0 -1
  3710. data/ext/cargo-vendor/cranelift-wasm-0.91.0/Cargo.toml +0 -87
  3711. data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/code_translator.rs +0 -3094
  3712. data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/environ/dummy.rs +0 -885
  3713. data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/environ/mod.rs +0 -10
  3714. data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/environ/spec.rs +0 -764
  3715. data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/func_translator.rs +0 -417
  3716. data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/lib.rs +0 -75
  3717. data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/module_translator.rs +0 -129
  3718. data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/sections_translator.rs +0 -426
  3719. data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/state.rs +0 -540
  3720. data/ext/cargo-vendor/env_logger-0.9.3/.cargo-checksum.json +0 -1
  3721. data/ext/cargo-vendor/env_logger-0.9.3/CHANGELOG.md +0 -3
  3722. data/ext/cargo-vendor/env_logger-0.9.3/Cargo.toml +0 -85
  3723. data/ext/cargo-vendor/env_logger-0.9.3/src/filter/mod.rs +0 -868
  3724. data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/mod.rs +0 -652
  3725. data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/atty.rs +0 -32
  3726. data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/mod.rs +0 -252
  3727. data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/termcolor/extern_impl.rs +0 -532
  3728. data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/termcolor/mod.rs +0 -12
  3729. data/ext/cargo-vendor/env_logger-0.9.3/src/lib.rs +0 -1311
  3730. data/ext/cargo-vendor/file-per-thread-logger-0.1.5/.cargo-checksum.json +0 -1
  3731. data/ext/cargo-vendor/file-per-thread-logger-0.1.5/Cargo.toml +0 -27
  3732. data/ext/cargo-vendor/glob-0.3.0/.cargo-checksum.json +0 -1
  3733. data/ext/cargo-vendor/glob-0.3.0/Cargo.toml +0 -24
  3734. data/ext/cargo-vendor/glob-0.3.0/README.md +0 -38
  3735. data/ext/cargo-vendor/glob-0.3.0/src/lib.rs +0 -1411
  3736. data/ext/cargo-vendor/hermit-abi-0.1.19/.cargo-checksum.json +0 -1
  3737. data/ext/cargo-vendor/hermit-abi-0.1.19/Cargo.toml +0 -44
  3738. data/ext/cargo-vendor/hermit-abi-0.1.19/README.md +0 -22
  3739. data/ext/cargo-vendor/hermit-abi-0.1.19/rust-toolchain +0 -1
  3740. data/ext/cargo-vendor/hermit-abi-0.1.19/src/lib.rs +0 -490
  3741. data/ext/cargo-vendor/hermit-abi-0.1.19/src/tcplistener.rs +0 -13
  3742. data/ext/cargo-vendor/hermit-abi-0.1.19/src/tcpstream.rs +0 -109
  3743. data/ext/cargo-vendor/io-extras-0.17.0/.cargo-checksum.json +0 -1
  3744. data/ext/cargo-vendor/io-extras-0.17.0/Cargo.toml +0 -108
  3745. data/ext/cargo-vendor/io-extras-0.17.0/src/borrowed.rs +0 -301
  3746. data/ext/cargo-vendor/io-extras-0.17.0/src/os/windows/types.rs +0 -229
  3747. data/ext/cargo-vendor/io-extras-0.17.0/src/read_write.rs +0 -802
  3748. data/ext/cargo-vendor/io-lifetimes-1.0.3/.cargo-checksum.json +0 -1
  3749. data/ext/cargo-vendor/io-lifetimes-1.0.3/Cargo.toml +0 -94
  3750. data/ext/cargo-vendor/io-lifetimes-1.0.3/build.rs +0 -114
  3751. data/ext/cargo-vendor/ipnet-2.5.1/.cargo-checksum.json +0 -1
  3752. data/ext/cargo-vendor/ipnet-2.5.1/Cargo.toml +0 -52
  3753. data/ext/cargo-vendor/ipnet-2.5.1/RELEASES.md +0 -65
  3754. data/ext/cargo-vendor/ipnet-2.5.1/src/ipnet.rs +0 -1806
  3755. data/ext/cargo-vendor/ipnet-2.5.1/src/lib.rs +0 -96
  3756. data/ext/cargo-vendor/itoa-1.0.4/.cargo-checksum.json +0 -1
  3757. data/ext/cargo-vendor/itoa-1.0.4/Cargo.toml +0 -38
  3758. data/ext/cargo-vendor/itoa-1.0.4/README.md +0 -59
  3759. data/ext/cargo-vendor/itoa-1.0.4/src/lib.rs +0 -290
  3760. data/ext/cargo-vendor/ittapi-0.3.2/.cargo-checksum.json +0 -1
  3761. data/ext/cargo-vendor/ittapi-0.3.2/Cargo.toml +0 -44
  3762. data/ext/cargo-vendor/ittapi-0.3.2/README.md +0 -47
  3763. data/ext/cargo-vendor/ittapi-sys-0.3.2/.cargo-checksum.json +0 -1
  3764. data/ext/cargo-vendor/ittapi-sys-0.3.2/Cargo.toml +0 -42
  3765. data/ext/cargo-vendor/ittapi-sys-0.3.2/README.md +0 -74
  3766. data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/CMakeLists.txt +0 -98
  3767. data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/buildall.py +0 -169
  3768. data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/include/ittnotify.h +0 -4459
  3769. data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify/ittnotify_static.c +0 -1595
  3770. data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify/ittnotify_static.h +0 -355
  3771. data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify/jitprofiling.c +0 -253
  3772. data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify_refcol/itt_refcol_impl.c +0 -309
  3773. data/ext/cargo-vendor/ittapi-sys-0.3.2/src/lib.rs +0 -34
  3774. data/ext/cargo-vendor/ittapi-sys-0.3.2/src/linux/ittnotify_bindings.rs +0 -1873
  3775. data/ext/cargo-vendor/ittapi-sys-0.3.2/src/macos/ittnotify_bindings.rs +0 -1873
  3776. data/ext/cargo-vendor/ittapi-sys-0.3.2/src/windows/ittnotify_bindings.rs +0 -2013
  3777. data/ext/cargo-vendor/ittapi-sys-0.3.2/tests/bindgen-up-to-date.rs +0 -101
  3778. data/ext/cargo-vendor/libc-0.2.138/.cargo-checksum.json +0 -1
  3779. data/ext/cargo-vendor/libc-0.2.138/Cargo.toml +0 -64
  3780. data/ext/cargo-vendor/libc-0.2.138/src/fuchsia/mod.rs +0 -4292
  3781. data/ext/cargo-vendor/libc-0.2.138/src/unix/bsd/mod.rs +0 -917
  3782. data/ext/cargo-vendor/libc-0.2.138/src/unix/haiku/mod.rs +0 -2038
  3783. data/ext/cargo-vendor/libc-0.2.138/src/unix/hermit/mod.rs +0 -1024
  3784. data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b32/arm.rs +0 -539
  3785. data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b32/x86/mod.rs +0 -611
  3786. data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b64/aarch64/mod.rs +0 -391
  3787. data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b64/x86_64/mod.rs +0 -791
  3788. data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/mod.rs +0 -3588
  3789. data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/emscripten/mod.rs +0 -1897
  3790. data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/linux/mod.rs +0 -4492
  3791. data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/mod.rs +0 -1829
  3792. data/ext/cargo-vendor/libc-0.2.138/src/unix/mod.rs +0 -1553
  3793. data/ext/cargo-vendor/libc-0.2.138/src/unix/newlib/mod.rs +0 -759
  3794. data/ext/cargo-vendor/libc-0.2.138/src/unix/solarish/mod.rs +0 -3283
  3795. data/ext/cargo-vendor/libc-0.2.138/src/vxworks/mod.rs +0 -1925
  3796. data/ext/cargo-vendor/libc-0.2.138/src/wasi.rs +0 -821
  3797. data/ext/cargo-vendor/libc-0.2.138/src/windows/mod.rs +0 -592
  3798. data/ext/cargo-vendor/linux-raw-sys-0.1.3/.cargo-checksum.json +0 -1
  3799. data/ext/cargo-vendor/linux-raw-sys-0.1.3/Cargo.toml +0 -75
  3800. data/ext/cargo-vendor/linux-raw-sys-0.1.3/src/lib.rs +0 -305
  3801. data/ext/cargo-vendor/nom-7.1.1/.cargo-checksum.json +0 -1
  3802. data/ext/cargo-vendor/nom-7.1.1/CHANGELOG.md +0 -1482
  3803. data/ext/cargo-vendor/nom-7.1.1/Cargo.lock +0 -282
  3804. data/ext/cargo-vendor/nom-7.1.1/Cargo.toml +0 -129
  3805. data/ext/cargo-vendor/nom-7.1.1/README.md +0 -311
  3806. data/ext/cargo-vendor/nom-7.1.1/src/bits/complete.rs +0 -150
  3807. data/ext/cargo-vendor/nom-7.1.1/src/bits/mod.rs +0 -179
  3808. data/ext/cargo-vendor/nom-7.1.1/src/bits/streaming.rs +0 -129
  3809. data/ext/cargo-vendor/nom-7.1.1/src/branch/mod.rs +0 -291
  3810. data/ext/cargo-vendor/nom-7.1.1/src/character/complete.rs +0 -1227
  3811. data/ext/cargo-vendor/nom-7.1.1/src/combinator/mod.rs +0 -768
  3812. data/ext/cargo-vendor/nom-7.1.1/src/internal.rs +0 -487
  3813. data/ext/cargo-vendor/nom-7.1.1/src/lib.rs +0 -463
  3814. data/ext/cargo-vendor/nom-7.1.1/src/multi/mod.rs +0 -981
  3815. data/ext/cargo-vendor/nom-7.1.1/src/number/complete.rs +0 -2138
  3816. data/ext/cargo-vendor/nom-7.1.1/src/number/streaming.rs +0 -2218
  3817. data/ext/cargo-vendor/nom-7.1.1/src/sequence/mod.rs +0 -270
  3818. data/ext/cargo-vendor/nom-7.1.1/src/sequence/tests.rs +0 -274
  3819. data/ext/cargo-vendor/nom-7.1.1/src/traits.rs +0 -1437
  3820. data/ext/cargo-vendor/nom-7.1.1/tests/issues.rs +0 -216
  3821. data/ext/cargo-vendor/num_cpus-1.14.0/.cargo-checksum.json +0 -1
  3822. data/ext/cargo-vendor/num_cpus-1.14.0/CHANGELOG.md +0 -144
  3823. data/ext/cargo-vendor/num_cpus-1.14.0/Cargo.lock +0 -26
  3824. data/ext/cargo-vendor/num_cpus-1.14.0/Cargo.toml +0 -32
  3825. data/ext/cargo-vendor/once_cell-1.16.0/.cargo-checksum.json +0 -1
  3826. data/ext/cargo-vendor/once_cell-1.16.0/CHANGELOG.md +0 -208
  3827. data/ext/cargo-vendor/once_cell-1.16.0/Cargo.lock +0 -173
  3828. data/ext/cargo-vendor/once_cell-1.16.0/Cargo.toml +0 -109
  3829. data/ext/cargo-vendor/once_cell-1.16.0/README.md +0 -56
  3830. data/ext/cargo-vendor/once_cell-1.16.0/src/lib.rs +0 -1378
  3831. data/ext/cargo-vendor/once_cell-1.16.0/src/race.rs +0 -304
  3832. data/ext/cargo-vendor/paste-1.0.9/.cargo-checksum.json +0 -1
  3833. data/ext/cargo-vendor/paste-1.0.9/Cargo.toml +0 -42
  3834. data/ext/cargo-vendor/paste-1.0.9/LICENSE-MIT +0 -25
  3835. data/ext/cargo-vendor/paste-1.0.9/README.md +0 -157
  3836. data/ext/cargo-vendor/paste-1.0.9/src/lib.rs +0 -433
  3837. data/ext/cargo-vendor/paste-1.0.9/tests/test_expr.rs +0 -272
  3838. data/ext/cargo-vendor/paste-1.0.9/tests/ui/invalid-ident.stderr +0 -17
  3839. data/ext/cargo-vendor/proc-macro2-1.0.47/.cargo-checksum.json +0 -1
  3840. data/ext/cargo-vendor/proc-macro2-1.0.47/Cargo.toml +0 -60
  3841. data/ext/cargo-vendor/proc-macro2-1.0.47/README.md +0 -94
  3842. data/ext/cargo-vendor/proc-macro2-1.0.47/src/fallback.rs +0 -1002
  3843. data/ext/cargo-vendor/proc-macro2-1.0.47/src/lib.rs +0 -1339
  3844. data/ext/cargo-vendor/proc-macro2-1.0.47/src/wrapper.rs +0 -994
  3845. data/ext/cargo-vendor/quote-1.0.21/.cargo-checksum.json +0 -1
  3846. data/ext/cargo-vendor/quote-1.0.21/Cargo.toml +0 -46
  3847. data/ext/cargo-vendor/quote-1.0.21/LICENSE-MIT +0 -25
  3848. data/ext/cargo-vendor/quote-1.0.21/README.md +0 -261
  3849. data/ext/cargo-vendor/quote-1.0.21/src/lib.rs +0 -1434
  3850. data/ext/cargo-vendor/quote-1.0.21/tests/test.rs +0 -520
  3851. data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-quotable.rs +0 -7
  3852. data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-quotable.stderr +0 -17
  3853. data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-repeatable.rs +0 -8
  3854. data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-repeatable.stderr +0 -35
  3855. data/ext/cargo-vendor/rayon-1.6.0/.cargo-checksum.json +0 -1
  3856. data/ext/cargo-vendor/rayon-1.6.0/Cargo.toml +0 -58
  3857. data/ext/cargo-vendor/rayon-1.6.0/RELEASES.md +0 -831
  3858. data/ext/cargo-vendor/rayon-1.6.0/src/iter/par_bridge.rs +0 -217
  3859. data/ext/cargo-vendor/rb-sys-0.9.53/.cargo-checksum.json +0 -1
  3860. data/ext/cargo-vendor/rb-sys-0.9.53/Cargo.toml +0 -45
  3861. data/ext/cargo-vendor/rb-sys-0.9.53/build/ruby_macros.rs +0 -45
  3862. data/ext/cargo-vendor/rb-sys-0.9.53/src/macros/ruby_macros.c +0 -35
  3863. data/ext/cargo-vendor/rb-sys-build-0.9.53/.cargo-checksum.json +0 -1
  3864. data/ext/cargo-vendor/rb-sys-build-0.9.53/Cargo.toml +0 -40
  3865. data/ext/cargo-vendor/rb-sys-build-0.9.53/src/bindings.rs +0 -246
  3866. data/ext/cargo-vendor/rb-sys-build-0.9.53/src/lib.rs +0 -10
  3867. data/ext/cargo-vendor/rb-sys-build-0.9.53/src/rb_config.rs +0 -753
  3868. data/ext/cargo-vendor/rb-sys-build-0.9.53/src/utils.rs +0 -28
  3869. data/ext/cargo-vendor/rb-sys-env-0.1.1/.cargo-checksum.json +0 -1
  3870. data/ext/cargo-vendor/rb-sys-env-0.1.1/Cargo.toml +0 -24
  3871. data/ext/cargo-vendor/rb-sys-env-0.1.1/src/lib.rs +0 -181
  3872. data/ext/cargo-vendor/rb-sys-env-0.1.1/src/ruby_version.rs +0 -163
  3873. data/ext/cargo-vendor/regex-1.7.0/.cargo-checksum.json +0 -1
  3874. data/ext/cargo-vendor/regex-1.7.0/CHANGELOG.md +0 -1079
  3875. data/ext/cargo-vendor/regex-1.7.0/Cargo.lock +0 -98
  3876. data/ext/cargo-vendor/regex-1.7.0/Cargo.toml +0 -149
  3877. data/ext/cargo-vendor/regex-1.7.0/src/re_bytes.rs +0 -1260
  3878. data/ext/cargo-vendor/regex-1.7.0/src/re_unicode.rs +0 -1311
  3879. data/ext/cargo-vendor/regex-1.7.0/tests/replace.rs +0 -230
  3880. data/ext/cargo-vendor/rustix-0.36.5/.cargo-checksum.json +0 -1
  3881. data/ext/cargo-vendor/rustix-0.36.5/Cargo.toml +0 -236
  3882. data/ext/cargo-vendor/rustix-0.36.5/README.md +0 -159
  3883. data/ext/cargo-vendor/rustix-0.36.5/build.rs +0 -205
  3884. data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/fs/syscalls.rs +0 -1772
  3885. data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/fs/types.rs +0 -1116
  3886. data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/io/epoll.rs +0 -573
  3887. data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/io/syscalls.rs +0 -533
  3888. data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/io/types.rs +0 -164
  3889. data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/net/syscalls.rs +0 -886
  3890. data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/time/types.rs +0 -364
  3891. data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/conv.rs +0 -790
  3892. data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/fs/syscalls.rs +0 -1384
  3893. data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/fs/types.rs +0 -646
  3894. data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/io/epoll.rs +0 -555
  3895. data/ext/cargo-vendor/rustix-0.36.5/src/fs/at.rs +0 -387
  3896. data/ext/cargo-vendor/rustix-0.36.5/src/fs/constants.rs +0 -20
  3897. data/ext/cargo-vendor/rustix-0.36.5/src/fs/dir.rs +0 -5
  3898. data/ext/cargo-vendor/rustix-0.36.5/src/fs/fd.rs +0 -348
  3899. data/ext/cargo-vendor/rustix-0.36.5/src/fs/mod.rs +0 -215
  3900. data/ext/cargo-vendor/rustix-0.36.5/src/io/mod.rs +0 -97
  3901. data/ext/cargo-vendor/rustix-0.36.5/src/io/read_write.rs +0 -170
  3902. data/ext/cargo-vendor/rustix-0.36.5/src/net/socket.rs +0 -439
  3903. data/ext/cargo-vendor/rustix-0.36.5/src/net/socket_addr_any.rs +0 -81
  3904. data/ext/cargo-vendor/serde-1.0.149/.cargo-checksum.json +0 -1
  3905. data/ext/cargo-vendor/serde-1.0.149/Cargo.toml +0 -67
  3906. data/ext/cargo-vendor/serde-1.0.149/README.md +0 -114
  3907. data/ext/cargo-vendor/serde-1.0.149/build.rs +0 -141
  3908. data/ext/cargo-vendor/serde-1.0.149/crates-io.md +0 -65
  3909. data/ext/cargo-vendor/serde-1.0.149/src/de/impls.rs +0 -2725
  3910. data/ext/cargo-vendor/serde-1.0.149/src/de/mod.rs +0 -2300
  3911. data/ext/cargo-vendor/serde-1.0.149/src/lib.rs +0 -312
  3912. data/ext/cargo-vendor/serde-1.0.149/src/private/de.rs +0 -2995
  3913. data/ext/cargo-vendor/serde-1.0.149/src/ser/impls.rs +0 -956
  3914. data/ext/cargo-vendor/serde-1.0.149/src/ser/mod.rs +0 -1986
  3915. data/ext/cargo-vendor/serde_derive-1.0.149/.cargo-checksum.json +0 -1
  3916. data/ext/cargo-vendor/serde_derive-1.0.149/Cargo.toml +0 -63
  3917. data/ext/cargo-vendor/serde_derive-1.0.149/README.md +0 -114
  3918. data/ext/cargo-vendor/serde_derive-1.0.149/build.rs +0 -36
  3919. data/ext/cargo-vendor/serde_derive-1.0.149/crates-io.md +0 -65
  3920. data/ext/cargo-vendor/serde_derive-1.0.149/src/lib.rs +0 -109
  3921. data/ext/cargo-vendor/syn-1.0.105/.cargo-checksum.json +0 -1
  3922. data/ext/cargo-vendor/syn-1.0.105/Cargo.toml +0 -144
  3923. data/ext/cargo-vendor/syn-1.0.105/README.md +0 -285
  3924. data/ext/cargo-vendor/syn-1.0.105/src/lib.rs +0 -984
  3925. data/ext/cargo-vendor/syn-1.0.105/tests/common/eq.rs +0 -806
  3926. data/ext/cargo-vendor/syn-1.0.105/tests/test_expr.rs +0 -326
  3927. data/ext/cargo-vendor/system-interface-0.25.0/.cargo-checksum.json +0 -1
  3928. data/ext/cargo-vendor/system-interface-0.25.0/Cargo.toml +0 -102
  3929. data/ext/cargo-vendor/system-interface-0.25.0/src/fs/file_io_ext.rs +0 -878
  3930. data/ext/cargo-vendor/system-interface-0.25.0/src/io/read_ready.rs +0 -239
  3931. data/ext/cargo-vendor/system-interface-0.25.0/tests/vectored_at.rs +0 -493
  3932. data/ext/cargo-vendor/termcolor-1.1.3/.cargo-checksum.json +0 -1
  3933. data/ext/cargo-vendor/termcolor-1.1.3/Cargo.toml +0 -43
  3934. data/ext/cargo-vendor/termcolor-1.1.3/src/lib.rs +0 -2260
  3935. data/ext/cargo-vendor/thiserror-1.0.37/.cargo-checksum.json +0 -1
  3936. data/ext/cargo-vendor/thiserror-1.0.37/Cargo.toml +0 -47
  3937. data/ext/cargo-vendor/thiserror-1.0.37/README.md +0 -222
  3938. data/ext/cargo-vendor/thiserror-1.0.37/tests/test_display.rs +0 -272
  3939. data/ext/cargo-vendor/thiserror-1.0.37/tests/ui/no-display.stderr +0 -17
  3940. data/ext/cargo-vendor/thiserror-1.0.37/tests/ui/source-enum-not-error.stderr +0 -22
  3941. data/ext/cargo-vendor/thiserror-1.0.37/tests/ui/source-struct-not-error.stderr +0 -21
  3942. data/ext/cargo-vendor/thiserror-impl-1.0.37/.cargo-checksum.json +0 -1
  3943. data/ext/cargo-vendor/thiserror-impl-1.0.37/Cargo.toml +0 -35
  3944. data/ext/cargo-vendor/tokio-1.23.0/.cargo-checksum.json +0 -1
  3945. data/ext/cargo-vendor/tokio-1.23.0/CHANGELOG.md +0 -2487
  3946. data/ext/cargo-vendor/tokio-1.23.0/Cargo.toml +0 -239
  3947. data/ext/cargo-vendor/tokio-1.23.0/README.md +0 -229
  3948. data/ext/cargo-vendor/tokio-1.23.0/build.rs +0 -132
  3949. data/ext/cargo-vendor/tokio-1.23.0/docs/reactor-refactor.md +0 -276
  3950. data/ext/cargo-vendor/tokio-1.23.0/src/fs/read_dir.rs +0 -295
  3951. data/ext/cargo-vendor/tokio-1.23.0/src/io/split.rs +0 -181
  3952. data/ext/cargo-vendor/tokio-1.23.0/src/io/util/read.rs +0 -55
  3953. data/ext/cargo-vendor/tokio-1.23.0/src/lib.rs +0 -630
  3954. data/ext/cargo-vendor/tokio-1.23.0/src/loom/mocked.rs +0 -45
  3955. data/ext/cargo-vendor/tokio-1.23.0/src/loom/std/atomic_u64.rs +0 -18
  3956. data/ext/cargo-vendor/tokio-1.23.0/src/loom/std/atomic_u64_as_mutex.rs +0 -70
  3957. data/ext/cargo-vendor/tokio-1.23.0/src/loom/std/mod.rs +0 -104
  3958. data/ext/cargo-vendor/tokio-1.23.0/src/macros/cfg.rs +0 -539
  3959. data/ext/cargo-vendor/tokio-1.23.0/src/net/tcp/split_owned.rs +0 -501
  3960. data/ext/cargo-vendor/tokio-1.23.0/src/net/unix/split_owned.rs +0 -409
  3961. data/ext/cargo-vendor/tokio-1.23.0/src/net/windows/named_pipe.rs +0 -2556
  3962. data/ext/cargo-vendor/tokio-1.23.0/src/process/unix/mod.rs +0 -322
  3963. data/ext/cargo-vendor/tokio-1.23.0/src/process/unix/orphan.rs +0 -333
  3964. data/ext/cargo-vendor/tokio-1.23.0/src/runtime/blocking/mod.rs +0 -28
  3965. data/ext/cargo-vendor/tokio-1.23.0/src/runtime/blocking/pool.rs +0 -599
  3966. data/ext/cargo-vendor/tokio-1.23.0/src/runtime/blocking/schedule.rs +0 -19
  3967. data/ext/cargo-vendor/tokio-1.23.0/src/runtime/builder.rs +0 -1057
  3968. data/ext/cargo-vendor/tokio-1.23.0/src/runtime/context.rs +0 -400
  3969. data/ext/cargo-vendor/tokio-1.23.0/src/runtime/driver.rs +0 -343
  3970. data/ext/cargo-vendor/tokio-1.23.0/src/runtime/io/mod.rs +0 -348
  3971. data/ext/cargo-vendor/tokio-1.23.0/src/runtime/io/registration.rs +0 -257
  3972. data/ext/cargo-vendor/tokio-1.23.0/src/runtime/io/scheduled_io.rs +0 -553
  3973. data/ext/cargo-vendor/tokio-1.23.0/src/runtime/mod.rs +0 -258
  3974. data/ext/cargo-vendor/tokio-1.23.0/src/runtime/scheduler/multi_thread/queue.rs +0 -532
  3975. data/ext/cargo-vendor/tokio-1.23.0/src/runtime/task/harness.rs +0 -506
  3976. data/ext/cargo-vendor/tokio-1.23.0/src/runtime/task/mod.rs +0 -619
  3977. data/ext/cargo-vendor/tokio-1.23.0/src/runtime/task/state.rs +0 -595
  3978. data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/loom_blocking.rs +0 -81
  3979. data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/loom_queue.rs +0 -209
  3980. data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/mod.rs +0 -55
  3981. data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/task.rs +0 -332
  3982. data/ext/cargo-vendor/tokio-1.23.0/src/runtime/time/mod.rs +0 -422
  3983. data/ext/cargo-vendor/tokio-1.23.0/src/signal/registry.rs +0 -284
  3984. data/ext/cargo-vendor/tokio-1.23.0/src/signal/unix.rs +0 -527
  3985. data/ext/cargo-vendor/tokio-1.23.0/src/sync/broadcast.rs +0 -1160
  3986. data/ext/cargo-vendor/tokio-1.23.0/src/sync/mod.rs +0 -499
  3987. data/ext/cargo-vendor/tokio-1.23.0/src/sync/mpsc/block.rs +0 -385
  3988. data/ext/cargo-vendor/tokio-1.23.0/src/sync/mpsc/list.rs +0 -371
  3989. data/ext/cargo-vendor/tokio-1.23.0/src/sync/mpsc/mod.rs +0 -117
  3990. data/ext/cargo-vendor/tokio-1.23.0/src/task/local.rs +0 -1194
  3991. data/ext/cargo-vendor/tokio-1.23.0/src/time/clock.rs +0 -243
  3992. data/ext/cargo-vendor/tokio-1.23.0/src/time/sleep.rs +0 -438
  3993. data/ext/cargo-vendor/tokio-1.23.0/src/util/linked_list.rs +0 -694
  3994. data/ext/cargo-vendor/tokio-1.23.0/src/util/once_cell.rs +0 -70
  3995. data/ext/cargo-vendor/tokio-1.23.0/tests/_require_full.rs +0 -2
  3996. data/ext/cargo-vendor/tokio-1.23.0/tests/buffered.rs +0 -50
  3997. data/ext/cargo-vendor/tokio-1.23.0/tests/io_driver.rs +0 -100
  3998. data/ext/cargo-vendor/tokio-1.23.0/tests/macros_join.rs +0 -155
  3999. data/ext/cargo-vendor/tokio-1.23.0/tests/macros_select.rs +0 -665
  4000. data/ext/cargo-vendor/tokio-1.23.0/tests/macros_try_join.rs +0 -185
  4001. data/ext/cargo-vendor/tokio-1.23.0/tests/rt_common.rs +0 -1279
  4002. data/ext/cargo-vendor/tokio-1.23.0/tests/rt_metrics.rs +0 -468
  4003. data/ext/cargo-vendor/tokio-1.23.0/tests/support/leaked_buffers.rs +0 -26
  4004. data/ext/cargo-vendor/tokio-1.23.0/tests/support/panic.rs +0 -34
  4005. data/ext/cargo-vendor/tokio-1.23.0/tests/sync_once_cell.rs +0 -274
  4006. data/ext/cargo-vendor/tokio-1.23.0/tests/task_blocking.rs +0 -228
  4007. data/ext/cargo-vendor/tokio-1.23.0/tests/task_join_set.rs +0 -230
  4008. data/ext/cargo-vendor/tokio-1.23.0/tests/tcp_peek.rs +0 -29
  4009. data/ext/cargo-vendor/toml-0.5.9/.cargo-checksum.json +0 -1
  4010. data/ext/cargo-vendor/toml-0.5.9/Cargo.lock +0 -101
  4011. data/ext/cargo-vendor/toml-0.5.9/Cargo.toml +0 -49
  4012. data/ext/cargo-vendor/toml-0.5.9/README.md +0 -38
  4013. data/ext/cargo-vendor/toml-0.5.9/src/datetime.rs +0 -544
  4014. data/ext/cargo-vendor/toml-0.5.9/src/de.rs +0 -2262
  4015. data/ext/cargo-vendor/toml-0.5.9/src/lib.rs +0 -180
  4016. data/ext/cargo-vendor/toml-0.5.9/src/macros.rs +0 -462
  4017. data/ext/cargo-vendor/toml-0.5.9/src/ser.rs +0 -1859
  4018. data/ext/cargo-vendor/toml-0.5.9/src/spanned.rs +0 -168
  4019. data/ext/cargo-vendor/toml-0.5.9/src/tokens.rs +0 -740
  4020. data/ext/cargo-vendor/unicode-bidi-0.3.8/.cargo-checksum.json +0 -1
  4021. data/ext/cargo-vendor/unicode-bidi-0.3.8/Cargo.toml +0 -78
  4022. data/ext/cargo-vendor/unicode-bidi-0.3.8/src/char_data/mod.rs +0 -157
  4023. data/ext/cargo-vendor/unicode-bidi-0.3.8/src/char_data/tables.rs +0 -510
  4024. data/ext/cargo-vendor/unicode-bidi-0.3.8/src/data_source.rs +0 -16
  4025. data/ext/cargo-vendor/unicode-bidi-0.3.8/src/explicit.rs +0 -195
  4026. data/ext/cargo-vendor/unicode-bidi-0.3.8/src/implicit.rs +0 -239
  4027. data/ext/cargo-vendor/unicode-bidi-0.3.8/src/lib.rs +0 -1066
  4028. data/ext/cargo-vendor/unicode-bidi-0.3.8/src/prepare.rs +0 -368
  4029. data/ext/cargo-vendor/unicode-ident-1.0.5/.cargo-checksum.json +0 -1
  4030. data/ext/cargo-vendor/unicode-ident-1.0.5/Cargo.toml +0 -58
  4031. data/ext/cargo-vendor/unicode-ident-1.0.5/README.md +0 -283
  4032. data/ext/cargo-vendor/unicode-ident-1.0.5/src/tables.rs +0 -647
  4033. data/ext/cargo-vendor/unicode-ident-1.0.5/tests/static_size.rs +0 -96
  4034. data/ext/cargo-vendor/wasi-cap-std-sync-4.0.0/.cargo-checksum.json +0 -1
  4035. data/ext/cargo-vendor/wasi-cap-std-sync-4.0.0/Cargo.toml +0 -89
  4036. data/ext/cargo-vendor/wasi-common-4.0.0/.cargo-checksum.json +0 -1
  4037. data/ext/cargo-vendor/wasi-common-4.0.0/Cargo.toml +0 -85
  4038. data/ext/cargo-vendor/wasi-common-4.0.0/src/snapshots/preview_0.rs +0 -1082
  4039. data/ext/cargo-vendor/wasi-common-4.0.0/src/snapshots/preview_1.rs +0 -1568
  4040. data/ext/cargo-vendor/wasm-encoder-0.20.0/.cargo-checksum.json +0 -1
  4041. data/ext/cargo-vendor/wasm-encoder-0.20.0/Cargo.toml +0 -33
  4042. data/ext/cargo-vendor/wasm-encoder-0.20.0/src/component/aliases.rs +0 -129
  4043. data/ext/cargo-vendor/wasm-encoder-0.20.0/src/component/types.rs +0 -751
  4044. data/ext/cargo-vendor/wasm-encoder-0.20.0/src/component.rs +0 -137
  4045. data/ext/cargo-vendor/wasm-encoder-0.20.0/src/core/code.rs +0 -2868
  4046. data/ext/cargo-vendor/wasm-encoder-0.20.0/src/lib.rs +0 -188
  4047. data/ext/cargo-vendor/wasmparser-0.95.0/.cargo-checksum.json +0 -1
  4048. data/ext/cargo-vendor/wasmparser-0.95.0/Cargo.lock +0 -683
  4049. data/ext/cargo-vendor/wasmparser-0.95.0/Cargo.toml +0 -54
  4050. data/ext/cargo-vendor/wasmparser-0.95.0/benches/benchmark.rs +0 -336
  4051. data/ext/cargo-vendor/wasmparser-0.95.0/src/binary_reader.rs +0 -2333
  4052. data/ext/cargo-vendor/wasmparser-0.95.0/src/limits.rs +0 -57
  4053. data/ext/cargo-vendor/wasmparser-0.95.0/src/parser.rs +0 -1504
  4054. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/aliases.rs +0 -127
  4055. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/canonicals.rs +0 -124
  4056. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/exports.rs +0 -110
  4057. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/imports.rs +0 -127
  4058. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/instances.rs +0 -240
  4059. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/names.rs +0 -164
  4060. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/start.rs +0 -66
  4061. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/types.rs +0 -449
  4062. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/code.rs +0 -270
  4063. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/data.rs +0 -189
  4064. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/elements.rs +0 -333
  4065. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/exports.rs +0 -123
  4066. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/functions.rs +0 -95
  4067. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/globals.rs +0 -110
  4068. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/imports.rs +0 -129
  4069. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/init.rs +0 -46
  4070. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/linking.rs +0 -88
  4071. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/memories.rs +0 -93
  4072. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/names.rs +0 -308
  4073. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/operators.rs +0 -342
  4074. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/producers.rs +0 -211
  4075. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/relocs.rs +0 -198
  4076. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/tables.rs +0 -93
  4077. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/tags.rs +0 -92
  4078. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/types.rs +0 -279
  4079. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core.rs +0 -37
  4080. data/ext/cargo-vendor/wasmparser-0.95.0/src/readers.rs +0 -181
  4081. data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/component.rs +0 -2097
  4082. data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/core.rs +0 -1140
  4083. data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/func.rs +0 -333
  4084. data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/operators.rs +0 -3223
  4085. data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/types.rs +0 -2109
  4086. data/ext/cargo-vendor/wasmparser-0.95.0/src/validator.rs +0 -1476
  4087. data/ext/cargo-vendor/wasmtime-4.0.0/.cargo-checksum.json +0 -1
  4088. data/ext/cargo-vendor/wasmtime-4.0.0/Cargo.toml +0 -164
  4089. data/ext/cargo-vendor/wasmtime-4.0.0/src/component/mod.rs +0 -42
  4090. data/ext/cargo-vendor/wasmtime-4.0.0/src/component/values.rs +0 -1143
  4091. data/ext/cargo-vendor/wasmtime-4.0.0/src/config.rs +0 -1908
  4092. data/ext/cargo-vendor/wasmtime-4.0.0/src/engine/serialization.rs +0 -611
  4093. data/ext/cargo-vendor/wasmtime-4.0.0/src/linker.rs +0 -1296
  4094. data/ext/cargo-vendor/wasmtime-4.0.0/src/trap.rs +0 -616
  4095. data/ext/cargo-vendor/wasmtime-asm-macros-4.0.0/.cargo-checksum.json +0 -1
  4096. data/ext/cargo-vendor/wasmtime-asm-macros-4.0.0/Cargo.toml +0 -22
  4097. data/ext/cargo-vendor/wasmtime-asm-macros-4.0.0/src/lib.rs +0 -91
  4098. data/ext/cargo-vendor/wasmtime-cache-4.0.0/.cargo-checksum.json +0 -1
  4099. data/ext/cargo-vendor/wasmtime-cache-4.0.0/Cargo.toml +0 -73
  4100. data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/.cargo-checksum.json +0 -1
  4101. data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/Cargo.toml +0 -83
  4102. data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/src/compiler.rs +0 -1047
  4103. data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/src/func_environ.rs +0 -2104
  4104. data/ext/cargo-vendor/wasmtime-environ-4.0.0/.cargo-checksum.json +0 -1
  4105. data/ext/cargo-vendor/wasmtime-environ-4.0.0/Cargo.lock +0 -613
  4106. data/ext/cargo-vendor/wasmtime-environ-4.0.0/Cargo.toml +0 -117
  4107. data/ext/cargo-vendor/wasmtime-environ-4.0.0/src/component/translate.rs +0 -1027
  4108. data/ext/cargo-vendor/wasmtime-environ-4.0.0/src/module_environ.rs +0 -840
  4109. data/ext/cargo-vendor/wasmtime-environ-4.0.0/src/obj.rs +0 -121
  4110. data/ext/cargo-vendor/wasmtime-fiber-4.0.0/.cargo-checksum.json +0 -1
  4111. data/ext/cargo-vendor/wasmtime-fiber-4.0.0/Cargo.toml +0 -46
  4112. data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix/aarch64.rs +0 -178
  4113. data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix/riscv64.rs +0 -157
  4114. data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix/x86_64.rs +0 -159
  4115. data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix.rs +0 -197
  4116. data/ext/cargo-vendor/wasmtime-jit-4.0.0/.cargo-checksum.json +0 -1
  4117. data/ext/cargo-vendor/wasmtime-jit-4.0.0/Cargo.toml +0 -102
  4118. data/ext/cargo-vendor/wasmtime-jit-4.0.0/src/code_memory.rs +0 -301
  4119. data/ext/cargo-vendor/wasmtime-jit-4.0.0/src/instantiate.rs +0 -667
  4120. data/ext/cargo-vendor/wasmtime-jit-debug-4.0.0/.cargo-checksum.json +0 -1
  4121. data/ext/cargo-vendor/wasmtime-jit-debug-4.0.0/Cargo.toml +0 -58
  4122. data/ext/cargo-vendor/wasmtime-jit-icache-coherence-3.0.0/.cargo-checksum.json +0 -1
  4123. data/ext/cargo-vendor/wasmtime-jit-icache-coherence-3.0.0/Cargo.toml +0 -34
  4124. data/ext/cargo-vendor/wasmtime-runtime-4.0.0/.cargo-checksum.json +0 -1
  4125. data/ext/cargo-vendor/wasmtime-runtime-4.0.0/Cargo.toml +0 -110
  4126. data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/libcalls.rs +0 -489
  4127. data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/trampolines/aarch64.rs +0 -121
  4128. data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/trampolines/riscv64.rs +0 -117
  4129. data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/trampolines/x86_64.rs +0 -135
  4130. data/ext/cargo-vendor/wasmtime-types-4.0.0/.cargo-checksum.json +0 -1
  4131. data/ext/cargo-vendor/wasmtime-types-4.0.0/Cargo.toml +0 -34
  4132. data/ext/cargo-vendor/wasmtime-wasi-4.0.0/.cargo-checksum.json +0 -1
  4133. data/ext/cargo-vendor/wasmtime-wasi-4.0.0/Cargo.toml +0 -63
  4134. data/ext/cargo-vendor/wast-50.0.0/.cargo-checksum.json +0 -1
  4135. data/ext/cargo-vendor/wast-50.0.0/Cargo.toml +0 -50
  4136. data/ext/cargo-vendor/wast-50.0.0/src/component/alias.rs +0 -256
  4137. data/ext/cargo-vendor/wast-50.0.0/src/component/binary.rs +0 -951
  4138. data/ext/cargo-vendor/wast-50.0.0/src/component/expand.rs +0 -832
  4139. data/ext/cargo-vendor/wast-50.0.0/src/component/export.rs +0 -197
  4140. data/ext/cargo-vendor/wast-50.0.0/src/component/import.rs +0 -163
  4141. data/ext/cargo-vendor/wast-50.0.0/src/component/resolve.rs +0 -954
  4142. data/ext/cargo-vendor/wast-50.0.0/src/component/types.rs +0 -958
  4143. data/ext/cargo-vendor/wast-50.0.0/src/core/expr.rs +0 -1889
  4144. data/ext/cargo-vendor/wast-50.0.0/tests/annotations.rs +0 -200
  4145. data/ext/cargo-vendor/wat-1.0.52/.cargo-checksum.json +0 -1
  4146. data/ext/cargo-vendor/wat-1.0.52/Cargo.toml +0 -27
  4147. data/ext/cargo-vendor/wiggle-4.0.0/.cargo-checksum.json +0 -1
  4148. data/ext/cargo-vendor/wiggle-4.0.0/Cargo.toml +0 -109
  4149. data/ext/cargo-vendor/wiggle-4.0.0/src/lib.rs +0 -1066
  4150. data/ext/cargo-vendor/wiggle-generate-4.0.0/.cargo-checksum.json +0 -1
  4151. data/ext/cargo-vendor/wiggle-generate-4.0.0/Cargo.toml +0 -61
  4152. data/ext/cargo-vendor/wiggle-generate-4.0.0/src/codegen_settings.rs +0 -146
  4153. data/ext/cargo-vendor/wiggle-generate-4.0.0/src/config.rs +0 -675
  4154. data/ext/cargo-vendor/wiggle-generate-4.0.0/src/funcs.rs +0 -430
  4155. data/ext/cargo-vendor/wiggle-generate-4.0.0/src/module_trait.rs +0 -97
  4156. data/ext/cargo-vendor/wiggle-generate-4.0.0/src/wasmtime.rs +0 -165
  4157. data/ext/cargo-vendor/wiggle-macro-4.0.0/.cargo-checksum.json +0 -1
  4158. data/ext/cargo-vendor/wiggle-macro-4.0.0/Cargo.toml +0 -55
  4159. data/ext/cargo-vendor/wiggle-macro-4.0.0/src/lib.rs +0 -208
  4160. data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.0/.cargo-checksum.json +0 -1
  4161. data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.0/Cargo.toml +0 -23
  4162. data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.0/lib/libwindows.a +0 -0
  4163. data/ext/cargo-vendor/windows_aarch64_msvc-0.42.0/.cargo-checksum.json +0 -1
  4164. data/ext/cargo-vendor/windows_aarch64_msvc-0.42.0/Cargo.toml +0 -23
  4165. data/ext/cargo-vendor/windows_aarch64_msvc-0.42.0/lib/windows.lib +0 -0
  4166. data/ext/cargo-vendor/windows_i686_gnu-0.42.0/.cargo-checksum.json +0 -1
  4167. data/ext/cargo-vendor/windows_i686_gnu-0.42.0/Cargo.toml +0 -23
  4168. data/ext/cargo-vendor/windows_i686_gnu-0.42.0/lib/libwindows.a +0 -0
  4169. data/ext/cargo-vendor/windows_i686_msvc-0.42.0/.cargo-checksum.json +0 -1
  4170. data/ext/cargo-vendor/windows_i686_msvc-0.42.0/Cargo.toml +0 -23
  4171. data/ext/cargo-vendor/windows_i686_msvc-0.42.0/lib/windows.lib +0 -0
  4172. data/ext/cargo-vendor/windows_x86_64_gnu-0.42.0/.cargo-checksum.json +0 -1
  4173. data/ext/cargo-vendor/windows_x86_64_gnu-0.42.0/Cargo.toml +0 -23
  4174. data/ext/cargo-vendor/windows_x86_64_gnu-0.42.0/lib/libwindows.a +0 -0
  4175. data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.0/.cargo-checksum.json +0 -1
  4176. data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.0/Cargo.toml +0 -23
  4177. data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.0/lib/libwindows.a +0 -0
  4178. data/ext/cargo-vendor/windows_x86_64_msvc-0.42.0/.cargo-checksum.json +0 -1
  4179. data/ext/cargo-vendor/windows_x86_64_msvc-0.42.0/Cargo.toml +0 -23
  4180. data/ext/cargo-vendor/windows_x86_64_msvc-0.42.0/lib/windows.lib +0 -0
  4181. data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/.cargo-checksum.json +0 -1
  4182. data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/.cargo_vcs_info.json +0 -6
  4183. data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/Cargo.toml +0 -84
  4184. data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/build.rs +0 -252
@@ -0,0 +1,3973 @@
1
+ ;; s390x instruction selection and CLIF-to-MachInst lowering.
2
+
3
+ ;; The main lowering constructor term: takes a clif `Inst` and returns the
4
+ ;; register(s) within which the lowered instruction's result values live.
5
+ (decl partial lower (Inst) InstOutput)
6
+
7
+ ;; A variant of the main lowering constructor term, used for branches.
8
+ ;; The only difference is that it gets an extra argument holding a vector
9
+ ;; of branch targets to be used.
10
+ (decl partial lower_branch (Inst VecMachLabel) Unit)
11
+
12
+
13
+ ;;;; Rules for `iconst` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
14
+
15
+ (rule (lower (has_type ty (iconst (u64_from_imm64 n))))
16
+ (imm ty n))
17
+
18
+
19
+ ;;;; Rules for `f32const` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
20
+
21
+ (rule (lower (f32const (u64_from_ieee32 x)))
22
+ (imm $F32 x))
23
+
24
+
25
+ ;;;; Rules for `f64const` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
26
+
27
+ (rule (lower (f64const (u64_from_ieee64 x)))
28
+ (imm $F64 x))
29
+
30
+
31
+ ;;;; Rules for `vconst` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
32
+
33
+ (rule (lower (has_type ty (vconst (u128_from_constant x))))
34
+ (vec_imm ty (be_vec_const ty x)))
35
+
36
+
37
+ ;;;; Rules for `null` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
38
+
39
+ (rule (lower (has_type ty (null)))
40
+ (imm ty 0))
41
+
42
+
43
+ ;;;; Rules for `nop` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
44
+
45
+ (rule (lower (nop))
46
+ (invalid_reg))
47
+
48
+
49
+ ;;;; Rules for `iconcat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
50
+
51
+ (rule (lower (has_type (vr128_ty ty) (iconcat x y)))
52
+ (mov_to_vec128 ty y x))
53
+
54
+
55
+ ;;;; Rules for `isplit` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
56
+
57
+ (rule (lower (isplit x @ (value_type $I128)))
58
+ (let ((x_reg Reg x)
59
+ (x_hi Reg (vec_extract_lane $I64X2 x_reg 0 (zero_reg)))
60
+ (x_lo Reg (vec_extract_lane $I64X2 x_reg 1 (zero_reg))))
61
+ (output_pair x_lo x_hi)))
62
+
63
+
64
+ ;;;; Rules for `iadd` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
65
+
66
+ ;; Add two registers.
67
+ (rule 0 (lower (has_type (fits_in_64 ty) (iadd x y)))
68
+ (add_reg ty x y))
69
+
70
+ ;; Add a register and a sign-extended register.
71
+ (rule 8 (lower (has_type (fits_in_64 ty) (iadd x (sext32_value y))))
72
+ (add_reg_sext32 ty x y))
73
+ (rule 15 (lower (has_type (fits_in_64 ty) (iadd (sext32_value x) y)))
74
+ (add_reg_sext32 ty y x))
75
+
76
+ ;; Add a register and an immediate.
77
+ (rule 7 (lower (has_type (fits_in_64 ty) (iadd x (i16_from_value y))))
78
+ (add_simm16 ty x y))
79
+ (rule 14 (lower (has_type (fits_in_64 ty) (iadd (i16_from_value x) y)))
80
+ (add_simm16 ty y x))
81
+ (rule 6 (lower (has_type (fits_in_64 ty) (iadd x (i32_from_value y))))
82
+ (add_simm32 ty x y))
83
+ (rule 13 (lower (has_type (fits_in_64 ty) (iadd (i32_from_value x) y)))
84
+ (add_simm32 ty y x))
85
+
86
+ ;; Add a register and memory (32/64-bit types).
87
+ (rule 5 (lower (has_type (fits_in_64 ty) (iadd x (sinkable_load_32_64 y))))
88
+ (add_mem ty x (sink_load y)))
89
+ (rule 12 (lower (has_type (fits_in_64 ty) (iadd (sinkable_load_32_64 x) y)))
90
+ (add_mem ty y (sink_load x)))
91
+
92
+ ;; Add a register and memory (16-bit types).
93
+ (rule 4 (lower (has_type (fits_in_64 ty) (iadd x (sinkable_load_16 y))))
94
+ (add_mem_sext16 ty x (sink_load y)))
95
+ (rule 11 (lower (has_type (fits_in_64 ty) (iadd (sinkable_load_16 x) y)))
96
+ (add_mem_sext16 ty y (sink_load x)))
97
+
98
+ ;; Add a register and sign-extended memory.
99
+ (rule 3 (lower (has_type (fits_in_64 ty) (iadd x (sinkable_sload16 y))))
100
+ (add_mem_sext16 ty x (sink_sload16 y)))
101
+ (rule 10 (lower (has_type (fits_in_64 ty) (iadd (sinkable_sload16 x) y)))
102
+ (add_mem_sext16 ty y (sink_sload16 x)))
103
+ (rule 2 (lower (has_type (fits_in_64 ty) (iadd x (sinkable_sload32 y))))
104
+ (add_mem_sext32 ty x (sink_sload32 y)))
105
+ (rule 9 (lower (has_type (fits_in_64 ty) (iadd (sinkable_sload32 x) y)))
106
+ (add_mem_sext32 ty y (sink_sload32 x)))
107
+
108
+ ;; Add two vector registers.
109
+ (rule 1 (lower (has_type (vr128_ty ty) (iadd x y)))
110
+ (vec_add ty x y))
111
+
112
+
113
+ ;;;; Rules for `uadd_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
114
+
115
+ ;; Add (saturate unsigned) two vector registers.
116
+ (rule (lower (has_type (ty_vec128 ty) (uadd_sat x y)))
117
+ (let ((sum Reg (vec_add ty x y)))
118
+ (vec_or ty sum (vec_cmphl ty x sum))))
119
+
120
+
121
+ ;;;; Rules for `sadd_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
122
+
123
+ ;; Add (saturate signed) two vector registers. $I64X2 not supported.
124
+ (rule (lower (has_type (ty_vec128 ty) (sadd_sat x y)))
125
+ (vec_pack_ssat (vec_widen_type ty)
126
+ (vec_add (vec_widen_type ty) (vec_unpacks_high ty x)
127
+ (vec_unpacks_high ty y))
128
+ (vec_add (vec_widen_type ty) (vec_unpacks_low ty x)
129
+ (vec_unpacks_low ty y))))
130
+
131
+
132
+ ;;;; Rules for `iadd_pairwise` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
133
+
134
+ ;; Lane-wise integer pairwise addition for 8-/16/32-bit vector registers.
135
+ (rule (lower (has_type ty @ (multi_lane bits _) (iadd_pairwise x y)))
136
+ (let ((size Reg (vec_imm_splat $I8X16 (u32_as_u64 bits))))
137
+ (vec_pack_lane_order (vec_widen_type ty)
138
+ (vec_add ty x (vec_lshr_by_byte x size))
139
+ (vec_add ty y (vec_lshr_by_byte y size)))))
140
+
141
+
142
+ ;;;; Rules for `isub` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
143
+
144
+ ;; Sub two registers.
145
+ (rule 0 (lower (has_type (fits_in_64 ty) (isub x y)))
146
+ (sub_reg ty x y))
147
+
148
+ ;; Sub a register and a sign-extended register.
149
+ (rule 8 (lower (has_type (fits_in_64 ty) (isub x (sext32_value y))))
150
+ (sub_reg_sext32 ty x y))
151
+
152
+ ;; Sub a register and an immediate (using add of the negated value).
153
+ (rule 7 (lower (has_type (fits_in_64 ty) (isub x (i16_from_negated_value y))))
154
+ (add_simm16 ty x y))
155
+ (rule 6 (lower (has_type (fits_in_64 ty) (isub x (i32_from_negated_value y))))
156
+ (add_simm32 ty x y))
157
+
158
+ ;; Sub a register and memory (32/64-bit types).
159
+ (rule 5 (lower (has_type (fits_in_64 ty) (isub x (sinkable_load_32_64 y))))
160
+ (sub_mem ty x (sink_load y)))
161
+
162
+ ;; Sub a register and memory (16-bit types).
163
+ (rule 4 (lower (has_type (fits_in_64 ty) (isub x (sinkable_load_16 y))))
164
+ (sub_mem_sext16 ty x (sink_load y)))
165
+
166
+ ;; Sub a register and sign-extended memory.
167
+ (rule 3 (lower (has_type (fits_in_64 ty) (isub x (sinkable_sload16 y))))
168
+ (sub_mem_sext16 ty x (sink_sload16 y)))
169
+ (rule 2 (lower (has_type (fits_in_64 ty) (isub x (sinkable_sload32 y))))
170
+ (sub_mem_sext32 ty x (sink_sload32 y)))
171
+
172
+ ;; Sub two vector registers.
173
+ (rule 1 (lower (has_type (vr128_ty ty) (isub x y)))
174
+ (vec_sub ty x y))
175
+
176
+
177
+ ;;;; Rules for `usub_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
178
+
179
+ ;; Add (saturate unsigned) two vector registers.
180
+ (rule (lower (has_type (ty_vec128 ty) (usub_sat x y)))
181
+ (vec_and ty (vec_sub ty x y) (vec_cmphl ty x y)))
182
+
183
+
184
+ ;;;; Rules for `ssub_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
185
+
186
+ ;; Add (saturate signed) two vector registers. $I64X2 not supported.
187
+ (rule (lower (has_type (ty_vec128 ty) (ssub_sat x y)))
188
+ (vec_pack_ssat (vec_widen_type ty)
189
+ (vec_sub (vec_widen_type ty) (vec_unpacks_high ty x)
190
+ (vec_unpacks_high ty y))
191
+ (vec_sub (vec_widen_type ty) (vec_unpacks_low ty x)
192
+ (vec_unpacks_low ty y))))
193
+
194
+
195
+ ;;;; Rules for `iabs` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
196
+
197
+ ;; Absolute value of a register.
198
+ ;; For types smaller than 32-bit, the input value must be sign-extended.
199
+ (rule 2 (lower (has_type (fits_in_64 ty) (iabs x)))
200
+ (abs_reg (ty_ext32 ty) (put_in_reg_sext32 x)))
201
+
202
+ ;; Absolute value of a sign-extended register.
203
+ (rule 3 (lower (has_type (fits_in_64 ty) (iabs (sext32_value x))))
204
+ (abs_reg_sext32 ty x))
205
+
206
+ ;; Absolute value of a vector register.
207
+ (rule 1 (lower (has_type (ty_vec128 ty) (iabs x)))
208
+ (vec_abs ty x))
209
+
210
+ ;; Absolute value of a 128-bit integer.
211
+ (rule 0 (lower (has_type $I128 (iabs x)))
212
+ (let ((zero Reg (vec_imm $I128 0))
213
+ (pos Reg x)
214
+ (neg Reg (vec_sub $I128 zero pos))
215
+ (rep Reg (vec_replicate_lane $I64X2 pos 0))
216
+ (mask Reg (vec_cmph $I64X2 zero rep)))
217
+ (vec_select $I128 neg pos mask)))
218
+
219
+
220
+ ;;;; Rules for `ineg` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
221
+
222
+ ;; Negate a register.
223
+ (rule 2 (lower (has_type (fits_in_64 ty) (ineg x)))
224
+ (neg_reg ty x))
225
+
226
+ ;; Negate a sign-extended register.
227
+ (rule 3 (lower (has_type (fits_in_64 ty) (ineg (sext32_value x))))
228
+ (neg_reg_sext32 ty x))
229
+
230
+ ;; Negate a vector register.
231
+ (rule 1 (lower (has_type (ty_vec128 ty) (ineg x)))
232
+ (vec_neg ty x))
233
+
234
+ ;; Negate a 128-bit integer.
235
+ (rule 0 (lower (has_type $I128 (ineg x)))
236
+ (vec_sub $I128 (vec_imm $I128 0) x))
237
+
238
+
239
+ ;;;; Rules for `umax` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
240
+
241
+ ;; Unsigned maximum of two vector registers.
242
+ (rule (lower (has_type (ty_vec128 ty) (umax x y)))
243
+ (vec_umax ty x y))
244
+
245
+
246
+ ;;;; Rules for `umin` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
247
+
248
+ ;; Unsigned minimum of two vector registers.
249
+ (rule (lower (has_type (ty_vec128 ty) (umin x y)))
250
+ (vec_umin ty x y))
251
+
252
+
253
+ ;;;; Rules for `smax` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
254
+
255
+ ;; Signed maximum of two vector registers.
256
+ (rule (lower (has_type (ty_vec128 ty) (smax x y)))
257
+ (vec_smax ty x y))
258
+
259
+
260
+ ;;;; Rules for `smin` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
261
+
262
+ ;; Signed minimum of two vector registers.
263
+ (rule (lower (has_type (ty_vec128 ty) (smin x y)))
264
+ (vec_smin ty x y))
265
+
266
+
267
+ ;;;; Rules for `avg_round` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
268
+
269
+ ;; Unsigned average of two vector registers.
270
+ (rule (lower (has_type (ty_vec128 ty) (avg_round x y)))
271
+ (vec_uavg ty x y))
272
+
273
+
274
+ ;;;; Rules for `imul` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
275
+
276
+ ;; Multiply two registers.
277
+ (rule 0 (lower (has_type (fits_in_64 ty) (imul x y)))
278
+ (mul_reg ty x y))
279
+
280
+ ;; Multiply a register and a sign-extended register.
281
+ (rule 8 (lower (has_type (fits_in_64 ty) (imul x (sext32_value y))))
282
+ (mul_reg_sext32 ty x y))
283
+ (rule 15 (lower (has_type (fits_in_64 ty) (imul (sext32_value x) y)))
284
+ (mul_reg_sext32 ty y x))
285
+
286
+ ;; Multiply a register and an immediate.
287
+ (rule 7 (lower (has_type (fits_in_64 ty) (imul x (i16_from_value y))))
288
+ (mul_simm16 ty x y))
289
+ (rule 14 (lower (has_type (fits_in_64 ty) (imul (i16_from_value x) y)))
290
+ (mul_simm16 ty y x))
291
+ (rule 6 (lower (has_type (fits_in_64 ty) (imul x (i32_from_value y))))
292
+ (mul_simm32 ty x y))
293
+ (rule 13 (lower (has_type (fits_in_64 ty) (imul (i32_from_value x) y)))
294
+ (mul_simm32 ty y x))
295
+
296
+ ;; Multiply a register and memory (32/64-bit types).
297
+ (rule 5 (lower (has_type (fits_in_64 ty) (imul x (sinkable_load_32_64 y))))
298
+ (mul_mem ty x (sink_load y)))
299
+ (rule 12 (lower (has_type (fits_in_64 ty) (imul (sinkable_load_32_64 x) y)))
300
+ (mul_mem ty y (sink_load x)))
301
+
302
+ ;; Multiply a register and memory (16-bit types).
303
+ (rule 4 (lower (has_type (fits_in_64 ty) (imul x (sinkable_load_16 y))))
304
+ (mul_mem_sext16 ty x (sink_load y)))
305
+ (rule 11 (lower (has_type (fits_in_64 ty) (imul (sinkable_load_16 x) y)))
306
+ (mul_mem_sext16 ty y (sink_load x)))
307
+
308
+ ;; Multiply a register and sign-extended memory.
309
+ (rule 3 (lower (has_type (fits_in_64 ty) (imul x (sinkable_sload16 y))))
310
+ (mul_mem_sext16 ty x (sink_sload16 y)))
311
+ (rule 10 (lower (has_type (fits_in_64 ty) (imul (sinkable_sload16 x) y)))
312
+ (mul_mem_sext16 ty y (sink_sload16 x)))
313
+ (rule 2 (lower (has_type (fits_in_64 ty) (imul x (sinkable_sload32 y))))
314
+ (mul_mem_sext32 ty x (sink_sload32 y)))
315
+ (rule 9 (lower (has_type (fits_in_64 ty) (imul (sinkable_sload32 x) y)))
316
+ (mul_mem_sext32 ty y (sink_sload32 x)))
317
+
318
+ ;; Multiply two vector registers, using a helper.
319
+ (decl vec_mul_impl (Type Reg Reg) Reg)
320
+ (rule 1 (lower (has_type (vr128_ty ty) (imul x y)))
321
+ (vec_mul_impl ty x y))
322
+
323
+ ;; Multiply two vector registers - byte, halfword, and word.
324
+ (rule (vec_mul_impl $I8X16 x y) (vec_mul $I8X16 x y))
325
+ (rule (vec_mul_impl $I16X8 x y) (vec_mul $I16X8 x y))
326
+ (rule (vec_mul_impl $I32X4 x y) (vec_mul $I32X4 x y))
327
+
328
+ ;; Multiply two vector registers - doubleword. Has to be scalarized.
329
+ (rule (vec_mul_impl $I64X2 x y)
330
+ (mov_to_vec128 $I64X2
331
+ (mul_reg $I64 (vec_extract_lane $I64X2 x 0 (zero_reg))
332
+ (vec_extract_lane $I64X2 y 0 (zero_reg)))
333
+ (mul_reg $I64 (vec_extract_lane $I64X2 x 1 (zero_reg))
334
+ (vec_extract_lane $I64X2 y 1 (zero_reg)))))
335
+
336
+ ;; Multiply two vector registers - quadword.
337
+ (rule (vec_mul_impl $I128 x y)
338
+ (let ((x_hi Reg (vec_extract_lane $I64X2 x 0 (zero_reg)))
339
+ (x_lo Reg (vec_extract_lane $I64X2 x 1 (zero_reg)))
340
+ (y_hi Reg (vec_extract_lane $I64X2 y 0 (zero_reg)))
341
+ (y_lo Reg (vec_extract_lane $I64X2 y 1 (zero_reg)))
342
+ (lo_pair RegPair (umul_wide x_lo y_lo))
343
+ (res_lo Reg (copy_reg $I64 (regpair_lo lo_pair)))
344
+ (res_hi_1 Reg (copy_reg $I64 (regpair_hi lo_pair)))
345
+ (res_hi_2 Reg (mul_reg $I64 x_lo y_hi))
346
+ (res_hi_3 Reg (mul_reg $I64 x_hi y_lo))
347
+ (res_hi Reg (add_reg $I64 res_hi_3 (add_reg $I64 res_hi_2 res_hi_1))))
348
+ (mov_to_vec128 $I64X2 res_hi res_lo)))
349
+
350
+
351
+ ;;;; Rules for `umulhi` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
352
+
353
+ ;; Multiply high part unsigned, 8-bit or 16-bit types. (Uses 32-bit multiply.)
354
+ (rule -1 (lower (has_type (ty_8_or_16 ty) (umulhi x y)))
355
+ (let ((ext_reg_x Reg (put_in_reg_zext32 x))
356
+ (ext_reg_y Reg (put_in_reg_zext32 y))
357
+ (ext_mul Reg (mul_reg $I32 ext_reg_x ext_reg_y)))
358
+ (lshr_imm $I32 ext_mul (ty_bits ty))))
359
+
360
+ ;; Multiply high part unsigned, 32-bit types. (Uses 64-bit multiply.)
361
+ (rule (lower (has_type $I32 (umulhi x y)))
362
+ (let ((ext_reg_x Reg (put_in_reg_zext64 x))
363
+ (ext_reg_y Reg (put_in_reg_zext64 y))
364
+ (ext_mul Reg (mul_reg $I64 ext_reg_x ext_reg_y)))
365
+ (lshr_imm $I64 ext_mul 32)))
366
+
367
+ ;; Multiply high part unsigned, 64-bit types. (Uses umul_wide.)
368
+ (rule (lower (has_type $I64 (umulhi x y)))
369
+ (let ((pair RegPair (umul_wide x y)))
370
+ (copy_reg $I64 (regpair_hi pair))))
371
+
372
+ ;; Multiply high part unsigned, vector types with 8-, 16-, or 32-bit elements.
373
+ (rule (lower (has_type $I8X16 (umulhi x y))) (vec_umulhi $I8X16 x y))
374
+ (rule (lower (has_type $I16X8 (umulhi x y))) (vec_umulhi $I16X8 x y))
375
+ (rule (lower (has_type $I32X4 (umulhi x y))) (vec_umulhi $I32X4 x y))
376
+
377
+ ;; Multiply high part unsigned, vector types with 64-bit elements.
378
+ ;; Has to be scalarized.
379
+ (rule (lower (has_type $I64X2 (umulhi x y)))
380
+ (let ((pair_0 RegPair (umul_wide (vec_extract_lane $I64X2 x 0 (zero_reg))
381
+ (vec_extract_lane $I64X2 y 0 (zero_reg))))
382
+ (res_0 Reg (copy_reg $I64 (regpair_hi pair_0)))
383
+ (pair_1 RegPair (umul_wide (vec_extract_lane $I64X2 x 1 (zero_reg))
384
+ (vec_extract_lane $I64X2 y 1 (zero_reg))))
385
+ (res_1 Reg (copy_reg $I64 (regpair_hi pair_1))))
386
+ (mov_to_vec128 $I64X2 res_0 res_1)))
387
+
388
+
389
+ ;;;; Rules for `smulhi` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
390
+
391
+ ;; Multiply high part signed, 8-bit or 16-bit types. (Uses 32-bit multiply.)
392
+ (rule -1 (lower (has_type (ty_8_or_16 ty) (smulhi x y)))
393
+ (let ((ext_reg_x Reg (put_in_reg_sext32 x))
394
+ (ext_reg_y Reg (put_in_reg_sext32 y))
395
+ (ext_mul Reg (mul_reg $I32 ext_reg_x ext_reg_y)))
396
+ (ashr_imm $I32 ext_mul (ty_bits ty))))
397
+
398
+ ;; Multiply high part signed, 32-bit types. (Uses 64-bit multiply.)
399
+ (rule (lower (has_type $I32 (smulhi x y)))
400
+ (let ((ext_reg_x Reg (put_in_reg_sext64 x))
401
+ (ext_reg_y Reg (put_in_reg_sext64 y))
402
+ (ext_mul Reg (mul_reg $I64 ext_reg_x ext_reg_y)))
403
+ (ashr_imm $I64 ext_mul 32)))
404
+
405
+ ;; Multiply high part signed, 64-bit types. (Uses smul_wide.)
406
+ (rule (lower (has_type $I64 (smulhi x y)))
407
+ (let ((pair RegPair (smul_wide x y)))
408
+ (copy_reg $I64 (regpair_hi pair))))
409
+
410
+ ;; Multiply high part signed, vector types with 8-, 16-, or 32-bit elements.
411
+ (rule (lower (has_type $I8X16 (smulhi x y))) (vec_smulhi $I8X16 x y))
412
+ (rule (lower (has_type $I16X8 (smulhi x y))) (vec_smulhi $I16X8 x y))
413
+ (rule (lower (has_type $I32X4 (smulhi x y))) (vec_smulhi $I32X4 x y))
414
+
415
+ ;; Multiply high part unsigned, vector types with 64-bit elements.
416
+ ;; Has to be scalarized.
417
+ (rule (lower (has_type $I64X2 (smulhi x y)))
418
+ (let ((pair_0 RegPair (smul_wide (vec_extract_lane $I64X2 x 0 (zero_reg))
419
+ (vec_extract_lane $I64X2 y 0 (zero_reg))))
420
+ (res_0 Reg (copy_reg $I64 (regpair_hi pair_0)))
421
+ (pair_1 RegPair (smul_wide (vec_extract_lane $I64X2 x 1 (zero_reg))
422
+ (vec_extract_lane $I64X2 y 1 (zero_reg))))
423
+ (res_1 Reg (copy_reg $I64 (regpair_hi pair_1))))
424
+ (mov_to_vec128 $I64X2 res_0 res_1)))
425
+
426
+
427
+ ;;;; Rules for `widening_pairwise_dot_product_s` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
428
+
429
+ ;; Widening pairwise dot product of two vector registers.
430
+ (rule (lower (has_type dst_ty (widening_pairwise_dot_product_s
431
+ x @ (value_type src_ty) y)))
432
+ (vec_add dst_ty (vec_smul_even src_ty x y)
433
+ (vec_smul_odd src_ty x y)))
434
+
435
+
436
+ ;;;; Rules for `sqmul_round_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
437
+
438
+ ;; Fixed-point multiplication of two vector registers.
439
+ (rule (lower (has_type (ty_vec128 ty) (sqmul_round_sat x y)))
440
+ (vec_pack_ssat (vec_widen_type ty)
441
+ (sqmul_impl (vec_widen_type ty)
442
+ (vec_unpacks_high ty x)
443
+ (vec_unpacks_high ty y))
444
+ (sqmul_impl (vec_widen_type ty)
445
+ (vec_unpacks_low ty x)
446
+ (vec_unpacks_low ty y))))
447
+
448
+ ;; Helper to perform the rounded multiply in the wider type.
449
+ (decl sqmul_impl (Type Reg Reg) Reg)
450
+ (rule (sqmul_impl $I32X4 x y)
451
+ (vec_ashr_imm $I32X4 (vec_add $I32X4 (vec_mul_impl $I32X4 x y)
452
+ (vec_imm_bit_mask $I32X4 17 17))
453
+ 15))
454
+ (rule (sqmul_impl $I64X2 x y)
455
+ (vec_ashr_imm $I64X2 (vec_add $I64X2 (vec_mul_impl $I64X2 x y)
456
+ (vec_imm_bit_mask $I64X2 33 33))
457
+ 31))
458
+
459
+
460
+ ;;;; Rules for `udiv` and `urem` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
461
+
462
+ ;; Divide two registers. The architecture provides combined udiv / urem
463
+ ;; instructions with the following combination of data types:
464
+ ;;
465
+ ;; - 64-bit dividend (split across a 2x32-bit register pair),
466
+ ;; 32-bit divisor (in a single input register)
467
+ ;; 32-bit quotient & remainder (in a 2x32-bit register pair)
468
+ ;;
469
+ ;; - 128-bit dividend (split across a 2x64-bit register pair),
470
+ ;; 64-bit divisor (in a single input register)
471
+ ;; 64-bit quotient & remainder (in a 2x64-bit register pair)
472
+ ;;
473
+ ;; We use the first variant for 32-bit and smaller input types,
474
+ ;; and the second variant for 64-bit input types.
475
+
476
+ ;; Implement `udiv`.
477
+ (rule (lower (has_type (fits_in_64 ty) (udiv x y)))
478
+ (let (;; Look at the divisor to determine whether we need to generate
479
+ ;; an explicit division-by zero check.
480
+ (DZcheck bool (zero_divisor_check_needed y))
481
+ ;; Load up the dividend, by loading the input (possibly zero-
482
+ ;; extended) input into the low half of the register pair,
483
+ ;; and setting the high half to zero.
484
+ (ext_x RegPair (regpair (imm (ty_ext32 ty) 0)
485
+ (put_in_reg_zext32 x)))
486
+ ;; Load up the divisor, zero-extended if necessary.
487
+ (ext_y Reg (put_in_reg_zext32 y))
488
+ (ext_ty Type (ty_ext32 ty))
489
+ ;; Now actually perform the division-by zero check if necessary.
490
+ ;; This cannot be done earlier than here, because the check
491
+ ;; requires an already extended divisor value.
492
+ (_ Reg (maybe_trap_if_zero_divisor DZcheck ext_ty ext_y))
493
+ ;; Emit the actual divide instruction.
494
+ (pair RegPair (udivmod ext_ty ext_x ext_y)))
495
+ ;; The quotient can be found in the low half of the result.
496
+ (copy_reg ty (regpair_lo pair))))
497
+
498
+ ;; Implement `urem`. Same as `udiv`, but finds the remainder in
499
+ ;; the high half of the result register pair instead.
500
+ (rule (lower (has_type (fits_in_64 ty) (urem x y)))
501
+ (let ((DZcheck bool (zero_divisor_check_needed y))
502
+ (ext_x RegPair (regpair (imm (ty_ext32 ty) 0)
503
+ (put_in_reg_zext32 x)))
504
+ (ext_y Reg (put_in_reg_zext32 y))
505
+ (ext_ty Type (ty_ext32 ty))
506
+ (_ Reg (maybe_trap_if_zero_divisor DZcheck ext_ty ext_y))
507
+ (pair RegPair (udivmod ext_ty ext_x ext_y)))
508
+ (copy_reg ty (regpair_hi pair))))
509
+
510
+ ;; Determine whether we need to perform a divide-by-zero-check.
511
+ ;;
512
+ ;; If the `avoid_div_traps` flag is false, we never need to perform
513
+ ;; that check; we can rely on the divide instruction itself to trap.
514
+ ;;
515
+ ;; If the `avoid_div_traps` flag is true, we perform the check explicitly.
516
+ ;; This still can be omittted if the divisor is a non-zero immediate.
517
+ (decl zero_divisor_check_needed (Value) bool)
518
+ (rule 2 (zero_divisor_check_needed (i64_from_value x))
519
+ (if (i64_nonzero x))
520
+ $false)
521
+ (rule 1 (zero_divisor_check_needed (value_type (allow_div_traps))) $false)
522
+ (rule 0 (zero_divisor_check_needed _) $true)
523
+
524
+ ;; Perform the divide-by-zero check if required.
525
+ ;; This is simply a compare-and-trap of the (extended) divisor against 0.
526
+ (decl maybe_trap_if_zero_divisor (bool Type Reg) Reg)
527
+ (rule (maybe_trap_if_zero_divisor $false _ _) (invalid_reg))
528
+ (rule (maybe_trap_if_zero_divisor $true ext_ty reg)
529
+ (icmps_simm16_and_trap ext_ty reg 0
530
+ (intcc_as_cond (IntCC.Equal))
531
+ (trap_code_division_by_zero)))
532
+
533
+
534
+ ;;;; Rules for `sdiv` and `srem` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
535
+
536
+ ;; Divide two registers. The architecture provides combined sdiv / srem
537
+ ;; instructions with the following combination of data types:
538
+ ;;
539
+ ;; - 64-bit dividend (in the low half of a 2x64-bit register pair),
540
+ ;; 32-bit divisor (in a single input register)
541
+ ;; 64-bit quotient & remainder (in a 2x64-bit register pair)
542
+ ;;
543
+ ;; - 64-bit dividend (in the low half of a 2x64-bit register pair),
544
+ ;; 64-bit divisor (in a single input register)
545
+ ;; 64-bit quotient & remainder (in a 2x64-bit register pair)
546
+ ;;
547
+ ;; We use the first variant for 32-bit and smaller input types,
548
+ ;; and the second variant for 64-bit input types.
549
+
550
+ ;; Implement `sdiv`.
551
+ (rule (lower (has_type (fits_in_64 ty) (sdiv x y)))
552
+ (let (;; Look at the divisor to determine whether we need to generate
553
+ ;; explicit division-by-zero and/or integer-overflow checks.
554
+ (DZcheck bool (zero_divisor_check_needed y))
555
+ (OFcheck bool (div_overflow_check_needed y))
556
+ ;; Load up the dividend (sign-extended to 64-bit)
557
+ (ext_x Reg (put_in_reg_sext64 x))
558
+ ;; Load up the divisor (sign-extended if necessary).
559
+ (ext_y Reg (put_in_reg_sext32 y))
560
+ (ext_ty Type (ty_ext32 ty))
561
+ ;; Perform division-by-zero check (same as for `udiv`).
562
+ (_ Reg (maybe_trap_if_zero_divisor DZcheck ext_ty ext_y))
563
+ ;; Perform integer-overflow check if necessary.
564
+ (_ Reg (maybe_trap_if_sdiv_overflow OFcheck ext_ty ty ext_x ext_y))
565
+ ;; Emit the actual divide instruction.
566
+ (pair RegPair (sdivmod ext_ty ext_x ext_y)))
567
+ ;; The quotient can be found in the low half of the result.
568
+ (copy_reg ty (regpair_lo pair))))
569
+
570
+ ;; Implement `srem`. Same as `sdiv`, but finds the remainder in
571
+ ;; the high half of the result register pair instead. Also, handle
572
+ ;; the integer overflow case differently, see below.
573
+ (rule (lower (has_type (fits_in_64 ty) (srem x y)))
574
+ (let ((DZcheck bool (zero_divisor_check_needed y))
575
+ (OFcheck bool (div_overflow_check_needed y))
576
+ (ext_x Reg (put_in_reg_sext64 x))
577
+ (ext_y Reg (put_in_reg_sext32 y))
578
+ (ext_ty Type (ty_ext32 ty))
579
+ (_ Reg (maybe_trap_if_zero_divisor DZcheck ext_ty ext_y))
580
+ (checked_x Reg (maybe_avoid_srem_overflow OFcheck ext_ty ext_x ext_y))
581
+ (pair RegPair (sdivmod ext_ty checked_x ext_y)))
582
+ (copy_reg ty (regpair_hi pair))))
583
+
584
+ ;; Determine whether we need to perform an integer-overflow check.
585
+ ;;
586
+ ;; We never rely on the divide instruction itself to trap; while that trap
587
+ ;; would indeed happen, we have no way of signalling two different trap
588
+ ;; conditions from the same instruction. By explicity checking for the
589
+ ;; integer-overflow case ahead of time, any hardware trap in the divide
590
+ ;; instruction is guaranteed to indicate divison-by-zero.
591
+ ;;
592
+ ;; In addition, for types smaller than 64 bits we would have to perform
593
+ ;; the check explicitly anyway, since the instruction provides a 64-bit
594
+ ;; quotient and only traps if *that* overflows.
595
+ ;;
596
+ ;; However, the only case where integer overflow can occur is if the
597
+ ;; minimum (signed) integer value is divided by -1, so if the divisor
598
+ ;; is any immediate different from -1, the check can be omitted.
599
+ (decl div_overflow_check_needed (Value) bool)
600
+ (rule 1 (div_overflow_check_needed (i64_from_value x))
601
+ (if (i64_not_neg1 x))
602
+ $false)
603
+ (rule (div_overflow_check_needed _) $true)
604
+
605
+ ;; Perform the integer-overflow check if necessary. This implements:
606
+ ;;
607
+ ;; if divisor == INT_MIN && dividend == -1 { trap }
608
+ ;;
609
+ ;; but to avoid introducing control flow, it is actually done as:
610
+ ;;
611
+ ;; if ((divisor ^ INT_MAX) & dividend) == -1 { trap }
612
+ ;;
613
+ ;; instead, using a single conditional trap instruction.
614
+ (decl maybe_trap_if_sdiv_overflow (bool Type Type Reg Reg) Reg)
615
+ (rule (maybe_trap_if_sdiv_overflow $false ext_ty _ _ _) (invalid_reg))
616
+ (rule (maybe_trap_if_sdiv_overflow $true ext_ty ty x y)
617
+ (let ((int_max Reg (imm ext_ty (int_max ty)))
618
+ (reg Reg (and_reg ext_ty (xor_reg ext_ty int_max x) y)))
619
+ (icmps_simm16_and_trap ext_ty reg -1
620
+ (intcc_as_cond (IntCC.Equal))
621
+ (trap_code_integer_overflow))))
622
+ (decl int_max (Type) u64)
623
+ (rule (int_max $I8) 0x7f)
624
+ (rule (int_max $I16) 0x7fff)
625
+ (rule (int_max $I32) 0x7fffffff)
626
+ (rule (int_max $I64) 0x7fffffffffffffff)
627
+
628
+ ;; When performing `srem`, we do not want to trap in the
629
+ ;; integer-overflow scenario, because it is only the quotient
630
+ ;; that overflows, not the remainder.
631
+ ;;
632
+ ;; For types smaller than 64 bits, we can simply let the
633
+ ;; instruction execute, since (as above) it will never trap.
634
+ ;;
635
+ ;; For 64-bit inputs, we check whether the divisor is -1, and
636
+ ;; if so simply replace the dividend by zero, which will give
637
+ ;; the correct result, since any value modulo -1 is zero.
638
+ ;;
639
+ ;; (We could in fact avoid executing the divide instruction
640
+ ;; at all in this case, but that would require introducing
641
+ ;; control flow.)
642
+ (decl maybe_avoid_srem_overflow (bool Type Reg Reg) Reg)
643
+ (rule (maybe_avoid_srem_overflow $false _ x _) x)
644
+ (rule (maybe_avoid_srem_overflow $true $I32 x _) x)
645
+ (rule (maybe_avoid_srem_overflow $true $I64 x y)
646
+ (with_flags_reg (icmps_simm16 $I64 y -1)
647
+ (cmov_imm $I64 (intcc_as_cond (IntCC.Equal)) 0 x)))
648
+
649
+
650
+ ;;;; Rules for `ishl` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
651
+
652
+ ;; Shift left, shift amount in register.
653
+ (rule 0 (lower (has_type (fits_in_64 ty) (ishl x y)))
654
+ (let ((masked_amt Reg (mask_amt_reg ty (amt_reg y))))
655
+ (lshl_reg ty x masked_amt)))
656
+
657
+ ;; Shift left, immediate shift amount.
658
+ (rule 1 (lower (has_type (fits_in_64 ty) (ishl x (i64_from_value y))))
659
+ (let ((masked_amt u8 (mask_amt_imm ty y)))
660
+ (lshl_imm ty x masked_amt)))
661
+
662
+ ;; Vector shift left, shift amount in register.
663
+ (rule 2 (lower (has_type (ty_vec128 ty) (ishl x y)))
664
+ (vec_lshl_reg ty x (amt_reg y)))
665
+
666
+ ;; Vector shift left, immediate shift amount.
667
+ (rule 3 (lower (has_type (ty_vec128 ty) (ishl x (i64_from_value y))))
668
+ (let ((masked_amt u8 (mask_amt_imm ty y)))
669
+ (vec_lshl_imm ty x masked_amt)))
670
+
671
+ ;; 128-bit vector shift left.
672
+ (rule 4 (lower (has_type $I128 (ishl x y)))
673
+ (let ((amt Reg (amt_vr y)))
674
+ (vec_lshl_by_bit (vec_lshl_by_byte x amt) amt)))
675
+
676
+
677
+ ;;;; Rules for `ushr` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
678
+
679
+ ;; Shift right logical, shift amount in register.
680
+ ;; For types smaller than 32-bit, the input value must be zero-extended.
681
+ (rule 0 (lower (has_type (fits_in_64 ty) (ushr x y)))
682
+ (let ((ext_reg Reg (put_in_reg_zext32 x))
683
+ (masked_amt Reg (mask_amt_reg ty (amt_reg y))))
684
+ (lshr_reg (ty_ext32 ty) ext_reg masked_amt)))
685
+
686
+ ;; Shift right logical, immediate shift amount.
687
+ ;; For types smaller than 32-bit, the input value must be zero-extended.
688
+ (rule 1 (lower (has_type (fits_in_64 ty) (ushr x (i64_from_value y))))
689
+ (let ((ext_reg Reg (put_in_reg_zext32 x))
690
+ (masked_amt u8 (mask_amt_imm ty y)))
691
+ (lshr_imm (ty_ext32 ty) ext_reg masked_amt)))
692
+
693
+ ;; Vector shift right logical, shift amount in register.
694
+ (rule 2 (lower (has_type (ty_vec128 ty) (ushr x y)))
695
+ (vec_lshr_reg ty x (amt_reg y)))
696
+
697
+ ;; Vector shift right logical, immediate shift amount.
698
+ (rule 3 (lower (has_type (ty_vec128 ty) (ushr x (i64_from_value y))))
699
+ (let ((masked_amt u8 (mask_amt_imm ty y)))
700
+ (vec_lshr_imm ty x masked_amt)))
701
+
702
+ ;; 128-bit vector shift right logical.
703
+ (rule 4 (lower (has_type $I128 (ushr x y)))
704
+ (let ((amt Reg (amt_vr y)))
705
+ (vec_lshr_by_bit (vec_lshr_by_byte x amt) amt)))
706
+
707
+
708
+ ;;;; Rules for `sshr` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
709
+
710
+ ;; Shift right arithmetic, shift amount in register.
711
+ ;; For types smaller than 32-bit, the input value must be sign-extended.
712
+ (rule 0 (lower (has_type (fits_in_64 ty) (sshr x y)))
713
+ (let ((ext_reg Reg (put_in_reg_sext32 x))
714
+ (masked_amt Reg (mask_amt_reg ty (amt_reg y))))
715
+ (ashr_reg (ty_ext32 ty) ext_reg masked_amt)))
716
+
717
+ ;; Shift right arithmetic, immediate shift amount.
718
+ ;; For types smaller than 32-bit, the input value must be sign-extended.
719
+ (rule 1 (lower (has_type (fits_in_64 ty) (sshr x (i64_from_value y))))
720
+ (let ((ext_reg Reg (put_in_reg_sext32 x))
721
+ (masked_amt u8 (mask_amt_imm ty y)))
722
+ (ashr_imm (ty_ext32 ty) ext_reg masked_amt)))
723
+
724
+ ;; Vector shift right arithmetic, shift amount in register.
725
+ (rule 2 (lower (has_type (ty_vec128 ty) (sshr x y)))
726
+ (vec_ashr_reg ty x (amt_reg y)))
727
+
728
+ ;; Vector shift right arithmetic, immediate shift amount.
729
+ (rule 3 (lower (has_type (ty_vec128 ty) (sshr x (i64_from_value y))))
730
+ (let ((masked_amt u8 (mask_amt_imm ty y)))
731
+ (vec_ashr_imm ty x masked_amt)))
732
+
733
+ ;; 128-bit vector shift right arithmetic.
734
+ (rule 4 (lower (has_type $I128 (sshr x y)))
735
+ (let ((amt Reg (amt_vr y)))
736
+ (vec_ashr_by_bit (vec_ashr_by_byte x amt) amt)))
737
+
738
+
739
+ ;;;; Rules for `rotl` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
740
+
741
+ ;; Rotate left, shift amount in register. 32-bit or 64-bit types.
742
+ (rule 0 (lower (has_type (ty_32_or_64 ty) (rotl x y)))
743
+ (rot_reg ty x (amt_reg y)))
744
+
745
+ ;; Rotate left arithmetic, immediate shift amount. 32-bit or 64-bit types.
746
+ (rule 1 (lower (has_type (ty_32_or_64 ty) (rotl x (i64_from_value y))))
747
+ (let ((masked_amt u8 (mask_amt_imm ty y)))
748
+ (rot_imm ty x masked_amt)))
749
+
750
+ ;; Rotate left, shift amount in register. 8-bit or 16-bit types.
751
+ ;; Implemented via a pair of 32-bit shifts on the zero-extended input.
752
+ (rule 2 (lower (has_type (ty_8_or_16 ty) (rotl x y)))
753
+ (let ((ext_reg Reg (put_in_reg_zext32 x))
754
+ (ext_ty Type (ty_ext32 ty))
755
+ (pos_amt Reg (amt_reg y))
756
+ (neg_amt Reg (neg_reg $I32 pos_amt))
757
+ (masked_pos_amt Reg (mask_amt_reg ty pos_amt))
758
+ (masked_neg_amt Reg (mask_amt_reg ty neg_amt)))
759
+ (or_reg ty (lshl_reg ext_ty ext_reg masked_pos_amt)
760
+ (lshr_reg ext_ty ext_reg masked_neg_amt))))
761
+
762
+ ;; Rotate left, immediate shift amount. 8-bit or 16-bit types.
763
+ ;; Implemented via a pair of 32-bit shifts on the zero-extended input.
764
+ (rule 3 (lower (has_type (ty_8_or_16 ty) (rotl x (and (i64_from_value pos_amt)
765
+ (i64_from_negated_value neg_amt)))))
766
+ (let ((ext_reg Reg (put_in_reg_zext32 x))
767
+ (ext_ty Type (ty_ext32 ty))
768
+ (masked_pos_amt u8 (mask_amt_imm ty pos_amt))
769
+ (masked_neg_amt u8 (mask_amt_imm ty neg_amt)))
770
+ (or_reg ty (lshl_imm ext_ty ext_reg masked_pos_amt)
771
+ (lshr_imm ext_ty ext_reg masked_neg_amt))))
772
+
773
+ ;; Vector rotate left, shift amount in register.
774
+ (rule 4 (lower (has_type (ty_vec128 ty) (rotl x y)))
775
+ (vec_rot_reg ty x (amt_reg y)))
776
+
777
+ ;; Vector rotate left, immediate shift amount.
778
+ (rule 5 (lower (has_type (ty_vec128 ty) (rotl x (i64_from_value y))))
779
+ (let ((masked_amt u8 (mask_amt_imm ty y)))
780
+ (vec_rot_imm ty x masked_amt)))
781
+
782
+ ;; 128-bit full vector rotate left.
783
+ ;; Implemented via a pair of 128-bit full vector shifts.
784
+ (rule 6 (lower (has_type $I128 (rotl x y)))
785
+ (let ((x_reg Reg x)
786
+ (pos_amt Reg (amt_vr y))
787
+ (neg_amt Reg (vec_neg $I8X16 pos_amt)))
788
+ (vec_or $I128
789
+ (vec_lshl_by_bit (vec_lshl_by_byte x_reg pos_amt) pos_amt)
790
+ (vec_lshr_by_bit (vec_lshr_by_byte x_reg neg_amt) neg_amt))))
791
+
792
+
793
+ ;;;; Rules for `rotr` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
794
+
795
+ ;; Rotate right, shift amount in register. 32-bit or 64-bit types.
796
+ ;; Implemented as rotate left with negated rotate amount.
797
+ (rule 0 (lower (has_type (ty_32_or_64 ty) (rotr x y)))
798
+ (let ((negated_amt Reg (neg_reg $I32 (amt_reg y))))
799
+ (rot_reg ty x negated_amt)))
800
+
801
+ ;; Rotate right arithmetic, immediate shift amount. 32-bit or 64-bit types.
802
+ ;; Implemented as rotate left with negated rotate amount.
803
+ (rule 1 (lower (has_type (ty_32_or_64 ty) (rotr x (i64_from_negated_value y))))
804
+ (let ((negated_amt u8 (mask_amt_imm ty y)))
805
+ (rot_imm ty x negated_amt)))
806
+
807
+ ;; Rotate right, shift amount in register. 8-bit or 16-bit types.
808
+ ;; Implemented as rotate left with negated rotate amount.
809
+ (rule 2 (lower (has_type (ty_8_or_16 ty) (rotr x y)))
810
+ (let ((ext_reg Reg (put_in_reg_zext32 x))
811
+ (ext_ty Type (ty_ext32 ty))
812
+ (pos_amt Reg (amt_reg y))
813
+ (neg_amt Reg (neg_reg $I32 pos_amt))
814
+ (masked_pos_amt Reg (mask_amt_reg ty pos_amt))
815
+ (masked_neg_amt Reg (mask_amt_reg ty neg_amt)))
816
+ (or_reg ty (lshl_reg ext_ty ext_reg masked_neg_amt)
817
+ (lshr_reg ext_ty ext_reg masked_pos_amt))))
818
+
819
+ ;; Rotate right, immediate shift amount. 8-bit or 16-bit types.
820
+ ;; Implemented as rotate left with negated rotate amount.
821
+ (rule 3 (lower (has_type (ty_8_or_16 ty) (rotr x (and (i64_from_value pos_amt)
822
+ (i64_from_negated_value neg_amt)))))
823
+ (let ((ext_reg Reg (put_in_reg_zext32 x))
824
+ (ext_ty Type (ty_ext32 ty))
825
+ (masked_pos_amt u8 (mask_amt_imm ty pos_amt))
826
+ (masked_neg_amt u8 (mask_amt_imm ty neg_amt)))
827
+ (or_reg ty (lshl_imm ext_ty ext_reg masked_neg_amt)
828
+ (lshr_imm ext_ty ext_reg masked_pos_amt))))
829
+
830
+ ;; Vector rotate right, shift amount in register.
831
+ ;; Implemented as rotate left with negated rotate amount.
832
+ (rule 4 (lower (has_type (ty_vec128 ty) (rotr x y)))
833
+ (let ((negated_amt Reg (neg_reg $I32 (amt_reg y))))
834
+ (vec_rot_reg ty x negated_amt)))
835
+
836
+ ;; Vector rotate right, immediate shift amount.
837
+ ;; Implemented as rotate left with negated rotate amount.
838
+ (rule 5 (lower (has_type (ty_vec128 ty) (rotr x (i64_from_negated_value y))))
839
+ (let ((negated_amt u8 (mask_amt_imm ty y)))
840
+ (vec_rot_imm ty x negated_amt)))
841
+
842
+ ;; 128-bit full vector rotate right.
843
+ ;; Implemented via a pair of 128-bit full vector shifts.
844
+ (rule 6 (lower (has_type $I128 (rotr x y)))
845
+ (let ((x_reg Reg x)
846
+ (pos_amt Reg (amt_vr y))
847
+ (neg_amt Reg (vec_neg $I8X16 pos_amt)))
848
+ (vec_or $I128
849
+ (vec_lshl_by_bit (vec_lshl_by_byte x_reg neg_amt) neg_amt)
850
+ (vec_lshr_by_bit (vec_lshr_by_byte x_reg pos_amt) pos_amt))))
851
+
852
+
853
+ ;;;; Rules for `ireduce` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
854
+
855
+ ;; Up to 64-bit source type: Always a no-op.
856
+ (rule 1 (lower (ireduce x @ (value_type (fits_in_64 _ty))))
857
+ x)
858
+
859
+ ;; 128-bit source type: Extract the low half.
860
+ (rule (lower (ireduce x @ (value_type (vr128_ty _ty))))
861
+ (vec_extract_lane $I64X2 x 1 (zero_reg)))
862
+
863
+
864
+ ;;;; Rules for `uextend` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
865
+
866
+ ;; 16- or 32-bit target types.
867
+ (rule 1 (lower (has_type (gpr32_ty _ty) (uextend x)))
868
+ (put_in_reg_zext32 x))
869
+
870
+ ;; 64-bit target types.
871
+ (rule 2 (lower (has_type (gpr64_ty _ty) (uextend x)))
872
+ (put_in_reg_zext64 x))
873
+
874
+ ;; 128-bit target types.
875
+ (rule (lower (has_type (vr128_ty ty) (uextend x @ (value_type $I8))))
876
+ (vec_insert_lane $I8X16 (vec_imm ty 0) x 15 (zero_reg)))
877
+ (rule (lower (has_type (vr128_ty ty) (uextend x @ (value_type $I16))))
878
+ (vec_insert_lane $I16X8 (vec_imm ty 0) x 7 (zero_reg)))
879
+ (rule (lower (has_type (vr128_ty ty) (uextend x @ (value_type $I32))))
880
+ (vec_insert_lane $I32X4 (vec_imm ty 0) x 3 (zero_reg)))
881
+ (rule (lower (has_type (vr128_ty ty) (uextend x @ (value_type $I64))))
882
+ (vec_insert_lane $I64X2 (vec_imm ty 0) x 1 (zero_reg)))
883
+
884
+
885
+ ;;;; Rules for `sextend` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
886
+
887
+ ;; 16- or 32-bit target types.
888
+ (rule 1 (lower (has_type (gpr32_ty _ty) (sextend x)))
889
+ (put_in_reg_sext32 x))
890
+
891
+ ;; 64-bit target types.
892
+ (rule 2 (lower (has_type (gpr64_ty _ty) (sextend x)))
893
+ (put_in_reg_sext64 x))
894
+
895
+ ;; 128-bit target types.
896
+ (rule (lower (has_type (vr128_ty ty) (sextend x)))
897
+ (let ((x_ext Reg (put_in_reg_sext64 x)))
898
+ (mov_to_vec128 ty (ashr_imm $I64 x_ext 63) x_ext)))
899
+
900
+
901
+ ;;;; Rules for `snarrow` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
902
+
903
+ (rule (lower (snarrow x @ (value_type (ty_vec128 ty)) y))
904
+ (vec_pack_ssat_lane_order ty x y))
905
+
906
+
907
+ ;;;; Rules for `uunarrow` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
908
+
909
+ (rule (lower (uunarrow x @ (value_type (ty_vec128 ty)) y))
910
+ (vec_pack_usat_lane_order ty x y))
911
+
912
+
913
+ ;;;; Rules for `unarrow` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
914
+
915
+ (rule (lower (unarrow x @ (value_type (ty_vec128 ty)) y))
916
+ (let ((zero Reg (vec_imm ty 0)))
917
+ (vec_pack_usat_lane_order ty (vec_smax ty x zero) (vec_smax ty y zero))))
918
+
919
+
920
+ ;;;; Rules for `swiden_low` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
921
+
922
+ (rule (lower (swiden_low x @ (value_type (ty_vec128 ty))))
923
+ (vec_unpacks_low_lane_order ty x))
924
+
925
+
926
+ ;;;; Rules for `swiden_high` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
927
+
928
+ (rule (lower (swiden_high x @ (value_type (ty_vec128 ty))))
929
+ (vec_unpacks_high_lane_order ty x))
930
+
931
+
932
+ ;;;; Rules for `uwiden_low` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
933
+
934
+ (rule (lower (uwiden_low x @ (value_type (ty_vec128 ty))))
935
+ (vec_unpacku_low_lane_order ty x))
936
+
937
+
938
+ ;;;; Rules for `uwiden_high` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
939
+
940
+ (rule (lower (uwiden_high x @ (value_type (ty_vec128 ty))))
941
+ (vec_unpacku_high_lane_order ty x))
942
+
943
+
944
+ ;;;; Rules for `bnot` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
945
+
946
+ ;; z15 version using a single instruction (NOR).
947
+ (rule 2 (lower (has_type (and (mie2_enabled) (fits_in_64 ty)) (bnot x)))
948
+ (let ((rx Reg x))
949
+ (not_or_reg ty rx rx)))
950
+
951
+ ;; z14 version using XOR with -1.
952
+ (rule 1 (lower (has_type (and (mie2_disabled) (fits_in_64 ty)) (bnot x)))
953
+ (not_reg ty x))
954
+
955
+ ;; Vector version using vector NOR.
956
+ (rule (lower (has_type (vr128_ty ty) (bnot x)))
957
+ (vec_not ty x))
958
+
959
+
960
+ ;;;; Rules for `band` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
961
+
962
+ ;; And two registers.
963
+ (rule -1 (lower (has_type (fits_in_64 ty) (band x y)))
964
+ (and_reg ty x y))
965
+
966
+ ;; And a register and an immediate.
967
+ (rule 5 (lower (has_type (fits_in_64 ty) (band x (uimm16shifted_from_inverted_value y))))
968
+ (and_uimm16shifted ty x y))
969
+ (rule 6 (lower (has_type (fits_in_64 ty) (band (uimm16shifted_from_inverted_value x) y)))
970
+ (and_uimm16shifted ty y x))
971
+ (rule 3 (lower (has_type (fits_in_64 ty) (band x (uimm32shifted_from_inverted_value y))))
972
+ (and_uimm32shifted ty x y))
973
+ (rule 4 (lower (has_type (fits_in_64 ty) (band (uimm32shifted_from_inverted_value x) y)))
974
+ (and_uimm32shifted ty y x))
975
+
976
+ ;; And a register and memory (32/64-bit types).
977
+ (rule 1 (lower (has_type (fits_in_64 ty) (band x (sinkable_load_32_64 y))))
978
+ (and_mem ty x (sink_load y)))
979
+ (rule 2 (lower (has_type (fits_in_64 ty) (band (sinkable_load_32_64 x) y)))
980
+ (and_mem ty y (sink_load x)))
981
+
982
+ ;; And two vector registers.
983
+ (rule 0 (lower (has_type (vr128_ty ty) (band x y)))
984
+ (vec_and ty x y))
985
+
986
+ ;;;; Rules for `bor` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
987
+
988
+ ;; Or two registers.
989
+ (rule -1 (lower (has_type (fits_in_64 ty) (bor x y)))
990
+ (or_reg ty x y))
991
+
992
+ ;; Or a register and an immediate.
993
+ (rule 5 (lower (has_type (fits_in_64 ty) (bor x (uimm16shifted_from_value y))))
994
+ (or_uimm16shifted ty x y))
995
+ (rule 6 (lower (has_type (fits_in_64 ty) (bor (uimm16shifted_from_value x) y)))
996
+ (or_uimm16shifted ty y x))
997
+ (rule 3 (lower (has_type (fits_in_64 ty) (bor x (uimm32shifted_from_value y))))
998
+ (or_uimm32shifted ty x y))
999
+ (rule 4 (lower (has_type (fits_in_64 ty) (bor (uimm32shifted_from_value x) y)))
1000
+ (or_uimm32shifted ty y x))
1001
+
1002
+ ;; Or a register and memory (32/64-bit types).
1003
+ (rule 1 (lower (has_type (fits_in_64 ty) (bor x (sinkable_load_32_64 y))))
1004
+ (or_mem ty x (sink_load y)))
1005
+ (rule 2 (lower (has_type (fits_in_64 ty) (bor (sinkable_load_32_64 x) y)))
1006
+ (or_mem ty y (sink_load x)))
1007
+
1008
+ ;; Or two vector registers.
1009
+ (rule 0 (lower (has_type (vr128_ty ty) (bor x y)))
1010
+ (vec_or ty x y))
1011
+
1012
+
1013
+ ;;;; Rules for `bxor` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1014
+
1015
+ ;; Xor two registers.
1016
+ (rule -1 (lower (has_type (fits_in_64 ty) (bxor x y)))
1017
+ (xor_reg ty x y))
1018
+
1019
+ ;; Xor a register and an immediate.
1020
+ (rule 3 (lower (has_type (fits_in_64 ty) (bxor x (uimm32shifted_from_value y))))
1021
+ (xor_uimm32shifted ty x y))
1022
+ (rule 4 (lower (has_type (fits_in_64 ty) (bxor (uimm32shifted_from_value x) y)))
1023
+ (xor_uimm32shifted ty y x))
1024
+
1025
+ ;; Xor a register and memory (32/64-bit types).
1026
+ (rule 1 (lower (has_type (fits_in_64 ty) (bxor x (sinkable_load_32_64 y))))
1027
+ (xor_mem ty x (sink_load y)))
1028
+ (rule 2 (lower (has_type (fits_in_64 ty) (bxor (sinkable_load_32_64 x) y)))
1029
+ (xor_mem ty y (sink_load x)))
1030
+
1031
+ ;; Xor two vector registers.
1032
+ (rule 0 (lower (has_type (vr128_ty ty) (bxor x y)))
1033
+ (vec_xor ty x y))
1034
+
1035
+
1036
+ ;;;; Rules for `band_not` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1037
+
1038
+ ;; z15 version using a single instruction.
1039
+ (rule 2 (lower (has_type (and (mie2_enabled) (fits_in_64 ty)) (band_not x y)))
1040
+ (and_not_reg ty x y))
1041
+
1042
+ ;; z14 version using XOR with -1.
1043
+ (rule 1 (lower (has_type (and (mie2_disabled) (fits_in_64 ty)) (band_not x y)))
1044
+ (and_reg ty x (not_reg ty y)))
1045
+
1046
+ ;; And-not two vector registers.
1047
+ (rule (lower (has_type (vr128_ty ty) (band_not x y)))
1048
+ (vec_and_not ty x y))
1049
+
1050
+
1051
+ ;;;; Rules for `bor_not` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1052
+
1053
+ ;; z15 version using a single instruction.
1054
+ (rule 2 (lower (has_type (and (mie2_enabled) (fits_in_64 ty)) (bor_not x y)))
1055
+ (or_not_reg ty x y))
1056
+
1057
+ ;; z14 version using XOR with -1.
1058
+ (rule 1 (lower (has_type (and (mie2_disabled) (fits_in_64 ty)) (bor_not x y)))
1059
+ (or_reg ty x (not_reg ty y)))
1060
+
1061
+ ;; Or-not two vector registers.
1062
+ (rule (lower (has_type (vr128_ty ty) (bor_not x y)))
1063
+ (vec_or_not ty x y))
1064
+
1065
+
1066
+ ;;;; Rules for `bxor_not` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1067
+
1068
+ ;; z15 version using a single instruction.
1069
+ (rule 2 (lower (has_type (and (mie2_enabled) (fits_in_64 ty)) (bxor_not x y)))
1070
+ (not_xor_reg ty x y))
1071
+
1072
+ ;; z14 version using XOR with -1.
1073
+ (rule 1 (lower (has_type (and (mie2_disabled) (fits_in_64 ty)) (bxor_not x y)))
1074
+ (not_reg ty (xor_reg ty x y)))
1075
+
1076
+ ;; Xor-not two vector registers.
1077
+ (rule (lower (has_type (vr128_ty ty) (bxor_not x y)))
1078
+ (vec_not_xor ty x y))
1079
+
1080
+
1081
+ ;;;; Rules for `bitselect` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1082
+
1083
+ ;; z15 version using a NAND instruction.
1084
+ (rule 2 (lower (has_type (and (mie2_enabled) (fits_in_64 ty)) (bitselect x y z)))
1085
+ (let ((rx Reg x)
1086
+ (if_true Reg (and_reg ty y rx))
1087
+ (if_false Reg (and_not_reg ty z rx)))
1088
+ (or_reg ty if_false if_true)))
1089
+
1090
+ ;; z14 version using XOR with -1.
1091
+ (rule 1 (lower (has_type (and (mie2_disabled) (fits_in_64 ty)) (bitselect x y z)))
1092
+ (let ((rx Reg x)
1093
+ (if_true Reg (and_reg ty y rx))
1094
+ (if_false Reg (and_reg ty z (not_reg ty rx))))
1095
+ (or_reg ty if_false if_true)))
1096
+
1097
+ ;; Bitselect vector registers.
1098
+ (rule (lower (has_type (vr128_ty ty) (bitselect x y z)))
1099
+ (vec_select ty y z x))
1100
+
1101
+
1102
+ ;;;; Rules for `vselect` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1103
+
1104
+ ;; Vector select.
1105
+ (rule (lower (has_type (ty_vec128 ty) (vselect x y z)))
1106
+ (vec_select ty y z x))
1107
+
1108
+
1109
+ ;;;; Rules for `bmask` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1110
+
1111
+ (rule (lower (has_type ty (bmask x)))
1112
+ (lower_bool_to_mask ty (value_nonzero x)))
1113
+
1114
+
1115
+ ;;;; Rules for `bitrev` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1116
+
1117
+ (rule (lower (has_type ty (bitrev x)))
1118
+ (bitrev_bytes ty
1119
+ (bitrev_bits 4 0xf0f0_f0f0_f0f0_f0f0 ty
1120
+ (bitrev_bits 2 0xcccc_cccc_cccc_cccc ty
1121
+ (bitrev_bits 1 0xaaaa_aaaa_aaaa_aaaa ty x)))))
1122
+
1123
+ (decl bitrev_bits (u8 u64 Type Reg) Reg)
1124
+ (rule 1 (bitrev_bits size bitmask (fits_in_64 ty) x)
1125
+ (let ((mask Reg (imm ty bitmask))
1126
+ (xh Reg (lshl_imm (ty_ext32 ty) x size))
1127
+ (xl Reg (lshr_imm (ty_ext32 ty) x size))
1128
+ (xh_masked Reg (and_reg ty xh mask))
1129
+ (xl_masked Reg (and_reg ty xl (not_reg ty mask))))
1130
+ (or_reg ty xh_masked xl_masked)))
1131
+
1132
+ (rule (bitrev_bits size bitmask (vr128_ty ty) x)
1133
+ (let ((mask Reg (vec_imm_splat $I64X2 bitmask))
1134
+ (size_reg Reg (vec_imm_splat $I8X16 (u8_as_u64 size)))
1135
+ (xh Reg (vec_lshl_by_bit x size_reg))
1136
+ (xl Reg (vec_lshr_by_bit x size_reg)))
1137
+ (vec_select ty xh xl mask)))
1138
+
1139
+ (decl bitrev_bytes (Type Reg) Reg)
1140
+ (rule (bitrev_bytes $I8 x) x)
1141
+ (rule (bitrev_bytes $I16 x) (lshr_imm $I32 (bswap_reg $I32 x) 16))
1142
+ (rule (bitrev_bytes $I32 x) (bswap_reg $I32 x))
1143
+ (rule (bitrev_bytes $I64 x) (bswap_reg $I64 x))
1144
+ (rule (bitrev_bytes $I128 x)
1145
+ (vec_permute $I128 x x
1146
+ (vec_imm $I8X16 (imm8x16 15 14 13 12 11 10 9 8
1147
+ 7 6 5 4 3 2 1 0))))
1148
+
1149
+
1150
+ ;;;; Rules for `bswap` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1151
+
1152
+ (rule (lower (has_type ty (bswap x)))
1153
+ (bitrev_bytes ty x))
1154
+
1155
+ ;;;; Rules for `clz` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1156
+
1157
+ ;; The FLOGR hardware instruction always operates on the full 64-bit register.
1158
+ ;; We can zero-extend smaller types, but then we have to compensate for the
1159
+ ;; additional leading zero bits the instruction will actually see.
1160
+ (decl clz_offset (Type Reg) Reg)
1161
+ (rule (clz_offset $I8 x) (add_simm16 $I8 x -56))
1162
+ (rule (clz_offset $I16 x) (add_simm16 $I16 x -48))
1163
+ (rule (clz_offset $I32 x) (add_simm16 $I32 x -32))
1164
+ (rule (clz_offset $I64 x) (copy_reg $I64 x))
1165
+
1166
+ ;; Count leading zeros, via FLOGR on an input zero-extended to 64 bits,
1167
+ ;; with the result compensated for the extra bits.
1168
+ (rule 1 (lower (has_type (fits_in_64 ty) (clz x)))
1169
+ (let ((ext_reg Reg (put_in_reg_zext64 x))
1170
+ ;; Ask for a value of 64 in the all-zero 64-bit input case.
1171
+ ;; After compensation this will match the expected semantics.
1172
+ (clz Reg (clz_reg 64 ext_reg)))
1173
+ (clz_offset ty clz)))
1174
+
1175
+ ;; Count leading zeros, 128-bit full vector.
1176
+ (rule (lower (has_type $I128 (clz x)))
1177
+ (let ((clz_vec Reg (vec_clz $I64X2 x))
1178
+ (zero Reg (vec_imm $I64X2 0))
1179
+ (clz_hi Reg (vec_permute_dw_imm $I64X2 zero 0 clz_vec 0))
1180
+ (clz_lo Reg (vec_permute_dw_imm $I64X2 zero 0 clz_vec 1))
1181
+ (clz_sum Reg (vec_add $I64X2 clz_hi clz_lo))
1182
+ (mask Reg (vec_cmpeq $I64X2 clz_hi (vec_imm_splat $I64X2 64))))
1183
+ (vec_select $I128 clz_sum clz_hi mask)))
1184
+
1185
+
1186
+ ;;;; Rules for `cls` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1187
+
1188
+ ;; The result of cls is not supposed to count the sign bit itself, just
1189
+ ;; additional copies of it. Therefore, when computing cls in terms of clz,
1190
+ ;; we need to subtract one. Fold this into the offset computation.
1191
+ (decl cls_offset (Type Reg) Reg)
1192
+ (rule (cls_offset $I8 x) (add_simm16 $I8 x -57))
1193
+ (rule (cls_offset $I16 x) (add_simm16 $I16 x -49))
1194
+ (rule (cls_offset $I32 x) (add_simm16 $I32 x -33))
1195
+ (rule (cls_offset $I64 x) (add_simm16 $I64 x -1))
1196
+
1197
+ ;; Count leading sign-bit copies. We don't have any instruction for that,
1198
+ ;; so we instead count the leading zeros after inverting the input if negative,
1199
+ ;; i.e. computing
1200
+ ;; cls(x) == clz(x ^ (x >> 63)) - 1
1201
+ ;; where x is the sign-extended input.
1202
+ (rule 1 (lower (has_type (fits_in_64 ty) (cls x)))
1203
+ (let ((ext_reg Reg (put_in_reg_sext64 x))
1204
+ (signbit_copies Reg (ashr_imm $I64 ext_reg 63))
1205
+ (inv_reg Reg (xor_reg $I64 ext_reg signbit_copies))
1206
+ (clz Reg (clz_reg 64 inv_reg)))
1207
+ (cls_offset ty clz)))
1208
+
1209
+ ;; Count leading sign-bit copies, 128-bit full vector.
1210
+ (rule (lower (has_type $I128 (cls x)))
1211
+ (let ((x_reg Reg x)
1212
+ (ones Reg (vec_imm_splat $I8X16 255))
1213
+ (signbit_copies Reg (vec_ashr_by_bit (vec_ashr_by_byte x_reg ones) ones))
1214
+ (inv_reg Reg (vec_xor $I128 x_reg signbit_copies))
1215
+ (clz_vec Reg (vec_clz $I64X2 inv_reg))
1216
+ (zero Reg (vec_imm $I64X2 0))
1217
+ (clz_hi Reg (vec_permute_dw_imm $I64X2 zero 0 clz_vec 0))
1218
+ (clz_lo Reg (vec_permute_dw_imm $I64X2 zero 0 clz_vec 1))
1219
+ (clz_sum Reg (vec_add $I64X2 clz_hi clz_lo))
1220
+ (mask Reg (vec_cmpeq $I64X2 clz_hi (vec_imm_splat $I64X2 64))))
1221
+ (vec_add $I128 (vec_select $I128 clz_sum clz_hi mask) ones)))
1222
+
1223
+
1224
+ ;;;; Rules for `ctz` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1225
+
1226
+ ;; To count trailing zeros, we find the last bit set in the input via (x & -x),
1227
+ ;; count the leading zeros of that value, and subtract from 63:
1228
+ ;;
1229
+ ;; ctz(x) == 63 - clz(x & -x)
1230
+ ;;
1231
+ ;; This works for all cases except a zero input, where the above formula would
1232
+ ;; return -1, but we are expected to return the type size. The compensation
1233
+ ;; for this case is handled differently for 64-bit types vs. smaller types.
1234
+
1235
+ ;; For smaller types, we simply ensure that the extended 64-bit input is
1236
+ ;; never zero by setting a "guard bit" in the position corresponding to
1237
+ ;; the input type size. This way the 64-bit algorithm above will handle
1238
+ ;; that case correctly automatically.
1239
+ (rule 2 (lower (has_type (gpr32_ty ty) (ctz x)))
1240
+ (let ((rx Reg (or_uimm16shifted $I64 x (ctz_guardbit ty)))
1241
+ (lastbit Reg (and_reg $I64 rx (neg_reg $I64 rx)))
1242
+ (clz Reg (clz_reg 64 lastbit)))
1243
+ (sub_reg ty (imm ty 63) clz)))
1244
+
1245
+ (decl ctz_guardbit (Type) UImm16Shifted)
1246
+ (rule (ctz_guardbit $I8) (uimm16shifted 256 0))
1247
+ (rule (ctz_guardbit $I16) (uimm16shifted 1 16))
1248
+ (rule (ctz_guardbit $I32) (uimm16shifted 1 32))
1249
+
1250
+ ;; For 64-bit types, the FLOGR instruction will indicate the zero input case
1251
+ ;; via its condition code. We check for that and replace the instruction
1252
+ ;; result with the value -1 via a conditional move, which will then lead to
1253
+ ;; the correct result after the final subtraction from 63.
1254
+ (rule 1 (lower (has_type (gpr64_ty _ty) (ctz x)))
1255
+ (let ((rx Reg x)
1256
+ (lastbit Reg (and_reg $I64 rx (neg_reg $I64 rx)))
1257
+ (clz Reg (clz_reg -1 lastbit)))
1258
+ (sub_reg $I64 (imm $I64 63) clz)))
1259
+
1260
+ ;; Count trailing zeros, 128-bit full vector.
1261
+ (rule 0 (lower (has_type $I128 (ctz x)))
1262
+ (let ((ctz_vec Reg (vec_ctz $I64X2 x))
1263
+ (zero Reg (vec_imm $I64X2 0))
1264
+ (ctz_hi Reg (vec_permute_dw_imm $I64X2 zero 0 ctz_vec 0))
1265
+ (ctz_lo Reg (vec_permute_dw_imm $I64X2 zero 0 ctz_vec 1))
1266
+ (ctz_sum Reg (vec_add $I64X2 ctz_hi ctz_lo))
1267
+ (mask Reg (vec_cmpeq $I64X2 ctz_lo (vec_imm_splat $I64X2 64))))
1268
+ (vec_select $I128 ctz_sum ctz_lo mask)))
1269
+
1270
+
1271
+ ;;;; Rules for `popcnt` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1272
+
1273
+ ;; Population count for 8-bit types is supported by the POPCNT instruction.
1274
+ (rule (lower (has_type $I8 (popcnt x)))
1275
+ (popcnt_byte x))
1276
+
1277
+ ;; On z15, the POPCNT instruction has a variant to compute a full 64-bit
1278
+ ;; population count, which we also use for 16- and 32-bit types.
1279
+ (rule -1 (lower (has_type (and (mie2_enabled) (fits_in_64 ty)) (popcnt x)))
1280
+ (popcnt_reg (put_in_reg_zext64 x)))
1281
+
1282
+ ;; On z14, we use the regular POPCNT, which computes the population count
1283
+ ;; of each input byte separately, so we need to accumulate those partial
1284
+ ;; results via a series of log2(type size in bytes) - 1 additions. We
1285
+ ;; accumulate in the high byte, so that a final right shift will zero out
1286
+ ;; any unrelated bits to give a clean result. (This does not work with
1287
+ ;; $I16, where we instead accumulate in the low byte and clear high bits
1288
+ ;; via an explicit and operation.)
1289
+
1290
+ (rule (lower (has_type (and (mie2_disabled) $I16) (popcnt x)))
1291
+ (let ((cnt2 Reg (popcnt_byte x))
1292
+ (cnt1 Reg (add_reg $I32 cnt2 (lshr_imm $I32 cnt2 8))))
1293
+ (and_uimm16shifted $I32 cnt1 (uimm16shifted 255 0))))
1294
+
1295
+ (rule (lower (has_type (and (mie2_disabled) $I32) (popcnt x)))
1296
+ (let ((cnt4 Reg (popcnt_byte x))
1297
+ (cnt2 Reg (add_reg $I32 cnt4 (lshl_imm $I32 cnt4 16)))
1298
+ (cnt1 Reg (add_reg $I32 cnt2 (lshl_imm $I32 cnt2 8))))
1299
+ (lshr_imm $I32 cnt1 24)))
1300
+
1301
+ (rule (lower (has_type (and (mie2_disabled) $I64) (popcnt x)))
1302
+ (let ((cnt8 Reg (popcnt_byte x))
1303
+ (cnt4 Reg (add_reg $I64 cnt8 (lshl_imm $I64 cnt8 32)))
1304
+ (cnt2 Reg (add_reg $I64 cnt4 (lshl_imm $I64 cnt4 16)))
1305
+ (cnt1 Reg (add_reg $I64 cnt2 (lshl_imm $I64 cnt2 8))))
1306
+ (lshr_imm $I64 cnt1 56)))
1307
+
1308
+ ;; Population count for vector types.
1309
+ (rule 1 (lower (has_type (ty_vec128 ty) (popcnt x)))
1310
+ (vec_popcnt ty x))
1311
+
1312
+ ;; Population count, 128-bit full vector.
1313
+ (rule (lower (has_type $I128 (popcnt x)))
1314
+ (let ((popcnt_vec Reg (vec_popcnt $I64X2 x))
1315
+ (zero Reg (vec_imm $I64X2 0))
1316
+ (popcnt_hi Reg (vec_permute_dw_imm $I64X2 zero 0 popcnt_vec 0))
1317
+ (popcnt_lo Reg (vec_permute_dw_imm $I64X2 zero 0 popcnt_vec 1)))
1318
+ (vec_add $I64X2 popcnt_hi popcnt_lo)))
1319
+
1320
+
1321
+ ;;;; Rules for `fadd` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1322
+
1323
+ ;; Add two registers.
1324
+ (rule (lower (has_type ty (fadd x y)))
1325
+ (fadd_reg ty x y))
1326
+
1327
+
1328
+ ;;;; Rules for `fsub` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1329
+
1330
+ ;; Subtract two registers.
1331
+ (rule (lower (has_type ty (fsub x y)))
1332
+ (fsub_reg ty x y))
1333
+
1334
+
1335
+ ;;;; Rules for `fmul` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1336
+
1337
+ ;; Multiply two registers.
1338
+ (rule (lower (has_type ty (fmul x y)))
1339
+ (fmul_reg ty x y))
1340
+
1341
+
1342
+ ;;;; Rules for `fdiv` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1343
+
1344
+ ;; Divide two registers.
1345
+ (rule (lower (has_type ty (fdiv x y)))
1346
+ (fdiv_reg ty x y))
1347
+
1348
+
1349
+ ;;;; Rules for `fmin` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1350
+
1351
+ ;; Minimum of two registers.
1352
+ (rule (lower (has_type ty (fmin x y)))
1353
+ (fmin_reg ty x y))
1354
+
1355
+
1356
+ ;;;; Rules for `fmax` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1357
+
1358
+ ;; Maximum of two registers.
1359
+ (rule (lower (has_type ty (fmax x y)))
1360
+ (fmax_reg ty x y))
1361
+
1362
+
1363
+ ;;;; Rules for `fmin_pseudo` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1364
+
1365
+ ;; Minimum of two registers.
1366
+ (rule (lower (has_type ty (fmin_pseudo x y)))
1367
+ (fmin_pseudo_reg ty x y))
1368
+
1369
+
1370
+ ;;;; Rules for `fmax_pseudo` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1371
+
1372
+ ;; Maximum of two registers.
1373
+ (rule (lower (has_type ty (fmax_pseudo x y)))
1374
+ (fmax_pseudo_reg ty x y))
1375
+
1376
+
1377
+ ;;;; Rules for `fcopysign` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1378
+
1379
+ ;; Copysign of two registers.
1380
+ (rule (lower (has_type $F32 (fcopysign x y)))
1381
+ (vec_select $F32 x y (imm $F32 2147483647)))
1382
+ (rule (lower (has_type $F64 (fcopysign x y)))
1383
+ (vec_select $F64 x y (imm $F64 9223372036854775807)))
1384
+ (rule (lower (has_type $F32X4 (fcopysign x y)))
1385
+ (vec_select $F32X4 x y (vec_imm_bit_mask $F32X4 1 31)))
1386
+ (rule (lower (has_type $F64X2 (fcopysign x y)))
1387
+ (vec_select $F64X2 x y (vec_imm_bit_mask $F64X2 1 63)))
1388
+
1389
+
1390
+ ;;;; Rules for `fma` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1391
+
1392
+ ;; Multiply-and-add of three registers.
1393
+ (rule (lower (has_type ty (fma x y z)))
1394
+ (fma_reg ty x y z))
1395
+
1396
+
1397
+ ;;;; Rules for `sqrt` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1398
+
1399
+ ;; Square root of a register.
1400
+ (rule (lower (has_type ty (sqrt x)))
1401
+ (sqrt_reg ty x))
1402
+
1403
+
1404
+ ;;;; Rules for `fneg` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1405
+
1406
+ ;; Negated value of a register.
1407
+ (rule (lower (has_type ty (fneg x)))
1408
+ (fneg_reg ty x))
1409
+
1410
+
1411
+ ;;;; Rules for `fabs` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1412
+
1413
+ ;; Absolute value of a register.
1414
+ (rule (lower (has_type ty (fabs x)))
1415
+ (fabs_reg ty x))
1416
+
1417
+
1418
+ ;;;; Rules for `ceil` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1419
+
1420
+ ;; Round value in a register towards positive infinity.
1421
+ (rule (lower (has_type ty (ceil x)))
1422
+ (ceil_reg ty x))
1423
+
1424
+
1425
+ ;;;; Rules for `floor` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1426
+
1427
+ ;; Round value in a register towards negative infinity.
1428
+ (rule (lower (has_type ty (floor x)))
1429
+ (floor_reg ty x))
1430
+
1431
+
1432
+ ;;;; Rules for `trunc` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1433
+
1434
+ ;; Round value in a register towards zero.
1435
+ (rule (lower (has_type ty (trunc x)))
1436
+ (trunc_reg ty x))
1437
+
1438
+
1439
+ ;;;; Rules for `nearest` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1440
+
1441
+ ;; Round value in a register towards nearest.
1442
+ (rule (lower (has_type ty (nearest x)))
1443
+ (nearest_reg ty x))
1444
+
1445
+
1446
+ ;;;; Rules for `fpromote` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1447
+
1448
+ ;; Promote a register.
1449
+ (rule (lower (has_type (fits_in_64 dst_ty) (fpromote x @ (value_type src_ty))))
1450
+ (fpromote_reg dst_ty src_ty x))
1451
+
1452
+
1453
+ ;;;; Rules for `fvpromote_low` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1454
+
1455
+ ;; Promote a register.
1456
+ (rule (lower (has_type $F64X2 (fvpromote_low x @ (value_type $F32X4))))
1457
+ (fpromote_reg $F64X2 $F32X4 (vec_merge_low_lane_order $I32X4 x x)))
1458
+
1459
+
1460
+ ;;;; Rules for `fdemote` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1461
+
1462
+ ;; Demote a register.
1463
+ (rule (lower (has_type (fits_in_64 dst_ty) (fdemote x @ (value_type src_ty))))
1464
+ (fdemote_reg dst_ty src_ty (FpuRoundMode.Current) x))
1465
+
1466
+
1467
+ ;;;; Rules for `fvdemote` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1468
+
1469
+ ;; Demote a register.
1470
+ (rule (lower (has_type $F32X4 (fvdemote x @ (value_type $F64X2))))
1471
+ (let ((dst Reg (fdemote_reg $F32X4 $F64X2 (FpuRoundMode.Current) x)))
1472
+ (vec_pack_lane_order $I64X2 (vec_lshr_imm $I64X2 dst 32)
1473
+ (vec_imm $I64X2 0))))
1474
+
1475
+
1476
+ ;;;; Rules for `fcvt_from_uint` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1477
+
1478
+ ;; Convert a 32-bit or smaller unsigned integer to $F32 (z15 instruction).
1479
+ (rule 1 (lower (has_type $F32
1480
+ (fcvt_from_uint x @ (value_type (and (vxrs_ext2_enabled) (fits_in_32 ty))))))
1481
+ (fcvt_from_uint_reg $F32 (FpuRoundMode.ToNearestTiesToEven)
1482
+ (put_in_reg_zext32 x)))
1483
+
1484
+ ;; Convert a 64-bit or smaller unsigned integer to $F32, via an intermediate $F64.
1485
+ (rule (lower (has_type $F32 (fcvt_from_uint x @ (value_type (fits_in_64 ty)))))
1486
+ (fdemote_reg $F32 $F64 (FpuRoundMode.ToNearestTiesToEven)
1487
+ (fcvt_from_uint_reg $F64 (FpuRoundMode.ShorterPrecision)
1488
+ (put_in_reg_zext64 x))))
1489
+
1490
+ ;; Convert a 64-bit or smaller unsigned integer to $F64.
1491
+ (rule (lower (has_type $F64 (fcvt_from_uint x @ (value_type (fits_in_64 ty)))))
1492
+ (fcvt_from_uint_reg $F64 (FpuRoundMode.ToNearestTiesToEven)
1493
+ (put_in_reg_zext64 x)))
1494
+
1495
+ ;; Convert $I32X4 to $F32X4 (z15 instruction).
1496
+ (rule 1 (lower (has_type (and (vxrs_ext2_enabled) $F32X4)
1497
+ (fcvt_from_uint x @ (value_type $I32X4))))
1498
+ (fcvt_from_uint_reg $F32X4 (FpuRoundMode.ToNearestTiesToEven) x))
1499
+
1500
+ ;; Convert $I32X4 to $F32X4 (via two $F64X2 on z14).
1501
+ (rule (lower (has_type (and (vxrs_ext2_disabled) $F32X4)
1502
+ (fcvt_from_uint x @ (value_type $I32X4))))
1503
+ (vec_permute $F32X4
1504
+ (fdemote_reg $F32X4 $F64X2 (FpuRoundMode.ToNearestTiesToEven)
1505
+ (fcvt_from_uint_reg $F64X2 (FpuRoundMode.ShorterPrecision)
1506
+ (vec_unpacku_high $I32X4 x)))
1507
+ (fdemote_reg $F32X4 $F64X2 (FpuRoundMode.ToNearestTiesToEven)
1508
+ (fcvt_from_uint_reg $F64X2 (FpuRoundMode.ShorterPrecision)
1509
+ (vec_unpacku_low $I32X4 x)))
1510
+ (vec_imm $I8X16 (imm8x16 0 1 2 3 8 9 10 11 16 17 18 19 24 25 26 27))))
1511
+
1512
+ ;; Convert $I64X2 to $F64X2.
1513
+ (rule (lower (has_type $F64X2 (fcvt_from_uint x @ (value_type $I64X2))))
1514
+ (fcvt_from_uint_reg $F64X2 (FpuRoundMode.ToNearestTiesToEven) x))
1515
+
1516
+
1517
+ ;;;; Rules for `fcvt_from_sint` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1518
+
1519
+ ;; Convert a 32-bit or smaller signed integer to $F32 (z15 instruction).
1520
+ (rule 1 (lower (has_type $F32
1521
+ (fcvt_from_sint x @ (value_type (and (vxrs_ext2_enabled) (fits_in_32 ty))))))
1522
+ (fcvt_from_sint_reg $F32 (FpuRoundMode.ToNearestTiesToEven)
1523
+ (put_in_reg_sext32 x)))
1524
+
1525
+ ;; Convert a 64-bit or smaller signed integer to $F32, via an intermediate $F64.
1526
+ (rule (lower (has_type $F32 (fcvt_from_sint x @ (value_type (fits_in_64 ty)))))
1527
+ (fdemote_reg $F32 $F64 (FpuRoundMode.ToNearestTiesToEven)
1528
+ (fcvt_from_sint_reg $F64 (FpuRoundMode.ShorterPrecision)
1529
+ (put_in_reg_sext64 x))))
1530
+
1531
+ ;; Convert a 64-bit or smaller signed integer to $F64.
1532
+ (rule (lower (has_type $F64 (fcvt_from_sint x @ (value_type (fits_in_64 ty)))))
1533
+ (fcvt_from_sint_reg $F64 (FpuRoundMode.ToNearestTiesToEven)
1534
+ (put_in_reg_sext64 x)))
1535
+
1536
+ ;; Convert $I32X4 to $F32X4 (z15 instruction).
1537
+ (rule 1 (lower (has_type (and (vxrs_ext2_enabled) $F32X4)
1538
+ (fcvt_from_sint x @ (value_type $I32X4))))
1539
+ (fcvt_from_sint_reg $F32X4 (FpuRoundMode.ToNearestTiesToEven) x))
1540
+
1541
+ ;; Convert $I32X4 to $F32X4 (via two $F64X2 on z14).
1542
+ (rule (lower (has_type (and (vxrs_ext2_disabled) $F32X4)
1543
+ (fcvt_from_sint x @ (value_type $I32X4))))
1544
+ (vec_permute $F32X4
1545
+ (fdemote_reg $F32X4 $F64X2 (FpuRoundMode.ToNearestTiesToEven)
1546
+ (fcvt_from_sint_reg $F64X2 (FpuRoundMode.ShorterPrecision)
1547
+ (vec_unpacks_high $I32X4 x)))
1548
+ (fdemote_reg $F32X4 $F64X2 (FpuRoundMode.ToNearestTiesToEven)
1549
+ (fcvt_from_sint_reg $F64X2 (FpuRoundMode.ShorterPrecision)
1550
+ (vec_unpacks_low $I32X4 x)))
1551
+ (vec_imm $I8X16 (imm8x16 0 1 2 3 8 9 10 11 16 17 18 19 24 25 26 27))))
1552
+
1553
+ ;; Convert $I64X2 to $F64X2.
1554
+ (rule (lower (has_type $F64X2 (fcvt_from_sint x @ (value_type $I64X2))))
1555
+ (fcvt_from_sint_reg $F64X2 (FpuRoundMode.ToNearestTiesToEven) x))
1556
+
1557
+
1558
+ ;;;; Rules for `fcvt_low_from_sint` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1559
+
1560
+ ;; Convert the low half of a $I32X4 to a $F64X2.
1561
+ (rule (lower (has_type $F64X2 (fcvt_low_from_sint x @ (value_type $I32X4))))
1562
+ (fcvt_from_sint_reg $F64X2 (FpuRoundMode.ToNearestTiesToEven)
1563
+ (vec_unpacks_low_lane_order $I32X4 x)))
1564
+
1565
+
1566
+ ;;;; Rules for `fcvt_to_uint` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1567
+
1568
+ ;; Convert a scalar floating-point value in a register to an unsigned integer.
1569
+ ;; Traps if the input cannot be represented in the output type.
1570
+ (rule (lower (has_type (fits_in_64 dst_ty)
1571
+ (fcvt_to_uint x @ (value_type src_ty))))
1572
+ (let ((src Reg (put_in_reg x))
1573
+ ;; First, check whether the input is a NaN, and trap if so.
1574
+ (_ Reg (trap_if (fcmp_reg src_ty src src)
1575
+ (floatcc_as_cond (FloatCC.Unordered))
1576
+ (trap_code_bad_conversion_to_integer)))
1577
+ ;; Now check whether the input is out of range for the target type.
1578
+ (_ Reg (trap_if (fcmp_reg src_ty src (fcvt_to_uint_ub src_ty dst_ty))
1579
+ (floatcc_as_cond (FloatCC.GreaterThanOrEqual))
1580
+ (trap_code_integer_overflow)))
1581
+ (_ Reg (trap_if (fcmp_reg src_ty src (fcvt_to_uint_lb src_ty))
1582
+ (floatcc_as_cond (FloatCC.LessThanOrEqual))
1583
+ (trap_code_integer_overflow)))
1584
+ ;; Perform the conversion using the larger type size.
1585
+ (flt_ty Type (fcvt_flt_ty dst_ty src_ty))
1586
+ (src_ext Reg (fpromote_reg flt_ty src_ty src)))
1587
+ (fcvt_to_uint_reg flt_ty (FpuRoundMode.ToZero) src_ext)))
1588
+
1589
+
1590
+ ;;;; Rules for `fcvt_to_sint` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1591
+
1592
+ ;; Convert a scalar floating-point value in a register to a signed integer.
1593
+ ;; Traps if the input cannot be represented in the output type.
1594
+ (rule (lower (has_type (fits_in_64 dst_ty)
1595
+ (fcvt_to_sint x @ (value_type src_ty))))
1596
+ (let ((src Reg (put_in_reg x))
1597
+ ;; First, check whether the input is a NaN, and trap if so.
1598
+ (_ Reg (trap_if (fcmp_reg src_ty src src)
1599
+ (floatcc_as_cond (FloatCC.Unordered))
1600
+ (trap_code_bad_conversion_to_integer)))
1601
+ ;; Now check whether the input is out of range for the target type.
1602
+ (_ Reg (trap_if (fcmp_reg src_ty src (fcvt_to_sint_ub src_ty dst_ty))
1603
+ (floatcc_as_cond (FloatCC.GreaterThanOrEqual))
1604
+ (trap_code_integer_overflow)))
1605
+ (_ Reg (trap_if (fcmp_reg src_ty src (fcvt_to_sint_lb src_ty dst_ty))
1606
+ (floatcc_as_cond (FloatCC.LessThanOrEqual))
1607
+ (trap_code_integer_overflow)))
1608
+ ;; Perform the conversion using the larger type size.
1609
+ (flt_ty Type (fcvt_flt_ty dst_ty src_ty))
1610
+ (src_ext Reg (fpromote_reg flt_ty src_ty src)))
1611
+ ;; Perform the conversion.
1612
+ (fcvt_to_sint_reg flt_ty (FpuRoundMode.ToZero) src_ext)))
1613
+
1614
+
1615
+ ;;;; Rules for `fcvt_to_uint_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1616
+
1617
+ ;; Convert a scalar floating-point value in a register to an unsigned integer.
1618
+ (rule -1 (lower (has_type (fits_in_64 dst_ty)
1619
+ (fcvt_to_uint_sat x @ (value_type src_ty))))
1620
+ (let ((src Reg (put_in_reg x))
1621
+ ;; Perform the conversion using the larger type size.
1622
+ (flt_ty Type (fcvt_flt_ty dst_ty src_ty))
1623
+ (int_ty Type (fcvt_int_ty dst_ty src_ty))
1624
+ (src_ext Reg (fpromote_reg flt_ty src_ty src))
1625
+ (dst Reg (fcvt_to_uint_reg flt_ty (FpuRoundMode.ToZero) src_ext)))
1626
+ ;; Clamp the output to the destination type bounds.
1627
+ (uint_sat_reg dst_ty int_ty dst)))
1628
+
1629
+ ;; Convert $F32X4 to $I32X4 (z15 instruction).
1630
+ (rule 1 (lower (has_type (and (vxrs_ext2_enabled) $I32X4)
1631
+ (fcvt_to_uint_sat x @ (value_type $F32X4))))
1632
+ (fcvt_to_uint_reg $F32X4 (FpuRoundMode.ToZero) x))
1633
+
1634
+ ;; Convert $F32X4 to $I32X4 (via two $F64X2 on z14).
1635
+ (rule (lower (has_type (and (vxrs_ext2_disabled) $I32X4)
1636
+ (fcvt_to_uint_sat x @ (value_type $F32X4))))
1637
+ (vec_pack_usat $I64X2
1638
+ (fcvt_to_uint_reg $F64X2 (FpuRoundMode.ToZero)
1639
+ (fpromote_reg $F64X2 $F32X4 (vec_merge_high $I32X4 x x)))
1640
+ (fcvt_to_uint_reg $F64X2 (FpuRoundMode.ToZero)
1641
+ (fpromote_reg $F64X2 $F32X4 (vec_merge_low $I32X4 x x)))))
1642
+
1643
+ ;; Convert $F64X2 to $I64X2.
1644
+ (rule (lower (has_type $I64X2 (fcvt_to_uint_sat x @ (value_type $F64X2))))
1645
+ (fcvt_to_uint_reg $F64X2 (FpuRoundMode.ToZero) x))
1646
+
1647
+
1648
+ ;;;; Rules for `fcvt_to_sint_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1649
+
1650
+ ;; Convert a scalar floating-point value in a register to a signed integer.
1651
+ (rule -1 (lower (has_type (fits_in_64 dst_ty)
1652
+ (fcvt_to_sint_sat x @ (value_type src_ty))))
1653
+ (let ((src Reg (put_in_reg x))
1654
+ ;; Perform the conversion using the larger type size.
1655
+ (flt_ty Type (fcvt_flt_ty dst_ty src_ty))
1656
+ (int_ty Type (fcvt_int_ty dst_ty src_ty))
1657
+ (src_ext Reg (fpromote_reg flt_ty src_ty src))
1658
+ (dst Reg (fcvt_to_sint_reg flt_ty (FpuRoundMode.ToZero) src_ext))
1659
+ ;; In most special cases, the Z instruction already yields the
1660
+ ;; result expected by Cranelift semantics. The only exception
1661
+ ;; it the case where the input was a NaN. We explicitly check
1662
+ ;; for that and force the output to 0 in that case.
1663
+ (sat Reg (with_flags_reg (fcmp_reg src_ty src src)
1664
+ (cmov_imm int_ty
1665
+ (floatcc_as_cond (FloatCC.Unordered)) 0 dst))))
1666
+ ;; Clamp the output to the destination type bounds.
1667
+ (sint_sat_reg dst_ty int_ty sat)))
1668
+
1669
+ ;; Convert $F32X4 to $I32X4 (z15 instruction).
1670
+ (rule 1 (lower (has_type (and (vxrs_ext2_enabled) $I32X4)
1671
+ (fcvt_to_sint_sat src @ (value_type $F32X4))))
1672
+ ;; See above for why we need to handle NaNs specially.
1673
+ (vec_select $I32X4
1674
+ (fcvt_to_sint_reg $F32X4 (FpuRoundMode.ToZero) src)
1675
+ (vec_imm $I32X4 0) (vec_fcmpeq $F32X4 src src)))
1676
+
1677
+ ;; Convert $F32X4 to $I32X4 (via two $F64X2 on z14).
1678
+ (rule (lower (has_type (and (vxrs_ext2_disabled) $I32X4)
1679
+ (fcvt_to_sint_sat src @ (value_type $F32X4))))
1680
+ ;; See above for why we need to handle NaNs specially.
1681
+ (vec_select $I32X4
1682
+ (vec_pack_ssat $I64X2
1683
+ (fcvt_to_sint_reg $F64X2 (FpuRoundMode.ToZero)
1684
+ (fpromote_reg $F64X2 $F32X4 (vec_merge_high $I32X4 src src)))
1685
+ (fcvt_to_sint_reg $F64X2 (FpuRoundMode.ToZero)
1686
+ (fpromote_reg $F64X2 $F32X4 (vec_merge_low $I32X4 src src))))
1687
+ (vec_imm $I32X4 0) (vec_fcmpeq $F32X4 src src)))
1688
+
1689
+ ;; Convert $F64X2 to $I64X2.
1690
+ (rule (lower (has_type $I64X2 (fcvt_to_sint_sat src @ (value_type $F64X2))))
1691
+ ;; See above for why we need to handle NaNs specially.
1692
+ (vec_select $I64X2
1693
+ (fcvt_to_sint_reg $F64X2 (FpuRoundMode.ToZero) src)
1694
+ (vec_imm $I64X2 0) (vec_fcmpeq $F64X2 src src)))
1695
+
1696
+
1697
+ ;;;; Rules for `bitcast` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1698
+
1699
+ ;; Reinterpret a 64-bit integer value as floating-point.
1700
+ (rule (lower (has_type $F64 (bitcast _ x @ (value_type $I64))))
1701
+ (vec_insert_lane_undef $F64X2 x 0 (zero_reg)))
1702
+
1703
+ ;; Reinterpret a 64-bit floating-point value as integer.
1704
+ (rule (lower (has_type $I64 (bitcast _ x @ (value_type $F64))))
1705
+ (vec_extract_lane $F64X2 x 0 (zero_reg)))
1706
+
1707
+ ;; Reinterpret a 32-bit integer value as floating-point.
1708
+ (rule (lower (has_type $F32 (bitcast _ x @ (value_type $I32))))
1709
+ (vec_insert_lane_undef $F32X4 x 0 (zero_reg)))
1710
+
1711
+ ;; Reinterpret a 32-bit floating-point value as integer.
1712
+ (rule (lower (has_type $I32 (bitcast _ x @ (value_type $F32))))
1713
+ (vec_extract_lane $F32X4 x 0 (zero_reg)))
1714
+
1715
+ ;; Bitcast between types residing in GPRs is a no-op.
1716
+ (rule 1 (lower (has_type (gpr32_ty _)
1717
+ (bitcast _ x @ (value_type (gpr32_ty _))))) x)
1718
+ (rule 2 (lower (has_type (gpr64_ty _)
1719
+ (bitcast _ x @ (value_type (gpr64_ty _))))) x)
1720
+
1721
+ ;; Bitcast between types residing in FPRs is a no-op.
1722
+ (rule 3 (lower (has_type (ty_scalar_float _)
1723
+ (bitcast _ x @ (value_type (ty_scalar_float _))))) x)
1724
+
1725
+ ;; Bitcast between types residing in VRs is a no-op if lane count is unchanged.
1726
+ (rule 5 (lower (has_type (multi_lane bits count)
1727
+ (bitcast _ x @ (value_type (multi_lane bits count))))) x)
1728
+
1729
+ ;; Bitcast between types residing in VRs with different lane counts is a
1730
+ ;; no-op if the operation's MemFlags indicate a byte order compatible with
1731
+ ;; the current lane order. Otherwise, lane elements need to be swapped,
1732
+ ;; first in the input type, and then again in the output type. This could
1733
+ ;; be optimized further, but we don't bother at the moment since due to our
1734
+ ;; choice of lane order depending on the current function ABI, this case will
1735
+ ;; currently never arise in practice.
1736
+ (rule 4 (lower (has_type (vr128_ty out_ty)
1737
+ (bitcast flags x @ (value_type (vr128_ty in_ty)))))
1738
+ (abi_vec_elt_rev (lane_order_from_memflags flags) out_ty
1739
+ (abi_vec_elt_rev (lane_order_from_memflags flags) in_ty x)))
1740
+
1741
+
1742
+ ;;;; Rules for `insertlane` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1743
+
1744
+ ;; Insert vector lane from general-purpose register.
1745
+ (rule 1 (lower (insertlane x @ (value_type ty)
1746
+ y @ (value_type in_ty)
1747
+ (u8_from_uimm8 idx)))
1748
+ (if (ty_int_ref_scalar_64 in_ty))
1749
+ (vec_insert_lane ty x y (be_lane_idx ty idx) (zero_reg)))
1750
+
1751
+ ;; Insert vector lane from floating-point register.
1752
+ (rule 0 (lower (insertlane x @ (value_type ty)
1753
+ y @ (value_type (ty_scalar_float _))
1754
+ (u8_from_uimm8 idx)))
1755
+ (vec_move_lane_and_insert ty x (be_lane_idx ty idx) y 0))
1756
+
1757
+ ;; Insert vector lane from another vector lane.
1758
+ (rule 2 (lower (insertlane x @ (value_type ty)
1759
+ (extractlane y (u8_from_uimm8 src_idx))
1760
+ (u8_from_uimm8 dst_idx)))
1761
+ (vec_move_lane_and_insert ty x (be_lane_idx ty dst_idx)
1762
+ y (be_lane_idx ty src_idx)))
1763
+
1764
+ ;; Insert vector lane from signed 16-bit immediate.
1765
+ (rule 3 (lower (insertlane x @ (value_type ty) (i16_from_value y)
1766
+ (u8_from_uimm8 idx)))
1767
+ (vec_insert_lane_imm ty x y (be_lane_idx ty idx)))
1768
+
1769
+ ;; Insert vector lane from big-endian memory.
1770
+ (rule 4 (lower (insertlane x @ (value_type ty) (sinkable_load y)
1771
+ (u8_from_uimm8 idx)))
1772
+ (vec_load_lane ty x (sink_load y) (be_lane_idx ty idx)))
1773
+
1774
+ ;; Insert vector lane from little-endian memory.
1775
+ (rule 5 (lower (insertlane x @ (value_type ty) (sinkable_load_little y)
1776
+ (u8_from_uimm8 idx)))
1777
+ (vec_load_lane_little ty x (sink_load y) (be_lane_idx ty idx)))
1778
+
1779
+
1780
+ ;; Helper to extract one lane from a vector and insert it into another.
1781
+ (decl vec_move_lane_and_insert (Type Reg u8 Reg u8) Reg)
1782
+
1783
+ ;; For 64-bit elements we always use VPDI.
1784
+ (rule (vec_move_lane_and_insert ty @ (multi_lane 64 _) dst 0 src src_idx)
1785
+ (vec_permute_dw_imm ty src src_idx dst 1))
1786
+ (rule (vec_move_lane_and_insert ty @ (multi_lane 64 _) dst 1 src src_idx)
1787
+ (vec_permute_dw_imm ty dst 0 src src_idx))
1788
+
1789
+ ;; If source and destination index are the same, use vec_select.
1790
+ (rule -1 (vec_move_lane_and_insert ty dst idx src idx)
1791
+ (vec_select ty src
1792
+ dst (vec_imm_byte_mask ty (lane_byte_mask ty idx))))
1793
+
1794
+ ;; Otherwise replicate source first and then use vec_select.
1795
+ (rule -2 (vec_move_lane_and_insert ty dst dst_idx src src_idx)
1796
+ (vec_select ty (vec_replicate_lane ty src src_idx)
1797
+ dst (vec_imm_byte_mask ty (lane_byte_mask ty dst_idx))))
1798
+
1799
+
1800
+ ;; Helper to implement a generic little-endian variant of vec_load_lane.
1801
+ (decl vec_load_lane_little (Type Reg MemArg u8) Reg)
1802
+
1803
+ ;; 8-byte little-endian loads can be performed via a normal load.
1804
+ (rule (vec_load_lane_little ty @ (multi_lane 8 _) dst addr lane_imm)
1805
+ (vec_load_lane ty dst addr lane_imm))
1806
+
1807
+ ;; On z15, we have instructions to perform little-endian loads.
1808
+ (rule 1 (vec_load_lane_little (and (vxrs_ext2_enabled)
1809
+ ty @ (multi_lane 16 _)) dst addr lane_imm)
1810
+ (vec_load_lane_rev ty dst addr lane_imm))
1811
+ (rule 1 (vec_load_lane_little (and (vxrs_ext2_enabled)
1812
+ ty @ (multi_lane 32 _)) dst addr lane_imm)
1813
+ (vec_load_lane_rev ty dst addr lane_imm))
1814
+ (rule 1 (vec_load_lane_little (and (vxrs_ext2_enabled)
1815
+ ty @ (multi_lane 64 _)) dst addr lane_imm)
1816
+ (vec_load_lane_rev ty dst addr lane_imm))
1817
+
1818
+ ;; On z14, use a little-endian load to GPR followed by vec_insert_lane.
1819
+ (rule (vec_load_lane_little (and (vxrs_ext2_disabled)
1820
+ ty @ (multi_lane 16 _)) dst addr lane_imm)
1821
+ (vec_insert_lane ty dst (loadrev16 addr) lane_imm (zero_reg)))
1822
+ (rule (vec_load_lane_little (and (vxrs_ext2_disabled)
1823
+ ty @ (multi_lane 32 _)) dst addr lane_imm)
1824
+ (vec_insert_lane ty dst (loadrev32 addr) lane_imm (zero_reg)))
1825
+ (rule (vec_load_lane_little (and (vxrs_ext2_disabled)
1826
+ ty @ (multi_lane 64 _)) dst addr lane_imm)
1827
+ (vec_insert_lane ty dst (loadrev64 addr) lane_imm (zero_reg)))
1828
+
1829
+ ;; Helper to implement a generic little-endian variant of vec_load_lane_undef.
1830
+ (decl vec_load_lane_little_undef (Type MemArg u8) Reg)
1831
+
1832
+ ;; 8-byte little-endian loads can be performed via a normal load.
1833
+ (rule (vec_load_lane_little_undef ty @ (multi_lane 8 _) addr lane_imm)
1834
+ (vec_load_lane_undef ty addr lane_imm))
1835
+
1836
+ ;; On z15, we have instructions to perform little-endian loads.
1837
+ (rule 1 (vec_load_lane_little_undef (and (vxrs_ext2_enabled)
1838
+ ty @ (multi_lane 16 _)) addr lane_imm)
1839
+ (vec_load_lane_rev_undef ty addr lane_imm))
1840
+ (rule 1 (vec_load_lane_little_undef (and (vxrs_ext2_enabled)
1841
+ ty @ (multi_lane 32 _)) addr lane_imm)
1842
+ (vec_load_lane_rev_undef ty addr lane_imm))
1843
+ (rule 1 (vec_load_lane_little_undef (and (vxrs_ext2_enabled)
1844
+ ty @ (multi_lane 64 _)) addr lane_imm)
1845
+ (vec_load_lane_rev_undef ty addr lane_imm))
1846
+
1847
+ ;; On z14, use a little-endian load to GPR followed by vec_insert_lane_undef.
1848
+ (rule (vec_load_lane_little_undef (and (vxrs_ext2_disabled)
1849
+ ty @ (multi_lane 16 _)) addr lane_imm)
1850
+ (vec_insert_lane_undef ty (loadrev16 addr) lane_imm (zero_reg)))
1851
+ (rule (vec_load_lane_little_undef (and (vxrs_ext2_disabled)
1852
+ ty @ (multi_lane 32 _)) addr lane_imm)
1853
+ (vec_insert_lane_undef ty (loadrev32 addr) lane_imm (zero_reg)))
1854
+ (rule (vec_load_lane_little_undef (and (vxrs_ext2_disabled)
1855
+ ty @ (multi_lane 64 _)) addr lane_imm)
1856
+ (vec_insert_lane_undef ty (loadrev64 addr) lane_imm (zero_reg)))
1857
+
1858
+
1859
+ ;;;; Rules for `extractlane` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1860
+
1861
+ ;; Extract vector lane to general-purpose register.
1862
+ (rule 1 (lower (has_type out_ty
1863
+ (extractlane x @ (value_type ty) (u8_from_uimm8 idx))))
1864
+ (if (ty_int_ref_scalar_64 out_ty))
1865
+ (vec_extract_lane ty x (be_lane_idx ty idx) (zero_reg)))
1866
+
1867
+ ;; Extract vector lane to floating-point register.
1868
+ (rule 0 (lower (has_type (ty_scalar_float _)
1869
+ (extractlane x @ (value_type ty) (u8_from_uimm8 idx))))
1870
+ (vec_replicate_lane ty x (be_lane_idx ty idx)))
1871
+
1872
+ ;; Extract vector lane and store to big-endian memory.
1873
+ (rule 6 (lower (store flags @ (bigendian)
1874
+ (extractlane x @ (value_type ty) (u8_from_uimm8 idx))
1875
+ addr offset))
1876
+ (side_effect (vec_store_lane ty x
1877
+ (lower_address flags addr offset) (be_lane_idx ty idx))))
1878
+
1879
+ ;; Extract vector lane and store to little-endian memory.
1880
+ (rule 5 (lower (store flags @ (littleendian)
1881
+ (extractlane x @ (value_type ty) (u8_from_uimm8 idx))
1882
+ addr offset))
1883
+ (side_effect (vec_store_lane_little ty x
1884
+ (lower_address flags addr offset) (be_lane_idx ty idx))))
1885
+
1886
+
1887
+ ;; Helper to implement a generic little-endian variant of vec_store_lane.
1888
+ (decl vec_store_lane_little (Type Reg MemArg u8) SideEffectNoResult)
1889
+
1890
+ ;; 8-byte little-endian stores can be performed via a normal store.
1891
+ (rule (vec_store_lane_little ty @ (multi_lane 8 _) src addr lane_imm)
1892
+ (vec_store_lane ty src addr lane_imm))
1893
+
1894
+ ;; On z15, we have instructions to perform little-endian stores.
1895
+ (rule 1 (vec_store_lane_little (and (vxrs_ext2_enabled)
1896
+ ty @ (multi_lane 16 _)) src addr lane_imm)
1897
+ (vec_store_lane_rev ty src addr lane_imm))
1898
+ (rule 1 (vec_store_lane_little (and (vxrs_ext2_enabled)
1899
+ ty @ (multi_lane 32 _)) src addr lane_imm)
1900
+ (vec_store_lane_rev ty src addr lane_imm))
1901
+ (rule 1 (vec_store_lane_little (and (vxrs_ext2_enabled)
1902
+ ty @ (multi_lane 64 _)) src addr lane_imm)
1903
+ (vec_store_lane_rev ty src addr lane_imm))
1904
+
1905
+ ;; On z14, use vec_extract_lane followed by a little-endian store from GPR.
1906
+ (rule (vec_store_lane_little (and (vxrs_ext2_disabled)
1907
+ ty @ (multi_lane 16 _)) src addr lane_imm)
1908
+ (storerev16 (vec_extract_lane ty src lane_imm (zero_reg)) addr))
1909
+ (rule (vec_store_lane_little (and (vxrs_ext2_disabled)
1910
+ ty @ (multi_lane 32 _)) src addr lane_imm)
1911
+ (storerev32 (vec_extract_lane ty src lane_imm (zero_reg)) addr))
1912
+ (rule (vec_store_lane_little (and (vxrs_ext2_disabled)
1913
+ ty @ (multi_lane 64 _)) src addr lane_imm)
1914
+ (storerev64 (vec_extract_lane ty src lane_imm (zero_reg)) addr))
1915
+
1916
+
1917
+ ;;;; Rules for `splat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1918
+
1919
+ ;; Load replicated value from general-purpose register.
1920
+ (rule 1 (lower (has_type ty (splat x @ (value_type in_ty))))
1921
+ (if (ty_int_ref_scalar_64 in_ty))
1922
+ (vec_replicate_lane ty (vec_insert_lane_undef ty x 0 (zero_reg)) 0))
1923
+
1924
+ ;; Load replicated value from floating-point register.
1925
+ (rule 0 (lower (has_type ty (splat
1926
+ x @ (value_type (ty_scalar_float _)))))
1927
+ (vec_replicate_lane ty x 0))
1928
+
1929
+ ;; Load replicated value from vector lane.
1930
+ (rule 2 (lower (has_type ty (splat (extractlane x (u8_from_uimm8 idx)))))
1931
+ (vec_replicate_lane ty x (be_lane_idx ty idx)))
1932
+
1933
+ ;; Load replicated 16-bit immediate value.
1934
+ (rule 3 (lower (has_type ty (splat (i16_from_value x))))
1935
+ (vec_imm_replicate ty x))
1936
+
1937
+ ;; Load replicated value from big-endian memory.
1938
+ (rule 4 (lower (has_type ty (splat (sinkable_load x))))
1939
+ (vec_load_replicate ty (sink_load x)))
1940
+
1941
+ ;; Load replicated value from little-endian memory.
1942
+ (rule 5 (lower (has_type ty (splat (sinkable_load_little x))))
1943
+ (vec_load_replicate_little ty (sink_load x)))
1944
+
1945
+
1946
+ ;; Helper to implement a generic little-endian variant of vec_load_replicate
1947
+ (decl vec_load_replicate_little (Type MemArg) Reg)
1948
+
1949
+ ;; 8-byte little-endian loads can be performed via a normal load.
1950
+ (rule (vec_load_replicate_little ty @ (multi_lane 8 _) addr)
1951
+ (vec_load_replicate ty addr))
1952
+
1953
+ ;; On z15, we have instructions to perform little-endian loads.
1954
+ (rule 1 (vec_load_replicate_little (and (vxrs_ext2_enabled)
1955
+ ty @ (multi_lane 16 _)) addr)
1956
+ (vec_load_replicate_rev ty addr))
1957
+ (rule 1 (vec_load_replicate_little (and (vxrs_ext2_enabled)
1958
+ ty @ (multi_lane 32 _)) addr)
1959
+ (vec_load_replicate_rev ty addr))
1960
+ (rule 1 (vec_load_replicate_little (and (vxrs_ext2_enabled)
1961
+ ty @ (multi_lane 64 _)) addr)
1962
+ (vec_load_replicate_rev ty addr))
1963
+
1964
+ ;; On z14, use a little-endian load (via GPR) and replicate.
1965
+ (rule (vec_load_replicate_little (and (vxrs_ext2_disabled)
1966
+ ty @ (multi_lane 16 _)) addr)
1967
+ (vec_replicate_lane ty (vec_load_lane_little_undef ty addr 0) 0))
1968
+ (rule (vec_load_replicate_little (and (vxrs_ext2_disabled)
1969
+ ty @ (multi_lane 32 _)) addr)
1970
+ (vec_replicate_lane ty (vec_load_lane_little_undef ty addr 0) 0))
1971
+ (rule (vec_load_replicate_little (and (vxrs_ext2_disabled)
1972
+ ty @ (multi_lane 64 _)) addr)
1973
+ (vec_replicate_lane ty (vec_load_lane_little_undef ty addr 0) 0))
1974
+
1975
+
1976
+ ;;;; Rules for `scalar_to_vector` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1977
+
1978
+ ;; Load scalar value from general-purpose register.
1979
+ (rule 1 (lower (has_type ty (scalar_to_vector
1980
+ x @ (value_type in_ty))))
1981
+ (if (ty_int_ref_scalar_64 in_ty))
1982
+ (vec_insert_lane ty (vec_imm ty 0) x (be_lane_idx ty 0) (zero_reg)))
1983
+
1984
+ ;; Load scalar value from floating-point register.
1985
+ (rule 0 (lower (has_type ty (scalar_to_vector
1986
+ x @ (value_type (ty_scalar_float _)))))
1987
+ (vec_move_lane_and_zero ty (be_lane_idx ty 0) x 0))
1988
+
1989
+ ;; Load scalar value from vector lane.
1990
+ (rule 2 (lower (has_type ty (scalar_to_vector
1991
+ (extractlane x (u8_from_uimm8 idx)))))
1992
+ (vec_move_lane_and_zero ty (be_lane_idx ty 0) x (be_lane_idx ty idx)))
1993
+
1994
+ ;; Load scalar 16-bit immediate value.
1995
+ (rule 3 (lower (has_type ty (scalar_to_vector (i16_from_value x))))
1996
+ (vec_insert_lane_imm ty (vec_imm ty 0) x (be_lane_idx ty 0)))
1997
+
1998
+ ;; Load scalar value from big-endian memory.
1999
+ (rule 4 (lower (has_type ty (scalar_to_vector (sinkable_load x))))
2000
+ (vec_load_lane ty (vec_imm ty 0) (sink_load x) (be_lane_idx ty 0)))
2001
+
2002
+ ;; Load scalar value lane from little-endian memory.
2003
+ (rule 5 (lower (has_type ty (scalar_to_vector (sinkable_load_little x))))
2004
+ (vec_load_lane_little ty (vec_imm ty 0) (sink_load x) (be_lane_idx ty 0)))
2005
+
2006
+
2007
+ ;; Helper to extract one lane from a vector and insert it into a zero vector.
2008
+ (decl vec_move_lane_and_zero (Type u8 Reg u8) Reg)
2009
+
2010
+ ;; For 64-bit elements we always use VPDI.
2011
+ (rule (vec_move_lane_and_zero ty @ (multi_lane 64 _) 0 src src_idx)
2012
+ (vec_permute_dw_imm ty src src_idx (vec_imm ty 0) 0))
2013
+ (rule (vec_move_lane_and_zero ty @ (multi_lane 64 _) 1 src src_idx)
2014
+ (vec_permute_dw_imm ty (vec_imm ty 0) 0 src src_idx))
2015
+
2016
+ ;; If source and destination index are the same, simply mask to this lane.
2017
+ (rule -1 (vec_move_lane_and_zero ty idx src idx)
2018
+ (vec_and ty src
2019
+ (vec_imm_byte_mask ty (lane_byte_mask ty idx))))
2020
+
2021
+ ;; Otherwise replicate source first and then mask to the lane.
2022
+ (rule -2 (vec_move_lane_and_zero ty dst_idx src src_idx)
2023
+ (vec_and ty (vec_replicate_lane ty src src_idx)
2024
+ (vec_imm_byte_mask ty (lane_byte_mask ty dst_idx))))
2025
+
2026
+
2027
+ ;;;; Rules for `shuffle` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2028
+
2029
+ ;; General case: use vec_permute and then mask off zero lanes.
2030
+ (rule -2 (lower (shuffle x y (shuffle_mask permute_mask and_mask)))
2031
+ (vec_and $I8X16 (vec_imm_byte_mask $I8X16 and_mask)
2032
+ (vec_permute $I8X16 x y (vec_imm $I8X16 permute_mask))))
2033
+
2034
+ ;; If the pattern has no zero lanes, just a vec_permute suffices.
2035
+ (rule -1 (lower (shuffle x y (shuffle_mask permute_mask 65535)))
2036
+ (vec_permute $I8X16 x y (vec_imm $I8X16 permute_mask)))
2037
+
2038
+ ;; Special patterns that can be implemented via MERGE HIGH.
2039
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 0 1 2 3 4 5 6 7 16 17 18 19 20 21 22 23) 65535)))
2040
+ (vec_merge_high $I64X2 x y))
2041
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 0 1 2 3 16 17 18 19 4 5 6 7 20 21 22 23) 65535)))
2042
+ (vec_merge_high $I32X4 x y))
2043
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 0 1 16 17 2 3 18 19 4 5 20 21 6 7 22 23) 65535)))
2044
+ (vec_merge_high $I16X8 x y))
2045
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 0 16 1 17 2 18 3 19 4 20 5 21 6 22 7 23) 65535)))
2046
+ (vec_merge_high $I8X16 x y))
2047
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 16 17 18 19 20 21 22 23 0 1 2 3 4 5 6 7) 65535)))
2048
+ (vec_merge_high $I64X2 y x))
2049
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 16 17 18 19 0 1 2 3 20 21 22 23 4 5 6 7) 65535)))
2050
+ (vec_merge_high $I32X4 y x))
2051
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 16 17 0 1 18 19 2 3 20 21 4 5 22 23 6 7) 65535)))
2052
+ (vec_merge_high $I16X8 y x))
2053
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 16 0 17 1 18 2 19 3 20 4 21 5 22 6 23 7) 65535)))
2054
+ (vec_merge_high $I8X16 y x))
2055
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7) 65535)))
2056
+ (vec_merge_high $I64X2 x x))
2057
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 0 1 2 3 0 1 2 3 4 5 6 7 4 5 6 7) 65535)))
2058
+ (vec_merge_high $I32X4 x x))
2059
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 0 1 0 1 2 3 2 3 4 5 4 5 6 7 6 7) 65535)))
2060
+ (vec_merge_high $I16X8 x x))
2061
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 0 0 1 1 2 2 3 3 4 4 5 5 6 6 7 7) 65535)))
2062
+ (vec_merge_high $I8X16 x x))
2063
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 16 17 18 19 20 21 22 23 16 17 18 19 20 21 22 23) 65535)))
2064
+ (vec_merge_high $I64X2 y y))
2065
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 16 17 18 19 16 17 18 19 20 21 22 23 20 21 22 23) 65535)))
2066
+ (vec_merge_high $I32X4 y y))
2067
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 16 17 16 17 18 19 18 19 20 21 20 21 22 23 22 23) 65535)))
2068
+ (vec_merge_high $I16X8 y y))
2069
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 16 16 17 17 18 18 19 19 20 20 21 21 22 22 23 23) 65535)))
2070
+ (vec_merge_high $I8X16 y y))
2071
+
2072
+ ;; Special patterns that can be implemented via MERGE LOW.
2073
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 8 9 10 11 12 13 14 15 24 25 26 27 28 29 30 31) 65535)))
2074
+ (vec_merge_low $I64X2 x y))
2075
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 8 9 10 11 24 25 26 27 12 13 14 15 28 29 30 31) 65535)))
2076
+ (vec_merge_low $I32X4 x y))
2077
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 8 9 24 25 10 11 26 27 12 13 28 29 14 15 30 31) 65535)))
2078
+ (vec_merge_low $I16X8 x y))
2079
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 8 24 9 25 10 26 11 27 12 28 13 29 14 30 15 31) 65535)))
2080
+ (vec_merge_low $I8X16 x y))
2081
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 24 25 26 27 28 29 30 31 8 9 10 11 12 13 14 15) 65535)))
2082
+ (vec_merge_low $I64X2 y x))
2083
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 24 25 26 27 8 9 10 11 28 29 30 31 12 13 14 15) 65535)))
2084
+ (vec_merge_low $I32X4 y x))
2085
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 24 25 8 9 26 27 10 11 28 29 12 13 30 31 14 15) 65535)))
2086
+ (vec_merge_low $I16X8 y x))
2087
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 24 8 25 9 26 10 27 11 28 12 29 13 30 14 31 15) 65535)))
2088
+ (vec_merge_low $I8X16 y x))
2089
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 8 9 10 11 12 13 14 15 8 9 10 11 12 13 14 15) 65535)))
2090
+ (vec_merge_low $I64X2 x x))
2091
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 8 9 10 11 8 9 10 11 12 13 14 15 12 13 14 15) 65535)))
2092
+ (vec_merge_low $I32X4 x x))
2093
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 8 9 8 9 10 11 10 11 12 13 12 13 14 15 14 15) 65535)))
2094
+ (vec_merge_low $I16X8 x x))
2095
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 8 8 9 9 10 10 11 11 12 12 13 13 14 14 15 15) 65535)))
2096
+ (vec_merge_low $I8X16 x x))
2097
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 24 25 26 27 28 29 30 31 24 25 26 27 28 29 30 31) 65535)))
2098
+ (vec_merge_low $I64X2 y y))
2099
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 24 25 26 27 24 25 26 27 28 29 30 31 28 29 30 31) 65535)))
2100
+ (vec_merge_low $I32X4 y y))
2101
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 24 25 24 25 26 27 26 27 28 29 28 29 30 31 30 31) 65535)))
2102
+ (vec_merge_low $I16X8 y y))
2103
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 24 24 25 25 26 26 27 27 28 28 29 29 30 30 31 31) 65535)))
2104
+ (vec_merge_low $I8X16 y y))
2105
+
2106
+ ;; Special patterns that can be implemented via PACK.
2107
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 4 5 6 7 12 13 14 15 20 21 22 23 28 29 30 31) 65535)))
2108
+ (vec_pack $I64X2 x y))
2109
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 2 3 6 7 10 11 14 15 18 19 22 23 26 27 30 31) 65535)))
2110
+ (vec_pack $I32X4 x y))
2111
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 1 3 5 7 9 11 13 15 17 19 21 23 25 27 29 31) 65535)))
2112
+ (vec_pack $I16X8 x y))
2113
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 20 21 22 23 28 29 30 31 4 5 6 7 12 13 14 15) 65535)))
2114
+ (vec_pack $I64X2 y x))
2115
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 18 19 22 23 26 27 30 31 2 3 6 7 10 11 14 15) 65535)))
2116
+ (vec_pack $I32X4 y x))
2117
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 17 19 21 23 25 27 29 31 1 3 5 7 9 11 13 15) 65535)))
2118
+ (vec_pack $I16X8 y x))
2119
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 4 5 6 7 12 13 14 15 4 5 6 7 12 13 14 15) 65535)))
2120
+ (vec_pack $I64X2 x x))
2121
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 2 3 6 7 10 11 14 15 2 3 6 7 10 11 14 15) 65535)))
2122
+ (vec_pack $I32X4 x x))
2123
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 1 3 5 7 9 11 13 15 1 3 5 7 9 11 13 15) 65535)))
2124
+ (vec_pack $I16X8 x x))
2125
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 20 21 22 23 28 29 30 31 20 21 22 23 28 29 30 31) 65535)))
2126
+ (vec_pack $I64X2 y y))
2127
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 18 19 22 23 26 27 30 31 18 19 22 23 26 27 30 31) 65535)))
2128
+ (vec_pack $I32X4 y y))
2129
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 17 19 21 23 25 27 29 31 17 19 21 23 25 27 29 31) 65535)))
2130
+ (vec_pack $I16X8 y y))
2131
+
2132
+ ;; Special patterns that can be implemented via UNPACK HIGH.
2133
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 _ _ _ _ 0 1 2 3 _ _ _ _ 4 5 6 7) 3855)))
2134
+ (vec_unpacku_high $I32X4 x))
2135
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 _ _ 0 1 _ _ 2 3 _ _ 4 5 _ _ 6 7) 13107)))
2136
+ (vec_unpacku_high $I16X8 x))
2137
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 _ 0 _ 1 _ 2 _ 3 _ 4 _ 5 _ 6 _ 7) 21845)))
2138
+ (vec_unpacku_high $I8X16 x))
2139
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 _ _ _ _ 16 17 18 19 _ _ _ _ 20 21 22 23) 3855)))
2140
+ (vec_unpacku_high $I32X4 y))
2141
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 _ _ 16 17 _ _ 18 19 _ _ 20 21 _ _ 22 23) 13107)))
2142
+ (vec_unpacku_high $I16X8 y))
2143
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 _ 16 _ 17 _ 18 _ 19 _ 20 _ 21 _ 22 _ 23) 21845)))
2144
+ (vec_unpacku_high $I8X16 y))
2145
+
2146
+ ;; Special patterns that can be implemented via UNPACK LOW.
2147
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 _ _ _ _ 8 9 10 11 _ _ _ _ 12 13 14 15) 3855)))
2148
+ (vec_unpacku_low $I32X4 x))
2149
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 _ _ 8 9 _ _ 10 11 _ _ 12 13 _ _ 14 15) 13107)))
2150
+ (vec_unpacku_low $I16X8 x))
2151
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 _ 8 _ 9 _ 10 _ 11 _ 12 _ 13 _ 14 _ 15) 21845)))
2152
+ (vec_unpacku_low $I8X16 x))
2153
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 _ _ _ _ 24 25 26 27 _ _ _ _ 28 29 30 31) 3855)))
2154
+ (vec_unpacku_low $I32X4 y))
2155
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 _ _ 24 25 _ _ 26 27 _ _ 28 29 _ _ 30 31) 13107)))
2156
+ (vec_unpacku_low $I16X8 y))
2157
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 _ 24 _ 25 _ 26 _ 27 _ 28 _ 29 _ 30 _ 31) 21845)))
2158
+ (vec_unpacku_low $I8X16 y))
2159
+
2160
+ ;; Special patterns that can be implemented via PERMUTE DOUBLEWORD IMMEDIATE.
2161
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 0 1 2 3 4 5 6 7 24 25 26 27 28 29 30 31) 65535)))
2162
+ (vec_permute_dw_imm $I8X16 x 0 y 1))
2163
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23) 65535)))
2164
+ (vec_permute_dw_imm $I8X16 x 1 y 0))
2165
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 16 17 18 19 20 21 22 23 8 9 10 11 12 13 14 15) 65535)))
2166
+ (vec_permute_dw_imm $I8X16 y 0 x 1))
2167
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 24 25 26 27 28 29 30 31 0 1 2 3 4 5 6 7) 65535)))
2168
+ (vec_permute_dw_imm $I8X16 y 1 x 0))
2169
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15) 65535)))
2170
+ (vec_permute_dw_imm $I8X16 x 0 x 1))
2171
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 8 9 10 11 12 13 14 15 0 1 2 3 4 5 6 7) 65535)))
2172
+ (vec_permute_dw_imm $I8X16 x 1 x 0))
2173
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 65535)))
2174
+ (vec_permute_dw_imm $I8X16 y 0 y 1))
2175
+ (rule (lower (shuffle x y (shuffle_mask (imm8x16 24 25 26 27 28 29 30 31 16 17 18 19 20 21 22 23) 65535)))
2176
+ (vec_permute_dw_imm $I8X16 y 1 y 0))
2177
+
2178
+
2179
+ ;;;; Rules for `swizzle` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2180
+
2181
+ ;; When using big-endian lane order, the lane mask is mostly correct, but we
2182
+ ;; need to handle mask elements outside the range 0..15 by zeroing the lane.
2183
+ ;;
2184
+ ;; To do so efficiently, we compute:
2185
+ ;; permute-lane-element := umin (16, swizzle-lane-element)
2186
+ ;; and pass a zero vector as second operand to the permute instruction.
2187
+
2188
+ (rule 1 (lower (has_type (ty_vec128 ty) (swizzle x y)))
2189
+ (if-let (LaneOrder.BigEndian) (lane_order))
2190
+ (vec_permute ty x (vec_imm ty 0)
2191
+ (vec_umin $I8X16 (vec_imm_splat $I8X16 16) y)))
2192
+
2193
+ ;; When using little-endian lane order, in addition to zeroing (as above),
2194
+ ;; we need to convert from little-endian to big-endian lane numbering.
2195
+ ;;
2196
+ ;; To do so efficiently, we compute:
2197
+ ;; permute-lane-element := umax (239, ~ swizzle-lane-element)
2198
+ ;; which has the following effect:
2199
+ ;; elements 0 .. 15 --> 255 .. 240 (i.e. 31 .. 16 mod 32)
2200
+ ;; everything else --> 239 (i.e. 15 mod 32)
2201
+ ;;
2202
+ ;; Then, we can use a single permute instruction with
2203
+ ;; a zero vector as first operand (covering lane 15)
2204
+ ;; the input vector as second operand (covering lanes 16 .. 31)
2205
+ ;; to implement the required swizzle semantics.
2206
+
2207
+ (rule (lower (has_type (ty_vec128 ty) (swizzle x y)))
2208
+ (if-let (LaneOrder.LittleEndian) (lane_order))
2209
+ (vec_permute ty (vec_imm ty 0) x
2210
+ (vec_umax $I8X16 (vec_imm_splat $I8X16 239)
2211
+ (vec_not $I8X16 y))))
2212
+
2213
+
2214
+ ;;;; Rules for `stack_addr` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2215
+
2216
+ ;; Load the address of a stack slot.
2217
+ (rule (lower (has_type ty (stack_addr stack_slot offset)))
2218
+ (stack_addr_impl ty stack_slot offset))
2219
+
2220
+
2221
+ ;;;; Rules for `func_addr` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2222
+
2223
+ ;; Load the address of a function, target reachable via PC-relative instruction.
2224
+ (rule 1 (lower (func_addr (func_ref_data _ name (reloc_distance_near))))
2225
+ (load_addr (memarg_symbol name 0 (memflags_trusted))))
2226
+
2227
+ ;; Load the address of a function, general case.
2228
+ (rule (lower (func_addr (func_ref_data _ name _)))
2229
+ (load_symbol_reloc (SymbolReloc.Absolute name 0)))
2230
+
2231
+
2232
+ ;;;; Rules for `symbol_value` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2233
+
2234
+ ;; Load the address of a symbol, target reachable via PC-relative instruction.
2235
+ (rule 1 (lower (symbol_value (symbol_value_data name (reloc_distance_near)
2236
+ off)))
2237
+ (if-let offset (memarg_symbol_offset off))
2238
+ (load_addr (memarg_symbol name offset (memflags_trusted))))
2239
+
2240
+ ;; Load the address of a symbol, general case.
2241
+ (rule (lower (symbol_value (symbol_value_data name _ offset)))
2242
+ (load_symbol_reloc (SymbolReloc.Absolute name offset)))
2243
+
2244
+
2245
+ ;;;; Rules for `tls_value` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2246
+
2247
+ ;; Load the address of a TLS symbol (ELF general-dynamic model).
2248
+ (rule (lower (tls_value (symbol_value_data name _ 0)))
2249
+ (if (tls_model_is_elf_gd))
2250
+ (let ((symbol SymbolReloc (SymbolReloc.TlsGd name))
2251
+ (got Reg (load_addr (memarg_got)))
2252
+ (got_offset Reg (load_symbol_reloc symbol))
2253
+ (tls_offset Reg (lib_call_tls_get_offset got got_offset symbol)))
2254
+ (add_reg $I64 tls_offset (thread_pointer))))
2255
+
2256
+ ;; Helper to perform a call to the __tls_get_offset library routine.
2257
+ (decl lib_call_tls_get_offset (Reg Reg SymbolReloc) Reg)
2258
+ (rule (lib_call_tls_get_offset got got_offset symbol)
2259
+ (let ((tls_offset WritableReg (temp_writable_reg $I64))
2260
+ (libcall LibCallInfo (lib_call_info_tls_get_offset tls_offset got got_offset symbol))
2261
+ (_ Unit (lib_accumulate_outgoing_args_size libcall))
2262
+ (_ InstOutput (side_effect (lib_call libcall))))
2263
+ tls_offset))
2264
+
2265
+ ;; Helper to extract the current thread pointer from %a0/%a1.
2266
+ (decl thread_pointer () Reg)
2267
+ (rule (thread_pointer)
2268
+ (insert_ar (lshl_imm $I64 (load_ar 0) 32) 1))
2269
+
2270
+
2271
+ ;;;; Rules for `load` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2272
+
2273
+ ;; Load 8-bit integers.
2274
+ (rule (lower (has_type $I8 (load flags addr offset)))
2275
+ (zext32_mem $I8 (lower_address flags addr offset)))
2276
+
2277
+ ;; Load 16-bit big-endian integers.
2278
+ (rule (lower (has_type $I16 (load flags @ (bigendian) addr offset)))
2279
+ (zext32_mem $I16 (lower_address flags addr offset)))
2280
+
2281
+ ;; Load 16-bit little-endian integers.
2282
+ (rule -1 (lower (has_type $I16 (load flags @ (littleendian) addr offset)))
2283
+ (loadrev16 (lower_address flags addr offset)))
2284
+
2285
+ ;; Load 32-bit big-endian integers.
2286
+ (rule (lower (has_type $I32 (load flags @ (bigendian) addr offset)))
2287
+ (load32 (lower_address flags addr offset)))
2288
+
2289
+ ;; Load 32-bit little-endian integers.
2290
+ (rule -1 (lower (has_type $I32 (load flags @ (littleendian) addr offset)))
2291
+ (loadrev32 (lower_address flags addr offset)))
2292
+
2293
+ ;; Load 64-bit big-endian integers.
2294
+ (rule (lower (has_type $I64 (load flags @ (bigendian) addr offset)))
2295
+ (load64 (lower_address flags addr offset)))
2296
+
2297
+ ;; Load 64-bit little-endian integers.
2298
+ (rule -1 (lower (has_type $I64 (load flags @ (littleendian) addr offset)))
2299
+ (loadrev64 (lower_address flags addr offset)))
2300
+
2301
+ ;; Load 64-bit big-endian references.
2302
+ (rule (lower (has_type $R64 (load flags @ (bigendian) addr offset)))
2303
+ (load64 (lower_address flags addr offset)))
2304
+
2305
+ ;; Load 64-bit little-endian references.
2306
+ (rule -1 (lower (has_type $R64 (load flags @ (littleendian) addr offset)))
2307
+ (loadrev64 (lower_address flags addr offset)))
2308
+
2309
+ ;; Load 32-bit big-endian floating-point values (as vector lane).
2310
+ (rule (lower (has_type $F32 (load flags @ (bigendian) addr offset)))
2311
+ (vec_load_lane_undef $F32X4 (lower_address flags addr offset) 0))
2312
+
2313
+ ;; Load 32-bit little-endian floating-point values (as vector lane).
2314
+ (rule -1 (lower (has_type $F32 (load flags @ (littleendian) addr offset)))
2315
+ (vec_load_lane_little_undef $F32X4 (lower_address flags addr offset) 0))
2316
+
2317
+ ;; Load 64-bit big-endian floating-point values (as vector lane).
2318
+ (rule (lower (has_type $F64 (load flags @ (bigendian) addr offset)))
2319
+ (vec_load_lane_undef $F64X2 (lower_address flags addr offset) 0))
2320
+
2321
+ ;; Load 64-bit little-endian floating-point values (as vector lane).
2322
+ (rule -1 (lower (has_type $F64 (load flags @ (littleendian) addr offset)))
2323
+ (vec_load_lane_little_undef $F64X2 (lower_address flags addr offset) 0))
2324
+
2325
+ ;; Load 128-bit big-endian vector values, BE lane order - direct load.
2326
+ (rule 4 (lower (has_type (vr128_ty ty) (load flags @ (bigendian) addr offset)))
2327
+ (if-let (LaneOrder.BigEndian) (lane_order))
2328
+ (vec_load ty (lower_address flags addr offset)))
2329
+
2330
+ ;; Load 128-bit little-endian vector values, BE lane order - byte-reversed load.
2331
+ (rule 3 (lower (has_type (vr128_ty ty) (load flags @ (littleendian) addr offset)))
2332
+ (if-let (LaneOrder.BigEndian) (lane_order))
2333
+ (vec_load_byte_rev ty flags addr offset))
2334
+
2335
+ ;; Load 128-bit big-endian vector values, LE lane order - element-reversed load.
2336
+ (rule 2 (lower (has_type (vr128_ty ty) (load flags @ (bigendian) addr offset)))
2337
+ (if-let (LaneOrder.LittleEndian) (lane_order))
2338
+ (vec_load_elt_rev ty flags addr offset))
2339
+
2340
+ ;; Load 128-bit little-endian vector values, LE lane order - fully-reversed load.
2341
+ (rule 1 (lower (has_type (vr128_ty ty) (load flags @ (littleendian) addr offset)))
2342
+ (if-let (LaneOrder.LittleEndian) (lane_order))
2343
+ (vec_load_full_rev ty flags addr offset))
2344
+
2345
+
2346
+ ;; Helper to perform a 128-bit full-vector byte-reversed load.
2347
+ (decl vec_load_full_rev (Type MemFlags Value Offset32) Reg)
2348
+
2349
+ ;; Full-vector byte-reversed load via single instruction on z15.
2350
+ (rule 1 (vec_load_full_rev (and (vxrs_ext2_enabled) (vr128_ty ty)) flags addr offset)
2351
+ (vec_loadrev ty (lower_address flags addr offset)))
2352
+
2353
+ ;; Full-vector byte-reversed load via GPRs on z14.
2354
+ (rule (vec_load_full_rev (and (vxrs_ext2_disabled) (vr128_ty ty)) flags addr offset)
2355
+ (let ((lo_addr MemArg (lower_address_bias flags addr offset 0))
2356
+ (hi_addr MemArg (lower_address_bias flags addr offset 8))
2357
+ (lo_val Reg (loadrev64 lo_addr))
2358
+ (hi_val Reg (loadrev64 hi_addr)))
2359
+ (mov_to_vec128 ty hi_val lo_val)))
2360
+
2361
+
2362
+ ;; Helper to perform an element-wise byte-reversed load.
2363
+ (decl vec_load_byte_rev (Type MemFlags Value Offset32) Reg)
2364
+
2365
+ ;; Element-wise byte-reversed 1x128-bit load is a full byte-reversed load.
2366
+ (rule -1 (vec_load_byte_rev $I128 flags addr offset)
2367
+ (vec_load_full_rev $I128 flags addr offset))
2368
+
2369
+ ;; Element-wise byte-reversed 16x8-bit load is a direct load.
2370
+ (rule (vec_load_byte_rev ty @ (multi_lane 8 16) flags addr offset)
2371
+ (vec_load ty (lower_address flags addr offset)))
2372
+
2373
+ ;; Element-wise byte-reversed load via single instruction on z15.
2374
+ (rule 1 (vec_load_byte_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 64 2))
2375
+ flags addr offset)
2376
+ (vec_load_byte64rev ty (lower_address flags addr offset)))
2377
+ (rule 1 (vec_load_byte_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 32 4))
2378
+ flags addr offset)
2379
+ (vec_load_byte32rev ty (lower_address flags addr offset)))
2380
+ (rule 1 (vec_load_byte_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 16 8))
2381
+ flags addr offset)
2382
+ (vec_load_byte16rev ty (lower_address flags addr offset)))
2383
+
2384
+ ;; Element-wise byte-reversed load as element-swapped byte-reversed load on z14.
2385
+ (rule (vec_load_byte_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 64 2))
2386
+ flags addr offset)
2387
+ (vec_elt_rev ty (vec_load_full_rev ty flags addr offset)))
2388
+ (rule (vec_load_byte_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 32 4))
2389
+ flags addr offset)
2390
+ (vec_elt_rev ty (vec_load_full_rev ty flags addr offset)))
2391
+ (rule (vec_load_byte_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 16 8))
2392
+ flags addr offset)
2393
+ (vec_elt_rev ty (vec_load_full_rev ty flags addr offset)))
2394
+
2395
+
2396
+ ;; Helper to perform an element-reversed load.
2397
+ (decl vec_load_elt_rev (Type MemFlags Value Offset32) Reg)
2398
+
2399
+ ;; Element-reversed 1x128-bit load is a direct load.
2400
+ ;; For 1x128-bit types, this is a direct load.
2401
+ (rule -1 (vec_load_elt_rev $I128 flags addr offset)
2402
+ (vec_load $I128 (lower_address flags addr offset)))
2403
+
2404
+ ;; Element-reversed 16x8-bit load is a full byte-reversed load.
2405
+ (rule (vec_load_elt_rev ty @ (multi_lane 8 16) flags addr offset)
2406
+ (vec_load_full_rev ty flags addr offset))
2407
+
2408
+ ;; Element-reversed load via single instruction on z15.
2409
+ (rule 1 (vec_load_elt_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 64 2))
2410
+ flags addr offset)
2411
+ (vec_load_elt64rev ty (lower_address flags addr offset)))
2412
+ (rule 1 (vec_load_elt_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 32 4))
2413
+ flags addr offset)
2414
+ (vec_load_elt32rev ty (lower_address flags addr offset)))
2415
+ (rule 1 (vec_load_elt_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 16 8))
2416
+ flags addr offset)
2417
+ (vec_load_elt16rev ty (lower_address flags addr offset)))
2418
+
2419
+ ;; Element-reversed load as element-swapped direct load on z14.
2420
+ (rule (vec_load_elt_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 64 2))
2421
+ flags addr offset)
2422
+ (vec_elt_rev ty (vec_load ty (lower_address flags addr offset))))
2423
+ (rule (vec_load_elt_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 32 4))
2424
+ flags addr offset)
2425
+ (vec_elt_rev ty (vec_load ty (lower_address flags addr offset))))
2426
+ (rule (vec_load_elt_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 16 8))
2427
+ flags addr offset)
2428
+ (vec_elt_rev ty (vec_load ty (lower_address flags addr offset))))
2429
+
2430
+
2431
+ ;;;; Rules for `uload8` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2432
+
2433
+ ;; 16- or 32-bit target types.
2434
+ (rule (lower (has_type (gpr32_ty _ty) (uload8 flags addr offset)))
2435
+ (zext32_mem $I8 (lower_address flags addr offset)))
2436
+
2437
+ ;; 64-bit target types.
2438
+ (rule 1 (lower (has_type (gpr64_ty _ty) (uload8 flags addr offset)))
2439
+ (zext64_mem $I8 (lower_address flags addr offset)))
2440
+
2441
+
2442
+ ;;;; Rules for `sload8` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2443
+
2444
+ ;; 16- or 32-bit target types.
2445
+ (rule (lower (has_type (gpr32_ty _ty) (sload8 flags addr offset)))
2446
+ (sext32_mem $I8 (lower_address flags addr offset)))
2447
+
2448
+ ;; 64-bit target types.
2449
+ (rule 1 (lower (has_type (gpr64_ty _ty) (sload8 flags addr offset)))
2450
+ (sext64_mem $I8 (lower_address flags addr offset)))
2451
+
2452
+
2453
+ ;;;; Rules for `uload16` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2454
+
2455
+ ;; 32-bit target type, big-endian source value.
2456
+ (rule 3 (lower (has_type (gpr32_ty _ty)
2457
+ (uload16 flags @ (bigendian) addr offset)))
2458
+ (zext32_mem $I16 (lower_address flags addr offset)))
2459
+
2460
+ ;; 32-bit target type, little-endian source value (via explicit extension).
2461
+ (rule 1 (lower (has_type (gpr32_ty _ty)
2462
+ (uload16 flags @ (littleendian) addr offset)))
2463
+ (let ((reg16 Reg (loadrev16 (lower_address flags addr offset))))
2464
+ (zext32_reg $I16 reg16)))
2465
+
2466
+ ;; 64-bit target type, big-endian source value.
2467
+ (rule 4 (lower (has_type (gpr64_ty _ty)
2468
+ (uload16 flags @ (bigendian) addr offset)))
2469
+ (zext64_mem $I16 (lower_address flags addr offset)))
2470
+
2471
+ ;; 64-bit target type, little-endian source value (via explicit extension).
2472
+ (rule 2 (lower (has_type (gpr64_ty _ty)
2473
+ (uload16 flags @ (littleendian) addr offset)))
2474
+ (let ((reg16 Reg (loadrev16 (lower_address flags addr offset))))
2475
+ (zext64_reg $I16 reg16)))
2476
+
2477
+
2478
+ ;;;; Rules for `sload16` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2479
+
2480
+ ;; 32-bit target type, big-endian source value.
2481
+ (rule 2 (lower (has_type (gpr32_ty _ty)
2482
+ (sload16 flags @ (bigendian) addr offset)))
2483
+ (sext32_mem $I16 (lower_address flags addr offset)))
2484
+
2485
+ ;; 32-bit target type, little-endian source value (via explicit extension).
2486
+ (rule 0 (lower (has_type (gpr32_ty _ty)
2487
+ (sload16 flags @ (littleendian) addr offset)))
2488
+ (let ((reg16 Reg (loadrev16 (lower_address flags addr offset))))
2489
+ (sext32_reg $I16 reg16)))
2490
+
2491
+ ;; 64-bit target type, big-endian source value.
2492
+ (rule 3 (lower (has_type (gpr64_ty _ty)
2493
+ (sload16 flags @ (bigendian) addr offset)))
2494
+ (sext64_mem $I16 (lower_address flags addr offset)))
2495
+
2496
+ ;; 64-bit target type, little-endian source value (via explicit extension).
2497
+ (rule 1 (lower (has_type (gpr64_ty _ty)
2498
+ (sload16 flags @ (littleendian) addr offset)))
2499
+ (let ((reg16 Reg (loadrev16 (lower_address flags addr offset))))
2500
+ (sext64_reg $I16 reg16)))
2501
+
2502
+
2503
+ ;;;; Rules for `uload32` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2504
+
2505
+ ;; 64-bit target type, big-endian source value.
2506
+ (rule 1 (lower (has_type (gpr64_ty _ty)
2507
+ (uload32 flags @ (bigendian) addr offset)))
2508
+ (zext64_mem $I32 (lower_address flags addr offset)))
2509
+
2510
+ ;; 64-bit target type, little-endian source value (via explicit extension).
2511
+ (rule (lower (has_type (gpr64_ty _ty)
2512
+ (uload32 flags @ (littleendian) addr offset)))
2513
+ (let ((reg32 Reg (loadrev32 (lower_address flags addr offset))))
2514
+ (zext64_reg $I32 reg32)))
2515
+
2516
+
2517
+ ;;;; Rules for `sload32` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2518
+
2519
+ ;; 64-bit target type, big-endian source value.
2520
+ (rule 1 (lower (has_type (gpr64_ty _ty)
2521
+ (sload32 flags @ (bigendian) addr offset)))
2522
+ (sext64_mem $I32 (lower_address flags addr offset)))
2523
+
2524
+ ;; 64-bit target type, little-endian source value (via explicit extension).
2525
+ (rule (lower (has_type (gpr64_ty _ty)
2526
+ (sload32 flags @ (littleendian) addr offset)))
2527
+ (let ((reg32 Reg (loadrev32 (lower_address flags addr offset))))
2528
+ (sext64_reg $I32 reg32)))
2529
+
2530
+
2531
+ ;;;; Rules for `uloadNxM` and `sloadNxM` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2532
+
2533
+ ;; Unsigned 8->16 bit extension.
2534
+ (rule (lower (has_type $I16X8 (uload8x8 flags addr offset)))
2535
+ (vec_unpacku_high $I8X16 (load_v64 $I8X16 flags addr offset)))
2536
+
2537
+ ;; Signed 8->16 bit extension.
2538
+ (rule (lower (has_type $I16X8 (sload8x8 flags addr offset)))
2539
+ (vec_unpacks_high $I8X16 (load_v64 $I8X16 flags addr offset)))
2540
+
2541
+ ;; Unsigned 16->32 bit extension.
2542
+ (rule (lower (has_type $I32X4 (uload16x4 flags addr offset)))
2543
+ (vec_unpacku_high $I16X8 (load_v64 $I16X8 flags addr offset)))
2544
+
2545
+ ;; Signed 16->32 bit extension.
2546
+ (rule (lower (has_type $I32X4 (sload16x4 flags addr offset)))
2547
+ (vec_unpacks_high $I16X8 (load_v64 $I16X8 flags addr offset)))
2548
+
2549
+ ;; Unsigned 32->64 bit extension.
2550
+ (rule (lower (has_type $I64X2 (uload32x2 flags addr offset)))
2551
+ (vec_unpacku_high $I32X4 (load_v64 $I32X4 flags addr offset)))
2552
+
2553
+ ;; Signed 32->64 bit extension.
2554
+ (rule (lower (has_type $I64X2 (sload32x2 flags addr offset)))
2555
+ (vec_unpacks_high $I32X4 (load_v64 $I32X4 flags addr offset)))
2556
+
2557
+
2558
+ ;; Helper to load a 64-bit half-size vector from memory.
2559
+ (decl load_v64 (Type MemFlags Value Offset32) Reg)
2560
+
2561
+ ;; Any big-endian source value, BE lane order.
2562
+ (rule -1 (load_v64 _ flags @ (bigendian) addr offset)
2563
+ (if-let (LaneOrder.BigEndian) (lane_order))
2564
+ (vec_load_lane_undef $I64X2 (lower_address flags addr offset) 0))
2565
+
2566
+ ;; Any little-endian source value, LE lane order.
2567
+ (rule -2 (load_v64 _ flags @ (littleendian) addr offset)
2568
+ (if-let (LaneOrder.LittleEndian) (lane_order))
2569
+ (vec_load_lane_little_undef $I64X2 (lower_address flags addr offset) 0))
2570
+
2571
+ ;; Big-endian or little-endian 8x8-bit source value, BE lane order.
2572
+ (rule (load_v64 (multi_lane 8 16) flags addr offset)
2573
+ (if-let (LaneOrder.BigEndian) (lane_order))
2574
+ (vec_load_lane_undef $I64X2 (lower_address flags addr offset) 0))
2575
+
2576
+ ;; Big-endian or little-endian 8x8-bit source value, LE lane order.
2577
+ (rule 1 (load_v64 (multi_lane 8 16) flags addr offset)
2578
+ (if-let (LaneOrder.LittleEndian) (lane_order))
2579
+ (vec_load_lane_little_undef $I64X2 (lower_address flags addr offset) 0))
2580
+
2581
+ ;; Little-endian 4x16-bit source value, BE lane order.
2582
+ (rule (load_v64 (multi_lane 16 8) flags @ (littleendian) addr offset)
2583
+ (if-let (LaneOrder.BigEndian) (lane_order))
2584
+ (vec_rot_imm $I16X8
2585
+ (vec_load_lane_undef $I64X2 (lower_address flags addr offset) 0) 8))
2586
+
2587
+ ;; Big-endian 4x16-bit source value, LE lane order.
2588
+ (rule 1 (load_v64 (multi_lane 16 8) flags @ (bigendian) addr offset)
2589
+ (if-let (LaneOrder.LittleEndian) (lane_order))
2590
+ (vec_rot_imm $I16X8
2591
+ (vec_load_lane_little_undef $I64X2 (lower_address flags addr offset) 0) 8))
2592
+
2593
+ ;; Little-endian 2x32-bit source value, BE lane order.
2594
+ (rule (load_v64 (multi_lane 32 4) flags @ (littleendian) addr offset)
2595
+ (if-let (LaneOrder.BigEndian) (lane_order))
2596
+ (vec_rot_imm $I64X2
2597
+ (vec_load_lane_little_undef $I64X2 (lower_address flags addr offset) 0) 32))
2598
+
2599
+ ;; Big-endian 2x32-bit source value, LE lane order.
2600
+ (rule 1 (load_v64 (multi_lane 32 4) flags @ (bigendian) addr offset)
2601
+ (if-let (LaneOrder.LittleEndian) (lane_order))
2602
+ (vec_rot_imm $I64X2
2603
+ (vec_load_lane_undef $I64X2 (lower_address flags addr offset) 0) 32))
2604
+
2605
+
2606
+ ;;;; Rules for `store` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2607
+
2608
+ ;; The actual store logic for integer types is identical for the `store`,
2609
+ ;; `istoreNN`, and `atomic_store` instructions, so we share common helpers.
2610
+
2611
+ ;; Store 8-bit integer type, main lowering entry point.
2612
+ (rule (lower (store flags val @ (value_type $I8) addr offset))
2613
+ (side_effect (istore8_impl flags val addr offset)))
2614
+
2615
+ ;; Store 16-bit integer type, main lowering entry point.
2616
+ (rule (lower (store flags val @ (value_type $I16) addr offset))
2617
+ (side_effect (istore16_impl flags val addr offset)))
2618
+
2619
+ ;; Store 32-bit integer type, main lowering entry point.
2620
+ (rule (lower (store flags val @ (value_type $I32) addr offset))
2621
+ (side_effect (istore32_impl flags val addr offset)))
2622
+
2623
+ ;; Store 64-bit integer type, main lowering entry point.
2624
+ (rule (lower (store flags val @ (value_type $I64) addr offset))
2625
+ (side_effect (istore64_impl flags val addr offset)))
2626
+
2627
+ ;; Store 64-bit reference type, main lowering entry point.
2628
+ (rule (lower (store flags val @ (value_type $R64) addr offset))
2629
+ (side_effect (istore64_impl flags val addr offset)))
2630
+
2631
+ ;; Store 32-bit big-endian floating-point type (as vector lane).
2632
+ (rule -1 (lower (store flags @ (bigendian)
2633
+ val @ (value_type $F32) addr offset))
2634
+ (side_effect (vec_store_lane $F32X4 val
2635
+ (lower_address flags addr offset) 0)))
2636
+
2637
+ ;; Store 32-bit little-endian floating-point type (as vector lane).
2638
+ (rule (lower (store flags @ (littleendian)
2639
+ val @ (value_type $F32) addr offset))
2640
+ (side_effect (vec_store_lane_little $F32X4 val
2641
+ (lower_address flags addr offset) 0)))
2642
+
2643
+ ;; Store 64-bit big-endian floating-point type (as vector lane).
2644
+ (rule -1 (lower (store flags @ (bigendian)
2645
+ val @ (value_type $F64) addr offset))
2646
+ (side_effect (vec_store_lane $F64X2 val
2647
+ (lower_address flags addr offset) 0)))
2648
+
2649
+ ;; Store 64-bit little-endian floating-point type (as vector lane).
2650
+ (rule (lower (store flags @ (littleendian)
2651
+ val @ (value_type $F64) addr offset))
2652
+ (side_effect (vec_store_lane_little $F64X2 val
2653
+ (lower_address flags addr offset) 0)))
2654
+
2655
+ ;; Store 128-bit big-endian vector type, BE lane order - direct store.
2656
+ (rule 4 (lower (store flags @ (bigendian)
2657
+ val @ (value_type (vr128_ty ty)) addr offset))
2658
+ (if-let (LaneOrder.BigEndian) (lane_order))
2659
+ (side_effect (vec_store val (lower_address flags addr offset))))
2660
+
2661
+ ;; Store 128-bit little-endian vector type, BE lane order - byte-reversed store.
2662
+ (rule 3 (lower (store flags @ (littleendian)
2663
+ val @ (value_type (vr128_ty ty)) addr offset))
2664
+ (if-let (LaneOrder.BigEndian) (lane_order))
2665
+ (side_effect (vec_store_byte_rev ty val flags addr offset)))
2666
+
2667
+ ;; Store 128-bit big-endian vector type, LE lane order - element-reversed store.
2668
+ (rule 2 (lower (store flags @ (bigendian)
2669
+ val @ (value_type (vr128_ty ty)) addr offset))
2670
+ (if-let (LaneOrder.LittleEndian) (lane_order))
2671
+ (side_effect (vec_store_elt_rev ty val flags addr offset)))
2672
+
2673
+ ;; Store 128-bit little-endian vector type, LE lane order - fully-reversed store.
2674
+ (rule 1 (lower (store flags @ (littleendian)
2675
+ val @ (value_type (vr128_ty ty)) addr offset))
2676
+ (if-let (LaneOrder.LittleEndian) (lane_order))
2677
+ (side_effect (vec_store_full_rev ty val flags addr offset)))
2678
+
2679
+
2680
+ ;; Helper to perform a 128-bit full-vector byte-reversed store.
2681
+ (decl vec_store_full_rev (Type Reg MemFlags Value Offset32) SideEffectNoResult)
2682
+
2683
+ ;; Full-vector byte-reversed store via single instruction on z15.
2684
+ (rule 1 (vec_store_full_rev (vxrs_ext2_enabled) val flags addr offset)
2685
+ (vec_storerev val (lower_address flags addr offset)))
2686
+
2687
+ ;; Full-vector byte-reversed store via GPRs on z14.
2688
+ (rule (vec_store_full_rev (vxrs_ext2_disabled) val flags addr offset)
2689
+ (let ((lo_addr MemArg (lower_address_bias flags addr offset 0))
2690
+ (hi_addr MemArg (lower_address_bias flags addr offset 8))
2691
+ (lo_val Reg (vec_extract_lane $I64X2 val 1 (zero_reg)))
2692
+ (hi_val Reg (vec_extract_lane $I64X2 val 0 (zero_reg))))
2693
+ (side_effect_concat (storerev64 lo_val lo_addr)
2694
+ (storerev64 hi_val hi_addr))))
2695
+
2696
+
2697
+ ;; Helper to perform an element-wise byte-reversed store.
2698
+ (decl vec_store_byte_rev (Type Reg MemFlags Value Offset32) SideEffectNoResult)
2699
+
2700
+ ;; Element-wise byte-reversed 1x128-bit store is a full byte-reversed store.
2701
+ (rule -1 (vec_store_byte_rev $I128 val flags addr offset)
2702
+ (vec_store_full_rev $I128 val flags addr offset))
2703
+
2704
+ ;; Element-wise byte-reversed 16x8-bit store is a direct store.
2705
+ (rule (vec_store_byte_rev (multi_lane 8 16) val flags addr offset)
2706
+ (vec_store val (lower_address flags addr offset)))
2707
+
2708
+ ;; Element-wise byte-reversed store via single instruction on z15.
2709
+ (rule 1 (vec_store_byte_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 64 2))
2710
+ val flags addr offset)
2711
+ (vec_store_byte64rev val (lower_address flags addr offset)))
2712
+ (rule 1 (vec_store_byte_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 32 4))
2713
+ val flags addr offset)
2714
+ (vec_store_byte32rev val (lower_address flags addr offset)))
2715
+ (rule 1 (vec_store_byte_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 16 8))
2716
+ val flags addr offset)
2717
+ (vec_store_byte16rev val (lower_address flags addr offset)))
2718
+
2719
+ ;; Element-wise byte-reversed load as element-swapped byte-reversed store on z14.
2720
+ (rule (vec_store_byte_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 64 2))
2721
+ val flags addr offset)
2722
+ (vec_store_full_rev ty (vec_elt_rev ty val) flags addr offset))
2723
+ (rule (vec_store_byte_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 32 4))
2724
+ val flags addr offset)
2725
+ (vec_store_full_rev ty (vec_elt_rev ty val) flags addr offset))
2726
+ (rule (vec_store_byte_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 16 8))
2727
+ val flags addr offset)
2728
+ (vec_store_full_rev ty (vec_elt_rev ty val) flags addr offset))
2729
+
2730
+
2731
+ ;; Helper to perform an element-reversed store.
2732
+ (decl vec_store_elt_rev (Type Reg MemFlags Value Offset32) SideEffectNoResult)
2733
+
2734
+ ;; Element-reversed 1x128-bit store is a direct store.
2735
+ (rule -1 (vec_store_elt_rev $I128 val flags addr offset)
2736
+ (vec_store val (lower_address flags addr offset)))
2737
+
2738
+ ;; Element-reversed 16x8-bit store is a full byte-reversed store.
2739
+ (rule (vec_store_elt_rev ty @ (multi_lane 8 16) val flags addr offset)
2740
+ (vec_store_full_rev ty val flags addr offset))
2741
+
2742
+ ;; Element-reversed store via single instruction on z15.
2743
+ (rule 1 (vec_store_elt_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 64 2))
2744
+ val flags addr offset)
2745
+ (vec_store_elt64rev val (lower_address flags addr offset)))
2746
+ (rule 1 (vec_store_elt_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 32 4))
2747
+ val flags addr offset)
2748
+ (vec_store_elt32rev val (lower_address flags addr offset)))
2749
+ (rule 1 (vec_store_elt_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 16 8))
2750
+ val flags addr offset)
2751
+ (vec_store_elt16rev val (lower_address flags addr offset)))
2752
+
2753
+ ;; Element-reversed store as element-swapped direct store on z14.
2754
+ (rule (vec_store_elt_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 64 2))
2755
+ val flags addr offset)
2756
+ (vec_store (vec_elt_rev ty val) (lower_address flags addr offset)))
2757
+ (rule (vec_store_elt_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 32 4))
2758
+ val flags addr offset)
2759
+ (vec_store (vec_elt_rev ty val) (lower_address flags addr offset)))
2760
+ (rule (vec_store_elt_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 16 8))
2761
+ val flags addr offset)
2762
+ (vec_store (vec_elt_rev ty val) (lower_address flags addr offset)))
2763
+
2764
+
2765
+ ;;;; Rules for 8-bit integer stores ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2766
+
2767
+ ;; Main `istore8` lowering entry point, dispatching to the helper.
2768
+ (rule (lower (istore8 flags val addr offset))
2769
+ (side_effect (istore8_impl flags val addr offset)))
2770
+
2771
+ ;; Helper to store 8-bit integer types.
2772
+ (decl istore8_impl (MemFlags Value Value Offset32) SideEffectNoResult)
2773
+
2774
+ ;; Store 8-bit integer types, register input.
2775
+ (rule (istore8_impl flags val addr offset)
2776
+ (store8 (put_in_reg val) (lower_address flags addr offset)))
2777
+
2778
+ ;; Store 8-bit integer types, immediate input.
2779
+ (rule 1 (istore8_impl flags (u8_from_value imm) addr offset)
2780
+ (store8_imm imm (lower_address flags addr offset)))
2781
+
2782
+
2783
+ ;;;; Rules for 16-bit integer stores ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2784
+
2785
+ ;; Main `istore16` lowering entry point, dispatching to the helper.
2786
+ (rule (lower (istore16 flags val addr offset))
2787
+ (side_effect (istore16_impl flags val addr offset)))
2788
+
2789
+ ;; Helper to store 16-bit integer types.
2790
+ (decl istore16_impl (MemFlags Value Value Offset32) SideEffectNoResult)
2791
+
2792
+ ;; Store 16-bit big-endian integer types, register input.
2793
+ (rule 2 (istore16_impl flags @ (bigendian) val addr offset)
2794
+ (store16 (put_in_reg val) (lower_address flags addr offset)))
2795
+
2796
+ ;; Store 16-bit little-endian integer types, register input.
2797
+ (rule 0 (istore16_impl flags @ (littleendian) val addr offset)
2798
+ (storerev16 (put_in_reg val) (lower_address flags addr offset)))
2799
+
2800
+ ;; Store 16-bit big-endian integer types, immediate input.
2801
+ (rule 3 (istore16_impl flags @ (bigendian) (i16_from_value imm) addr offset)
2802
+ (store16_imm imm (lower_address flags addr offset)))
2803
+
2804
+ ;; Store 16-bit little-endian integer types, immediate input.
2805
+ (rule 1 (istore16_impl flags @ (littleendian) (i16_from_swapped_value imm) addr offset)
2806
+ (store16_imm imm (lower_address flags addr offset)))
2807
+
2808
+
2809
+ ;;;; Rules for 32-bit integer stores ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2810
+
2811
+ ;; Main `istore32` lowering entry point, dispatching to the helper.
2812
+ (rule (lower (istore32 flags val addr offset))
2813
+ (side_effect (istore32_impl flags val addr offset)))
2814
+
2815
+ ;; Helper to store 32-bit integer types.
2816
+ (decl istore32_impl (MemFlags Value Value Offset32) SideEffectNoResult)
2817
+
2818
+ ;; Store 32-bit big-endian integer types, register input.
2819
+ (rule 1 (istore32_impl flags @ (bigendian) val addr offset)
2820
+ (store32 (put_in_reg val) (lower_address flags addr offset)))
2821
+
2822
+ ;; Store 32-bit big-endian integer types, immediate input.
2823
+ (rule 2 (istore32_impl flags @ (bigendian) (i16_from_value imm) addr offset)
2824
+ (store32_simm16 imm (lower_address flags addr offset)))
2825
+
2826
+ ;; Store 32-bit little-endian integer types.
2827
+ (rule 0 (istore32_impl flags @ (littleendian) val addr offset)
2828
+ (storerev32 (put_in_reg val) (lower_address flags addr offset)))
2829
+
2830
+
2831
+ ;;;; Rules for 64-bit integer stores ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2832
+
2833
+ ;; Helper to store 64-bit integer types.
2834
+ (decl istore64_impl (MemFlags Value Value Offset32) SideEffectNoResult)
2835
+
2836
+ ;; Store 64-bit big-endian integer types, register input.
2837
+ (rule 1 (istore64_impl flags @ (bigendian) val addr offset)
2838
+ (store64 (put_in_reg val) (lower_address flags addr offset)))
2839
+
2840
+ ;; Store 64-bit big-endian integer types, immediate input.
2841
+ (rule 2 (istore64_impl flags @ (bigendian) (i16_from_value imm) addr offset)
2842
+ (store64_simm16 imm (lower_address flags addr offset)))
2843
+
2844
+ ;; Store 64-bit little-endian integer types.
2845
+ (rule 0 (istore64_impl flags @ (littleendian) val addr offset)
2846
+ (storerev64 (put_in_reg val) (lower_address flags addr offset)))
2847
+
2848
+
2849
+ ;;;; Rules for `atomic_rmw` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2850
+
2851
+ ;; Atomic operations that do not require a compare-and-swap loop.
2852
+
2853
+ ;; Atomic AND for 32/64-bit big-endian types, using a single instruction.
2854
+ (rule 1 (lower (has_type (ty_32_or_64 ty)
2855
+ (atomic_rmw flags @ (bigendian) (AtomicRmwOp.And) addr src)))
2856
+ (atomic_rmw_and ty (put_in_reg src)
2857
+ (lower_address flags addr (zero_offset))))
2858
+
2859
+ ;; Atomic AND for 32/64-bit big-endian types, using byte-swapped input/output.
2860
+ (rule (lower (has_type (ty_32_or_64 ty)
2861
+ (atomic_rmw flags @ (littleendian) (AtomicRmwOp.And) addr src)))
2862
+ (bswap_reg ty (atomic_rmw_and ty (bswap_reg ty (put_in_reg src))
2863
+ (lower_address flags addr (zero_offset)))))
2864
+
2865
+ ;; Atomic OR for 32/64-bit big-endian types, using a single instruction.
2866
+ (rule 1 (lower (has_type (ty_32_or_64 ty)
2867
+ (atomic_rmw flags @ (bigendian) (AtomicRmwOp.Or) addr src)))
2868
+ (atomic_rmw_or ty (put_in_reg src)
2869
+ (lower_address flags addr (zero_offset))))
2870
+
2871
+ ;; Atomic OR for 32/64-bit little-endian types, using byte-swapped input/output.
2872
+ (rule (lower (has_type (ty_32_or_64 ty)
2873
+ (atomic_rmw flags @ (littleendian) (AtomicRmwOp.Or) addr src)))
2874
+ (bswap_reg ty (atomic_rmw_or ty (bswap_reg ty (put_in_reg src))
2875
+ (lower_address flags addr (zero_offset)))))
2876
+
2877
+ ;; Atomic XOR for 32/64-bit big-endian types, using a single instruction.
2878
+ (rule 1 (lower (has_type (ty_32_or_64 ty)
2879
+ (atomic_rmw flags @ (bigendian) (AtomicRmwOp.Xor) addr src)))
2880
+ (atomic_rmw_xor ty (put_in_reg src)
2881
+ (lower_address flags addr (zero_offset))))
2882
+
2883
+ ;; Atomic XOR for 32/64-bit little-endian types, using byte-swapped input/output.
2884
+ (rule (lower (has_type (ty_32_or_64 ty)
2885
+ (atomic_rmw flags @ (littleendian) (AtomicRmwOp.Xor) addr src)))
2886
+ (bswap_reg ty (atomic_rmw_xor ty (bswap_reg ty (put_in_reg src))
2887
+ (lower_address flags addr (zero_offset)))))
2888
+
2889
+ ;; Atomic ADD for 32/64-bit big-endian types, using a single instruction.
2890
+ (rule (lower (has_type (ty_32_or_64 ty)
2891
+ (atomic_rmw flags @ (bigendian) (AtomicRmwOp.Add) addr src)))
2892
+ (atomic_rmw_add ty (put_in_reg src)
2893
+ (lower_address flags addr (zero_offset))))
2894
+
2895
+ ;; Atomic SUB for 32/64-bit big-endian types, using atomic ADD with negated input.
2896
+ (rule (lower (has_type (ty_32_or_64 ty)
2897
+ (atomic_rmw flags @ (bigendian) (AtomicRmwOp.Sub) addr src)))
2898
+ (atomic_rmw_add ty (neg_reg ty (put_in_reg src))
2899
+ (lower_address flags addr (zero_offset))))
2900
+
2901
+
2902
+ ;; Atomic operations that require a compare-and-swap loop.
2903
+
2904
+ ;; Operations for 32/64-bit types can use a fullword compare-and-swap loop.
2905
+ (rule -1 (lower (has_type (ty_32_or_64 ty) (atomic_rmw flags op addr src)))
2906
+ (let ((src_reg Reg (put_in_reg src))
2907
+ (addr_reg Reg (put_in_reg addr))
2908
+ ;; Create body of compare-and-swap loop.
2909
+ (ib VecMInstBuilder (inst_builder_new))
2910
+ (val0 Reg (writable_reg_to_reg (casloop_val_reg)))
2911
+ (val1 Reg (atomic_rmw_body ib ty flags op
2912
+ (casloop_tmp_reg) val0 src_reg)))
2913
+ ;; Emit compare-and-swap loop and extract final result.
2914
+ (casloop ib ty flags addr_reg val1)))
2915
+
2916
+ ;; Operations for 8/16-bit types must operate on the surrounding aligned word.
2917
+ (rule -2 (lower (has_type (ty_8_or_16 ty) (atomic_rmw flags op addr src)))
2918
+ (let ((src_reg Reg (put_in_reg src))
2919
+ (addr_reg Reg (put_in_reg addr))
2920
+ ;; Prepare access to surrounding aligned word.
2921
+ (bitshift Reg (casloop_bitshift addr_reg))
2922
+ (aligned_addr Reg (casloop_aligned_addr addr_reg))
2923
+ ;; Create body of compare-and-swap loop.
2924
+ (ib VecMInstBuilder (inst_builder_new))
2925
+ (val0 Reg (writable_reg_to_reg (casloop_val_reg)))
2926
+ (val1 Reg (casloop_rotate_in ib ty flags bitshift val0))
2927
+ (val2 Reg (atomic_rmw_body ib ty flags op
2928
+ (casloop_tmp_reg) val1 src_reg))
2929
+ (val3 Reg (casloop_rotate_out ib ty flags bitshift val2)))
2930
+ ;; Emit compare-and-swap loop and extract final result.
2931
+ (casloop_subword ib ty flags aligned_addr bitshift val3)))
2932
+
2933
+ ;; Loop bodies for atomic read-modify-write operations.
2934
+ (decl atomic_rmw_body (VecMInstBuilder Type MemFlags AtomicRmwOp
2935
+ WritableReg Reg Reg) Reg)
2936
+
2937
+ ;; Loop bodies for 32-/64-bit atomic XCHG operations.
2938
+ ;; Simply use the source (possibly byte-swapped) as new target value.
2939
+ (rule 2 (atomic_rmw_body ib (ty_32_or_64 ty) (bigendian)
2940
+ (AtomicRmwOp.Xchg) tmp val src)
2941
+ src)
2942
+ (rule 1 (atomic_rmw_body ib (ty_32_or_64 ty) (littleendian)
2943
+ (AtomicRmwOp.Xchg) tmp val src)
2944
+ (bswap_reg ty src))
2945
+
2946
+ ;; Loop bodies for 32-/64-bit atomic NAND operations.
2947
+ ;; On z15 this can use the NN(G)RK instruction. On z14, perform an And
2948
+ ;; operation and invert the result. In the little-endian case, we can
2949
+ ;; simply byte-swap the source operand.
2950
+ (rule 4 (atomic_rmw_body ib (and (mie2_enabled) (ty_32_or_64 ty)) (bigendian)
2951
+ (AtomicRmwOp.Nand) tmp val src)
2952
+ (push_alu_reg ib (aluop_not_and ty) tmp val src))
2953
+ (rule 3 (atomic_rmw_body ib (and (mie2_enabled) (ty_32_or_64 ty)) (littleendian)
2954
+ (AtomicRmwOp.Nand) tmp val src)
2955
+ (push_alu_reg ib (aluop_not_and ty) tmp val (bswap_reg ty src)))
2956
+ (rule 2 (atomic_rmw_body ib (and (mie2_disabled) (ty_32_or_64 ty)) (bigendian)
2957
+ (AtomicRmwOp.Nand) tmp val src)
2958
+ (push_not_reg ib ty tmp
2959
+ (push_alu_reg ib (aluop_and ty) tmp val src)))
2960
+ (rule 1 (atomic_rmw_body ib (and (mie2_disabled) (ty_32_or_64 ty)) (littleendian)
2961
+ (AtomicRmwOp.Nand) tmp val src)
2962
+ (push_not_reg ib ty tmp
2963
+ (push_alu_reg ib (aluop_and ty) tmp val (bswap_reg ty src))))
2964
+
2965
+ ;; Loop bodies for 8-/16-bit atomic bit operations.
2966
+ ;; These use the "rotate-then-<op>-selected bits" family of instructions.
2967
+ ;; For the Nand operation, we again perform And and invert the result.
2968
+ (rule (atomic_rmw_body ib (ty_8_or_16 ty) flags (AtomicRmwOp.Xchg) tmp val src)
2969
+ (atomic_rmw_body_rxsbg ib ty flags (RxSBGOp.Insert) tmp val src))
2970
+ (rule (atomic_rmw_body ib (ty_8_or_16 ty) flags (AtomicRmwOp.And) tmp val src)
2971
+ (atomic_rmw_body_rxsbg ib ty flags (RxSBGOp.And) tmp val src))
2972
+ (rule (atomic_rmw_body ib (ty_8_or_16 ty) flags (AtomicRmwOp.Or) tmp val src)
2973
+ (atomic_rmw_body_rxsbg ib ty flags (RxSBGOp.Or) tmp val src))
2974
+ (rule (atomic_rmw_body ib (ty_8_or_16 ty) flags (AtomicRmwOp.Xor) tmp val src)
2975
+ (atomic_rmw_body_rxsbg ib ty flags (RxSBGOp.Xor) tmp val src))
2976
+ (rule (atomic_rmw_body ib (ty_8_or_16 ty) flags (AtomicRmwOp.Nand) tmp val src)
2977
+ (atomic_rmw_body_invert ib ty flags tmp
2978
+ (atomic_rmw_body_rxsbg ib ty flags (RxSBGOp.And) tmp val src)))
2979
+
2980
+ ;; RxSBG subword operation.
2981
+ (decl atomic_rmw_body_rxsbg (VecMInstBuilder Type MemFlags RxSBGOp
2982
+ WritableReg Reg Reg) Reg)
2983
+ ;; 8-bit case: use the low byte of "src" and the high byte of "val".
2984
+ (rule (atomic_rmw_body_rxsbg ib $I8 _ op tmp val src)
2985
+ (push_rxsbg ib op tmp val src 32 40 24))
2986
+ ;; 16-bit big-endian case: use the low two bytes of "src" and the
2987
+ ;; high two bytes of "val".
2988
+ (rule 1 (atomic_rmw_body_rxsbg ib $I16 (bigendian) op tmp val src)
2989
+ (push_rxsbg ib op tmp val src 32 48 16))
2990
+ ;; 16-bit little-endian case: use the low two bytes of "src", byte-swapped
2991
+ ;; so they end up in the high two bytes, and the low two bytes of "val".
2992
+ (rule (atomic_rmw_body_rxsbg ib $I16 (littleendian) op tmp val src)
2993
+ (push_rxsbg ib op tmp val (bswap_reg $I32 src) 48 64 -16))
2994
+
2995
+ ;; Invert a subword.
2996
+ (decl atomic_rmw_body_invert (VecMInstBuilder Type MemFlags WritableReg Reg) Reg)
2997
+ ;; 8-bit case: invert the high byte.
2998
+ (rule (atomic_rmw_body_invert ib $I8 _ tmp val)
2999
+ (push_xor_uimm32shifted ib $I32 tmp val (uimm32shifted 0xff000000 0)))
3000
+ ;; 16-bit big-endian case: invert the two high bytes.
3001
+ (rule 1 (atomic_rmw_body_invert ib $I16 (bigendian) tmp val)
3002
+ (push_xor_uimm32shifted ib $I32 tmp val (uimm32shifted 0xffff0000 0)))
3003
+ ;; 16-bit little-endian case: invert the two low bytes.
3004
+ (rule (atomic_rmw_body_invert ib $I16 (littleendian) tmp val)
3005
+ (push_xor_uimm32shifted ib $I32 tmp val (uimm32shifted 0xffff 0)))
3006
+
3007
+ ;; Loop bodies for atomic ADD/SUB operations.
3008
+ (rule (atomic_rmw_body ib ty flags (AtomicRmwOp.Add) tmp val src)
3009
+ (atomic_rmw_body_addsub ib ty flags (aluop_add (ty_ext32 ty)) tmp val src))
3010
+ (rule (atomic_rmw_body ib ty flags (AtomicRmwOp.Sub) tmp val src)
3011
+ (atomic_rmw_body_addsub ib ty flags (aluop_sub (ty_ext32 ty)) tmp val src))
3012
+
3013
+ ;; Addition or subtraction operation.
3014
+ (decl atomic_rmw_body_addsub (VecMInstBuilder Type MemFlags ALUOp
3015
+ WritableReg Reg Reg) Reg)
3016
+ ;; 32/64-bit big-endian case: just a regular add/sub operation.
3017
+ (rule 2 (atomic_rmw_body_addsub ib (ty_32_or_64 ty) (bigendian) op tmp val src)
3018
+ (push_alu_reg ib op tmp val src))
3019
+ ;; 32/64-bit little-endian case: byte-swap the value loaded from memory before
3020
+ ;; and after performing the operation in native endianness.
3021
+ (rule 1 (atomic_rmw_body_addsub ib (ty_32_or_64 ty) (littleendian) op tmp val src)
3022
+ (let ((val_swapped Reg (push_bswap_reg ib ty tmp val))
3023
+ (res_swapped Reg (push_alu_reg ib op tmp val_swapped src)))
3024
+ (push_bswap_reg ib ty tmp res_swapped)))
3025
+ ;; 8-bit case: perform a 32-bit addition of the source value shifted by 24 bits
3026
+ ;; to the memory value, which contains the target in its high byte.
3027
+ (rule (atomic_rmw_body_addsub ib $I8 _ op tmp val src)
3028
+ (let ((src_shifted Reg (lshl_imm $I32 src 24)))
3029
+ (push_alu_reg ib op tmp val src_shifted)))
3030
+ ;; 16-bit big-endian case: similar, just shift the source by 16 bits.
3031
+ (rule 3 (atomic_rmw_body_addsub ib $I16 (bigendian) op tmp val src)
3032
+ (let ((src_shifted Reg (lshl_imm $I32 src 16)))
3033
+ (push_alu_reg ib op tmp val src_shifted)))
3034
+ ;; 16-bit little-endian case: the same, but in addition we need to byte-swap
3035
+ ;; the memory value before and after the operation. Since the value was placed
3036
+ ;; in the low two bytes by our standard rotation, we can use a 32-bit byte-swap
3037
+ ;; and the native-endian value will end up in the high bytes where we need it
3038
+ ;; to perform the operation.
3039
+ (rule (atomic_rmw_body_addsub ib $I16 (littleendian) op tmp val src)
3040
+ (let ((src_shifted Reg (lshl_imm $I32 src 16))
3041
+ (val_swapped Reg (push_bswap_reg ib $I32 tmp val))
3042
+ (res_swapped Reg (push_alu_reg ib op tmp val_swapped src_shifted)))
3043
+ (push_bswap_reg ib $I32 tmp res_swapped)))
3044
+
3045
+ ;; Loop bodies for atomic MIN/MAX operations.
3046
+ (rule (atomic_rmw_body ib ty flags (AtomicRmwOp.Smin) tmp val src)
3047
+ (atomic_rmw_body_minmax ib ty flags (cmpop_cmps (ty_ext32 ty))
3048
+ (intcc_as_cond (IntCC.SignedLessThan)) tmp val src))
3049
+ (rule (atomic_rmw_body ib ty flags (AtomicRmwOp.Smax) tmp val src)
3050
+ (atomic_rmw_body_minmax ib ty flags (cmpop_cmps (ty_ext32 ty))
3051
+ (intcc_as_cond (IntCC.SignedGreaterThan)) tmp val src))
3052
+ (rule (atomic_rmw_body ib ty flags (AtomicRmwOp.Umin) tmp val src)
3053
+ (atomic_rmw_body_minmax ib ty flags (cmpop_cmpu (ty_ext32 ty))
3054
+ (intcc_as_cond (IntCC.UnsignedLessThan)) tmp val src))
3055
+ (rule (atomic_rmw_body ib ty flags (AtomicRmwOp.Umax) tmp val src)
3056
+ (atomic_rmw_body_minmax ib ty flags (cmpop_cmpu (ty_ext32 ty))
3057
+ (intcc_as_cond (IntCC.UnsignedGreaterThan)) tmp val src))
3058
+
3059
+ ;; Minimum or maximum operation.
3060
+ (decl atomic_rmw_body_minmax (VecMInstBuilder Type MemFlags CmpOp Cond
3061
+ WritableReg Reg Reg) Reg)
3062
+ ;; 32/64-bit big-endian case: just a comparison followed by a conditional
3063
+ ;; break out of the loop if the memory value does not need to change.
3064
+ ;; If it does need to change, the new value is simply the source operand.
3065
+ (rule 2 (atomic_rmw_body_minmax ib (ty_32_or_64 ty) (bigendian)
3066
+ op cond tmp val src)
3067
+ (let ((_ Reg (push_break_if ib (cmp_rr op src val) (invert_cond cond))))
3068
+ src))
3069
+ ;; 32/64-bit little-endian case: similar, but we need to byte-swap the
3070
+ ;; memory value before the comparison. If we need to store the new value,
3071
+ ;; it also needs to be byte-swapped.
3072
+ (rule 1 (atomic_rmw_body_minmax ib (ty_32_or_64 ty) (littleendian)
3073
+ op cond tmp val src)
3074
+ (let ((val_swapped Reg (push_bswap_reg ib ty tmp val))
3075
+ (_ Reg (push_break_if ib (cmp_rr op src val_swapped)
3076
+ (invert_cond cond))))
3077
+ (push_bswap_reg ib ty tmp src)))
3078
+ ;; 8-bit case: compare the memory value (which contains the target in the
3079
+ ;; high byte) with the source operand shifted by 24 bits. Note that in
3080
+ ;; the case where the high bytes are equal, the comparison may succeed
3081
+ ;; or fail depending on the unrelated low bits of the memory value, and
3082
+ ;; so we either may or may not perform the update. But it would be an
3083
+ ;; update with the same value in any case, so this does not matter.
3084
+ (rule (atomic_rmw_body_minmax ib $I8 _ op cond tmp val src)
3085
+ (let ((src_shifted Reg (lshl_imm $I32 src 24))
3086
+ (_ Reg (push_break_if ib (cmp_rr op src_shifted val)
3087
+ (invert_cond cond))))
3088
+ (push_rxsbg ib (RxSBGOp.Insert) tmp val src_shifted 32 40 0)))
3089
+ ;; 16-bit big-endian case: similar, just shift the source by 16 bits.
3090
+ (rule 3 (atomic_rmw_body_minmax ib $I16 (bigendian) op cond tmp val src)
3091
+ (let ((src_shifted Reg (lshl_imm $I32 src 16))
3092
+ (_ Reg (push_break_if ib (cmp_rr op src_shifted val)
3093
+ (invert_cond cond))))
3094
+ (push_rxsbg ib (RxSBGOp.Insert) tmp val src_shifted 32 48 0)))
3095
+ ;; 16-bit little-endian case: similar, but in addition byte-swap the
3096
+ ;; memory value before and after the operation, like for _addsub_.
3097
+ (rule (atomic_rmw_body_minmax ib $I16 (littleendian) op cond tmp val src)
3098
+ (let ((src_shifted Reg (lshl_imm $I32 src 16))
3099
+ (val_swapped Reg (push_bswap_reg ib $I32 tmp val))
3100
+ (_ Reg (push_break_if ib (cmp_rr op src_shifted val_swapped)
3101
+ (invert_cond cond)))
3102
+ (res_swapped Reg (push_rxsbg ib (RxSBGOp.Insert)
3103
+ tmp val_swapped src_shifted 32 48 0)))
3104
+ (push_bswap_reg ib $I32 tmp res_swapped)))
3105
+
3106
+
3107
+ ;;;; Rules for `atomic_cas` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3108
+
3109
+ ;; 32/64-bit big-endian atomic compare-and-swap instruction.
3110
+ (rule 2 (lower (has_type (ty_32_or_64 ty)
3111
+ (atomic_cas flags @ (bigendian) addr src1 src2)))
3112
+ (atomic_cas_impl ty (put_in_reg src1) (put_in_reg src2)
3113
+ (lower_address flags addr (zero_offset))))
3114
+
3115
+ ;; 32/64-bit little-endian atomic compare-and-swap instruction.
3116
+ ;; Implemented by byte-swapping old/new inputs and the output.
3117
+ (rule 1 (lower (has_type (ty_32_or_64 ty)
3118
+ (atomic_cas flags @ (littleendian) addr src1 src2)))
3119
+ (bswap_reg ty (atomic_cas_impl ty (bswap_reg ty (put_in_reg src1))
3120
+ (bswap_reg ty (put_in_reg src2))
3121
+ (lower_address flags addr (zero_offset)))))
3122
+
3123
+ ;; 8/16-bit atomic compare-and-swap implemented via loop.
3124
+ (rule (lower (has_type (ty_8_or_16 ty) (atomic_cas flags addr src1 src2)))
3125
+ (let ((src1_reg Reg (put_in_reg src1))
3126
+ (src2_reg Reg (put_in_reg src2))
3127
+ (addr_reg Reg (put_in_reg addr))
3128
+ ;; Prepare access to the surrounding aligned word.
3129
+ (bitshift Reg (casloop_bitshift addr_reg))
3130
+ (aligned_addr Reg (casloop_aligned_addr addr_reg))
3131
+ ;; Create body of compare-and-swap loop.
3132
+ (ib VecMInstBuilder (inst_builder_new))
3133
+ (val0 Reg (writable_reg_to_reg (casloop_val_reg)))
3134
+ (val1 Reg (casloop_rotate_in ib ty flags bitshift val0))
3135
+ (val2 Reg (atomic_cas_body ib ty flags
3136
+ (casloop_tmp_reg) val1 src1_reg src2_reg))
3137
+ (val3 Reg (casloop_rotate_out ib ty flags bitshift val2)))
3138
+ ;; Emit compare-and-swap loop and extract final result.
3139
+ (casloop_subword ib ty flags aligned_addr bitshift val3)))
3140
+
3141
+ ;; Emit loop body instructions to perform a subword compare-and-swap.
3142
+ (decl atomic_cas_body (VecMInstBuilder Type MemFlags
3143
+ WritableReg Reg Reg Reg) Reg)
3144
+
3145
+ ;; 8-bit case: "val" contains the value loaded from memory in the high byte.
3146
+ ;; Compare with the comparison value in the low byte of "src1". If unequal,
3147
+ ;; break out of the loop, otherwise replace the target byte in "val" with
3148
+ ;; the low byte of "src2".
3149
+ (rule (atomic_cas_body ib $I8 _ tmp val src1 src2)
3150
+ (let ((_ Reg (push_break_if ib (rxsbg_test (RxSBGOp.Xor) val src1 32 40 24)
3151
+ (intcc_as_cond (IntCC.NotEqual)))))
3152
+ (push_rxsbg ib (RxSBGOp.Insert) tmp val src2 32 40 24)))
3153
+
3154
+ ;; 16-bit big-endian case: Same as above, except with values in the high
3155
+ ;; two bytes of "val" and low two bytes of "src1" and "src2".
3156
+ (rule 1 (atomic_cas_body ib $I16 (bigendian) tmp val src1 src2)
3157
+ (let ((_ Reg (push_break_if ib (rxsbg_test (RxSBGOp.Xor) val src1 32 48 16)
3158
+ (intcc_as_cond (IntCC.NotEqual)))))
3159
+ (push_rxsbg ib (RxSBGOp.Insert) tmp val src2 32 48 16)))
3160
+
3161
+ ;; 16-bit little-endian case: "val" here contains a little-endian value in the
3162
+ ;; *low* two bytes. "src1" and "src2" contain native (i.e. big-endian) values
3163
+ ;; in their low two bytes. Perform the operation in little-endian mode by
3164
+ ;; byte-swapping "src1" and "src" ahead of the loop. Note that this is a
3165
+ ;; 32-bit operation so the little-endian 16-bit values end up in the *high*
3166
+ ;; two bytes of the swapped values.
3167
+ (rule (atomic_cas_body ib $I16 (littleendian) tmp val src1 src2)
3168
+ (let ((src1_swapped Reg (bswap_reg $I32 src1))
3169
+ (src2_swapped Reg (bswap_reg $I32 src2))
3170
+ (_ Reg (push_break_if ib
3171
+ (rxsbg_test (RxSBGOp.Xor) val src1_swapped 48 64 -16)
3172
+ (intcc_as_cond (IntCC.NotEqual)))))
3173
+ (push_rxsbg ib (RxSBGOp.Insert) tmp val src2_swapped 48 64 -16)))
3174
+
3175
+
3176
+ ;;;; Rules for `atomic_load` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3177
+
3178
+ ;; Atomic loads can be implemented via regular loads on this platform.
3179
+
3180
+ ;; 8-bit atomic load.
3181
+ (rule (lower (has_type $I8 (atomic_load flags addr)))
3182
+ (zext32_mem $I8 (lower_address flags addr (zero_offset))))
3183
+
3184
+ ;; 16-bit big-endian atomic load.
3185
+ (rule 1 (lower (has_type $I16 (atomic_load flags @ (bigendian) addr)))
3186
+ (zext32_mem $I16 (lower_address flags addr (zero_offset))))
3187
+
3188
+ ;; 16-bit little-endian atomic load.
3189
+ (rule (lower (has_type $I16 (atomic_load flags @ (littleendian) addr)))
3190
+ (loadrev16 (lower_address flags addr (zero_offset))))
3191
+
3192
+ ;; 32-bit big-endian atomic load.
3193
+ (rule 1 (lower (has_type $I32 (atomic_load flags @ (bigendian) addr)))
3194
+ (load32 (lower_address flags addr (zero_offset))))
3195
+
3196
+ ;; 32-bit little-endian atomic load.
3197
+ (rule (lower (has_type $I32 (atomic_load flags @ (littleendian) addr)))
3198
+ (loadrev32 (lower_address flags addr (zero_offset))))
3199
+
3200
+ ;; 64-bit big-endian atomic load.
3201
+ (rule 1 (lower (has_type $I64 (atomic_load flags @ (bigendian) addr)))
3202
+ (load64 (lower_address flags addr (zero_offset))))
3203
+
3204
+ ;; 64-bit little-endian atomic load.
3205
+ (rule (lower (has_type $I64 (atomic_load flags @ (littleendian) addr)))
3206
+ (loadrev64 (lower_address flags addr (zero_offset))))
3207
+
3208
+
3209
+ ;;;; Rules for `atomic_store` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3210
+
3211
+ ;; Atomic stores can be implemented via regular stores followed by a fence.
3212
+ (decl atomic_store_impl (SideEffectNoResult) InstOutput)
3213
+ (rule (atomic_store_impl store)
3214
+ (let ((_ InstOutput (side_effect store)))
3215
+ (side_effect (fence_impl))))
3216
+
3217
+ ;; 8-bit atomic store.
3218
+ (rule (lower (atomic_store flags val @ (value_type $I8) addr))
3219
+ (atomic_store_impl (istore8_impl flags val addr (zero_offset))))
3220
+
3221
+ ;; 16-bit atomic store.
3222
+ (rule (lower (atomic_store flags val @ (value_type $I16) addr))
3223
+ (atomic_store_impl (istore16_impl flags val addr (zero_offset))))
3224
+
3225
+ ;; 32-bit atomic store.
3226
+ (rule (lower (atomic_store flags val @ (value_type $I32) addr))
3227
+ (atomic_store_impl (istore32_impl flags val addr (zero_offset))))
3228
+
3229
+ ;; 64-bit atomic store.
3230
+ (rule (lower (atomic_store flags val @ (value_type $I64) addr))
3231
+ (atomic_store_impl (istore64_impl flags val addr (zero_offset))))
3232
+
3233
+
3234
+ ;;;; Rules for `fence` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3235
+
3236
+ ;; Fence to ensure sequential consistency.
3237
+ (rule (lower (fence))
3238
+ (side_effect (fence_impl)))
3239
+
3240
+
3241
+ ;;;; Rules for `icmp` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3242
+
3243
+ ;; We want to optimize the typical use of `icmp` (generating an integer 0/1
3244
+ ;; result) followed by some user, like a `select` or a conditional branch.
3245
+ ;; Instead of first generating the integer result and later testing it again,
3246
+ ;; we want to sink the comparison to be performed at the site of use.
3247
+ ;;
3248
+ ;; To enable this, we provide generic helpers that return a `ProducesBool`
3249
+ ;; encapsulating the comparison in question, which can be used by all the
3250
+ ;; above scenarios.
3251
+ ;;
3252
+ ;; N.B. There are specific considerations when sinking a memory load into a
3253
+ ;; comparison. When emitting an `icmp` directly, this can of course be done
3254
+ ;; as usual. However, when we use the `ProducesBool` elsewhere, we need to
3255
+ ;; consider *three* instructions: the load, the `icmp`, and the final user
3256
+ ;; (e.g. a conditional branch). The only way to safely sink the load would
3257
+ ;; be to sink it direct into the final user, which is only possible if there
3258
+ ;; is no *other* user of the `icmp` result. This is not currently being
3259
+ ;; verified by the `SinkableInst` logic, so to be safe we do not perform this
3260
+ ;; optimization at all.
3261
+ ;;
3262
+ ;; The generic `icmp_val` helper therefore has a flag indicating whether
3263
+ ;; it is being invoked in a context where it is safe to sink memory loads
3264
+ ;; (e.g. when directly emitting an `icmp`), or whether it is not (e.g. when
3265
+ ;; sinking the `icmp` result into a conditional branch or select).
3266
+
3267
+ ;; Main `icmp` entry point. Generate a `ProducesBool` capturing the
3268
+ ;; integer comparison and immediately lower it to a 0/1 integer result.
3269
+ ;; In this case, it is safe to sink memory loads.
3270
+ (rule -1 (lower (has_type (fits_in_64 ty) (icmp int_cc x y)))
3271
+ (lower_bool ty (icmp_val $true int_cc x y)))
3272
+
3273
+
3274
+ ;; Return a `ProducesBool` to implement any integer comparison.
3275
+ ;; The first argument is a flag to indicate whether it is safe to sink
3276
+ ;; memory loads as discussed above.
3277
+ (decl icmp_val (bool IntCC Value Value) ProducesBool)
3278
+
3279
+ ;; Dispatch for signed comparisons.
3280
+ (rule -1 (icmp_val allow_mem int_cc @ (signed) x @ (value_type (fits_in_64 _)) y)
3281
+ (bool (icmps_val allow_mem x y) (intcc_as_cond int_cc)))
3282
+ ;; Dispatch for unsigned comparisons.
3283
+ (rule -2 (icmp_val allow_mem int_cc @ (unsigned) x @ (value_type (fits_in_64 _)) y)
3284
+ (bool (icmpu_val allow_mem x y) (intcc_as_cond int_cc)))
3285
+
3286
+
3287
+ ;; Return a `ProducesBool` to implement signed integer comparisons.
3288
+ (decl icmps_val (bool Value Value) ProducesFlags)
3289
+
3290
+ ;; Compare (signed) two registers.
3291
+ (rule 0 (icmps_val _ x @ (value_type (fits_in_64 ty)) y)
3292
+ (icmps_reg (ty_ext32 ty) (put_in_reg_sext32 x) (put_in_reg_sext32 y)))
3293
+
3294
+ ;; Compare (signed) a register and a sign-extended register.
3295
+ (rule 3 (icmps_val _ x @ (value_type (fits_in_64 ty)) (sext32_value y))
3296
+ (icmps_reg_sext32 ty x y))
3297
+
3298
+ ;; Compare (signed) a register and an immediate.
3299
+ (rule 2 (icmps_val _ x @ (value_type (fits_in_64 ty)) (i16_from_value y))
3300
+ (icmps_simm16 (ty_ext32 ty) (put_in_reg_sext32 x) y))
3301
+ (rule 1 (icmps_val _ x @ (value_type (fits_in_64 ty)) (i32_from_value y))
3302
+ (icmps_simm32 (ty_ext32 ty) (put_in_reg_sext32 x) y))
3303
+
3304
+ ;; Compare (signed) a register and memory (32/64-bit types).
3305
+ (rule 4 (icmps_val $true x @ (value_type (fits_in_64 ty)) (sinkable_load_32_64 y))
3306
+ (icmps_mem ty x (sink_load y)))
3307
+
3308
+ ;; Compare (signed) a register and memory (16-bit types).
3309
+ (rule 5 (icmps_val $true x @ (value_type (fits_in_64 ty)) (sinkable_load_16 y))
3310
+ (icmps_mem_sext16 (ty_ext32 ty) (put_in_reg_sext32 x) (sink_load y)))
3311
+
3312
+ ;; Compare (signed) a register and sign-extended memory.
3313
+ (rule 4 (icmps_val $true x @ (value_type (fits_in_64 ty)) (sinkable_sload16 y))
3314
+ (icmps_mem_sext16 ty x (sink_sload16 y)))
3315
+ (rule 4 (icmps_val $true x @ (value_type (fits_in_64 ty)) (sinkable_sload32 y))
3316
+ (icmps_mem_sext32 ty x (sink_sload32 y)))
3317
+
3318
+
3319
+ ;; Return a `ProducesBool` to implement unsigned integer comparisons.
3320
+ (decl icmpu_val (bool Value Value) ProducesFlags)
3321
+
3322
+ ;; Compare (unsigned) two registers.
3323
+ (rule (icmpu_val _ x @ (value_type (fits_in_64 ty)) y)
3324
+ (icmpu_reg (ty_ext32 ty) (put_in_reg_zext32 x) (put_in_reg_zext32 y)))
3325
+
3326
+ ;; Compare (unsigned) a register and a sign-extended register.
3327
+ (rule 1 (icmpu_val _ x @ (value_type (fits_in_64 ty)) (zext32_value y))
3328
+ (icmpu_reg_zext32 ty x y))
3329
+
3330
+ ;; Compare (unsigned) a register and an immediate.
3331
+ (rule 2 (icmpu_val _ x @ (value_type (fits_in_64 ty)) (u32_from_value y))
3332
+ (icmpu_uimm32 (ty_ext32 ty) (put_in_reg_zext32 x) y))
3333
+
3334
+ ;; Compare (unsigned) a register and memory (32/64-bit types).
3335
+ (rule 4 (icmpu_val $true x @ (value_type (fits_in_64 ty)) (sinkable_load_32_64 y))
3336
+ (icmpu_mem ty x (sink_load y)))
3337
+
3338
+ ;; Compare (unsigned) a register and memory (16-bit types).
3339
+ ;; Note that the ISA only provides instructions with a PC-relative memory
3340
+ ;; address here, so we need to check whether the sinkable load matches this.
3341
+ (rule 3 (icmpu_val $true x @ (value_type (fits_in_64 ty))
3342
+ (sinkable_load_16 ld))
3343
+ (if-let y (load_sym ld))
3344
+ (icmpu_mem_zext16 (ty_ext32 ty) (put_in_reg_zext32 x) (sink_load y)))
3345
+
3346
+ ;; Compare (unsigned) a register and zero-extended memory.
3347
+ ;; Note that the ISA only provides instructions with a PC-relative memory
3348
+ ;; address here, so we need to check whether the sinkable load matches this.
3349
+ (rule 3 (icmpu_val $true x @ (value_type (fits_in_64 ty))
3350
+ (sinkable_uload16 ld))
3351
+ (if-let y (uload16_sym ld))
3352
+ (icmpu_mem_zext16 ty x (sink_uload16 y)))
3353
+ (rule 3 (icmpu_val $true x @ (value_type (fits_in_64 ty)) (sinkable_uload32 y))
3354
+ (icmpu_mem_zext32 ty x (sink_uload32 y)))
3355
+
3356
+
3357
+ ;; Compare 128-bit integers for equality.
3358
+ ;; Implemented via element-wise comparison using the all-element true CC flag.
3359
+ (rule (icmp_val _ (IntCC.Equal) x @ (value_type (vr128_ty _)) y)
3360
+ (bool (vec_cmpeqs $I64X2 x y)
3361
+ (floatcc_as_cond (FloatCC.Equal))))
3362
+ (rule (icmp_val _ (IntCC.NotEqual) x @ (value_type (vr128_ty _)) y)
3363
+ (bool (vec_cmpeqs $I64X2 x y)
3364
+ (floatcc_as_cond (FloatCC.NotEqual))))
3365
+
3366
+ ;; Compare (signed) 128-bit integers for relational inequality.
3367
+ ;; Implemented via synthetic instruction using VECG and VCHLGS.
3368
+ (rule (icmp_val _ (IntCC.SignedGreaterThan) x @ (value_type (vr128_ty ty)) y)
3369
+ (vec_int128_scmphi x y))
3370
+ (rule (icmp_val _ (IntCC.SignedLessThan) x @ (value_type (vr128_ty ty)) y)
3371
+ (vec_int128_scmphi y x))
3372
+ (rule (icmp_val _ (IntCC.SignedGreaterThanOrEqual) x @ (value_type (vr128_ty ty)) y)
3373
+ (invert_bool (vec_int128_scmphi y x)))
3374
+ (rule (icmp_val _ (IntCC.SignedLessThanOrEqual) x @ (value_type (vr128_ty ty)) y)
3375
+ (invert_bool (vec_int128_scmphi x y)))
3376
+
3377
+ ;; Compare (unsigned) 128-bit integers for relational inequality.
3378
+ ;; Implemented via synthetic instruction using VECLG and VCHLGS.
3379
+ (rule (icmp_val _ (IntCC.UnsignedGreaterThan) x @ (value_type (vr128_ty ty)) y)
3380
+ (vec_int128_ucmphi x y))
3381
+ (rule (icmp_val _ (IntCC.UnsignedLessThan) x @ (value_type (vr128_ty ty)) y)
3382
+ (vec_int128_ucmphi y x))
3383
+ (rule (icmp_val _ (IntCC.UnsignedGreaterThanOrEqual) x @ (value_type (vr128_ty ty)) y)
3384
+ (invert_bool (vec_int128_ucmphi y x)))
3385
+ (rule (icmp_val _ (IntCC.UnsignedLessThanOrEqual) x @ (value_type (vr128_ty ty)) y)
3386
+ (invert_bool (vec_int128_ucmphi x y)))
3387
+
3388
+
3389
+ ;; Vector `icmp` produces a boolean vector.
3390
+ ;; We need to handle the various IntCC flags separately here.
3391
+
3392
+ (rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.Equal) x y)))
3393
+ (vec_cmpeq ty x y))
3394
+ (rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.NotEqual) x y)))
3395
+ (vec_not ty (vec_cmpeq ty x y)))
3396
+ (rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.SignedGreaterThan) x y)))
3397
+ (vec_cmph ty x y))
3398
+ (rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.SignedLessThanOrEqual) x y)))
3399
+ (vec_not ty (vec_cmph ty x y)))
3400
+ (rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.SignedLessThan) x y)))
3401
+ (vec_cmph ty y x))
3402
+ (rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.SignedGreaterThanOrEqual) x y)))
3403
+ (vec_not ty (vec_cmph ty y x)))
3404
+ (rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.UnsignedGreaterThan) x y)))
3405
+ (vec_cmphl ty x y))
3406
+ (rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.UnsignedLessThanOrEqual) x y)))
3407
+ (vec_not ty (vec_cmphl ty x y)))
3408
+ (rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.UnsignedLessThan) x y)))
3409
+ (vec_cmphl ty y x))
3410
+ (rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.UnsignedGreaterThanOrEqual) x y)))
3411
+ (vec_not ty (vec_cmphl ty y x)))
3412
+
3413
+
3414
+ ;;;; Rules for `fcmp` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3415
+
3416
+ ;; Main `fcmp` entry point. Generate a `ProducesBool` capturing the
3417
+ ;; integer comparison and immediately lower it to a 0/1 integer result.
3418
+ (rule -1 (lower (has_type (fits_in_64 ty) (fcmp float_cc x y)))
3419
+ (lower_bool ty (fcmp_val float_cc x y)))
3420
+
3421
+ ;; Return a `ProducesBool` to implement any floating-point comparison.
3422
+ (decl fcmp_val (FloatCC Value Value) ProducesBool)
3423
+ (rule (fcmp_val float_cc x @ (value_type ty) y)
3424
+ (bool (fcmp_reg ty x y)
3425
+ (floatcc_as_cond float_cc)))
3426
+
3427
+ ;; Vector `fcmp` produces a boolean vector.
3428
+ ;; We need to handle the various FloatCC flags separately here.
3429
+
3430
+ (rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.Equal) x y)))
3431
+ (vec_fcmpeq ty x y))
3432
+ (rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.NotEqual) x y)))
3433
+ (vec_not ty (vec_fcmpeq ty x y)))
3434
+ (rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.GreaterThan) x y)))
3435
+ (vec_fcmph ty x y))
3436
+ (rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.UnorderedOrLessThanOrEqual) x y)))
3437
+ (vec_not ty (vec_fcmph ty x y)))
3438
+ (rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.GreaterThanOrEqual) x y)))
3439
+ (vec_fcmphe ty x y))
3440
+ (rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.UnorderedOrLessThan) x y)))
3441
+ (vec_not ty (vec_fcmphe ty x y)))
3442
+ (rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.LessThan) x y)))
3443
+ (vec_fcmph ty y x))
3444
+ (rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.UnorderedOrGreaterThanOrEqual) x y)))
3445
+ (vec_not ty (vec_fcmph ty y x)))
3446
+ (rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.LessThanOrEqual) x y)))
3447
+ (vec_fcmphe ty y x))
3448
+ (rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.UnorderedOrGreaterThan) x y)))
3449
+ (vec_not ty (vec_fcmphe ty y x)))
3450
+ (rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.Ordered) x y)))
3451
+ (vec_or ty (vec_fcmphe ty x y) (vec_fcmphe ty y x)))
3452
+ (rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.Unordered) x y)))
3453
+ (vec_not_or ty (vec_fcmphe ty x y) (vec_fcmphe ty y x)))
3454
+ (rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.OrderedNotEqual) x y)))
3455
+ (vec_or ty (vec_fcmph ty x y) (vec_fcmph ty y x)))
3456
+ (rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.UnorderedOrEqual) x y)))
3457
+ (vec_not_or ty (vec_fcmph ty x y) (vec_fcmph ty y x)))
3458
+
3459
+
3460
+ ;;;; Rules for `vall_true` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3461
+
3462
+ ;; Main `vall_true` entry point. Generate a `ProducesBool` capturing the
3463
+ ;; comparison and immediately lower it to a 0/1 integer result.
3464
+ (rule (lower (has_type (fits_in_64 ty) (vall_true x)))
3465
+ (lower_bool ty (vall_true_val x)))
3466
+
3467
+ ;; Return a `ProducesBool` to implement `vall_true`.
3468
+ (decl vall_true_val (Value) ProducesBool)
3469
+ (rule -1 (vall_true_val x @ (value_type ty))
3470
+ (bool (vec_cmpeqs ty x (vec_imm ty 0))
3471
+ (floatcc_as_cond (FloatCC.Unordered))))
3472
+
3473
+ ;; Short-circuit `vall_true` on the result of a `icmp`.
3474
+ (rule (vall_true_val (has_type ty (icmp (IntCC.Equal) x y)))
3475
+ (bool (vec_cmpeqs ty x y)
3476
+ (floatcc_as_cond (FloatCC.Equal))))
3477
+ (rule (vall_true_val (has_type ty (icmp (IntCC.NotEqual) x y)))
3478
+ (bool (vec_cmpeqs ty x y)
3479
+ (floatcc_as_cond (FloatCC.Unordered))))
3480
+ (rule (vall_true_val (has_type ty (icmp (IntCC.SignedGreaterThan) x y)))
3481
+ (bool (vec_cmphs ty x y)
3482
+ (floatcc_as_cond (FloatCC.Equal))))
3483
+ (rule (vall_true_val (has_type ty (icmp (IntCC.SignedLessThanOrEqual) x y)))
3484
+ (bool (vec_cmphs ty x y)
3485
+ (floatcc_as_cond (FloatCC.Unordered))))
3486
+ (rule (vall_true_val (has_type ty (icmp (IntCC.SignedLessThan) x y)))
3487
+ (bool (vec_cmphs ty y x)
3488
+ (floatcc_as_cond (FloatCC.Equal))))
3489
+ (rule (vall_true_val (has_type ty (icmp (IntCC.SignedGreaterThanOrEqual) x y)))
3490
+ (bool (vec_cmphs ty y x)
3491
+ (floatcc_as_cond (FloatCC.Unordered))))
3492
+ (rule (vall_true_val (has_type ty (icmp (IntCC.UnsignedGreaterThan) x y)))
3493
+ (bool (vec_cmphls ty x y)
3494
+ (floatcc_as_cond (FloatCC.Equal))))
3495
+ (rule (vall_true_val (has_type ty (icmp (IntCC.UnsignedLessThanOrEqual) x y)))
3496
+ (bool (vec_cmphls ty x y)
3497
+ (floatcc_as_cond (FloatCC.Unordered))))
3498
+ (rule (vall_true_val (has_type ty (icmp (IntCC.UnsignedLessThan) x y)))
3499
+ (bool (vec_cmphls ty y x)
3500
+ (floatcc_as_cond (FloatCC.Equal))))
3501
+ (rule (vall_true_val (has_type ty (icmp (IntCC.UnsignedGreaterThanOrEqual) x y)))
3502
+ (bool (vec_cmphls ty y x)
3503
+ (floatcc_as_cond (FloatCC.Unordered))))
3504
+
3505
+ ;; Short-circuit `vall_true` on the result of a `fcmp` where possible.
3506
+ (rule (vall_true_val (has_type ty (fcmp (FloatCC.Equal) x y)))
3507
+ (bool (vec_fcmpeqs ty x y)
3508
+ (floatcc_as_cond (FloatCC.Equal))))
3509
+ (rule (vall_true_val (has_type ty (fcmp (FloatCC.NotEqual) x y)))
3510
+ (bool (vec_fcmpeqs ty x y)
3511
+ (floatcc_as_cond (FloatCC.Unordered))))
3512
+ (rule (vall_true_val (has_type ty (fcmp (FloatCC.GreaterThan) x y)))
3513
+ (bool (vec_fcmphs ty x y)
3514
+ (floatcc_as_cond (FloatCC.Equal))))
3515
+ (rule (vall_true_val (has_type ty (fcmp (FloatCC.UnorderedOrLessThanOrEqual) x y)))
3516
+ (bool (vec_fcmphs ty x y)
3517
+ (floatcc_as_cond (FloatCC.Unordered))))
3518
+ (rule (vall_true_val (has_type ty (fcmp (FloatCC.GreaterThanOrEqual) x y)))
3519
+ (bool (vec_fcmphes ty x y)
3520
+ (floatcc_as_cond (FloatCC.Equal))))
3521
+ (rule (vall_true_val (has_type ty (fcmp (FloatCC.UnorderedOrLessThan) x y)))
3522
+ (bool (vec_fcmphes ty x y)
3523
+ (floatcc_as_cond (FloatCC.Unordered))))
3524
+ (rule (vall_true_val (has_type ty (fcmp (FloatCC.LessThan) x y)))
3525
+ (bool (vec_fcmphs ty y x)
3526
+ (floatcc_as_cond (FloatCC.Equal))))
3527
+ (rule (vall_true_val (has_type ty (fcmp (FloatCC.UnorderedOrGreaterThanOrEqual) x y)))
3528
+ (bool (vec_fcmphs ty y x)
3529
+ (floatcc_as_cond (FloatCC.Unordered))))
3530
+ (rule (vall_true_val (has_type ty (fcmp (FloatCC.LessThanOrEqual) x y)))
3531
+ (bool (vec_fcmphes ty y x)
3532
+ (floatcc_as_cond (FloatCC.Equal))))
3533
+ (rule (vall_true_val (has_type ty (fcmp (FloatCC.UnorderedOrGreaterThan) x y)))
3534
+ (bool (vec_fcmphes ty y x)
3535
+ (floatcc_as_cond (FloatCC.Unordered))))
3536
+
3537
+
3538
+ ;;;; Rules for `vany_true` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3539
+
3540
+ ;; Main `vany_true` entry point. Generate a `ProducesBool` capturing the
3541
+ ;; comparison and immediately lower it to a 0/1 integer result.
3542
+ (rule (lower (has_type (fits_in_64 ty) (vany_true x)))
3543
+ (lower_bool ty (vany_true_val x)))
3544
+
3545
+ ;; Return a `ProducesBool` to implement `vany_true`.
3546
+ (decl vany_true_val (Value) ProducesBool)
3547
+ (rule -1 (vany_true_val x @ (value_type ty))
3548
+ (bool (vec_cmpeqs ty x (vec_imm ty 0))
3549
+ (floatcc_as_cond (FloatCC.NotEqual))))
3550
+
3551
+ ;; Short-circuit `vany_true` on the result of a `icmp`.
3552
+ (rule (vany_true_val (has_type ty (icmp (IntCC.Equal) x y)))
3553
+ (bool (vec_cmpeqs ty x y)
3554
+ (floatcc_as_cond (FloatCC.Ordered))))
3555
+ (rule (vany_true_val (has_type ty (icmp (IntCC.NotEqual) x y)))
3556
+ (bool (vec_cmpeqs ty x y)
3557
+ (floatcc_as_cond (FloatCC.NotEqual))))
3558
+ (rule (vany_true_val (has_type ty (icmp (IntCC.SignedGreaterThan) x y)))
3559
+ (bool (vec_cmphs ty x y)
3560
+ (floatcc_as_cond (FloatCC.Ordered))))
3561
+ (rule (vany_true_val (has_type ty (icmp (IntCC.SignedLessThanOrEqual) x y)))
3562
+ (bool (vec_cmphs ty x y)
3563
+ (floatcc_as_cond (FloatCC.NotEqual))))
3564
+ (rule (vany_true_val (has_type ty (icmp (IntCC.SignedLessThan) x y)))
3565
+ (bool (vec_cmphs ty y x)
3566
+ (floatcc_as_cond (FloatCC.Ordered))))
3567
+ (rule (vany_true_val (has_type ty (icmp (IntCC.SignedGreaterThanOrEqual) x y)))
3568
+ (bool (vec_cmphs ty y x)
3569
+ (floatcc_as_cond (FloatCC.NotEqual))))
3570
+ (rule (vany_true_val (has_type ty (icmp (IntCC.UnsignedGreaterThan) x y)))
3571
+ (bool (vec_cmphls ty x y)
3572
+ (floatcc_as_cond (FloatCC.Ordered))))
3573
+ (rule (vany_true_val (has_type ty (icmp (IntCC.UnsignedLessThanOrEqual) x y)))
3574
+ (bool (vec_cmphls ty x y)
3575
+ (floatcc_as_cond (FloatCC.NotEqual))))
3576
+ (rule (vany_true_val (has_type ty (icmp (IntCC.UnsignedLessThan) x y)))
3577
+ (bool (vec_cmphls ty y x)
3578
+ (floatcc_as_cond (FloatCC.Ordered))))
3579
+ (rule (vany_true_val (has_type ty (icmp (IntCC.UnsignedGreaterThanOrEqual) x y)))
3580
+ (bool (vec_cmphls ty y x)
3581
+ (floatcc_as_cond (FloatCC.NotEqual))))
3582
+
3583
+ ;; Short-circuit `vany_true` on the result of a `fcmp` where possible.
3584
+ (rule (vany_true_val (has_type ty (fcmp (FloatCC.Equal) x y)))
3585
+ (bool (vec_fcmpeqs ty x y)
3586
+ (floatcc_as_cond (FloatCC.Ordered))))
3587
+ (rule (vany_true_val (has_type ty (fcmp (FloatCC.NotEqual) x y)))
3588
+ (bool (vec_fcmpeqs ty x y)
3589
+ (floatcc_as_cond (FloatCC.NotEqual))))
3590
+ (rule (vany_true_val (has_type ty (fcmp (FloatCC.GreaterThan) x y)))
3591
+ (bool (vec_fcmphs ty x y)
3592
+ (floatcc_as_cond (FloatCC.Ordered))))
3593
+ (rule (vany_true_val (has_type ty (fcmp (FloatCC.UnorderedOrLessThanOrEqual) x y)))
3594
+ (bool (vec_fcmphs ty x y)
3595
+ (floatcc_as_cond (FloatCC.NotEqual))))
3596
+ (rule (vany_true_val (has_type ty (fcmp (FloatCC.GreaterThanOrEqual) x y)))
3597
+ (bool (vec_fcmphes ty x y)
3598
+ (floatcc_as_cond (FloatCC.Ordered))))
3599
+ (rule (vany_true_val (has_type ty (fcmp (FloatCC.UnorderedOrLessThan) x y)))
3600
+ (bool (vec_fcmphes ty x y)
3601
+ (floatcc_as_cond (FloatCC.NotEqual))))
3602
+ (rule (vany_true_val (has_type ty (fcmp (FloatCC.LessThan) x y)))
3603
+ (bool (vec_fcmphs ty y x)
3604
+ (floatcc_as_cond (FloatCC.Ordered))))
3605
+ (rule (vany_true_val (has_type ty (fcmp (FloatCC.UnorderedOrGreaterThanOrEqual) x y)))
3606
+ (bool (vec_fcmphs ty y x)
3607
+ (floatcc_as_cond (FloatCC.NotEqual))))
3608
+ (rule (vany_true_val (has_type ty (fcmp (FloatCC.LessThanOrEqual) x y)))
3609
+ (bool (vec_fcmphes ty y x)
3610
+ (floatcc_as_cond (FloatCC.Ordered))))
3611
+ (rule (vany_true_val (has_type ty (fcmp (FloatCC.UnorderedOrGreaterThan) x y)))
3612
+ (bool (vec_fcmphes ty y x)
3613
+ (floatcc_as_cond (FloatCC.NotEqual))))
3614
+
3615
+
3616
+ ;;;; Rules for `vhigh_bits` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3617
+
3618
+ (rule (lower (vhigh_bits x @ (value_type (multi_lane 8 16))))
3619
+ (if-let (LaneOrder.LittleEndian) (lane_order))
3620
+ (let ((mask Reg (vec_imm $I8X16 (imm8x16 0 8 16 24 32 40 48 56
3621
+ 64 72 80 88 96 104 112 120))))
3622
+ (vec_extract_lane $I64X2 (vec_bitpermute x mask) 0 (zero_reg))))
3623
+ (rule 1 (lower (vhigh_bits x @ (value_type (multi_lane 8 16))))
3624
+ (if-let (LaneOrder.BigEndian) (lane_order))
3625
+ (let ((mask Reg (vec_imm $I8X16 (imm8x16 120 112 104 96 88 80 72 64
3626
+ 56 48 40 32 24 16 8 0))))
3627
+ (vec_extract_lane $I64X2 (vec_bitpermute x mask) 0 (zero_reg))))
3628
+
3629
+ (rule (lower (vhigh_bits x @ (value_type (multi_lane 16 8))))
3630
+ (if-let (LaneOrder.LittleEndian) (lane_order))
3631
+ (let ((mask Reg (vec_imm $I8X16 (imm8x16 128 128 128 128 128 128 128 128
3632
+ 0 16 32 48 64 80 96 112))))
3633
+ (vec_extract_lane $I64X2 (vec_bitpermute x mask) 0 (zero_reg))))
3634
+ (rule 1 (lower (vhigh_bits x @ (value_type (multi_lane 16 8))))
3635
+ (if-let (LaneOrder.BigEndian) (lane_order))
3636
+ (let ((mask Reg (vec_imm $I8X16 (imm8x16 128 128 128 128 128 128 128 128
3637
+ 112 96 80 64 48 32 16 0))))
3638
+ (vec_extract_lane $I64X2 (vec_bitpermute x mask) 0 (zero_reg))))
3639
+
3640
+ (rule (lower (vhigh_bits x @ (value_type (multi_lane 32 4))))
3641
+ (if-let (LaneOrder.LittleEndian) (lane_order))
3642
+ (let ((mask Reg (vec_imm $I8X16 (imm8x16 128 128 128 128 128 128 128 128
3643
+ 128 128 128 128 0 32 64 96))))
3644
+ (vec_extract_lane $I64X2 (vec_bitpermute x mask) 0 (zero_reg))))
3645
+ (rule 1 (lower (vhigh_bits x @ (value_type (multi_lane 32 4))))
3646
+ (if-let (LaneOrder.BigEndian) (lane_order))
3647
+ (let ((mask Reg (vec_imm $I8X16 (imm8x16 128 128 128 128 128 128 128 128
3648
+ 128 128 128 128 96 64 32 0))))
3649
+ (vec_extract_lane $I64X2 (vec_bitpermute x mask) 0 (zero_reg))))
3650
+
3651
+ (rule (lower (vhigh_bits x @ (value_type (multi_lane 64 2))))
3652
+ (if-let (LaneOrder.LittleEndian) (lane_order))
3653
+ (let ((mask Reg (vec_imm $I8X16 (imm8x16 128 128 128 128 128 128 128 128
3654
+ 128 128 128 128 128 128 0 64))))
3655
+ (vec_extract_lane $I64X2 (vec_bitpermute x mask) 0 (zero_reg))))
3656
+ (rule 1 (lower (vhigh_bits x @ (value_type (multi_lane 64 2))))
3657
+ (if-let (LaneOrder.BigEndian) (lane_order))
3658
+ (let ((mask Reg (vec_imm $I8X16 (imm8x16 128 128 128 128 128 128 128 128
3659
+ 128 128 128 128 128 128 64 0))))
3660
+ (vec_extract_lane $I64X2 (vec_bitpermute x mask) 0 (zero_reg))))
3661
+
3662
+
3663
+ ;;;; Rules for `is_null` and `is_invalid` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3664
+
3665
+ ;; Null references are represented by the constant value 0.
3666
+ (rule (lower (has_type $I8 (is_null x @ (value_type $R64))))
3667
+ (lower_bool $I8 (bool (icmps_simm16 $I64 x 0)
3668
+ (intcc_as_cond (IntCC.Equal)))))
3669
+
3670
+
3671
+ ;; Invalid references are represented by the constant value -1.
3672
+ (rule (lower (has_type $I8 (is_invalid x @ (value_type $R64))))
3673
+ (lower_bool $I8 (bool (icmps_simm16 $I64 x -1)
3674
+ (intcc_as_cond (IntCC.Equal)))))
3675
+
3676
+
3677
+ ;;;; Rules for `select` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3678
+
3679
+ ;; Return a `ProducesBool` to capture the fact that the input value is nonzero.
3680
+ ;; In the common case where that input is the result of an `icmp` or `fcmp`
3681
+ ;; instruction, directly use that compare. Note that it is not safe to sink
3682
+ ;; memory loads here, see the `icmp` comment.
3683
+ (decl value_nonzero (Value) ProducesBool)
3684
+ (rule (value_nonzero (icmp int_cc x y)) (icmp_val $false int_cc x y))
3685
+ (rule (value_nonzero (fcmp float_cc x y)) (fcmp_val float_cc x y))
3686
+ (rule -1 (value_nonzero val @ (value_type (gpr32_ty ty)))
3687
+ (bool (icmps_simm16 $I32 (put_in_reg_sext32 val) 0)
3688
+ (intcc_as_cond (IntCC.NotEqual))))
3689
+ (rule -2 (value_nonzero val @ (value_type (gpr64_ty ty)))
3690
+ (bool (icmps_simm16 $I64 (put_in_reg val) 0)
3691
+ (intcc_as_cond (IntCC.NotEqual))))
3692
+ (rule -3 (value_nonzero val @ (value_type (vr128_ty ty)))
3693
+ (bool (vec_cmpeqs $I64X2 val (vec_imm $I64X2 0))
3694
+ (floatcc_as_cond (FloatCC.NotEqual))))
3695
+
3696
+ ;; Main `select` entry point. Lower the `value_nonzero` result.
3697
+ (rule (lower (has_type ty (select val_cond val_true val_false)))
3698
+ (select_bool_reg ty (value_nonzero val_cond)
3699
+ (put_in_reg val_true) (put_in_reg val_false)))
3700
+
3701
+
3702
+ ;;;; Rules for `select_spectre_guard` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3703
+
3704
+ ;; We need to guarantee a conditional move instruction. But on this platform
3705
+ ;; this is already the best way to implement select in general, so the
3706
+ ;; implementation of `select_spectre_guard` is identical to `select`.
3707
+ (rule (lower (has_type ty (select_spectre_guard
3708
+ val_cond val_true val_false)))
3709
+ (select_bool_reg ty (value_nonzero val_cond)
3710
+ (put_in_reg val_true) (put_in_reg val_false)))
3711
+
3712
+
3713
+ ;;;; Rules for `jump` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3714
+
3715
+ ;; Unconditional branch. The target is found as first (and only) element in
3716
+ ;; the list of the current block's branch targets passed as `targets`.
3717
+ (rule (lower_branch (jump _ _) targets)
3718
+ (emit_side_effect (jump_impl (vec_element targets 0))))
3719
+
3720
+
3721
+ ;;;; Rules for `br_table` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3722
+
3723
+ ;; Jump table. `targets` contains the default target followed by the
3724
+ ;; list of branch targets per index value.
3725
+ (rule (lower_branch (br_table val_idx _ _) targets)
3726
+ (let ((idx Reg (put_in_reg_zext64 val_idx))
3727
+ ;; Bounds-check the index and branch to default.
3728
+ ;; This is an internal branch that is not a terminator insn.
3729
+ ;; Instead, the default target is listed a potential target
3730
+ ;; in the final JTSequence, which is the block terminator.
3731
+ (cond ProducesBool
3732
+ (bool (icmpu_uimm32 $I64 idx (vec_length_minus1 targets))
3733
+ (intcc_as_cond (IntCC.UnsignedGreaterThanOrEqual))))
3734
+ (_ Unit (emit_side_effect (oneway_cond_br_bool cond
3735
+ (vec_element targets 0)))))
3736
+ ;; Scale the index by the element size, and then emit the
3737
+ ;; compound instruction that does:
3738
+ ;;
3739
+ ;; larl %r1, <jt-base>
3740
+ ;; agf %r1, 0(%r1, %rScaledIndex)
3741
+ ;; br %r1
3742
+ ;; [jt entries]
3743
+ ;;
3744
+ ;; This must be *one* instruction in the vcode because
3745
+ ;; we cannot allow regalloc to insert any spills/fills
3746
+ ;; in the middle of the sequence; otherwise, the LARL's
3747
+ ;; PC-rel offset to the jumptable would be incorrect.
3748
+ ;; (The alternative is to introduce a relocation pass
3749
+ ;; for inlined jumptables, which is much worse, IMHO.)
3750
+ (emit_side_effect (jt_sequence (lshl_imm $I64 idx 2) targets))))
3751
+
3752
+
3753
+ ;;;; Rules for `brz` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3754
+
3755
+ ;; Two-way conditional branch on zero. `targets` contains:
3756
+ ;; - element 0: target if the condition is true (i.e. value is zero)
3757
+ ;; - element 1: target if the condition is false (i.e. value is nonzero)
3758
+ (rule (lower_branch (brz val_cond _ _) targets)
3759
+ (emit_side_effect (cond_br_bool (invert_bool (value_nonzero val_cond))
3760
+ (vec_element targets 0)
3761
+ (vec_element targets 1))))
3762
+
3763
+
3764
+ ;;;; Rules for `brnz` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3765
+
3766
+ ;; Two-way conditional branch on nonzero. `targets` contains:
3767
+ ;; - element 0: target if the condition is true (i.e. value is nonzero)
3768
+ ;; - element 1: target if the condition is false (i.e. value is zero)
3769
+ (rule (lower_branch (brnz val_cond _ _) targets)
3770
+ (emit_side_effect (cond_br_bool (value_nonzero val_cond)
3771
+ (vec_element targets 0)
3772
+ (vec_element targets 1))))
3773
+
3774
+
3775
+ ;;;; Rules for `trap` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3776
+
3777
+ (rule (lower (trap trap_code))
3778
+ (side_effect (trap_impl trap_code)))
3779
+
3780
+
3781
+ ;;;; Rules for `resumable_trap` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3782
+
3783
+ (rule (lower (resumable_trap trap_code))
3784
+ (side_effect (trap_impl trap_code)))
3785
+
3786
+
3787
+ ;;;; Rules for `trapz` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3788
+
3789
+ (rule (lower (trapz val trap_code))
3790
+ (side_effect (trap_if_bool (invert_bool (value_nonzero val)) trap_code)))
3791
+
3792
+
3793
+ ;;;; Rules for `trapnz` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3794
+
3795
+ (rule (lower (trapnz val trap_code))
3796
+ (side_effect (trap_if_bool (value_nonzero val) trap_code)))
3797
+
3798
+
3799
+ ;;;; Rules for `resumable_trapnz` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3800
+
3801
+ (rule (lower (resumable_trapnz val trap_code))
3802
+ (side_effect (trap_if_bool (value_nonzero val) trap_code)))
3803
+
3804
+
3805
+ ;;;; Rules for `debugtrap` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3806
+
3807
+ (rule (lower (debugtrap))
3808
+ (side_effect (debugtrap_impl)))
3809
+
3810
+ ;;;; Rules for `uadd_overflow_trap` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3811
+
3812
+ ;; UaddOverflowTrap is implemented via a ADD LOGICAL instruction, which sets the
3813
+ ;; the condition code as follows:
3814
+ ;; 0 Result zero; no carry
3815
+ ;; 1 Result not zero; no carry
3816
+ ;; 2 Result zero; carry
3817
+ ;; 3 Result not zero; carry
3818
+ ;; This means "carry" corresponds to condition code 2 or 3, i.e.
3819
+ ;; a condition mask of 2 | 1.
3820
+ ;;
3821
+ ;; As this does not match any of the encodings used with a normal integer
3822
+ ;; comparsion, this cannot be represented by any IntCC value. We need to
3823
+ ;; remap the IntCC::UnsignedGreaterThan value that we have here as result
3824
+ ;; of the unsigned_add_overflow_condition call to the correct mask.
3825
+
3826
+ (rule 0 (lower (has_type (fits_in_64 ty) (uadd_overflow_trap x y tc)))
3827
+ (with_flags
3828
+ (add_logical_reg_with_flags_paired ty x y)
3829
+ (trap_if_impl (mask_as_cond 3) tc)))
3830
+
3831
+ ;; Add a register an a zero-extended register.
3832
+ (rule 4 (lower (has_type (fits_in_64 ty)
3833
+ (uadd_overflow_trap x (zext32_value y) tc)))
3834
+ (with_flags
3835
+ (add_logical_reg_zext32_with_flags_paired ty x y)
3836
+ (trap_if_impl (mask_as_cond 3) tc)))
3837
+ (rule 8 (lower (has_type (fits_in_64 ty)
3838
+ (uadd_overflow_trap (zext32_value x) y tc)))
3839
+ (with_flags
3840
+ (add_logical_reg_zext32_with_flags_paired ty y x)
3841
+ (trap_if_impl (mask_as_cond 3) tc)))
3842
+
3843
+ ;; Add a register and an immediate
3844
+ (rule 3 (lower (has_type (fits_in_64 ty)
3845
+ (uadd_overflow_trap x (u32_from_value y) tc)))
3846
+ (with_flags
3847
+ (add_logical_zimm32_with_flags_paired ty x y)
3848
+ (trap_if_impl (mask_as_cond 3) tc)))
3849
+ (rule 7 (lower (has_type (fits_in_64 ty)
3850
+ (uadd_overflow_trap (u32_from_value x) y tc)))
3851
+ (with_flags
3852
+ (add_logical_zimm32_with_flags_paired ty y x)
3853
+ (trap_if_impl (mask_as_cond 3) tc)))
3854
+
3855
+ ;; Add a register and memory (32/64-bit types).
3856
+ (rule 2 (lower (has_type (fits_in_64 ty)
3857
+ (uadd_overflow_trap x (sinkable_load_32_64 y) tc)))
3858
+ (with_flags
3859
+ (add_logical_mem_with_flags_paired ty x (sink_load y))
3860
+ (trap_if_impl (mask_as_cond 3) tc)))
3861
+ (rule 6 (lower (has_type (fits_in_64 ty)
3862
+ (uadd_overflow_trap (sinkable_load_32_64 x) y tc)))
3863
+ (with_flags
3864
+ (add_logical_mem_with_flags_paired ty y (sink_load x))
3865
+ (trap_if_impl (mask_as_cond 3) tc)))
3866
+
3867
+ ;; Add a register and zero-extended memory.
3868
+ (rule 1 (lower (has_type (fits_in_64 ty)
3869
+ (uadd_overflow_trap x (sinkable_uload32 y) tc)))
3870
+ (with_flags
3871
+ (add_logical_mem_zext32_with_flags_paired ty x (sink_uload32 y))
3872
+ (trap_if_impl (mask_as_cond 3) tc)))
3873
+ (rule 5 (lower (has_type (fits_in_64 ty)
3874
+ (uadd_overflow_trap (sinkable_uload32 x) y tc)))
3875
+ (with_flags
3876
+ (add_logical_mem_zext32_with_flags_paired ty y (sink_uload32 x))
3877
+ (trap_if_impl (mask_as_cond 3) tc)))
3878
+
3879
+ ;;;; Rules for `return` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3880
+
3881
+ (rule (lower (return args))
3882
+ (lower_return (range 0 (value_slice_len args)) args))
3883
+
3884
+
3885
+ ;;;; Rules for `call` and `call_indirect` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3886
+
3887
+ ;; Direct call to an in-range function.
3888
+ (rule 1 (lower (call (func_ref_data sig_ref name (reloc_distance_near)) args))
3889
+ (let ((abi Sig (abi_sig sig_ref))
3890
+ (_ Unit (abi_accumulate_outgoing_args_size abi))
3891
+ (uses CallArgList (lower_call_args abi (range 0 (abi_num_args abi)) args))
3892
+ (defs CallRetList (defs_init abi))
3893
+ (_ InstOutput (side_effect (abi_call abi name uses defs (Opcode.Call)))))
3894
+ (lower_call_rets abi defs (range (abi_first_ret sig_ref abi)
3895
+ (abi_num_rets abi)) (output_builder_new))))
3896
+
3897
+ ;; Direct call to an out-of-range function (implicitly via pointer).
3898
+ (rule (lower (call (func_ref_data sig_ref name _) args))
3899
+ (let ((abi Sig (abi_sig sig_ref))
3900
+ (_ Unit (abi_accumulate_outgoing_args_size abi))
3901
+ (uses CallArgList (lower_call_args abi (range 0 (abi_num_args abi)) args))
3902
+ (defs CallRetList (defs_init abi))
3903
+ (target Reg (load_symbol_reloc (SymbolReloc.Absolute name 0)))
3904
+ (_ InstOutput (side_effect (abi_call_ind abi target uses defs (Opcode.Call)))))
3905
+ (lower_call_rets abi defs (range (abi_first_ret sig_ref abi)
3906
+ (abi_num_rets abi)) (output_builder_new))))
3907
+
3908
+ ;; Indirect call.
3909
+ (rule (lower (call_indirect sig_ref ptr args))
3910
+ (let ((abi Sig (abi_sig sig_ref))
3911
+ (target Reg (put_in_reg ptr))
3912
+ (_ Unit (abi_accumulate_outgoing_args_size abi))
3913
+ (uses CallArgList (lower_call_args abi (range 0 (abi_num_args abi)) args))
3914
+ (defs CallRetList (defs_init abi))
3915
+ (_ InstOutput (side_effect (abi_call_ind abi target uses defs (Opcode.CallIndirect)))))
3916
+ (lower_call_rets abi defs (range (abi_first_ret sig_ref abi)
3917
+ (abi_num_rets abi)) (output_builder_new))))
3918
+
3919
+ ;; Lower function arguments.
3920
+ (decl lower_call_args (Sig Range ValueSlice) CallArgList)
3921
+ (rule (lower_call_args abi range args)
3922
+ (let ((uses CallArgListBuilder (args_builder_new))
3923
+ (_ InstOutput (lower_call_args_buffer abi range args))
3924
+ (_ InstOutput (lower_call_args_slots abi uses range args))
3925
+ (_ InstOutput (lower_call_ret_arg abi uses)))
3926
+ (args_builder_finish uses)))
3927
+
3928
+ ;; Lower function arguments (part 1): prepare buffer copies.
3929
+ (decl lower_call_args_buffer (Sig Range ValueSlice) InstOutput)
3930
+ (rule (lower_call_args_buffer abi (range_empty) _) (output_none))
3931
+ (rule (lower_call_args_buffer abi (range_unwrap head tail) args)
3932
+ (let ((_ InstOutput (copy_to_buffer 0 (abi_get_arg abi head)
3933
+ (value_slice_get args head))))
3934
+ (lower_call_args_buffer abi tail args)))
3935
+
3936
+ ;; Lower function arguments (part 2): set up registers / stack slots.
3937
+ (decl lower_call_args_slots (Sig CallArgListBuilder Range ValueSlice) InstOutput)
3938
+ (rule (lower_call_args_slots abi _ (range_empty) _) (output_none))
3939
+ (rule (lower_call_args_slots abi uses (range_unwrap head tail) args)
3940
+ (let ((_ InstOutput (copy_to_arg uses (abi_lane_order abi)
3941
+ 0 (abi_get_arg abi head)
3942
+ (value_slice_get args head))))
3943
+ (lower_call_args_slots abi uses tail args)))
3944
+
3945
+ ;; Lower function arguments (part 3): implicit return-area pointer.
3946
+ (decl lower_call_ret_arg (Sig CallArgListBuilder) InstOutput)
3947
+ (rule (lower_call_ret_arg (abi_no_ret_arg) _) (output_none))
3948
+ (rule 1 (lower_call_ret_arg abi @ (abi_ret_arg (abi_arg_only_slot slot)) uses)
3949
+ (let ((mem MemArg (memarg_stack_off (abi_sized_stack_arg_space abi) 0)))
3950
+ (copy_reg_to_arg_slot uses (abi_lane_order abi) 0 slot (load_addr mem))))
3951
+
3952
+ ;; Lower function return values by collecting them from registers / stack slots.
3953
+ (decl lower_call_rets (Sig CallRetList Range InstOutputBuilder) InstOutput)
3954
+ (rule (lower_call_rets abi _ (range_empty) builder) (output_builder_finish builder))
3955
+ (rule (lower_call_rets abi defs (range_unwrap head tail) builder)
3956
+ (let ((ret ValueRegs (copy_from_arg defs (abi_lane_order abi)
3957
+ (abi_sized_stack_arg_space abi)
3958
+ (abi_get_ret abi head)))
3959
+ (_ Unit (output_builder_push builder ret)))
3960
+ (lower_call_rets abi defs tail builder)))
3961
+
3962
+ ;;;; Rules for `get_{frame,stack}_pointer` and `get_return_address` ;;;;;;;;;;;;
3963
+
3964
+ (rule (lower (get_stack_pointer))
3965
+ (sp))
3966
+
3967
+ (rule (lower (get_frame_pointer))
3968
+ (load64 (memarg_stack_off 0 0)))
3969
+
3970
+ (rule (lower (get_return_address))
3971
+ ;; The return address is 14 pointer-sized slots above the initial SP. So
3972
+ ;; our offset is `14 * 8 = 112`.
3973
+ (load64 (memarg_initial_sp_offset 112)))