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,3621 @@
1
+ #![allow(non_snake_case)]
2
+
3
+ use crate::cdsl::instructions::{
4
+ AllInstructions, InstructionBuilder as Inst, InstructionGroupBuilder,
5
+ };
6
+ use crate::cdsl::operands::Operand;
7
+ use crate::cdsl::types::{LaneType, ValueType};
8
+ use crate::cdsl::typevar::{Interval, TypeSetBuilder, TypeVar};
9
+ use crate::shared::formats::Formats;
10
+ use crate::shared::types;
11
+ use crate::shared::{entities::EntityRefs, immediates::Immediates};
12
+
13
+ #[inline(never)]
14
+ fn define_control_flow(
15
+ ig: &mut InstructionGroupBuilder,
16
+ formats: &Formats,
17
+ imm: &Immediates,
18
+ entities: &EntityRefs,
19
+ ) {
20
+ let block = &Operand::new("block", &entities.block).with_doc("Destination basic block");
21
+ let args = &Operand::new("args", &entities.varargs).with_doc("block arguments");
22
+
23
+ ig.push(
24
+ Inst::new(
25
+ "jump",
26
+ r#"
27
+ Jump.
28
+
29
+ Unconditionally jump to a basic block, passing the specified
30
+ block arguments. The number and types of arguments must match the
31
+ destination block.
32
+ "#,
33
+ &formats.jump,
34
+ )
35
+ .operands_in(vec![block, args])
36
+ .is_terminator(true)
37
+ .is_branch(true),
38
+ );
39
+
40
+ let ScalarTruthy = &TypeVar::new(
41
+ "ScalarTruthy",
42
+ "A scalar truthy type",
43
+ TypeSetBuilder::new().ints(Interval::All).build(),
44
+ );
45
+
46
+ {
47
+ let c = &Operand::new("c", ScalarTruthy).with_doc("Controlling value to test");
48
+
49
+ ig.push(
50
+ Inst::new(
51
+ "brz",
52
+ r#"
53
+ Branch when zero.
54
+
55
+ Take the branch when ``c = 0``.
56
+ "#,
57
+ &formats.branch,
58
+ )
59
+ .operands_in(vec![c, block, args])
60
+ .is_branch(true),
61
+ );
62
+
63
+ ig.push(
64
+ Inst::new(
65
+ "brnz",
66
+ r#"
67
+ Branch when non-zero.
68
+
69
+ Take the branch when ``c != 0``.
70
+ "#,
71
+ &formats.branch,
72
+ )
73
+ .operands_in(vec![c, block, args])
74
+ .is_branch(true),
75
+ );
76
+ }
77
+
78
+ {
79
+ let _i32 = &TypeVar::new(
80
+ "i32",
81
+ "A 32 bit scalar integer type",
82
+ TypeSetBuilder::new().ints(32..32).build(),
83
+ );
84
+ let x = &Operand::new("x", _i32).with_doc("i32 index into jump table");
85
+ let JT = &Operand::new("JT", &entities.jump_table);
86
+
87
+ ig.push(
88
+ Inst::new(
89
+ "br_table",
90
+ r#"
91
+ Indirect branch via jump table.
92
+
93
+ Use ``x`` as an unsigned index into the jump table ``JT``. If a jump
94
+ table entry is found, branch to the corresponding block. If no entry was
95
+ found or the index is out-of-bounds, branch to the given default block.
96
+
97
+ Note that this branch instruction can't pass arguments to the targeted
98
+ blocks. Split critical edges as needed to work around this.
99
+
100
+ Do not confuse this with "tables" in WebAssembly. ``br_table`` is for
101
+ jump tables with destinations within the current function only -- think
102
+ of a ``match`` in Rust or a ``switch`` in C. If you want to call a
103
+ function in a dynamic library, that will typically use
104
+ ``call_indirect``.
105
+ "#,
106
+ &formats.branch_table,
107
+ )
108
+ .operands_in(vec![x, block, JT])
109
+ .is_terminator(true)
110
+ .is_branch(true),
111
+ );
112
+ }
113
+
114
+ let iAddr = &TypeVar::new(
115
+ "iAddr",
116
+ "An integer address type",
117
+ TypeSetBuilder::new().ints(32..64).refs(32..64).build(),
118
+ );
119
+
120
+ ig.push(
121
+ Inst::new(
122
+ "debugtrap",
123
+ r#"
124
+ Encodes an assembly debug trap.
125
+ "#,
126
+ &formats.nullary,
127
+ )
128
+ .other_side_effects(true)
129
+ .can_load(true)
130
+ .can_store(true),
131
+ );
132
+
133
+ {
134
+ let code = &Operand::new("code", &imm.trapcode);
135
+ ig.push(
136
+ Inst::new(
137
+ "trap",
138
+ r#"
139
+ Terminate execution unconditionally.
140
+ "#,
141
+ &formats.trap,
142
+ )
143
+ .operands_in(vec![code])
144
+ .can_trap(true)
145
+ .is_terminator(true),
146
+ );
147
+
148
+ let c = &Operand::new("c", ScalarTruthy).with_doc("Controlling value to test");
149
+ ig.push(
150
+ Inst::new(
151
+ "trapz",
152
+ r#"
153
+ Trap when zero.
154
+
155
+ if ``c`` is non-zero, execution continues at the following instruction.
156
+ "#,
157
+ &formats.cond_trap,
158
+ )
159
+ .operands_in(vec![c, code])
160
+ .can_trap(true),
161
+ );
162
+
163
+ ig.push(
164
+ Inst::new(
165
+ "resumable_trap",
166
+ r#"
167
+ A resumable trap.
168
+
169
+ This instruction allows non-conditional traps to be used as non-terminal instructions.
170
+ "#,
171
+ &formats.trap,
172
+ )
173
+ .operands_in(vec![code])
174
+ .can_trap(true),
175
+ );
176
+
177
+ let c = &Operand::new("c", ScalarTruthy).with_doc("Controlling value to test");
178
+ ig.push(
179
+ Inst::new(
180
+ "trapnz",
181
+ r#"
182
+ Trap when non-zero.
183
+
184
+ If ``c`` is zero, execution continues at the following instruction.
185
+ "#,
186
+ &formats.cond_trap,
187
+ )
188
+ .operands_in(vec![c, code])
189
+ .can_trap(true),
190
+ );
191
+
192
+ ig.push(
193
+ Inst::new(
194
+ "resumable_trapnz",
195
+ r#"
196
+ A resumable trap to be called when the passed condition is non-zero.
197
+
198
+ If ``c`` is zero, execution continues at the following instruction.
199
+ "#,
200
+ &formats.cond_trap,
201
+ )
202
+ .operands_in(vec![c, code])
203
+ .can_trap(true),
204
+ );
205
+ }
206
+
207
+ let rvals = &Operand::new("rvals", &entities.varargs).with_doc("return values");
208
+ ig.push(
209
+ Inst::new(
210
+ "return",
211
+ r#"
212
+ Return from the function.
213
+
214
+ Unconditionally transfer control to the calling function, passing the
215
+ provided return values. The list of return values must match the
216
+ function signature's return types.
217
+ "#,
218
+ &formats.multiary,
219
+ )
220
+ .operands_in(vec![rvals])
221
+ .is_return(true)
222
+ .is_terminator(true),
223
+ );
224
+
225
+ let FN = &Operand::new("FN", &entities.func_ref)
226
+ .with_doc("function to call, declared by `function`");
227
+ let args = &Operand::new("args", &entities.varargs).with_doc("call arguments");
228
+ let rvals = &Operand::new("rvals", &entities.varargs).with_doc("return values");
229
+ ig.push(
230
+ Inst::new(
231
+ "call",
232
+ r#"
233
+ Direct function call.
234
+
235
+ Call a function which has been declared in the preamble. The argument
236
+ types must match the function's signature.
237
+ "#,
238
+ &formats.call,
239
+ )
240
+ .operands_in(vec![FN, args])
241
+ .operands_out(vec![rvals])
242
+ .is_call(true),
243
+ );
244
+
245
+ let SIG = &Operand::new("SIG", &entities.sig_ref).with_doc("function signature");
246
+ let callee = &Operand::new("callee", iAddr).with_doc("address of function to call");
247
+ let args = &Operand::new("args", &entities.varargs).with_doc("call arguments");
248
+ let rvals = &Operand::new("rvals", &entities.varargs).with_doc("return values");
249
+ ig.push(
250
+ Inst::new(
251
+ "call_indirect",
252
+ r#"
253
+ Indirect function call.
254
+
255
+ Call the function pointed to by `callee` with the given arguments. The
256
+ called function must match the specified signature.
257
+
258
+ Note that this is different from WebAssembly's ``call_indirect``; the
259
+ callee is a native address, rather than a table index. For WebAssembly,
260
+ `table_addr` and `load` are used to obtain a native address
261
+ from a table.
262
+ "#,
263
+ &formats.call_indirect,
264
+ )
265
+ .operands_in(vec![SIG, callee, args])
266
+ .operands_out(vec![rvals])
267
+ .is_call(true),
268
+ );
269
+
270
+ let FN = &Operand::new("FN", &entities.func_ref)
271
+ .with_doc("function to call, declared by `function`");
272
+ let addr = &Operand::new("addr", iAddr);
273
+ ig.push(
274
+ Inst::new(
275
+ "func_addr",
276
+ r#"
277
+ Get the address of a function.
278
+
279
+ Compute the absolute address of a function declared in the preamble.
280
+ The returned address can be used as a ``callee`` argument to
281
+ `call_indirect`. This is also a method for calling functions that
282
+ are too far away to be addressable by a direct `call`
283
+ instruction.
284
+ "#,
285
+ &formats.func_addr,
286
+ )
287
+ .operands_in(vec![FN])
288
+ .operands_out(vec![addr]),
289
+ );
290
+ }
291
+
292
+ #[inline(never)]
293
+ fn define_simd_lane_access(
294
+ ig: &mut InstructionGroupBuilder,
295
+ formats: &Formats,
296
+ imm: &Immediates,
297
+ _: &EntityRefs,
298
+ ) {
299
+ let TxN = &TypeVar::new(
300
+ "TxN",
301
+ "A SIMD vector type",
302
+ TypeSetBuilder::new()
303
+ .ints(Interval::All)
304
+ .floats(Interval::All)
305
+ .simd_lanes(Interval::All)
306
+ .dynamic_simd_lanes(Interval::All)
307
+ .includes_scalars(false)
308
+ .build(),
309
+ );
310
+
311
+ let x = &Operand::new("x", &TxN.lane_of()).with_doc("Value to splat to all lanes");
312
+ let a = &Operand::new("a", TxN);
313
+
314
+ ig.push(
315
+ Inst::new(
316
+ "splat",
317
+ r#"
318
+ Vector splat.
319
+
320
+ Return a vector whose lanes are all ``x``.
321
+ "#,
322
+ &formats.unary,
323
+ )
324
+ .operands_in(vec![x])
325
+ .operands_out(vec![a]),
326
+ );
327
+
328
+ let I8x16 = &TypeVar::new(
329
+ "I8x16",
330
+ "A SIMD vector type consisting of 16 lanes of 8-bit integers",
331
+ TypeSetBuilder::new()
332
+ .ints(8..8)
333
+ .simd_lanes(16..16)
334
+ .includes_scalars(false)
335
+ .build(),
336
+ );
337
+ let x = &Operand::new("x", I8x16).with_doc("Vector to modify by re-arranging lanes");
338
+ let y = &Operand::new("y", I8x16).with_doc("Mask for re-arranging lanes");
339
+
340
+ ig.push(
341
+ Inst::new(
342
+ "swizzle",
343
+ r#"
344
+ Vector swizzle.
345
+
346
+ Returns a new vector with byte-width lanes selected from the lanes of the first input
347
+ vector ``x`` specified in the second input vector ``s``. The indices ``i`` in range
348
+ ``[0, 15]`` select the ``i``-th element of ``x``. For indices outside of the range the
349
+ resulting lane is 0. Note that this operates on byte-width lanes.
350
+ "#,
351
+ &formats.binary,
352
+ )
353
+ .operands_in(vec![x, y])
354
+ .operands_out(vec![a]),
355
+ );
356
+
357
+ let x = &Operand::new("x", TxN).with_doc("The vector to modify");
358
+ let y = &Operand::new("y", &TxN.lane_of()).with_doc("New lane value");
359
+ let Idx = &Operand::new("Idx", &imm.uimm8).with_doc("Lane index");
360
+
361
+ ig.push(
362
+ Inst::new(
363
+ "insertlane",
364
+ r#"
365
+ Insert ``y`` as lane ``Idx`` in x.
366
+
367
+ The lane index, ``Idx``, is an immediate value, not an SSA value. It
368
+ must indicate a valid lane index for the type of ``x``.
369
+ "#,
370
+ &formats.ternary_imm8,
371
+ )
372
+ .operands_in(vec![x, y, Idx])
373
+ .operands_out(vec![a]),
374
+ );
375
+
376
+ let x = &Operand::new("x", TxN);
377
+ let a = &Operand::new("a", &TxN.lane_of());
378
+
379
+ ig.push(
380
+ Inst::new(
381
+ "extractlane",
382
+ r#"
383
+ Extract lane ``Idx`` from ``x``.
384
+
385
+ The lane index, ``Idx``, is an immediate value, not an SSA value. It
386
+ must indicate a valid lane index for the type of ``x``. Note that the upper bits of ``a``
387
+ may or may not be zeroed depending on the ISA but the type system should prevent using
388
+ ``a`` as anything other than the extracted value.
389
+ "#,
390
+ &formats.binary_imm8,
391
+ )
392
+ .operands_in(vec![x, Idx])
393
+ .operands_out(vec![a]),
394
+ );
395
+ }
396
+
397
+ #[inline(never)]
398
+ fn define_simd_arithmetic(
399
+ ig: &mut InstructionGroupBuilder,
400
+ formats: &Formats,
401
+ _: &Immediates,
402
+ _: &EntityRefs,
403
+ ) {
404
+ let Int = &TypeVar::new(
405
+ "Int",
406
+ "A scalar or vector integer type",
407
+ TypeSetBuilder::new()
408
+ .ints(Interval::All)
409
+ .simd_lanes(Interval::All)
410
+ .build(),
411
+ );
412
+
413
+ let a = &Operand::new("a", Int);
414
+ let x = &Operand::new("x", Int);
415
+ let y = &Operand::new("y", Int);
416
+
417
+ ig.push(
418
+ Inst::new(
419
+ "smin",
420
+ r#"
421
+ Signed integer minimum.
422
+ "#,
423
+ &formats.binary,
424
+ )
425
+ .operands_in(vec![x, y])
426
+ .operands_out(vec![a]),
427
+ );
428
+
429
+ ig.push(
430
+ Inst::new(
431
+ "umin",
432
+ r#"
433
+ Unsigned integer minimum.
434
+ "#,
435
+ &formats.binary,
436
+ )
437
+ .operands_in(vec![x, y])
438
+ .operands_out(vec![a]),
439
+ );
440
+
441
+ ig.push(
442
+ Inst::new(
443
+ "smax",
444
+ r#"
445
+ Signed integer maximum.
446
+ "#,
447
+ &formats.binary,
448
+ )
449
+ .operands_in(vec![x, y])
450
+ .operands_out(vec![a]),
451
+ );
452
+
453
+ ig.push(
454
+ Inst::new(
455
+ "umax",
456
+ r#"
457
+ Unsigned integer maximum.
458
+ "#,
459
+ &formats.binary,
460
+ )
461
+ .operands_in(vec![x, y])
462
+ .operands_out(vec![a]),
463
+ );
464
+
465
+ let IxN = &TypeVar::new(
466
+ "IxN",
467
+ "A SIMD vector type containing integers",
468
+ TypeSetBuilder::new()
469
+ .ints(Interval::All)
470
+ .simd_lanes(Interval::All)
471
+ .includes_scalars(false)
472
+ .build(),
473
+ );
474
+
475
+ let a = &Operand::new("a", IxN);
476
+ let x = &Operand::new("x", IxN);
477
+ let y = &Operand::new("y", IxN);
478
+
479
+ ig.push(
480
+ Inst::new(
481
+ "avg_round",
482
+ r#"
483
+ Unsigned average with rounding: `a := (x + y + 1) // 2`
484
+
485
+ The addition does not lose any information (such as from overflow).
486
+ "#,
487
+ &formats.binary,
488
+ )
489
+ .operands_in(vec![x, y])
490
+ .operands_out(vec![a]),
491
+ );
492
+
493
+ ig.push(
494
+ Inst::new(
495
+ "uadd_sat",
496
+ r#"
497
+ Add with unsigned saturation.
498
+
499
+ This is similar to `iadd` but the operands are interpreted as unsigned integers and their
500
+ summed result, instead of wrapping, will be saturated to the highest unsigned integer for
501
+ the controlling type (e.g. `0xFF` for i8).
502
+ "#,
503
+ &formats.binary,
504
+ )
505
+ .operands_in(vec![x, y])
506
+ .operands_out(vec![a]),
507
+ );
508
+
509
+ ig.push(
510
+ Inst::new(
511
+ "sadd_sat",
512
+ r#"
513
+ Add with signed saturation.
514
+
515
+ This is similar to `iadd` but the operands are interpreted as signed integers and their
516
+ summed result, instead of wrapping, will be saturated to the lowest or highest
517
+ signed integer for the controlling type (e.g. `0x80` or `0x7F` for i8). For example,
518
+ since an `sadd_sat.i8` of `0x70` and `0x70` is greater than `0x7F`, the result will be
519
+ clamped to `0x7F`.
520
+ "#,
521
+ &formats.binary,
522
+ )
523
+ .operands_in(vec![x, y])
524
+ .operands_out(vec![a]),
525
+ );
526
+
527
+ ig.push(
528
+ Inst::new(
529
+ "usub_sat",
530
+ r#"
531
+ Subtract with unsigned saturation.
532
+
533
+ This is similar to `isub` but the operands are interpreted as unsigned integers and their
534
+ difference, instead of wrapping, will be saturated to the lowest unsigned integer for
535
+ the controlling type (e.g. `0x00` for i8).
536
+ "#,
537
+ &formats.binary,
538
+ )
539
+ .operands_in(vec![x, y])
540
+ .operands_out(vec![a]),
541
+ );
542
+
543
+ ig.push(
544
+ Inst::new(
545
+ "ssub_sat",
546
+ r#"
547
+ Subtract with signed saturation.
548
+
549
+ This is similar to `isub` but the operands are interpreted as signed integers and their
550
+ difference, instead of wrapping, will be saturated to the lowest or highest
551
+ signed integer for the controlling type (e.g. `0x80` or `0x7F` for i8).
552
+ "#,
553
+ &formats.binary,
554
+ )
555
+ .operands_in(vec![x, y])
556
+ .operands_out(vec![a]),
557
+ );
558
+ }
559
+
560
+ #[allow(clippy::many_single_char_names)]
561
+ pub(crate) fn define(
562
+ all_instructions: &mut AllInstructions,
563
+ formats: &Formats,
564
+ imm: &Immediates,
565
+ entities: &EntityRefs,
566
+ ) {
567
+ let mut ig = InstructionGroupBuilder::new(all_instructions);
568
+
569
+ define_control_flow(&mut ig, formats, imm, entities);
570
+ define_simd_lane_access(&mut ig, formats, imm, entities);
571
+ define_simd_arithmetic(&mut ig, formats, imm, entities);
572
+
573
+ // Operand kind shorthands.
574
+ let i8: &TypeVar = &ValueType::from(LaneType::from(types::Int::I8)).into();
575
+ let f32_: &TypeVar = &ValueType::from(LaneType::from(types::Float::F32)).into();
576
+ let f64_: &TypeVar = &ValueType::from(LaneType::from(types::Float::F64)).into();
577
+
578
+ // Starting definitions.
579
+ let Int = &TypeVar::new(
580
+ "Int",
581
+ "A scalar or vector integer type",
582
+ TypeSetBuilder::new()
583
+ .ints(Interval::All)
584
+ .simd_lanes(Interval::All)
585
+ .dynamic_simd_lanes(Interval::All)
586
+ .build(),
587
+ );
588
+
589
+ let NarrowInt = &TypeVar::new(
590
+ "NarrowInt",
591
+ "An integer type with lanes type to `i64`",
592
+ TypeSetBuilder::new()
593
+ .ints(8..64)
594
+ .simd_lanes(Interval::All)
595
+ .dynamic_simd_lanes(Interval::All)
596
+ .build(),
597
+ );
598
+
599
+ let ScalarTruthy = &TypeVar::new(
600
+ "ScalarTruthy",
601
+ "A scalar truthy type",
602
+ TypeSetBuilder::new().ints(Interval::All).build(),
603
+ );
604
+
605
+ let iB = &TypeVar::new(
606
+ "iB",
607
+ "A scalar integer type",
608
+ TypeSetBuilder::new().ints(Interval::All).build(),
609
+ );
610
+
611
+ let iSwappable = &TypeVar::new(
612
+ "iSwappable",
613
+ "A multi byte scalar integer type",
614
+ TypeSetBuilder::new().ints(16..128).build(),
615
+ );
616
+
617
+ let iAddr = &TypeVar::new(
618
+ "iAddr",
619
+ "An integer address type",
620
+ TypeSetBuilder::new().ints(32..64).refs(32..64).build(),
621
+ );
622
+
623
+ let Ref = &TypeVar::new(
624
+ "Ref",
625
+ "A scalar reference type",
626
+ TypeSetBuilder::new().refs(Interval::All).build(),
627
+ );
628
+
629
+ let TxN = &TypeVar::new(
630
+ "TxN",
631
+ "A SIMD vector type",
632
+ TypeSetBuilder::new()
633
+ .ints(Interval::All)
634
+ .floats(Interval::All)
635
+ .simd_lanes(Interval::All)
636
+ .includes_scalars(false)
637
+ .build(),
638
+ );
639
+ let Any = &TypeVar::new(
640
+ "Any",
641
+ "Any integer, float, or reference scalar or vector type",
642
+ TypeSetBuilder::new()
643
+ .ints(Interval::All)
644
+ .floats(Interval::All)
645
+ .refs(Interval::All)
646
+ .simd_lanes(Interval::All)
647
+ .includes_scalars(true)
648
+ .build(),
649
+ );
650
+
651
+ let Mem = &TypeVar::new(
652
+ "Mem",
653
+ "Any type that can be stored in memory",
654
+ TypeSetBuilder::new()
655
+ .ints(Interval::All)
656
+ .floats(Interval::All)
657
+ .simd_lanes(Interval::All)
658
+ .refs(Interval::All)
659
+ .dynamic_simd_lanes(Interval::All)
660
+ .build(),
661
+ );
662
+
663
+ let MemTo = &TypeVar::copy_from(Mem, "MemTo".to_string());
664
+
665
+ let addr = &Operand::new("addr", iAddr);
666
+
667
+ let SS = &Operand::new("SS", &entities.stack_slot);
668
+ let DSS = &Operand::new("DSS", &entities.dynamic_stack_slot);
669
+ let Offset = &Operand::new("Offset", &imm.offset32).with_doc("Byte offset from base address");
670
+ let x = &Operand::new("x", Mem).with_doc("Value to be stored");
671
+ let a = &Operand::new("a", Mem).with_doc("Value loaded");
672
+ let p = &Operand::new("p", iAddr);
673
+ let MemFlags = &Operand::new("MemFlags", &imm.memflags);
674
+
675
+ ig.push(
676
+ Inst::new(
677
+ "load",
678
+ r#"
679
+ Load from memory at ``p + Offset``.
680
+
681
+ This is a polymorphic instruction that can load any value type which
682
+ has a memory representation.
683
+ "#,
684
+ &formats.load,
685
+ )
686
+ .operands_in(vec![MemFlags, p, Offset])
687
+ .operands_out(vec![a])
688
+ .can_load(true),
689
+ );
690
+
691
+ ig.push(
692
+ Inst::new(
693
+ "store",
694
+ r#"
695
+ Store ``x`` to memory at ``p + Offset``.
696
+
697
+ This is a polymorphic instruction that can store any value type with a
698
+ memory representation.
699
+ "#,
700
+ &formats.store,
701
+ )
702
+ .operands_in(vec![MemFlags, x, p, Offset])
703
+ .can_store(true),
704
+ );
705
+
706
+ let iExt8 = &TypeVar::new(
707
+ "iExt8",
708
+ "An integer type with more than 8 bits",
709
+ TypeSetBuilder::new().ints(16..64).build(),
710
+ );
711
+ let x = &Operand::new("x", iExt8);
712
+ let a = &Operand::new("a", iExt8);
713
+
714
+ ig.push(
715
+ Inst::new(
716
+ "uload8",
717
+ r#"
718
+ Load 8 bits from memory at ``p + Offset`` and zero-extend.
719
+
720
+ This is equivalent to ``load.i8`` followed by ``uextend``.
721
+ "#,
722
+ &formats.load,
723
+ )
724
+ .operands_in(vec![MemFlags, p, Offset])
725
+ .operands_out(vec![a])
726
+ .can_load(true),
727
+ );
728
+
729
+ ig.push(
730
+ Inst::new(
731
+ "sload8",
732
+ r#"
733
+ Load 8 bits from memory at ``p + Offset`` and sign-extend.
734
+
735
+ This is equivalent to ``load.i8`` followed by ``sextend``.
736
+ "#,
737
+ &formats.load,
738
+ )
739
+ .operands_in(vec![MemFlags, p, Offset])
740
+ .operands_out(vec![a])
741
+ .can_load(true),
742
+ );
743
+
744
+ ig.push(
745
+ Inst::new(
746
+ "istore8",
747
+ r#"
748
+ Store the low 8 bits of ``x`` to memory at ``p + Offset``.
749
+
750
+ This is equivalent to ``ireduce.i8`` followed by ``store.i8``.
751
+ "#,
752
+ &formats.store,
753
+ )
754
+ .operands_in(vec![MemFlags, x, p, Offset])
755
+ .can_store(true),
756
+ );
757
+
758
+ let iExt16 = &TypeVar::new(
759
+ "iExt16",
760
+ "An integer type with more than 16 bits",
761
+ TypeSetBuilder::new().ints(32..64).build(),
762
+ );
763
+ let x = &Operand::new("x", iExt16);
764
+ let a = &Operand::new("a", iExt16);
765
+
766
+ ig.push(
767
+ Inst::new(
768
+ "uload16",
769
+ r#"
770
+ Load 16 bits from memory at ``p + Offset`` and zero-extend.
771
+
772
+ This is equivalent to ``load.i16`` followed by ``uextend``.
773
+ "#,
774
+ &formats.load,
775
+ )
776
+ .operands_in(vec![MemFlags, p, Offset])
777
+ .operands_out(vec![a])
778
+ .can_load(true),
779
+ );
780
+
781
+ ig.push(
782
+ Inst::new(
783
+ "sload16",
784
+ r#"
785
+ Load 16 bits from memory at ``p + Offset`` and sign-extend.
786
+
787
+ This is equivalent to ``load.i16`` followed by ``sextend``.
788
+ "#,
789
+ &formats.load,
790
+ )
791
+ .operands_in(vec![MemFlags, p, Offset])
792
+ .operands_out(vec![a])
793
+ .can_load(true),
794
+ );
795
+
796
+ ig.push(
797
+ Inst::new(
798
+ "istore16",
799
+ r#"
800
+ Store the low 16 bits of ``x`` to memory at ``p + Offset``.
801
+
802
+ This is equivalent to ``ireduce.i16`` followed by ``store.i16``.
803
+ "#,
804
+ &formats.store,
805
+ )
806
+ .operands_in(vec![MemFlags, x, p, Offset])
807
+ .can_store(true),
808
+ );
809
+
810
+ let iExt32 = &TypeVar::new(
811
+ "iExt32",
812
+ "An integer type with more than 32 bits",
813
+ TypeSetBuilder::new().ints(64..64).build(),
814
+ );
815
+ let x = &Operand::new("x", iExt32);
816
+ let a = &Operand::new("a", iExt32);
817
+
818
+ ig.push(
819
+ Inst::new(
820
+ "uload32",
821
+ r#"
822
+ Load 32 bits from memory at ``p + Offset`` and zero-extend.
823
+
824
+ This is equivalent to ``load.i32`` followed by ``uextend``.
825
+ "#,
826
+ &formats.load,
827
+ )
828
+ .operands_in(vec![MemFlags, p, Offset])
829
+ .operands_out(vec![a])
830
+ .can_load(true),
831
+ );
832
+
833
+ ig.push(
834
+ Inst::new(
835
+ "sload32",
836
+ r#"
837
+ Load 32 bits from memory at ``p + Offset`` and sign-extend.
838
+
839
+ This is equivalent to ``load.i32`` followed by ``sextend``.
840
+ "#,
841
+ &formats.load,
842
+ )
843
+ .operands_in(vec![MemFlags, p, Offset])
844
+ .operands_out(vec![a])
845
+ .can_load(true),
846
+ );
847
+
848
+ ig.push(
849
+ Inst::new(
850
+ "istore32",
851
+ r#"
852
+ Store the low 32 bits of ``x`` to memory at ``p + Offset``.
853
+
854
+ This is equivalent to ``ireduce.i32`` followed by ``store.i32``.
855
+ "#,
856
+ &formats.store,
857
+ )
858
+ .operands_in(vec![MemFlags, x, p, Offset])
859
+ .can_store(true),
860
+ );
861
+
862
+ let I16x8 = &TypeVar::new(
863
+ "I16x8",
864
+ "A SIMD vector with exactly 8 lanes of 16-bit values",
865
+ TypeSetBuilder::new()
866
+ .ints(16..16)
867
+ .simd_lanes(8..8)
868
+ .includes_scalars(false)
869
+ .build(),
870
+ );
871
+ let a = &Operand::new("a", I16x8).with_doc("Value loaded");
872
+
873
+ ig.push(
874
+ Inst::new(
875
+ "uload8x8",
876
+ r#"
877
+ Load an 8x8 vector (64 bits) from memory at ``p + Offset`` and zero-extend into an i16x8
878
+ vector.
879
+ "#,
880
+ &formats.load,
881
+ )
882
+ .operands_in(vec![MemFlags, p, Offset])
883
+ .operands_out(vec![a])
884
+ .can_load(true),
885
+ );
886
+
887
+ ig.push(
888
+ Inst::new(
889
+ "sload8x8",
890
+ r#"
891
+ Load an 8x8 vector (64 bits) from memory at ``p + Offset`` and sign-extend into an i16x8
892
+ vector.
893
+ "#,
894
+ &formats.load,
895
+ )
896
+ .operands_in(vec![MemFlags, p, Offset])
897
+ .operands_out(vec![a])
898
+ .can_load(true),
899
+ );
900
+
901
+ let I32x4 = &TypeVar::new(
902
+ "I32x4",
903
+ "A SIMD vector with exactly 4 lanes of 32-bit values",
904
+ TypeSetBuilder::new()
905
+ .ints(32..32)
906
+ .simd_lanes(4..4)
907
+ .includes_scalars(false)
908
+ .build(),
909
+ );
910
+ let a = &Operand::new("a", I32x4).with_doc("Value loaded");
911
+
912
+ ig.push(
913
+ Inst::new(
914
+ "uload16x4",
915
+ r#"
916
+ Load a 16x4 vector (64 bits) from memory at ``p + Offset`` and zero-extend into an i32x4
917
+ vector.
918
+ "#,
919
+ &formats.load,
920
+ )
921
+ .operands_in(vec![MemFlags, p, Offset])
922
+ .operands_out(vec![a])
923
+ .can_load(true),
924
+ );
925
+
926
+ ig.push(
927
+ Inst::new(
928
+ "sload16x4",
929
+ r#"
930
+ Load a 16x4 vector (64 bits) from memory at ``p + Offset`` and sign-extend into an i32x4
931
+ vector.
932
+ "#,
933
+ &formats.load,
934
+ )
935
+ .operands_in(vec![MemFlags, p, Offset])
936
+ .operands_out(vec![a])
937
+ .can_load(true),
938
+ );
939
+
940
+ let I64x2 = &TypeVar::new(
941
+ "I64x2",
942
+ "A SIMD vector with exactly 2 lanes of 64-bit values",
943
+ TypeSetBuilder::new()
944
+ .ints(64..64)
945
+ .simd_lanes(2..2)
946
+ .includes_scalars(false)
947
+ .build(),
948
+ );
949
+ let a = &Operand::new("a", I64x2).with_doc("Value loaded");
950
+
951
+ ig.push(
952
+ Inst::new(
953
+ "uload32x2",
954
+ r#"
955
+ Load an 32x2 vector (64 bits) from memory at ``p + Offset`` and zero-extend into an i64x2
956
+ vector.
957
+ "#,
958
+ &formats.load,
959
+ )
960
+ .operands_in(vec![MemFlags, p, Offset])
961
+ .operands_out(vec![a])
962
+ .can_load(true),
963
+ );
964
+
965
+ ig.push(
966
+ Inst::new(
967
+ "sload32x2",
968
+ r#"
969
+ Load a 32x2 vector (64 bits) from memory at ``p + Offset`` and sign-extend into an i64x2
970
+ vector.
971
+ "#,
972
+ &formats.load,
973
+ )
974
+ .operands_in(vec![MemFlags, p, Offset])
975
+ .operands_out(vec![a])
976
+ .can_load(true),
977
+ );
978
+
979
+ let x = &Operand::new("x", Mem).with_doc("Value to be stored");
980
+ let a = &Operand::new("a", Mem).with_doc("Value loaded");
981
+ let Offset =
982
+ &Operand::new("Offset", &imm.offset32).with_doc("In-bounds offset into stack slot");
983
+
984
+ ig.push(
985
+ Inst::new(
986
+ "stack_load",
987
+ r#"
988
+ Load a value from a stack slot at the constant offset.
989
+
990
+ This is a polymorphic instruction that can load any value type which
991
+ has a memory representation.
992
+
993
+ The offset is an immediate constant, not an SSA value. The memory
994
+ access cannot go out of bounds, i.e.
995
+ `sizeof(a) + Offset <= sizeof(SS)`.
996
+ "#,
997
+ &formats.stack_load,
998
+ )
999
+ .operands_in(vec![SS, Offset])
1000
+ .operands_out(vec![a])
1001
+ .can_load(true),
1002
+ );
1003
+
1004
+ ig.push(
1005
+ Inst::new(
1006
+ "stack_store",
1007
+ r#"
1008
+ Store a value to a stack slot at a constant offset.
1009
+
1010
+ This is a polymorphic instruction that can store any value type with a
1011
+ memory representation.
1012
+
1013
+ The offset is an immediate constant, not an SSA value. The memory
1014
+ access cannot go out of bounds, i.e.
1015
+ `sizeof(a) + Offset <= sizeof(SS)`.
1016
+ "#,
1017
+ &formats.stack_store,
1018
+ )
1019
+ .operands_in(vec![x, SS, Offset])
1020
+ .can_store(true),
1021
+ );
1022
+
1023
+ ig.push(
1024
+ Inst::new(
1025
+ "stack_addr",
1026
+ r#"
1027
+ Get the address of a stack slot.
1028
+
1029
+ Compute the absolute address of a byte in a stack slot. The offset must
1030
+ refer to a byte inside the stack slot:
1031
+ `0 <= Offset < sizeof(SS)`.
1032
+ "#,
1033
+ &formats.stack_load,
1034
+ )
1035
+ .operands_in(vec![SS, Offset])
1036
+ .operands_out(vec![addr]),
1037
+ );
1038
+
1039
+ ig.push(
1040
+ Inst::new(
1041
+ "dynamic_stack_load",
1042
+ r#"
1043
+ Load a value from a dynamic stack slot.
1044
+
1045
+ This is a polymorphic instruction that can load any value type which
1046
+ has a memory representation.
1047
+ "#,
1048
+ &formats.dynamic_stack_load,
1049
+ )
1050
+ .operands_in(vec![DSS])
1051
+ .operands_out(vec![a])
1052
+ .can_load(true),
1053
+ );
1054
+
1055
+ ig.push(
1056
+ Inst::new(
1057
+ "dynamic_stack_store",
1058
+ r#"
1059
+ Store a value to a dynamic stack slot.
1060
+
1061
+ This is a polymorphic instruction that can store any dynamic value type with a
1062
+ memory representation.
1063
+ "#,
1064
+ &formats.dynamic_stack_store,
1065
+ )
1066
+ .operands_in(vec![x, DSS])
1067
+ .can_store(true),
1068
+ );
1069
+
1070
+ let GV = &Operand::new("GV", &entities.global_value);
1071
+ ig.push(
1072
+ Inst::new(
1073
+ "dynamic_stack_addr",
1074
+ r#"
1075
+ Get the address of a dynamic stack slot.
1076
+
1077
+ Compute the absolute address of the first byte of a dynamic stack slot.
1078
+ "#,
1079
+ &formats.dynamic_stack_load,
1080
+ )
1081
+ .operands_in(vec![DSS])
1082
+ .operands_out(vec![addr]),
1083
+ );
1084
+
1085
+ ig.push(
1086
+ Inst::new(
1087
+ "global_value",
1088
+ r#"
1089
+ Compute the value of global GV.
1090
+ "#,
1091
+ &formats.unary_global_value,
1092
+ )
1093
+ .operands_in(vec![GV])
1094
+ .operands_out(vec![a]),
1095
+ );
1096
+
1097
+ ig.push(
1098
+ Inst::new(
1099
+ "symbol_value",
1100
+ r#"
1101
+ Compute the value of global GV, which is a symbolic value.
1102
+ "#,
1103
+ &formats.unary_global_value,
1104
+ )
1105
+ .operands_in(vec![GV])
1106
+ .operands_out(vec![a]),
1107
+ );
1108
+
1109
+ ig.push(
1110
+ Inst::new(
1111
+ "tls_value",
1112
+ r#"
1113
+ Compute the value of global GV, which is a TLS (thread local storage) value.
1114
+ "#,
1115
+ &formats.unary_global_value,
1116
+ )
1117
+ .operands_in(vec![GV])
1118
+ .operands_out(vec![a]),
1119
+ );
1120
+
1121
+ // Note this instruction is marked as having other side-effects, so GVN won't try to hoist it,
1122
+ // which would result in it being subject to spilling. While not hoisting would generally hurt
1123
+ // performance, since a computed value used many times may need to be regenerated before each
1124
+ // use, it is not the case here: this instruction doesn't generate any code. That's because,
1125
+ // by definition the pinned register is never used by the register allocator, but is written to
1126
+ // and read explicitly and exclusively by set_pinned_reg and get_pinned_reg.
1127
+ ig.push(
1128
+ Inst::new(
1129
+ "get_pinned_reg",
1130
+ r#"
1131
+ Gets the content of the pinned register, when it's enabled.
1132
+ "#,
1133
+ &formats.nullary,
1134
+ )
1135
+ .operands_out(vec![addr])
1136
+ .other_side_effects(true),
1137
+ );
1138
+
1139
+ ig.push(
1140
+ Inst::new(
1141
+ "set_pinned_reg",
1142
+ r#"
1143
+ Sets the content of the pinned register, when it's enabled.
1144
+ "#,
1145
+ &formats.unary,
1146
+ )
1147
+ .operands_in(vec![addr])
1148
+ .other_side_effects(true),
1149
+ );
1150
+
1151
+ ig.push(
1152
+ Inst::new(
1153
+ "get_frame_pointer",
1154
+ r#"
1155
+ Get the address in the frame pointer register.
1156
+
1157
+ Usage of this instruction requires setting `preserve_frame_pointers` to `true`.
1158
+ "#,
1159
+ &formats.nullary,
1160
+ )
1161
+ .operands_out(vec![addr]),
1162
+ );
1163
+
1164
+ ig.push(
1165
+ Inst::new(
1166
+ "get_stack_pointer",
1167
+ r#"
1168
+ Get the address in the stack pointer register.
1169
+ "#,
1170
+ &formats.nullary,
1171
+ )
1172
+ .operands_out(vec![addr]),
1173
+ );
1174
+
1175
+ ig.push(
1176
+ Inst::new(
1177
+ "get_return_address",
1178
+ r#"
1179
+ Get the PC where this function will transfer control to when it returns.
1180
+
1181
+ Usage of this instruction requires setting `preserve_frame_pointers` to `true`.
1182
+ "#,
1183
+ &formats.nullary,
1184
+ )
1185
+ .operands_out(vec![addr]),
1186
+ );
1187
+
1188
+ let TableOffset = &TypeVar::new(
1189
+ "TableOffset",
1190
+ "An unsigned table offset",
1191
+ TypeSetBuilder::new().ints(32..64).build(),
1192
+ );
1193
+ let T = &Operand::new("T", &entities.table);
1194
+ let p = &Operand::new("p", TableOffset);
1195
+ let Offset =
1196
+ &Operand::new("Offset", &imm.offset32).with_doc("Byte offset from element address");
1197
+
1198
+ ig.push(
1199
+ Inst::new(
1200
+ "table_addr",
1201
+ r#"
1202
+ Bounds check and compute absolute address of a table entry.
1203
+
1204
+ Verify that the offset ``p`` is in bounds for the table T, and generate
1205
+ an absolute address that is safe to dereference.
1206
+
1207
+ ``Offset`` must be less than the size of a table element.
1208
+
1209
+ 1. If ``p`` is not greater than the table bound, return an absolute
1210
+ address corresponding to a byte offset of ``p`` from the table's
1211
+ base address.
1212
+ 2. If ``p`` is greater than the table bound, generate a trap.
1213
+ "#,
1214
+ &formats.table_addr,
1215
+ )
1216
+ .operands_in(vec![T, p, Offset])
1217
+ .operands_out(vec![addr]),
1218
+ );
1219
+
1220
+ let N = &Operand::new("N", &imm.imm64);
1221
+ let a = &Operand::new("a", NarrowInt).with_doc("A constant integer scalar or vector value");
1222
+
1223
+ ig.push(
1224
+ Inst::new(
1225
+ "iconst",
1226
+ r#"
1227
+ Integer constant.
1228
+
1229
+ Create a scalar integer SSA value with an immediate constant value, or
1230
+ an integer vector where all the lanes have the same value.
1231
+ "#,
1232
+ &formats.unary_imm,
1233
+ )
1234
+ .operands_in(vec![N])
1235
+ .operands_out(vec![a]),
1236
+ );
1237
+
1238
+ let N = &Operand::new("N", &imm.ieee32);
1239
+ let a = &Operand::new("a", f32_).with_doc("A constant f32 scalar value");
1240
+
1241
+ ig.push(
1242
+ Inst::new(
1243
+ "f32const",
1244
+ r#"
1245
+ Floating point constant.
1246
+
1247
+ Create a `f32` SSA value with an immediate constant value.
1248
+ "#,
1249
+ &formats.unary_ieee32,
1250
+ )
1251
+ .operands_in(vec![N])
1252
+ .operands_out(vec![a]),
1253
+ );
1254
+
1255
+ let N = &Operand::new("N", &imm.ieee64);
1256
+ let a = &Operand::new("a", f64_).with_doc("A constant f64 scalar value");
1257
+
1258
+ ig.push(
1259
+ Inst::new(
1260
+ "f64const",
1261
+ r#"
1262
+ Floating point constant.
1263
+
1264
+ Create a `f64` SSA value with an immediate constant value.
1265
+ "#,
1266
+ &formats.unary_ieee64,
1267
+ )
1268
+ .operands_in(vec![N])
1269
+ .operands_out(vec![a]),
1270
+ );
1271
+
1272
+ let N = &Operand::new("N", &imm.pool_constant)
1273
+ .with_doc("The 16 immediate bytes of a 128-bit vector");
1274
+ let a = &Operand::new("a", TxN).with_doc("A constant vector value");
1275
+
1276
+ ig.push(
1277
+ Inst::new(
1278
+ "vconst",
1279
+ r#"
1280
+ SIMD vector constant.
1281
+
1282
+ Construct a vector with the given immediate bytes.
1283
+ "#,
1284
+ &formats.unary_const,
1285
+ )
1286
+ .operands_in(vec![N])
1287
+ .operands_out(vec![a]),
1288
+ );
1289
+
1290
+ let mask = &Operand::new("mask", &imm.uimm128)
1291
+ .with_doc("The 16 immediate bytes used for selecting the elements to shuffle");
1292
+ let Tx16 = &TypeVar::new(
1293
+ "Tx16",
1294
+ "A SIMD vector with exactly 16 lanes of 8-bit values; eventually this may support other \
1295
+ lane counts and widths",
1296
+ TypeSetBuilder::new()
1297
+ .ints(8..8)
1298
+ .simd_lanes(16..16)
1299
+ .includes_scalars(false)
1300
+ .build(),
1301
+ );
1302
+ let a = &Operand::new("a", Tx16).with_doc("A vector value");
1303
+ let b = &Operand::new("b", Tx16).with_doc("A vector value");
1304
+
1305
+ ig.push(
1306
+ Inst::new(
1307
+ "shuffle",
1308
+ r#"
1309
+ SIMD vector shuffle.
1310
+
1311
+ Shuffle two vectors using the given immediate bytes. For each of the 16 bytes of the
1312
+ immediate, a value i of 0-15 selects the i-th element of the first vector and a value i of
1313
+ 16-31 selects the (i-16)th element of the second vector. Immediate values outside of the
1314
+ 0-31 range place a 0 in the resulting vector lane.
1315
+ "#,
1316
+ &formats.shuffle,
1317
+ )
1318
+ .operands_in(vec![a, b, mask])
1319
+ .operands_out(vec![a]),
1320
+ );
1321
+
1322
+ let a = &Operand::new("a", Ref).with_doc("A constant reference null value");
1323
+
1324
+ ig.push(
1325
+ Inst::new(
1326
+ "null",
1327
+ r#"
1328
+ Null constant value for reference types.
1329
+
1330
+ Create a scalar reference SSA value with a constant null value.
1331
+ "#,
1332
+ &formats.nullary,
1333
+ )
1334
+ .operands_out(vec![a]),
1335
+ );
1336
+
1337
+ ig.push(Inst::new(
1338
+ "nop",
1339
+ r#"
1340
+ Just a dummy instruction.
1341
+
1342
+ Note: this doesn't compile to a machine code nop.
1343
+ "#,
1344
+ &formats.nullary,
1345
+ ));
1346
+
1347
+ let c = &Operand::new("c", ScalarTruthy).with_doc("Controlling value to test");
1348
+ let x = &Operand::new("x", Any).with_doc("Value to use when `c` is true");
1349
+ let y = &Operand::new("y", Any).with_doc("Value to use when `c` is false");
1350
+ let a = &Operand::new("a", Any);
1351
+
1352
+ ig.push(
1353
+ Inst::new(
1354
+ "select",
1355
+ r#"
1356
+ Conditional select.
1357
+
1358
+ This instruction selects whole values. Use `vselect` for
1359
+ lane-wise selection.
1360
+ "#,
1361
+ &formats.ternary,
1362
+ )
1363
+ .operands_in(vec![c, x, y])
1364
+ .operands_out(vec![a]),
1365
+ );
1366
+
1367
+ ig.push(
1368
+ Inst::new(
1369
+ "select_spectre_guard",
1370
+ r#"
1371
+ Conditional select intended for Spectre guards.
1372
+
1373
+ This operation is semantically equivalent to a select instruction.
1374
+ However, it is guaranteed to not be removed or otherwise altered by any
1375
+ optimization pass, and is guaranteed to result in a conditional-move
1376
+ instruction, not a branch-based lowering. As such, it is suitable
1377
+ for use when producing Spectre guards. For example, a bounds-check
1378
+ may guard against unsafe speculation past a bounds-check conditional
1379
+ branch by passing the address or index to be accessed through a
1380
+ conditional move, also gated on the same condition. Because no
1381
+ Spectre-vulnerable processors are known to perform speculation on
1382
+ conditional move instructions, this is guaranteed to pick the
1383
+ correct input. If the selected input in case of overflow is a "safe"
1384
+ value, for example a null pointer that causes an exception in the
1385
+ speculative path, this ensures that no Spectre vulnerability will
1386
+ exist.
1387
+ "#,
1388
+ &formats.ternary,
1389
+ )
1390
+ .operands_in(vec![c, x, y])
1391
+ .operands_out(vec![a])
1392
+ .other_side_effects(true)
1393
+ // We can de-duplicate spectre selects since the side effect is
1394
+ // idempotent.
1395
+ .side_effects_okay_for_gvn(true),
1396
+ );
1397
+
1398
+ let c = &Operand::new("c", Any).with_doc("Controlling value to test");
1399
+ ig.push(
1400
+ Inst::new(
1401
+ "bitselect",
1402
+ r#"
1403
+ Conditional select of bits.
1404
+
1405
+ For each bit in `c`, this instruction selects the corresponding bit from `x` if the bit
1406
+ in `c` is 1 and the corresponding bit from `y` if the bit in `c` is 0. See also:
1407
+ `select`, `vselect`.
1408
+ "#,
1409
+ &formats.ternary,
1410
+ )
1411
+ .operands_in(vec![c, x, y])
1412
+ .operands_out(vec![a]),
1413
+ );
1414
+
1415
+ let c = &Operand::new("c", &TxN.as_bool()).with_doc("Controlling vector");
1416
+ let x = &Operand::new("x", TxN).with_doc("Value to use where `c` is true");
1417
+ let y = &Operand::new("y", TxN).with_doc("Value to use where `c` is false");
1418
+ let a = &Operand::new("a", TxN);
1419
+
1420
+ ig.push(
1421
+ Inst::new(
1422
+ "vselect",
1423
+ r#"
1424
+ Vector lane select.
1425
+
1426
+ Select lanes from ``x`` or ``y`` controlled by the lanes of the truthy
1427
+ vector ``c``.
1428
+ "#,
1429
+ &formats.ternary,
1430
+ )
1431
+ .operands_in(vec![c, x, y])
1432
+ .operands_out(vec![a]),
1433
+ );
1434
+
1435
+ let s = &Operand::new("s", i8);
1436
+
1437
+ ig.push(
1438
+ Inst::new(
1439
+ "vany_true",
1440
+ r#"
1441
+ Reduce a vector to a scalar boolean.
1442
+
1443
+ Return a scalar boolean true if any lane in ``a`` is non-zero, false otherwise.
1444
+ "#,
1445
+ &formats.unary,
1446
+ )
1447
+ .operands_in(vec![a])
1448
+ .operands_out(vec![s]),
1449
+ );
1450
+
1451
+ ig.push(
1452
+ Inst::new(
1453
+ "vall_true",
1454
+ r#"
1455
+ Reduce a vector to a scalar boolean.
1456
+
1457
+ Return a scalar boolean true if all lanes in ``i`` are non-zero, false otherwise.
1458
+ "#,
1459
+ &formats.unary,
1460
+ )
1461
+ .operands_in(vec![a])
1462
+ .operands_out(vec![s]),
1463
+ );
1464
+
1465
+ let a = &Operand::new("a", TxN);
1466
+ let x = &Operand::new("x", Int);
1467
+
1468
+ ig.push(
1469
+ Inst::new(
1470
+ "vhigh_bits",
1471
+ r#"
1472
+ Reduce a vector to a scalar integer.
1473
+
1474
+ Return a scalar integer, consisting of the concatenation of the most significant bit
1475
+ of each lane of ``a``.
1476
+ "#,
1477
+ &formats.unary,
1478
+ )
1479
+ .operands_in(vec![a])
1480
+ .operands_out(vec![x]),
1481
+ );
1482
+
1483
+ let a = &Operand::new("a", &Int.as_bool());
1484
+ let Cond = &Operand::new("Cond", &imm.intcc);
1485
+ let x = &Operand::new("x", Int);
1486
+ let y = &Operand::new("y", Int);
1487
+
1488
+ ig.push(
1489
+ Inst::new(
1490
+ "icmp",
1491
+ r#"
1492
+ Integer comparison.
1493
+
1494
+ The condition code determines if the operands are interpreted as signed
1495
+ or unsigned integers.
1496
+
1497
+ | Signed | Unsigned | Condition |
1498
+ |--------|----------|-----------------------|
1499
+ | eq | eq | Equal |
1500
+ | ne | ne | Not equal |
1501
+ | slt | ult | Less than |
1502
+ | sge | uge | Greater than or equal |
1503
+ | sgt | ugt | Greater than |
1504
+ | sle | ule | Less than or equal |
1505
+
1506
+ When this instruction compares integer vectors, it returns a vector of
1507
+ lane-wise comparisons.
1508
+ "#,
1509
+ &formats.int_compare,
1510
+ )
1511
+ .operands_in(vec![Cond, x, y])
1512
+ .operands_out(vec![a]),
1513
+ );
1514
+
1515
+ let a = &Operand::new("a", i8);
1516
+ let x = &Operand::new("x", iB);
1517
+ let Y = &Operand::new("Y", &imm.imm64);
1518
+
1519
+ ig.push(
1520
+ Inst::new(
1521
+ "icmp_imm",
1522
+ r#"
1523
+ Compare scalar integer to a constant.
1524
+
1525
+ This is the same as the `icmp` instruction, except one operand is
1526
+ a sign extended 64 bit immediate constant.
1527
+
1528
+ This instruction can only compare scalars. Use `icmp` for
1529
+ lane-wise vector comparisons.
1530
+ "#,
1531
+ &formats.int_compare_imm,
1532
+ )
1533
+ .operands_in(vec![Cond, x, Y])
1534
+ .operands_out(vec![a]),
1535
+ );
1536
+
1537
+ let a = &Operand::new("a", Int);
1538
+ let x = &Operand::new("x", Int);
1539
+ let y = &Operand::new("y", Int);
1540
+
1541
+ ig.push(
1542
+ Inst::new(
1543
+ "iadd",
1544
+ r#"
1545
+ Wrapping integer addition: `a := x + y \pmod{2^B}`.
1546
+
1547
+ This instruction does not depend on the signed/unsigned interpretation
1548
+ of the operands.
1549
+ "#,
1550
+ &formats.binary,
1551
+ )
1552
+ .operands_in(vec![x, y])
1553
+ .operands_out(vec![a]),
1554
+ );
1555
+
1556
+ ig.push(
1557
+ Inst::new(
1558
+ "isub",
1559
+ r#"
1560
+ Wrapping integer subtraction: `a := x - y \pmod{2^B}`.
1561
+
1562
+ This instruction does not depend on the signed/unsigned interpretation
1563
+ of the operands.
1564
+ "#,
1565
+ &formats.binary,
1566
+ )
1567
+ .operands_in(vec![x, y])
1568
+ .operands_out(vec![a]),
1569
+ );
1570
+
1571
+ ig.push(
1572
+ Inst::new(
1573
+ "ineg",
1574
+ r#"
1575
+ Integer negation: `a := -x \pmod{2^B}`.
1576
+ "#,
1577
+ &formats.unary,
1578
+ )
1579
+ .operands_in(vec![x])
1580
+ .operands_out(vec![a]),
1581
+ );
1582
+
1583
+ ig.push(
1584
+ Inst::new(
1585
+ "iabs",
1586
+ r#"
1587
+ Integer absolute value with wrapping: `a := |x|`.
1588
+ "#,
1589
+ &formats.unary,
1590
+ )
1591
+ .operands_in(vec![x])
1592
+ .operands_out(vec![a]),
1593
+ );
1594
+
1595
+ ig.push(
1596
+ Inst::new(
1597
+ "imul",
1598
+ r#"
1599
+ Wrapping integer multiplication: `a := x y \pmod{2^B}`.
1600
+
1601
+ This instruction does not depend on the signed/unsigned interpretation
1602
+ of the operands.
1603
+
1604
+ Polymorphic over all integer types (vector and scalar).
1605
+ "#,
1606
+ &formats.binary,
1607
+ )
1608
+ .operands_in(vec![x, y])
1609
+ .operands_out(vec![a]),
1610
+ );
1611
+
1612
+ ig.push(
1613
+ Inst::new(
1614
+ "umulhi",
1615
+ r#"
1616
+ Unsigned integer multiplication, producing the high half of a
1617
+ double-length result.
1618
+
1619
+ Polymorphic over all integer types (vector and scalar).
1620
+ "#,
1621
+ &formats.binary,
1622
+ )
1623
+ .operands_in(vec![x, y])
1624
+ .operands_out(vec![a]),
1625
+ );
1626
+
1627
+ ig.push(
1628
+ Inst::new(
1629
+ "smulhi",
1630
+ r#"
1631
+ Signed integer multiplication, producing the high half of a
1632
+ double-length result.
1633
+
1634
+ Polymorphic over all integer types (vector and scalar).
1635
+ "#,
1636
+ &formats.binary,
1637
+ )
1638
+ .operands_in(vec![x, y])
1639
+ .operands_out(vec![a]),
1640
+ );
1641
+
1642
+ let I16or32 = &TypeVar::new(
1643
+ "I16or32",
1644
+ "A scalar or vector integer type with 16- or 32-bit numbers",
1645
+ TypeSetBuilder::new().ints(16..32).simd_lanes(4..8).build(),
1646
+ );
1647
+
1648
+ let qx = &Operand::new("x", I16or32);
1649
+ let qy = &Operand::new("y", I16or32);
1650
+ let qa = &Operand::new("a", I16or32);
1651
+
1652
+ ig.push(
1653
+ Inst::new(
1654
+ "sqmul_round_sat",
1655
+ r#"
1656
+ Fixed-point multiplication of numbers in the QN format, where N + 1
1657
+ is the number bitwidth:
1658
+ `a := signed_saturate((x * y + 1 << (Q - 1)) >> Q)`
1659
+
1660
+ Polymorphic over all integer types (scalar and vector) with 16- or
1661
+ 32-bit numbers.
1662
+ "#,
1663
+ &formats.binary,
1664
+ )
1665
+ .operands_in(vec![qx, qy])
1666
+ .operands_out(vec![qa]),
1667
+ );
1668
+
1669
+ {
1670
+ // Integer division and remainder are scalar-only; most
1671
+ // hardware does not directly support vector integer division.
1672
+
1673
+ let x = &Operand::new("x", iB);
1674
+ let y = &Operand::new("y", iB);
1675
+ let a = &Operand::new("a", iB);
1676
+
1677
+ ig.push(
1678
+ Inst::new(
1679
+ "udiv",
1680
+ r#"
1681
+ Unsigned integer division: `a := \lfloor {x \over y} \rfloor`.
1682
+
1683
+ This operation traps if the divisor is zero.
1684
+ "#,
1685
+ &formats.binary,
1686
+ )
1687
+ .operands_in(vec![x, y])
1688
+ .operands_out(vec![a])
1689
+ .can_trap(true),
1690
+ );
1691
+
1692
+ ig.push(
1693
+ Inst::new(
1694
+ "sdiv",
1695
+ r#"
1696
+ Signed integer division rounded toward zero: `a := sign(xy)
1697
+ \lfloor {|x| \over |y|}\rfloor`.
1698
+
1699
+ This operation traps if the divisor is zero, or if the result is not
1700
+ representable in `B` bits two's complement. This only happens
1701
+ when `x = -2^{B-1}, y = -1`.
1702
+ "#,
1703
+ &formats.binary,
1704
+ )
1705
+ .operands_in(vec![x, y])
1706
+ .operands_out(vec![a])
1707
+ .can_trap(true),
1708
+ );
1709
+
1710
+ ig.push(
1711
+ Inst::new(
1712
+ "urem",
1713
+ r#"
1714
+ Unsigned integer remainder.
1715
+
1716
+ This operation traps if the divisor is zero.
1717
+ "#,
1718
+ &formats.binary,
1719
+ )
1720
+ .operands_in(vec![x, y])
1721
+ .operands_out(vec![a])
1722
+ .can_trap(true),
1723
+ );
1724
+
1725
+ ig.push(
1726
+ Inst::new(
1727
+ "srem",
1728
+ r#"
1729
+ Signed integer remainder. The result has the sign of the dividend.
1730
+
1731
+ This operation traps if the divisor is zero.
1732
+ "#,
1733
+ &formats.binary,
1734
+ )
1735
+ .operands_in(vec![x, y])
1736
+ .operands_out(vec![a])
1737
+ .can_trap(true),
1738
+ );
1739
+ }
1740
+
1741
+ let a = &Operand::new("a", iB);
1742
+ let x = &Operand::new("x", iB);
1743
+ let Y = &Operand::new("Y", &imm.imm64);
1744
+
1745
+ ig.push(
1746
+ Inst::new(
1747
+ "iadd_imm",
1748
+ r#"
1749
+ Add immediate integer.
1750
+
1751
+ Same as `iadd`, but one operand is a sign extended 64 bit immediate constant.
1752
+
1753
+ Polymorphic over all scalar integer types, but does not support vector
1754
+ types.
1755
+ "#,
1756
+ &formats.binary_imm64,
1757
+ )
1758
+ .operands_in(vec![x, Y])
1759
+ .operands_out(vec![a]),
1760
+ );
1761
+
1762
+ ig.push(
1763
+ Inst::new(
1764
+ "imul_imm",
1765
+ r#"
1766
+ Integer multiplication by immediate constant.
1767
+
1768
+ Same as `imul`, but one operand is a sign extended 64 bit immediate constant.
1769
+
1770
+ Polymorphic over all scalar integer types, but does not support vector
1771
+ types.
1772
+ "#,
1773
+ &formats.binary_imm64,
1774
+ )
1775
+ .operands_in(vec![x, Y])
1776
+ .operands_out(vec![a]),
1777
+ );
1778
+
1779
+ ig.push(
1780
+ Inst::new(
1781
+ "udiv_imm",
1782
+ r#"
1783
+ Unsigned integer division by an immediate constant.
1784
+
1785
+ Same as `udiv`, but one operand is a zero extended 64 bit immediate constant.
1786
+
1787
+ This operation traps if the divisor is zero.
1788
+ "#,
1789
+ &formats.binary_imm64,
1790
+ )
1791
+ .operands_in(vec![x, Y])
1792
+ .operands_out(vec![a]),
1793
+ );
1794
+
1795
+ ig.push(
1796
+ Inst::new(
1797
+ "sdiv_imm",
1798
+ r#"
1799
+ Signed integer division by an immediate constant.
1800
+
1801
+ Same as `sdiv`, but one operand is a sign extended 64 bit immediate constant.
1802
+
1803
+ This operation traps if the divisor is zero, or if the result is not
1804
+ representable in `B` bits two's complement. This only happens
1805
+ when `x = -2^{B-1}, Y = -1`.
1806
+ "#,
1807
+ &formats.binary_imm64,
1808
+ )
1809
+ .operands_in(vec![x, Y])
1810
+ .operands_out(vec![a]),
1811
+ );
1812
+
1813
+ ig.push(
1814
+ Inst::new(
1815
+ "urem_imm",
1816
+ r#"
1817
+ Unsigned integer remainder with immediate divisor.
1818
+
1819
+ Same as `urem`, but one operand is a zero extended 64 bit immediate constant.
1820
+
1821
+ This operation traps if the divisor is zero.
1822
+ "#,
1823
+ &formats.binary_imm64,
1824
+ )
1825
+ .operands_in(vec![x, Y])
1826
+ .operands_out(vec![a]),
1827
+ );
1828
+
1829
+ ig.push(
1830
+ Inst::new(
1831
+ "srem_imm",
1832
+ r#"
1833
+ Signed integer remainder with immediate divisor.
1834
+
1835
+ Same as `srem`, but one operand is a sign extended 64 bit immediate constant.
1836
+
1837
+ This operation traps if the divisor is zero.
1838
+ "#,
1839
+ &formats.binary_imm64,
1840
+ )
1841
+ .operands_in(vec![x, Y])
1842
+ .operands_out(vec![a]),
1843
+ );
1844
+
1845
+ ig.push(
1846
+ Inst::new(
1847
+ "irsub_imm",
1848
+ r#"
1849
+ Immediate reverse wrapping subtraction: `a := Y - x \pmod{2^B}`.
1850
+
1851
+ The immediate operand is a sign extended 64 bit constant.
1852
+
1853
+ Also works as integer negation when `Y = 0`. Use `iadd_imm`
1854
+ with a negative immediate operand for the reverse immediate
1855
+ subtraction.
1856
+
1857
+ Polymorphic over all scalar integer types, but does not support vector
1858
+ types.
1859
+ "#,
1860
+ &formats.binary_imm64,
1861
+ )
1862
+ .operands_in(vec![x, Y])
1863
+ .operands_out(vec![a]),
1864
+ );
1865
+
1866
+ let a = &Operand::new("a", iB);
1867
+ let x = &Operand::new("x", iB);
1868
+ let y = &Operand::new("y", iB);
1869
+
1870
+ let c_in = &Operand::new("c_in", i8).with_doc("Input carry flag");
1871
+ let c_out = &Operand::new("c_out", i8).with_doc("Output carry flag");
1872
+ let b_in = &Operand::new("b_in", i8).with_doc("Input borrow flag");
1873
+ let b_out = &Operand::new("b_out", i8).with_doc("Output borrow flag");
1874
+
1875
+ ig.push(
1876
+ Inst::new(
1877
+ "iadd_cin",
1878
+ r#"
1879
+ Add integers with carry in.
1880
+
1881
+ Same as `iadd` with an additional carry input. Computes:
1882
+
1883
+ ```text
1884
+ a = x + y + c_{in} \pmod 2^B
1885
+ ```
1886
+
1887
+ Polymorphic over all scalar integer types, but does not support vector
1888
+ types.
1889
+ "#,
1890
+ &formats.ternary,
1891
+ )
1892
+ .operands_in(vec![x, y, c_in])
1893
+ .operands_out(vec![a]),
1894
+ );
1895
+
1896
+ ig.push(
1897
+ Inst::new(
1898
+ "iadd_cout",
1899
+ r#"
1900
+ Add integers with carry out.
1901
+
1902
+ Same as `iadd` with an additional carry output.
1903
+
1904
+ ```text
1905
+ a &= x + y \pmod 2^B \\
1906
+ c_{out} &= x+y >= 2^B
1907
+ ```
1908
+
1909
+ Polymorphic over all scalar integer types, but does not support vector
1910
+ types.
1911
+ "#,
1912
+ &formats.binary,
1913
+ )
1914
+ .operands_in(vec![x, y])
1915
+ .operands_out(vec![a, c_out]),
1916
+ );
1917
+
1918
+ ig.push(
1919
+ Inst::new(
1920
+ "iadd_carry",
1921
+ r#"
1922
+ Add integers with carry in and out.
1923
+
1924
+ Same as `iadd` with an additional carry input and output.
1925
+
1926
+ ```text
1927
+ a &= x + y + c_{in} \pmod 2^B \\
1928
+ c_{out} &= x + y + c_{in} >= 2^B
1929
+ ```
1930
+
1931
+ Polymorphic over all scalar integer types, but does not support vector
1932
+ types.
1933
+ "#,
1934
+ &formats.ternary,
1935
+ )
1936
+ .operands_in(vec![x, y, c_in])
1937
+ .operands_out(vec![a, c_out]),
1938
+ );
1939
+
1940
+ {
1941
+ let code = &Operand::new("code", &imm.trapcode);
1942
+
1943
+ let i32_64 = &TypeVar::new(
1944
+ "i32_64",
1945
+ "A 32 or 64-bit scalar integer type",
1946
+ TypeSetBuilder::new().ints(32..64).build(),
1947
+ );
1948
+
1949
+ let a = &Operand::new("a", i32_64);
1950
+ let x = &Operand::new("x", i32_64);
1951
+ let y = &Operand::new("y", i32_64);
1952
+ ig.push(
1953
+ Inst::new(
1954
+ "uadd_overflow_trap",
1955
+ r#"
1956
+ Unsigned addition of x and y, trapping if the result overflows.
1957
+
1958
+ Accepts 32 or 64-bit integers, and does not support vector types.
1959
+ "#,
1960
+ &formats.int_add_trap,
1961
+ )
1962
+ .operands_in(vec![x, y, code])
1963
+ .operands_out(vec![a])
1964
+ .can_trap(true),
1965
+ );
1966
+ }
1967
+
1968
+ ig.push(
1969
+ Inst::new(
1970
+ "isub_bin",
1971
+ r#"
1972
+ Subtract integers with borrow in.
1973
+
1974
+ Same as `isub` with an additional borrow flag input. Computes:
1975
+
1976
+ ```text
1977
+ a = x - (y + b_{in}) \pmod 2^B
1978
+ ```
1979
+
1980
+ Polymorphic over all scalar integer types, but does not support vector
1981
+ types.
1982
+ "#,
1983
+ &formats.ternary,
1984
+ )
1985
+ .operands_in(vec![x, y, b_in])
1986
+ .operands_out(vec![a]),
1987
+ );
1988
+
1989
+ ig.push(
1990
+ Inst::new(
1991
+ "isub_bout",
1992
+ r#"
1993
+ Subtract integers with borrow out.
1994
+
1995
+ Same as `isub` with an additional borrow flag output.
1996
+
1997
+ ```text
1998
+ a &= x - y \pmod 2^B \\
1999
+ b_{out} &= x < y
2000
+ ```
2001
+
2002
+ Polymorphic over all scalar integer types, but does not support vector
2003
+ types.
2004
+ "#,
2005
+ &formats.binary,
2006
+ )
2007
+ .operands_in(vec![x, y])
2008
+ .operands_out(vec![a, b_out]),
2009
+ );
2010
+
2011
+ ig.push(
2012
+ Inst::new(
2013
+ "isub_borrow",
2014
+ r#"
2015
+ Subtract integers with borrow in and out.
2016
+
2017
+ Same as `isub` with an additional borrow flag input and output.
2018
+
2019
+ ```text
2020
+ a &= x - (y + b_{in}) \pmod 2^B \\
2021
+ b_{out} &= x < y + b_{in}
2022
+ ```
2023
+
2024
+ Polymorphic over all scalar integer types, but does not support vector
2025
+ types.
2026
+ "#,
2027
+ &formats.ternary,
2028
+ )
2029
+ .operands_in(vec![x, y, b_in])
2030
+ .operands_out(vec![a, b_out]),
2031
+ );
2032
+
2033
+ let bits = &TypeVar::new(
2034
+ "bits",
2035
+ "Any integer, float, or vector type",
2036
+ TypeSetBuilder::new()
2037
+ .ints(Interval::All)
2038
+ .floats(Interval::All)
2039
+ .simd_lanes(Interval::All)
2040
+ .includes_scalars(true)
2041
+ .build(),
2042
+ );
2043
+ let x = &Operand::new("x", bits);
2044
+ let y = &Operand::new("y", bits);
2045
+ let a = &Operand::new("a", bits);
2046
+
2047
+ ig.push(
2048
+ Inst::new(
2049
+ "band",
2050
+ r#"
2051
+ Bitwise and.
2052
+ "#,
2053
+ &formats.binary,
2054
+ )
2055
+ .operands_in(vec![x, y])
2056
+ .operands_out(vec![a]),
2057
+ );
2058
+
2059
+ ig.push(
2060
+ Inst::new(
2061
+ "bor",
2062
+ r#"
2063
+ Bitwise or.
2064
+ "#,
2065
+ &formats.binary,
2066
+ )
2067
+ .operands_in(vec![x, y])
2068
+ .operands_out(vec![a]),
2069
+ );
2070
+
2071
+ ig.push(
2072
+ Inst::new(
2073
+ "bxor",
2074
+ r#"
2075
+ Bitwise xor.
2076
+ "#,
2077
+ &formats.binary,
2078
+ )
2079
+ .operands_in(vec![x, y])
2080
+ .operands_out(vec![a]),
2081
+ );
2082
+
2083
+ ig.push(
2084
+ Inst::new(
2085
+ "bnot",
2086
+ r#"
2087
+ Bitwise not.
2088
+ "#,
2089
+ &formats.unary,
2090
+ )
2091
+ .operands_in(vec![x])
2092
+ .operands_out(vec![a]),
2093
+ );
2094
+
2095
+ ig.push(
2096
+ Inst::new(
2097
+ "band_not",
2098
+ r#"
2099
+ Bitwise and not.
2100
+
2101
+ Computes `x & ~y`.
2102
+ "#,
2103
+ &formats.binary,
2104
+ )
2105
+ .operands_in(vec![x, y])
2106
+ .operands_out(vec![a]),
2107
+ );
2108
+
2109
+ ig.push(
2110
+ Inst::new(
2111
+ "bor_not",
2112
+ r#"
2113
+ Bitwise or not.
2114
+
2115
+ Computes `x | ~y`.
2116
+ "#,
2117
+ &formats.binary,
2118
+ )
2119
+ .operands_in(vec![x, y])
2120
+ .operands_out(vec![a]),
2121
+ );
2122
+
2123
+ ig.push(
2124
+ Inst::new(
2125
+ "bxor_not",
2126
+ r#"
2127
+ Bitwise xor not.
2128
+
2129
+ Computes `x ^ ~y`.
2130
+ "#,
2131
+ &formats.binary,
2132
+ )
2133
+ .operands_in(vec![x, y])
2134
+ .operands_out(vec![a]),
2135
+ );
2136
+
2137
+ let x = &Operand::new("x", iB);
2138
+ let Y = &Operand::new("Y", &imm.imm64);
2139
+ let a = &Operand::new("a", iB);
2140
+
2141
+ ig.push(
2142
+ Inst::new(
2143
+ "band_imm",
2144
+ r#"
2145
+ Bitwise and with immediate.
2146
+
2147
+ Same as `band`, but one operand is a zero extended 64 bit immediate constant.
2148
+
2149
+ Polymorphic over all scalar integer types, but does not support vector
2150
+ types.
2151
+ "#,
2152
+ &formats.binary_imm64,
2153
+ )
2154
+ .operands_in(vec![x, Y])
2155
+ .operands_out(vec![a]),
2156
+ );
2157
+
2158
+ ig.push(
2159
+ Inst::new(
2160
+ "bor_imm",
2161
+ r#"
2162
+ Bitwise or with immediate.
2163
+
2164
+ Same as `bor`, but one operand is a zero extended 64 bit immediate constant.
2165
+
2166
+ Polymorphic over all scalar integer types, but does not support vector
2167
+ types.
2168
+ "#,
2169
+ &formats.binary_imm64,
2170
+ )
2171
+ .operands_in(vec![x, Y])
2172
+ .operands_out(vec![a]),
2173
+ );
2174
+
2175
+ ig.push(
2176
+ Inst::new(
2177
+ "bxor_imm",
2178
+ r#"
2179
+ Bitwise xor with immediate.
2180
+
2181
+ Same as `bxor`, but one operand is a zero extended 64 bit immediate constant.
2182
+
2183
+ Polymorphic over all scalar integer types, but does not support vector
2184
+ types.
2185
+ "#,
2186
+ &formats.binary_imm64,
2187
+ )
2188
+ .operands_in(vec![x, Y])
2189
+ .operands_out(vec![a]),
2190
+ );
2191
+
2192
+ let x = &Operand::new("x", Int).with_doc("Scalar or vector value to shift");
2193
+ let y = &Operand::new("y", iB).with_doc("Number of bits to shift");
2194
+ let Y = &Operand::new("Y", &imm.imm64);
2195
+ let a = &Operand::new("a", Int);
2196
+
2197
+ ig.push(
2198
+ Inst::new(
2199
+ "rotl",
2200
+ r#"
2201
+ Rotate left.
2202
+
2203
+ Rotate the bits in ``x`` by ``y`` places.
2204
+ "#,
2205
+ &formats.binary,
2206
+ )
2207
+ .operands_in(vec![x, y])
2208
+ .operands_out(vec![a]),
2209
+ );
2210
+
2211
+ ig.push(
2212
+ Inst::new(
2213
+ "rotr",
2214
+ r#"
2215
+ Rotate right.
2216
+
2217
+ Rotate the bits in ``x`` by ``y`` places.
2218
+ "#,
2219
+ &formats.binary,
2220
+ )
2221
+ .operands_in(vec![x, y])
2222
+ .operands_out(vec![a]),
2223
+ );
2224
+
2225
+ ig.push(
2226
+ Inst::new(
2227
+ "rotl_imm",
2228
+ r#"
2229
+ Rotate left by immediate.
2230
+
2231
+ Same as `rotl`, but one operand is a zero extended 64 bit immediate constant.
2232
+ "#,
2233
+ &formats.binary_imm64,
2234
+ )
2235
+ .operands_in(vec![x, Y])
2236
+ .operands_out(vec![a]),
2237
+ );
2238
+
2239
+ ig.push(
2240
+ Inst::new(
2241
+ "rotr_imm",
2242
+ r#"
2243
+ Rotate right by immediate.
2244
+
2245
+ Same as `rotr`, but one operand is a zero extended 64 bit immediate constant.
2246
+ "#,
2247
+ &formats.binary_imm64,
2248
+ )
2249
+ .operands_in(vec![x, Y])
2250
+ .operands_out(vec![a]),
2251
+ );
2252
+
2253
+ ig.push(
2254
+ Inst::new(
2255
+ "ishl",
2256
+ r#"
2257
+ Integer shift left. Shift the bits in ``x`` towards the MSB by ``y``
2258
+ places. Shift in zero bits to the LSB.
2259
+
2260
+ The shift amount is masked to the size of ``x``.
2261
+
2262
+ When shifting a B-bits integer type, this instruction computes:
2263
+
2264
+ ```text
2265
+ s &:= y \pmod B,
2266
+ a &:= x \cdot 2^s \pmod{2^B}.
2267
+ ```
2268
+ "#,
2269
+ &formats.binary,
2270
+ )
2271
+ .operands_in(vec![x, y])
2272
+ .operands_out(vec![a]),
2273
+ );
2274
+
2275
+ ig.push(
2276
+ Inst::new(
2277
+ "ushr",
2278
+ r#"
2279
+ Unsigned shift right. Shift bits in ``x`` towards the LSB by ``y``
2280
+ places, shifting in zero bits to the MSB. Also called a *logical
2281
+ shift*.
2282
+
2283
+ The shift amount is masked to the size of the register.
2284
+
2285
+ When shifting a B-bits integer type, this instruction computes:
2286
+
2287
+ ```text
2288
+ s &:= y \pmod B,
2289
+ a &:= \lfloor x \cdot 2^{-s} \rfloor.
2290
+ ```
2291
+ "#,
2292
+ &formats.binary,
2293
+ )
2294
+ .operands_in(vec![x, y])
2295
+ .operands_out(vec![a]),
2296
+ );
2297
+
2298
+ ig.push(
2299
+ Inst::new(
2300
+ "sshr",
2301
+ r#"
2302
+ Signed shift right. Shift bits in ``x`` towards the LSB by ``y``
2303
+ places, shifting in sign bits to the MSB. Also called an *arithmetic
2304
+ shift*.
2305
+
2306
+ The shift amount is masked to the size of the register.
2307
+ "#,
2308
+ &formats.binary,
2309
+ )
2310
+ .operands_in(vec![x, y])
2311
+ .operands_out(vec![a]),
2312
+ );
2313
+
2314
+ ig.push(
2315
+ Inst::new(
2316
+ "ishl_imm",
2317
+ r#"
2318
+ Integer shift left by immediate.
2319
+
2320
+ The shift amount is masked to the size of ``x``.
2321
+ "#,
2322
+ &formats.binary_imm64,
2323
+ )
2324
+ .operands_in(vec![x, Y])
2325
+ .operands_out(vec![a]),
2326
+ );
2327
+
2328
+ ig.push(
2329
+ Inst::new(
2330
+ "ushr_imm",
2331
+ r#"
2332
+ Unsigned shift right by immediate.
2333
+
2334
+ The shift amount is masked to the size of the register.
2335
+ "#,
2336
+ &formats.binary_imm64,
2337
+ )
2338
+ .operands_in(vec![x, Y])
2339
+ .operands_out(vec![a]),
2340
+ );
2341
+
2342
+ ig.push(
2343
+ Inst::new(
2344
+ "sshr_imm",
2345
+ r#"
2346
+ Signed shift right by immediate.
2347
+
2348
+ The shift amount is masked to the size of the register.
2349
+ "#,
2350
+ &formats.binary_imm64,
2351
+ )
2352
+ .operands_in(vec![x, Y])
2353
+ .operands_out(vec![a]),
2354
+ );
2355
+
2356
+ let x = &Operand::new("x", iB);
2357
+ let a = &Operand::new("a", iB);
2358
+
2359
+ ig.push(
2360
+ Inst::new(
2361
+ "bitrev",
2362
+ r#"
2363
+ Reverse the bits of a integer.
2364
+
2365
+ Reverses the bits in ``x``.
2366
+ "#,
2367
+ &formats.unary,
2368
+ )
2369
+ .operands_in(vec![x])
2370
+ .operands_out(vec![a]),
2371
+ );
2372
+
2373
+ ig.push(
2374
+ Inst::new(
2375
+ "clz",
2376
+ r#"
2377
+ Count leading zero bits.
2378
+
2379
+ Starting from the MSB in ``x``, count the number of zero bits before
2380
+ reaching the first one bit. When ``x`` is zero, returns the size of x
2381
+ in bits.
2382
+ "#,
2383
+ &formats.unary,
2384
+ )
2385
+ .operands_in(vec![x])
2386
+ .operands_out(vec![a]),
2387
+ );
2388
+
2389
+ ig.push(
2390
+ Inst::new(
2391
+ "cls",
2392
+ r#"
2393
+ Count leading sign bits.
2394
+
2395
+ Starting from the MSB after the sign bit in ``x``, count the number of
2396
+ consecutive bits identical to the sign bit. When ``x`` is 0 or -1,
2397
+ returns one less than the size of x in bits.
2398
+ "#,
2399
+ &formats.unary,
2400
+ )
2401
+ .operands_in(vec![x])
2402
+ .operands_out(vec![a]),
2403
+ );
2404
+
2405
+ ig.push(
2406
+ Inst::new(
2407
+ "ctz",
2408
+ r#"
2409
+ Count trailing zeros.
2410
+
2411
+ Starting from the LSB in ``x``, count the number of zero bits before
2412
+ reaching the first one bit. When ``x`` is zero, returns the size of x
2413
+ in bits.
2414
+ "#,
2415
+ &formats.unary,
2416
+ )
2417
+ .operands_in(vec![x])
2418
+ .operands_out(vec![a]),
2419
+ );
2420
+
2421
+ let x = &Operand::new("x", iSwappable);
2422
+ let a = &Operand::new("a", iSwappable);
2423
+
2424
+ ig.push(
2425
+ Inst::new(
2426
+ "bswap",
2427
+ r#"
2428
+ Reverse the byte order of an integer.
2429
+
2430
+ Reverses the bytes in ``x``.
2431
+ "#,
2432
+ &formats.unary,
2433
+ )
2434
+ .operands_in(vec![x])
2435
+ .operands_out(vec![a]),
2436
+ );
2437
+
2438
+ let x = &Operand::new("x", Int);
2439
+ let a = &Operand::new("a", Int);
2440
+
2441
+ ig.push(
2442
+ Inst::new(
2443
+ "popcnt",
2444
+ r#"
2445
+ Population count
2446
+
2447
+ Count the number of one bits in ``x``.
2448
+ "#,
2449
+ &formats.unary,
2450
+ )
2451
+ .operands_in(vec![x])
2452
+ .operands_out(vec![a]),
2453
+ );
2454
+
2455
+ let Float = &TypeVar::new(
2456
+ "Float",
2457
+ "A scalar or vector floating point number",
2458
+ TypeSetBuilder::new()
2459
+ .floats(Interval::All)
2460
+ .simd_lanes(Interval::All)
2461
+ .dynamic_simd_lanes(Interval::All)
2462
+ .build(),
2463
+ );
2464
+ let Cond = &Operand::new("Cond", &imm.floatcc);
2465
+ let x = &Operand::new("x", Float);
2466
+ let y = &Operand::new("y", Float);
2467
+ let a = &Operand::new("a", &Float.as_bool());
2468
+
2469
+ ig.push(
2470
+ Inst::new(
2471
+ "fcmp",
2472
+ r#"
2473
+ Floating point comparison.
2474
+
2475
+ Two IEEE 754-2008 floating point numbers, `x` and `y`, relate to each
2476
+ other in exactly one of four ways:
2477
+
2478
+ ```text
2479
+ == ==========================================
2480
+ UN Unordered when one or both numbers is NaN.
2481
+ EQ When `x = y`. (And `0.0 = -0.0`).
2482
+ LT When `x < y`.
2483
+ GT When `x > y`.
2484
+ == ==========================================
2485
+ ```
2486
+
2487
+ The 14 `floatcc` condition codes each correspond to a subset of
2488
+ the four relations, except for the empty set which would always be
2489
+ false, and the full set which would always be true.
2490
+
2491
+ The condition codes are divided into 7 'ordered' conditions which don't
2492
+ include UN, and 7 unordered conditions which all include UN.
2493
+
2494
+ ```text
2495
+ +-------+------------+---------+------------+-------------------------+
2496
+ |Ordered |Unordered |Condition |
2497
+ +=======+============+=========+============+=========================+
2498
+ |ord |EQ | LT | GT|uno |UN |NaNs absent / present. |
2499
+ +-------+------------+---------+------------+-------------------------+
2500
+ |eq |EQ |ueq |UN | EQ |Equal |
2501
+ +-------+------------+---------+------------+-------------------------+
2502
+ |one |LT | GT |ne |UN | LT | GT|Not equal |
2503
+ +-------+------------+---------+------------+-------------------------+
2504
+ |lt |LT |ult |UN | LT |Less than |
2505
+ +-------+------------+---------+------------+-------------------------+
2506
+ |le |LT | EQ |ule |UN | LT | EQ|Less than or equal |
2507
+ +-------+------------+---------+------------+-------------------------+
2508
+ |gt |GT |ugt |UN | GT |Greater than |
2509
+ +-------+------------+---------+------------+-------------------------+
2510
+ |ge |GT | EQ |uge |UN | GT | EQ|Greater than or equal |
2511
+ +-------+------------+---------+------------+-------------------------+
2512
+ ```
2513
+
2514
+ The standard C comparison operators, `<, <=, >, >=`, are all ordered,
2515
+ so they are false if either operand is NaN. The C equality operator,
2516
+ `==`, is ordered, and since inequality is defined as the logical
2517
+ inverse it is *unordered*. They map to the `floatcc` condition
2518
+ codes as follows:
2519
+
2520
+ ```text
2521
+ ==== ====== ============
2522
+ C `Cond` Subset
2523
+ ==== ====== ============
2524
+ `==` eq EQ
2525
+ `!=` ne UN | LT | GT
2526
+ `<` lt LT
2527
+ `<=` le LT | EQ
2528
+ `>` gt GT
2529
+ `>=` ge GT | EQ
2530
+ ==== ====== ============
2531
+ ```
2532
+
2533
+ This subset of condition codes also corresponds to the WebAssembly
2534
+ floating point comparisons of the same name.
2535
+
2536
+ When this instruction compares floating point vectors, it returns a
2537
+ vector with the results of lane-wise comparisons.
2538
+ "#,
2539
+ &formats.float_compare,
2540
+ )
2541
+ .operands_in(vec![Cond, x, y])
2542
+ .operands_out(vec![a]),
2543
+ );
2544
+
2545
+ let x = &Operand::new("x", Float);
2546
+ let y = &Operand::new("y", Float);
2547
+ let z = &Operand::new("z", Float);
2548
+ let a = &Operand::new("a", Float).with_doc("Result of applying operator to each lane");
2549
+
2550
+ ig.push(
2551
+ Inst::new(
2552
+ "fadd",
2553
+ r#"
2554
+ Floating point addition.
2555
+ "#,
2556
+ &formats.binary,
2557
+ )
2558
+ .operands_in(vec![x, y])
2559
+ .operands_out(vec![a]),
2560
+ );
2561
+
2562
+ ig.push(
2563
+ Inst::new(
2564
+ "fsub",
2565
+ r#"
2566
+ Floating point subtraction.
2567
+ "#,
2568
+ &formats.binary,
2569
+ )
2570
+ .operands_in(vec![x, y])
2571
+ .operands_out(vec![a]),
2572
+ );
2573
+
2574
+ ig.push(
2575
+ Inst::new(
2576
+ "fmul",
2577
+ r#"
2578
+ Floating point multiplication.
2579
+ "#,
2580
+ &formats.binary,
2581
+ )
2582
+ .operands_in(vec![x, y])
2583
+ .operands_out(vec![a]),
2584
+ );
2585
+
2586
+ ig.push(
2587
+ Inst::new(
2588
+ "fdiv",
2589
+ r#"
2590
+ Floating point division.
2591
+
2592
+ Unlike the integer division instructions ` and
2593
+ `udiv`, this can't trap. Division by zero is infinity or
2594
+ NaN, depending on the dividend.
2595
+ "#,
2596
+ &formats.binary,
2597
+ )
2598
+ .operands_in(vec![x, y])
2599
+ .operands_out(vec![a]),
2600
+ );
2601
+
2602
+ ig.push(
2603
+ Inst::new(
2604
+ "sqrt",
2605
+ r#"
2606
+ Floating point square root.
2607
+ "#,
2608
+ &formats.unary,
2609
+ )
2610
+ .operands_in(vec![x])
2611
+ .operands_out(vec![a]),
2612
+ );
2613
+
2614
+ ig.push(
2615
+ Inst::new(
2616
+ "fma",
2617
+ r#"
2618
+ Floating point fused multiply-and-add.
2619
+
2620
+ Computes `a := xy+z` without any intermediate rounding of the
2621
+ product.
2622
+ "#,
2623
+ &formats.ternary,
2624
+ )
2625
+ .operands_in(vec![x, y, z])
2626
+ .operands_out(vec![a]),
2627
+ );
2628
+
2629
+ let a = &Operand::new("a", Float).with_doc("``x`` with its sign bit inverted");
2630
+
2631
+ ig.push(
2632
+ Inst::new(
2633
+ "fneg",
2634
+ r#"
2635
+ Floating point negation.
2636
+
2637
+ Note that this is a pure bitwise operation.
2638
+ "#,
2639
+ &formats.unary,
2640
+ )
2641
+ .operands_in(vec![x])
2642
+ .operands_out(vec![a]),
2643
+ );
2644
+
2645
+ let a = &Operand::new("a", Float).with_doc("``x`` with its sign bit cleared");
2646
+
2647
+ ig.push(
2648
+ Inst::new(
2649
+ "fabs",
2650
+ r#"
2651
+ Floating point absolute value.
2652
+
2653
+ Note that this is a pure bitwise operation.
2654
+ "#,
2655
+ &formats.unary,
2656
+ )
2657
+ .operands_in(vec![x])
2658
+ .operands_out(vec![a]),
2659
+ );
2660
+
2661
+ let a = &Operand::new("a", Float).with_doc("``x`` with its sign bit changed to that of ``y``");
2662
+
2663
+ ig.push(
2664
+ Inst::new(
2665
+ "fcopysign",
2666
+ r#"
2667
+ Floating point copy sign.
2668
+
2669
+ Note that this is a pure bitwise operation. The sign bit from ``y`` is
2670
+ copied to the sign bit of ``x``.
2671
+ "#,
2672
+ &formats.binary,
2673
+ )
2674
+ .operands_in(vec![x, y])
2675
+ .operands_out(vec![a]),
2676
+ );
2677
+
2678
+ let a = &Operand::new("a", Float).with_doc("The smaller of ``x`` and ``y``");
2679
+
2680
+ ig.push(
2681
+ Inst::new(
2682
+ "fmin",
2683
+ r#"
2684
+ Floating point minimum, propagating NaNs using the WebAssembly rules.
2685
+
2686
+ If either operand is NaN, this returns NaN with an unspecified sign. Furthermore, if
2687
+ each input NaN consists of a mantissa whose most significant bit is 1 and the rest is
2688
+ 0, then the output has the same form. Otherwise, the output mantissa's most significant
2689
+ bit is 1 and the rest is unspecified.
2690
+ "#,
2691
+ &formats.binary,
2692
+ )
2693
+ .operands_in(vec![x, y])
2694
+ .operands_out(vec![a]),
2695
+ );
2696
+
2697
+ ig.push(
2698
+ Inst::new(
2699
+ "fmin_pseudo",
2700
+ r#"
2701
+ Floating point pseudo-minimum, propagating NaNs. This behaves differently from ``fmin``.
2702
+ See <https://github.com/WebAssembly/simd/pull/122> for background.
2703
+
2704
+ The behaviour is defined as ``fmin_pseudo(a, b) = (b < a) ? b : a``, and the behaviour
2705
+ for zero or NaN inputs follows from the behaviour of ``<`` with such inputs.
2706
+ "#,
2707
+ &formats.binary,
2708
+ )
2709
+ .operands_in(vec![x, y])
2710
+ .operands_out(vec![a]),
2711
+ );
2712
+
2713
+ let a = &Operand::new("a", Float).with_doc("The larger of ``x`` and ``y``");
2714
+
2715
+ ig.push(
2716
+ Inst::new(
2717
+ "fmax",
2718
+ r#"
2719
+ Floating point maximum, propagating NaNs using the WebAssembly rules.
2720
+
2721
+ If either operand is NaN, this returns NaN with an unspecified sign. Furthermore, if
2722
+ each input NaN consists of a mantissa whose most significant bit is 1 and the rest is
2723
+ 0, then the output has the same form. Otherwise, the output mantissa's most significant
2724
+ bit is 1 and the rest is unspecified.
2725
+ "#,
2726
+ &formats.binary,
2727
+ )
2728
+ .operands_in(vec![x, y])
2729
+ .operands_out(vec![a]),
2730
+ );
2731
+
2732
+ ig.push(
2733
+ Inst::new(
2734
+ "fmax_pseudo",
2735
+ r#"
2736
+ Floating point pseudo-maximum, propagating NaNs. This behaves differently from ``fmax``.
2737
+ See <https://github.com/WebAssembly/simd/pull/122> for background.
2738
+
2739
+ The behaviour is defined as ``fmax_pseudo(a, b) = (a < b) ? b : a``, and the behaviour
2740
+ for zero or NaN inputs follows from the behaviour of ``<`` with such inputs.
2741
+ "#,
2742
+ &formats.binary,
2743
+ )
2744
+ .operands_in(vec![x, y])
2745
+ .operands_out(vec![a]),
2746
+ );
2747
+
2748
+ let a = &Operand::new("a", Float).with_doc("``x`` rounded to integral value");
2749
+
2750
+ ig.push(
2751
+ Inst::new(
2752
+ "ceil",
2753
+ r#"
2754
+ Round floating point round to integral, towards positive infinity.
2755
+ "#,
2756
+ &formats.unary,
2757
+ )
2758
+ .operands_in(vec![x])
2759
+ .operands_out(vec![a]),
2760
+ );
2761
+
2762
+ ig.push(
2763
+ Inst::new(
2764
+ "floor",
2765
+ r#"
2766
+ Round floating point round to integral, towards negative infinity.
2767
+ "#,
2768
+ &formats.unary,
2769
+ )
2770
+ .operands_in(vec![x])
2771
+ .operands_out(vec![a]),
2772
+ );
2773
+
2774
+ ig.push(
2775
+ Inst::new(
2776
+ "trunc",
2777
+ r#"
2778
+ Round floating point round to integral, towards zero.
2779
+ "#,
2780
+ &formats.unary,
2781
+ )
2782
+ .operands_in(vec![x])
2783
+ .operands_out(vec![a]),
2784
+ );
2785
+
2786
+ ig.push(
2787
+ Inst::new(
2788
+ "nearest",
2789
+ r#"
2790
+ Round floating point round to integral, towards nearest with ties to
2791
+ even.
2792
+ "#,
2793
+ &formats.unary,
2794
+ )
2795
+ .operands_in(vec![x])
2796
+ .operands_out(vec![a]),
2797
+ );
2798
+
2799
+ let a = &Operand::new("a", i8);
2800
+ let x = &Operand::new("x", Ref);
2801
+
2802
+ ig.push(
2803
+ Inst::new(
2804
+ "is_null",
2805
+ r#"
2806
+ Reference verification.
2807
+
2808
+ The condition code determines if the reference type in question is
2809
+ null or not.
2810
+ "#,
2811
+ &formats.unary,
2812
+ )
2813
+ .operands_in(vec![x])
2814
+ .operands_out(vec![a]),
2815
+ );
2816
+
2817
+ let a = &Operand::new("a", i8);
2818
+ let x = &Operand::new("x", Ref);
2819
+
2820
+ ig.push(
2821
+ Inst::new(
2822
+ "is_invalid",
2823
+ r#"
2824
+ Reference verification.
2825
+
2826
+ The condition code determines if the reference type in question is
2827
+ invalid or not.
2828
+ "#,
2829
+ &formats.unary,
2830
+ )
2831
+ .operands_in(vec![x])
2832
+ .operands_out(vec![a]),
2833
+ );
2834
+
2835
+ let x = &Operand::new("x", Mem);
2836
+ let a = &Operand::new("a", MemTo).with_doc("Bits of `x` reinterpreted");
2837
+ let MemFlags = &Operand::new("MemFlags", &imm.memflags);
2838
+
2839
+ ig.push(
2840
+ Inst::new(
2841
+ "bitcast",
2842
+ r#"
2843
+ Reinterpret the bits in `x` as a different type.
2844
+
2845
+ The input and output types must be storable to memory and of the same
2846
+ size. A bitcast is equivalent to storing one type and loading the other
2847
+ type from the same address, both using the specified MemFlags.
2848
+
2849
+ Note that this operation only supports the `big` or `little` MemFlags.
2850
+ The specified byte order only affects the result in the case where
2851
+ input and output types differ in lane count/size. In this case, the
2852
+ operation is only valid if a byte order specifier is provided.
2853
+ "#,
2854
+ &formats.load_no_offset,
2855
+ )
2856
+ .operands_in(vec![MemFlags, x])
2857
+ .operands_out(vec![a]),
2858
+ );
2859
+
2860
+ let a = &Operand::new("a", TxN).with_doc("A vector value");
2861
+ let s = &Operand::new("s", &TxN.lane_of()).with_doc("A scalar value");
2862
+
2863
+ ig.push(
2864
+ Inst::new(
2865
+ "scalar_to_vector",
2866
+ r#"
2867
+ Copies a scalar value to a vector value. The scalar is copied into the
2868
+ least significant lane of the vector, and all other lanes will be zero.
2869
+ "#,
2870
+ &formats.unary,
2871
+ )
2872
+ .operands_in(vec![s])
2873
+ .operands_out(vec![a]),
2874
+ );
2875
+
2876
+ let Truthy = &TypeVar::new(
2877
+ "Truthy",
2878
+ "A scalar or vector whose values are truthy",
2879
+ TypeSetBuilder::new()
2880
+ .ints(Interval::All)
2881
+ .simd_lanes(Interval::All)
2882
+ .build(),
2883
+ );
2884
+ let IntTo = &TypeVar::new(
2885
+ "IntTo",
2886
+ "An integer type with the same number of lanes",
2887
+ TypeSetBuilder::new()
2888
+ .ints(Interval::All)
2889
+ .simd_lanes(Interval::All)
2890
+ .build(),
2891
+ );
2892
+ let x = &Operand::new("x", Truthy);
2893
+ let a = &Operand::new("a", IntTo);
2894
+
2895
+ ig.push(
2896
+ Inst::new(
2897
+ "bmask",
2898
+ r#"
2899
+ Convert `x` to an integer mask.
2900
+
2901
+ True maps to all 1s and false maps to all 0s. The result type must have
2902
+ the same number of vector lanes as the input.
2903
+ "#,
2904
+ &formats.unary,
2905
+ )
2906
+ .operands_in(vec![x])
2907
+ .operands_out(vec![a]),
2908
+ );
2909
+
2910
+ let Int = &TypeVar::new(
2911
+ "Int",
2912
+ "A scalar integer type",
2913
+ TypeSetBuilder::new().ints(Interval::All).build(),
2914
+ );
2915
+
2916
+ let IntTo = &TypeVar::new(
2917
+ "IntTo",
2918
+ "A smaller integer type",
2919
+ TypeSetBuilder::new().ints(Interval::All).build(),
2920
+ );
2921
+ let x = &Operand::new("x", Int);
2922
+ let a = &Operand::new("a", IntTo);
2923
+
2924
+ ig.push(
2925
+ Inst::new(
2926
+ "ireduce",
2927
+ r#"
2928
+ Convert `x` to a smaller integer type by discarding
2929
+ the most significant bits.
2930
+
2931
+ This is the same as reducing modulo `2^n`.
2932
+ "#,
2933
+ &formats.unary,
2934
+ )
2935
+ .operands_in(vec![x])
2936
+ .operands_out(vec![a]),
2937
+ );
2938
+
2939
+ let I16or32or64xN = &TypeVar::new(
2940
+ "I16or32or64xN",
2941
+ "A SIMD vector type containing integer lanes 16, 32, or 64 bits wide",
2942
+ TypeSetBuilder::new()
2943
+ .ints(16..64)
2944
+ .simd_lanes(2..8)
2945
+ .dynamic_simd_lanes(2..8)
2946
+ .includes_scalars(false)
2947
+ .build(),
2948
+ );
2949
+
2950
+ let x = &Operand::new("x", I16or32or64xN);
2951
+ let y = &Operand::new("y", I16or32or64xN);
2952
+ let a = &Operand::new("a", &I16or32or64xN.split_lanes());
2953
+
2954
+ ig.push(
2955
+ Inst::new(
2956
+ "snarrow",
2957
+ r#"
2958
+ Combine `x` and `y` into a vector with twice the lanes but half the integer width while
2959
+ saturating overflowing values to the signed maximum and minimum.
2960
+
2961
+ The lanes will be concatenated after narrowing. For example, when `x` and `y` are `i32x4`
2962
+ and `x = [x3, x2, x1, x0]` and `y = [y3, y2, y1, y0]`, then after narrowing the value
2963
+ returned is an `i16x8`: `a = [y3', y2', y1', y0', x3', x2', x1', x0']`.
2964
+ "#,
2965
+ &formats.binary,
2966
+ )
2967
+ .operands_in(vec![x, y])
2968
+ .operands_out(vec![a]),
2969
+ );
2970
+
2971
+ ig.push(
2972
+ Inst::new(
2973
+ "unarrow",
2974
+ r#"
2975
+ Combine `x` and `y` into a vector with twice the lanes but half the integer width while
2976
+ saturating overflowing values to the unsigned maximum and minimum.
2977
+
2978
+ Note that all input lanes are considered signed: any negative lanes will overflow and be
2979
+ replaced with the unsigned minimum, `0x00`.
2980
+
2981
+ The lanes will be concatenated after narrowing. For example, when `x` and `y` are `i32x4`
2982
+ and `x = [x3, x2, x1, x0]` and `y = [y3, y2, y1, y0]`, then after narrowing the value
2983
+ returned is an `i16x8`: `a = [y3', y2', y1', y0', x3', x2', x1', x0']`.
2984
+ "#,
2985
+ &formats.binary,
2986
+ )
2987
+ .operands_in(vec![x, y])
2988
+ .operands_out(vec![a]),
2989
+ );
2990
+
2991
+ ig.push(
2992
+ Inst::new(
2993
+ "uunarrow",
2994
+ r#"
2995
+ Combine `x` and `y` into a vector with twice the lanes but half the integer width while
2996
+ saturating overflowing values to the unsigned maximum and minimum.
2997
+
2998
+ Note that all input lanes are considered unsigned: any negative values will be interpreted as unsigned, overflowing and being replaced with the unsigned maximum.
2999
+
3000
+ The lanes will be concatenated after narrowing. For example, when `x` and `y` are `i32x4`
3001
+ and `x = [x3, x2, x1, x0]` and `y = [y3, y2, y1, y0]`, then after narrowing the value
3002
+ returned is an `i16x8`: `a = [y3', y2', y1', y0', x3', x2', x1', x0']`.
3003
+ "#,
3004
+ &formats.binary,
3005
+ )
3006
+ .operands_in(vec![x, y])
3007
+ .operands_out(vec![a]),
3008
+ );
3009
+
3010
+ let I8or16or32xN = &TypeVar::new(
3011
+ "I8or16or32xN",
3012
+ "A SIMD vector type containing integer lanes 8, 16, or 32 bits wide.",
3013
+ TypeSetBuilder::new()
3014
+ .ints(8..32)
3015
+ .simd_lanes(2..16)
3016
+ .dynamic_simd_lanes(2..16)
3017
+ .includes_scalars(false)
3018
+ .build(),
3019
+ );
3020
+
3021
+ let x = &Operand::new("x", I8or16or32xN);
3022
+ let a = &Operand::new("a", &I8or16or32xN.merge_lanes());
3023
+
3024
+ ig.push(
3025
+ Inst::new(
3026
+ "swiden_low",
3027
+ r#"
3028
+ Widen the low lanes of `x` using signed extension.
3029
+
3030
+ This will double the lane width and halve the number of lanes.
3031
+ "#,
3032
+ &formats.unary,
3033
+ )
3034
+ .operands_in(vec![x])
3035
+ .operands_out(vec![a]),
3036
+ );
3037
+
3038
+ ig.push(
3039
+ Inst::new(
3040
+ "swiden_high",
3041
+ r#"
3042
+ Widen the high lanes of `x` using signed extension.
3043
+
3044
+ This will double the lane width and halve the number of lanes.
3045
+ "#,
3046
+ &formats.unary,
3047
+ )
3048
+ .operands_in(vec![x])
3049
+ .operands_out(vec![a]),
3050
+ );
3051
+
3052
+ ig.push(
3053
+ Inst::new(
3054
+ "uwiden_low",
3055
+ r#"
3056
+ Widen the low lanes of `x` using unsigned extension.
3057
+
3058
+ This will double the lane width and halve the number of lanes.
3059
+ "#,
3060
+ &formats.unary,
3061
+ )
3062
+ .operands_in(vec![x])
3063
+ .operands_out(vec![a]),
3064
+ );
3065
+
3066
+ ig.push(
3067
+ Inst::new(
3068
+ "uwiden_high",
3069
+ r#"
3070
+ Widen the high lanes of `x` using unsigned extension.
3071
+
3072
+ This will double the lane width and halve the number of lanes.
3073
+ "#,
3074
+ &formats.unary,
3075
+ )
3076
+ .operands_in(vec![x])
3077
+ .operands_out(vec![a]),
3078
+ );
3079
+
3080
+ let x = &Operand::new("x", I8or16or32xN);
3081
+ let y = &Operand::new("y", I8or16or32xN);
3082
+ let a = &Operand::new("a", I8or16or32xN);
3083
+
3084
+ ig.push(
3085
+ Inst::new(
3086
+ "iadd_pairwise",
3087
+ r#"
3088
+ Does lane-wise integer pairwise addition on two operands, putting the
3089
+ combined results into a single vector result. Here a pair refers to adjacent
3090
+ lanes in a vector, i.e. i*2 + (i*2+1) for i == num_lanes/2. The first operand
3091
+ pairwise add results will make up the low half of the resulting vector while
3092
+ the second operand pairwise add results will make up the upper half of the
3093
+ resulting vector.
3094
+ "#,
3095
+ &formats.binary,
3096
+ )
3097
+ .operands_in(vec![x, y])
3098
+ .operands_out(vec![a]),
3099
+ );
3100
+
3101
+ let I16x8 = &TypeVar::new(
3102
+ "I16x8",
3103
+ "A SIMD vector type containing 8 integer lanes each 16 bits wide.",
3104
+ TypeSetBuilder::new()
3105
+ .ints(16..16)
3106
+ .simd_lanes(8..8)
3107
+ .includes_scalars(false)
3108
+ .build(),
3109
+ );
3110
+
3111
+ let x = &Operand::new("x", I16x8);
3112
+ let y = &Operand::new("y", I16x8);
3113
+ let a = &Operand::new("a", &I16x8.merge_lanes());
3114
+
3115
+ ig.push(
3116
+ Inst::new(
3117
+ "widening_pairwise_dot_product_s",
3118
+ r#"
3119
+ Takes corresponding elements in `x` and `y`, performs a sign-extending length-doubling
3120
+ multiplication on them, then adds adjacent pairs of elements to form the result. For
3121
+ example, if the input vectors are `[x3, x2, x1, x0]` and `[y3, y2, y1, y0]`, it produces
3122
+ the vector `[r1, r0]`, where `r1 = sx(x3) * sx(y3) + sx(x2) * sx(y2)` and
3123
+ `r0 = sx(x1) * sx(y1) + sx(x0) * sx(y0)`, and `sx(n)` sign-extends `n` to twice its width.
3124
+
3125
+ This will double the lane width and halve the number of lanes. So the resulting
3126
+ vector has the same number of bits as `x` and `y` do (individually).
3127
+
3128
+ See <https://github.com/WebAssembly/simd/pull/127> for background info.
3129
+ "#,
3130
+ &formats.binary,
3131
+ )
3132
+ .operands_in(vec![x, y])
3133
+ .operands_out(vec![a]),
3134
+ );
3135
+
3136
+ let IntTo = &TypeVar::new(
3137
+ "IntTo",
3138
+ "A larger integer type with the same number of lanes",
3139
+ TypeSetBuilder::new()
3140
+ .ints(Interval::All)
3141
+ .simd_lanes(Interval::All)
3142
+ .build(),
3143
+ );
3144
+ let x = &Operand::new("x", Int);
3145
+ let a = &Operand::new("a", IntTo);
3146
+
3147
+ ig.push(
3148
+ Inst::new(
3149
+ "uextend",
3150
+ r#"
3151
+ Convert `x` to a larger integer type by zero-extending.
3152
+
3153
+ Each lane in `x` is converted to a larger integer type by adding
3154
+ zeroes. The result has the same numerical value as `x` when both are
3155
+ interpreted as unsigned integers.
3156
+
3157
+ The result type must have the same number of vector lanes as the input,
3158
+ and each lane must not have fewer bits that the input lanes. If the
3159
+ input and output types are the same, this is a no-op.
3160
+ "#,
3161
+ &formats.unary,
3162
+ )
3163
+ .operands_in(vec![x])
3164
+ .operands_out(vec![a]),
3165
+ );
3166
+
3167
+ ig.push(
3168
+ Inst::new(
3169
+ "sextend",
3170
+ r#"
3171
+ Convert `x` to a larger integer type by sign-extending.
3172
+
3173
+ Each lane in `x` is converted to a larger integer type by replicating
3174
+ the sign bit. The result has the same numerical value as `x` when both
3175
+ are interpreted as signed integers.
3176
+
3177
+ The result type must have the same number of vector lanes as the input,
3178
+ and each lane must not have fewer bits that the input lanes. If the
3179
+ input and output types are the same, this is a no-op.
3180
+ "#,
3181
+ &formats.unary,
3182
+ )
3183
+ .operands_in(vec![x])
3184
+ .operands_out(vec![a]),
3185
+ );
3186
+
3187
+ let FloatTo = &TypeVar::new(
3188
+ "FloatTo",
3189
+ "A scalar or vector floating point number",
3190
+ TypeSetBuilder::new()
3191
+ .floats(Interval::All)
3192
+ .simd_lanes(Interval::All)
3193
+ .build(),
3194
+ );
3195
+ let x = &Operand::new("x", Float);
3196
+ let a = &Operand::new("a", FloatTo);
3197
+
3198
+ ig.push(
3199
+ Inst::new(
3200
+ "fpromote",
3201
+ r#"
3202
+ Convert `x` to a larger floating point format.
3203
+
3204
+ Each lane in `x` is converted to the destination floating point format.
3205
+ This is an exact operation.
3206
+
3207
+ Cranelift currently only supports two floating point formats
3208
+ - `f32` and `f64`. This may change in the future.
3209
+
3210
+ The result type must have the same number of vector lanes as the input,
3211
+ and the result lanes must not have fewer bits than the input lanes.
3212
+ "#,
3213
+ &formats.unary,
3214
+ )
3215
+ .operands_in(vec![x])
3216
+ .operands_out(vec![a]),
3217
+ );
3218
+
3219
+ ig.push(
3220
+ Inst::new(
3221
+ "fdemote",
3222
+ r#"
3223
+ Convert `x` to a smaller floating point format.
3224
+
3225
+ Each lane in `x` is converted to the destination floating point format
3226
+ by rounding to nearest, ties to even.
3227
+
3228
+ Cranelift currently only supports two floating point formats
3229
+ - `f32` and `f64`. This may change in the future.
3230
+
3231
+ The result type must have the same number of vector lanes as the input,
3232
+ and the result lanes must not have more bits than the input lanes.
3233
+ "#,
3234
+ &formats.unary,
3235
+ )
3236
+ .operands_in(vec![x])
3237
+ .operands_out(vec![a]),
3238
+ );
3239
+
3240
+ let F64x2 = &TypeVar::new(
3241
+ "F64x2",
3242
+ "A SIMD vector type consisting of 2 lanes of 64-bit floats",
3243
+ TypeSetBuilder::new()
3244
+ .floats(64..64)
3245
+ .simd_lanes(2..2)
3246
+ .includes_scalars(false)
3247
+ .build(),
3248
+ );
3249
+ let F32x4 = &TypeVar::new(
3250
+ "F32x4",
3251
+ "A SIMD vector type consisting of 4 lanes of 32-bit floats",
3252
+ TypeSetBuilder::new()
3253
+ .floats(32..32)
3254
+ .simd_lanes(4..4)
3255
+ .includes_scalars(false)
3256
+ .build(),
3257
+ );
3258
+
3259
+ let x = &Operand::new("x", F64x2);
3260
+ let a = &Operand::new("a", F32x4);
3261
+
3262
+ ig.push(
3263
+ Inst::new(
3264
+ "fvdemote",
3265
+ r#"
3266
+ Convert `x` to a smaller floating point format.
3267
+
3268
+ Each lane in `x` is converted to the destination floating point format
3269
+ by rounding to nearest, ties to even.
3270
+
3271
+ Cranelift currently only supports two floating point formats
3272
+ - `f32` and `f64`. This may change in the future.
3273
+
3274
+ Fvdemote differs from fdemote in that with fvdemote it targets vectors.
3275
+ Fvdemote is constrained to having the input type being F64x2 and the result
3276
+ type being F32x4. The result lane that was the upper half of the input lane
3277
+ is initialized to zero.
3278
+ "#,
3279
+ &formats.unary,
3280
+ )
3281
+ .operands_in(vec![x])
3282
+ .operands_out(vec![a]),
3283
+ );
3284
+
3285
+ ig.push(
3286
+ Inst::new(
3287
+ "fvpromote_low",
3288
+ r#"
3289
+ Converts packed single precision floating point to packed double precision floating point.
3290
+
3291
+ Considering only the lower half of the register, the low lanes in `x` are interpreted as
3292
+ single precision floats that are then converted to a double precision floats.
3293
+
3294
+ The result type will have half the number of vector lanes as the input. Fvpromote_low is
3295
+ constrained to input F32x4 with a result type of F64x2.
3296
+ "#,
3297
+ &formats.unary,
3298
+ )
3299
+ .operands_in(vec![a])
3300
+ .operands_out(vec![x]),
3301
+ );
3302
+
3303
+ let FloatScalar = &TypeVar::new(
3304
+ "FloatScalar",
3305
+ "A scalar only floating point number",
3306
+ TypeSetBuilder::new().floats(Interval::All).build(),
3307
+ );
3308
+ let x = &Operand::new("x", FloatScalar);
3309
+ let a = &Operand::new("a", IntTo);
3310
+
3311
+ ig.push(
3312
+ Inst::new(
3313
+ "fcvt_to_uint",
3314
+ r#"
3315
+ Converts floating point scalars to unsigned integer.
3316
+
3317
+ Only operates on `x` if it is a scalar. If `x` is NaN or if
3318
+ the unsigned integral value cannot be represented in the result
3319
+ type, this instruction traps.
3320
+
3321
+ "#,
3322
+ &formats.unary,
3323
+ )
3324
+ .operands_in(vec![x])
3325
+ .operands_out(vec![a])
3326
+ .can_trap(true),
3327
+ );
3328
+
3329
+ ig.push(
3330
+ Inst::new(
3331
+ "fcvt_to_sint",
3332
+ r#"
3333
+ Converts floating point scalars to signed integer.
3334
+
3335
+ Only operates on `x` if it is a scalar. If `x` is NaN or if
3336
+ the unsigned integral value cannot be represented in the result
3337
+ type, this instruction traps.
3338
+
3339
+ "#,
3340
+ &formats.unary,
3341
+ )
3342
+ .operands_in(vec![x])
3343
+ .operands_out(vec![a])
3344
+ .can_trap(true),
3345
+ );
3346
+
3347
+ let x = &Operand::new("x", Float);
3348
+ let a = &Operand::new("a", IntTo);
3349
+
3350
+ ig.push(
3351
+ Inst::new(
3352
+ "fcvt_to_uint_sat",
3353
+ r#"
3354
+ Convert floating point to unsigned integer as fcvt_to_uint does, but
3355
+ saturates the input instead of trapping. NaN and negative values are
3356
+ converted to 0.
3357
+ "#,
3358
+ &formats.unary,
3359
+ )
3360
+ .operands_in(vec![x])
3361
+ .operands_out(vec![a]),
3362
+ );
3363
+
3364
+ ig.push(
3365
+ Inst::new(
3366
+ "fcvt_to_sint_sat",
3367
+ r#"
3368
+ Convert floating point to signed integer as fcvt_to_sint does, but
3369
+ saturates the input instead of trapping. NaN values are converted to 0.
3370
+ "#,
3371
+ &formats.unary,
3372
+ )
3373
+ .operands_in(vec![x])
3374
+ .operands_out(vec![a]),
3375
+ );
3376
+
3377
+ let Int = &TypeVar::new(
3378
+ "Int",
3379
+ "A scalar or vector integer type",
3380
+ TypeSetBuilder::new()
3381
+ .ints(Interval::All)
3382
+ .simd_lanes(Interval::All)
3383
+ .build(),
3384
+ );
3385
+ let x = &Operand::new("x", Int);
3386
+ let a = &Operand::new("a", FloatTo);
3387
+
3388
+ ig.push(
3389
+ Inst::new(
3390
+ "fcvt_from_uint",
3391
+ r#"
3392
+ Convert unsigned integer to floating point.
3393
+
3394
+ Each lane in `x` is interpreted as an unsigned integer and converted to
3395
+ floating point using round to nearest, ties to even.
3396
+
3397
+ The result type must have the same number of vector lanes as the input.
3398
+ "#,
3399
+ &formats.unary,
3400
+ )
3401
+ .operands_in(vec![x])
3402
+ .operands_out(vec![a]),
3403
+ );
3404
+
3405
+ ig.push(
3406
+ Inst::new(
3407
+ "fcvt_from_sint",
3408
+ r#"
3409
+ Convert signed integer to floating point.
3410
+
3411
+ Each lane in `x` is interpreted as a signed integer and converted to
3412
+ floating point using round to nearest, ties to even.
3413
+
3414
+ The result type must have the same number of vector lanes as the input.
3415
+ "#,
3416
+ &formats.unary,
3417
+ )
3418
+ .operands_in(vec![x])
3419
+ .operands_out(vec![a]),
3420
+ );
3421
+
3422
+ ig.push(
3423
+ Inst::new(
3424
+ "fcvt_low_from_sint",
3425
+ r#"
3426
+ Converts packed signed 32-bit integers to packed double precision floating point.
3427
+
3428
+ Considering only the low half of the register, each lane in `x` is interpreted as a
3429
+ signed 32-bit integer that is then converted to a double precision float. This
3430
+ instruction differs from fcvt_from_sint in that it converts half the number of lanes
3431
+ which are converted to occupy twice the number of bits. No rounding should be needed
3432
+ for the resulting float.
3433
+
3434
+ The result type will have half the number of vector lanes as the input.
3435
+ "#,
3436
+ &formats.unary,
3437
+ )
3438
+ .operands_in(vec![x])
3439
+ .operands_out(vec![a]),
3440
+ );
3441
+
3442
+ let WideInt = &TypeVar::new(
3443
+ "WideInt",
3444
+ "An integer type with lanes from `i16` upwards",
3445
+ TypeSetBuilder::new()
3446
+ .ints(16..128)
3447
+ .simd_lanes(Interval::All)
3448
+ .build(),
3449
+ );
3450
+ let x = &Operand::new("x", WideInt);
3451
+ let lo = &Operand::new("lo", &WideInt.half_width()).with_doc("The low bits of `x`");
3452
+ let hi = &Operand::new("hi", &WideInt.half_width()).with_doc("The high bits of `x`");
3453
+
3454
+ ig.push(
3455
+ Inst::new(
3456
+ "isplit",
3457
+ r#"
3458
+ Split an integer into low and high parts.
3459
+
3460
+ Vectors of integers are split lane-wise, so the results have the same
3461
+ number of lanes as the input, but the lanes are half the size.
3462
+
3463
+ Returns the low half of `x` and the high half of `x` as two independent
3464
+ values.
3465
+ "#,
3466
+ &formats.unary,
3467
+ )
3468
+ .operands_in(vec![x])
3469
+ .operands_out(vec![lo, hi]),
3470
+ );
3471
+
3472
+ let lo = &Operand::new("lo", NarrowInt);
3473
+ let hi = &Operand::new("hi", NarrowInt);
3474
+ let a = &Operand::new("a", &NarrowInt.double_width())
3475
+ .with_doc("The concatenation of `lo` and `hi`");
3476
+
3477
+ ig.push(
3478
+ Inst::new(
3479
+ "iconcat",
3480
+ r#"
3481
+ Concatenate low and high bits to form a larger integer type.
3482
+
3483
+ Vectors of integers are concatenated lane-wise such that the result has
3484
+ the same number of lanes as the inputs, but the lanes are twice the
3485
+ size.
3486
+ "#,
3487
+ &formats.binary,
3488
+ )
3489
+ .operands_in(vec![lo, hi])
3490
+ .operands_out(vec![a]),
3491
+ );
3492
+
3493
+ // Instructions relating to atomic memory accesses and fences
3494
+ let AtomicMem = &TypeVar::new(
3495
+ "AtomicMem",
3496
+ "Any type that can be stored in memory, which can be used in an atomic operation",
3497
+ TypeSetBuilder::new().ints(8..64).build(),
3498
+ );
3499
+ let x = &Operand::new("x", AtomicMem).with_doc("Value to be atomically stored");
3500
+ let a = &Operand::new("a", AtomicMem).with_doc("Value atomically loaded");
3501
+ let e = &Operand::new("e", AtomicMem).with_doc("Expected value in CAS");
3502
+ let p = &Operand::new("p", iAddr);
3503
+ let MemFlags = &Operand::new("MemFlags", &imm.memflags);
3504
+ let AtomicRmwOp = &Operand::new("AtomicRmwOp", &imm.atomic_rmw_op);
3505
+
3506
+ ig.push(
3507
+ Inst::new(
3508
+ "atomic_rmw",
3509
+ r#"
3510
+ Atomically read-modify-write memory at `p`, with second operand `x`. The old value is
3511
+ returned. `p` has the type of the target word size, and `x` may be an integer type of
3512
+ 8, 16, 32 or 64 bits, even on a 32-bit target. The type of the returned value is the
3513
+ same as the type of `x`. This operation is sequentially consistent and creates
3514
+ happens-before edges that order normal (non-atomic) loads and stores.
3515
+ "#,
3516
+ &formats.atomic_rmw,
3517
+ )
3518
+ .operands_in(vec![MemFlags, AtomicRmwOp, p, x])
3519
+ .operands_out(vec![a])
3520
+ .can_load(true)
3521
+ .can_store(true)
3522
+ .other_side_effects(true),
3523
+ );
3524
+
3525
+ ig.push(
3526
+ Inst::new(
3527
+ "atomic_cas",
3528
+ r#"
3529
+ Perform an atomic compare-and-swap operation on memory at `p`, with expected value `e`,
3530
+ storing `x` if the value at `p` equals `e`. The old value at `p` is returned,
3531
+ regardless of whether the operation succeeds or fails. `p` has the type of the target
3532
+ word size, and `x` and `e` must have the same type and the same size, which may be an
3533
+ integer type of 8, 16, 32 or 64 bits, even on a 32-bit target. The type of the returned
3534
+ value is the same as the type of `x` and `e`. This operation is sequentially
3535
+ consistent and creates happens-before edges that order normal (non-atomic) loads and
3536
+ stores.
3537
+ "#,
3538
+ &formats.atomic_cas,
3539
+ )
3540
+ .operands_in(vec![MemFlags, p, e, x])
3541
+ .operands_out(vec![a])
3542
+ .can_load(true)
3543
+ .can_store(true)
3544
+ .other_side_effects(true),
3545
+ );
3546
+
3547
+ ig.push(
3548
+ Inst::new(
3549
+ "atomic_load",
3550
+ r#"
3551
+ Atomically load from memory at `p`.
3552
+
3553
+ This is a polymorphic instruction that can load any value type which has a memory
3554
+ representation. It should only be used for integer types with 8, 16, 32 or 64 bits.
3555
+ This operation is sequentially consistent and creates happens-before edges that order
3556
+ normal (non-atomic) loads and stores.
3557
+ "#,
3558
+ &formats.load_no_offset,
3559
+ )
3560
+ .operands_in(vec![MemFlags, p])
3561
+ .operands_out(vec![a])
3562
+ .can_load(true)
3563
+ .other_side_effects(true),
3564
+ );
3565
+
3566
+ ig.push(
3567
+ Inst::new(
3568
+ "atomic_store",
3569
+ r#"
3570
+ Atomically store `x` to memory at `p`.
3571
+
3572
+ This is a polymorphic instruction that can store any value type with a memory
3573
+ representation. It should only be used for integer types with 8, 16, 32 or 64 bits.
3574
+ This operation is sequentially consistent and creates happens-before edges that order
3575
+ normal (non-atomic) loads and stores.
3576
+ "#,
3577
+ &formats.store_no_offset,
3578
+ )
3579
+ .operands_in(vec![MemFlags, x, p])
3580
+ .can_store(true)
3581
+ .other_side_effects(true),
3582
+ );
3583
+
3584
+ ig.push(
3585
+ Inst::new(
3586
+ "fence",
3587
+ r#"
3588
+ A memory fence. This must provide ordering to ensure that, at a minimum, neither loads
3589
+ nor stores of any kind may move forwards or backwards across the fence. This operation
3590
+ is sequentially consistent.
3591
+ "#,
3592
+ &formats.nullary,
3593
+ )
3594
+ .other_side_effects(true),
3595
+ );
3596
+
3597
+ let TxN = &TypeVar::new(
3598
+ "TxN",
3599
+ "A dynamic vector type",
3600
+ TypeSetBuilder::new()
3601
+ .ints(Interval::All)
3602
+ .floats(Interval::All)
3603
+ .dynamic_simd_lanes(Interval::All)
3604
+ .build(),
3605
+ );
3606
+ let x = &Operand::new("x", TxN).with_doc("The dynamic vector to extract from");
3607
+ let y = &Operand::new("y", &imm.uimm8).with_doc("128-bit vector index");
3608
+ let a = &Operand::new("a", &TxN.dynamic_to_vector()).with_doc("New fixed vector");
3609
+
3610
+ ig.push(
3611
+ Inst::new(
3612
+ "extract_vector",
3613
+ r#"
3614
+ Return a fixed length sub vector, extracted from a dynamic vector.
3615
+ "#,
3616
+ &formats.binary_imm8,
3617
+ )
3618
+ .operands_in(vec![x, y])
3619
+ .operands_out(vec![a]),
3620
+ );
3621
+ }