wasmtime 0.4.1 → 5.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Cargo.lock +261 -200
- data/ext/Cargo.toml +7 -7
- data/ext/cargo-vendor/async-trait-0.1.62/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/async-trait-0.1.62/Cargo.toml +62 -0
- data/ext/cargo-vendor/{libc-0.2.138 → async-trait-0.1.62}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/README.md +262 -0
- data/ext/cargo-vendor/async-trait-0.1.62/build.rs +31 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/args.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/bound.rs +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/src/expand.rs +488 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/lib.rs +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/src/lifetime.rs +112 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/parse.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/receiver.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/compiletest.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/executor/mod.rs +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/tests/test.rs +1491 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/arg-implementation-detail.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/arg-implementation-detail.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/bare-trait-object.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/bare-trait-object.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/consider-restricting.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/consider-restricting.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/delimiter-span.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/delimiter-span.stderr +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/tests/ui/lifetime-defined-here.rs +23 -0
- data/ext/cargo-vendor/async-trait-0.1.62/tests/ui/lifetime-defined-here.stderr +29 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/lifetime-span.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/lifetime-span.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-impl.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-impl.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-trait.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-trait.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-body.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-body.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/must-use.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/must-use.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/self-span.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/self-span.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/send-not-implemented.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/send-not-implemented.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unreachable.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unreachable.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unsupported-self.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unsupported-self.stderr +0 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/CHANGELOG.md +654 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/Cargo.toml +66 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → bumpalo-3.12.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/README.md +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/alloc.rs +0 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/src/boxed.rs +683 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/collect_in.rs +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/mod.rs +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/raw_vec.rs +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/str/lossy.rs +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/str/mod.rs +0 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/src/collections/string.rs +2141 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/src/collections/vec.rs +2614 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/src/lib.rs +2023 -0
- data/ext/cargo-vendor/cap-fs-ext-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-fs-ext-1.0.4/Cargo.toml +63 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → cap-fs-ext-1.0.4}/LICENSE-APACHE +0 -0
- 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
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/build.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/dir_entry_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/dir_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/file_type_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/is_file_read_write.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/metadata_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/open_options_follow_ext.rs +0 -0
- 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
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/reopen.rs +0 -0
- data/ext/cargo-vendor/cap-primitives-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-primitives-1.0.4/Cargo.toml +79 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-primitives-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/build.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/assert_same_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/canonicalize.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/copy.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/create_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/dir_builder.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/dir_entry.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/dir_options.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/errors.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/file_path_by_searching.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/file_type.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/follow_symlinks.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/hard_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/is_file_read_write.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/canonical_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/canonicalize.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/cow_component.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/open.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/open_entry.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/read_link_one.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/maybe_owned_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/metadata.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_ambient.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_options.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_unchecked_error.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/permissions.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/read_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/read_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_dir_all.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_open_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/rename.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/reopen.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/set_permissions.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/set_times.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/stat.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/symlink.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/system_time_spec.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/create_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/hard_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/open_parent.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/read_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/remove_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/remove_file.rs +0 -0
- data/ext/cargo-vendor/cap-primitives-1.0.4/src/fs/via_parent/rename.rs +50 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/set_permissions.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/set_times_nofollow.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/symlink.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/net/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/net/pool.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/darwin/fs/file_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/darwin/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/darwin/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/copy_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/create_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/cvt.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/dir_entry_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/dir_options_ext.rs +0 -0
- data/ext/cargo-vendor/cap-primitives-1.0.4/src/rustix/fs/dir_utils.rs +225 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/errors.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/file_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/file_type_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/hard_link_unchecked.rs +0 -0
- 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
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/is_root_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/is_same_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/metadata_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/oflags.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/open_options_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/open_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/permissions_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/read_dir_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/read_link_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/remove_dir_all_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/remove_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/remove_file_unchecked.rs +0 -0
- 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
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/rename_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/reopen_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/set_permissions_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/set_times_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/stat_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/symlink_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/times.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/canonicalize_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/file_metadata.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/file_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/open_entry_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/open_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/procfs.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/set_permissions_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/set_times_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/stat_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/instant.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/monotonic_clock.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/system_clock.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/system_time.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/copy.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/create_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/dir_entry_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/dir_options_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/dir_utils.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/errors.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/file_type_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/get_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/hard_link_unchecked.rs +0 -0
- 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
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/is_same_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/metadata_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/oflags.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/open_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/open_options_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/open_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/read_dir_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/read_link_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/read_link_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_dir_all_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_file_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_open_dir_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/rename_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/reopen_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/set_permissions_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/set_times_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/stat_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/symlink_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/mod.rs +0 -0
- data/ext/cargo-vendor/cap-rand-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-rand-1.0.4/Cargo.toml +38 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-rand-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cap-std-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-std-1.0.4/Cargo.toml +70 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-std-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/build.rs +0 -0
- data/ext/cargo-vendor/cap-std-1.0.4/src/fs/dir.rs +843 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/dir_entry.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/file.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/read_dir.rs +0 -0
- data/ext/cargo-vendor/cap-std-1.0.4/src/fs_utf8/dir.rs +785 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/dir_entry.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/file.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/read_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/incoming.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/pool.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/tcp_listener.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/tcp_stream.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/udp_socket.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/incoming.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/unix_datagram.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/unix_listener.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/unix_stream.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/time/mod.rs +0 -0
- data/ext/cargo-vendor/cap-time-ext-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-time-ext-1.0.4/Cargo.toml +42 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-time-ext-1.0.4}/LICENSE-APACHE +0 -0
- 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
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/src/monotonic_clock.rs +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/src/system_clock.rs +0 -0
- data/ext/cargo-vendor/cc-1.0.78/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cc-1.0.78/Cargo.lock +110 -0
- data/ext/cargo-vendor/cc-1.0.78/Cargo.toml +39 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cc-1.0.78}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/README.md +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/bin/gcc-shim.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/com.rs +0 -0
- data/ext/cargo-vendor/cc-1.0.78/src/lib.rs +3568 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/registry.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/setup_config.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/vs_instances.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/winapi.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/windows_registry.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/cc_env.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/cflags.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/cxxflags.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/support/mod.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/test.rs +0 -0
- data/ext/cargo-vendor/cranelift-bforest-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-bforest-0.92.0/Cargo.toml +34 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/map.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/node.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/path.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/pool.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/set.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/Cargo.toml +149 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/benches/x64-evex-encoding.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/build.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/alias_analysis.rs +409 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/binemit/mod.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/binemit/stack_map.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/bitset.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/cfg_printer.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/constant_hash.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/context.rs +397 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ctxhash.rs +168 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/cursor.rs +666 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/data_value.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/dbg.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/dce.rs +36 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/divconst_magic_numbers.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/dominator_tree.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/egraph/cost.rs +97 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/egraph/domtree.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/egraph/elaborate.rs +686 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/egraph.rs +569 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/flowgraph.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/fx.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/incremental_cache.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/inst_predicates.rs +183 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/atomic_rmw_op.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/builder.rs +279 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/condcodes.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/constant.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/dfg.rs +1546 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/dynamic_type.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/entities.rs +562 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/extfunc.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/extname.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/function.rs +531 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/globalvalue.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/immediates.rs +1615 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/instructions.rs +853 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/jumptable.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/known_symbol.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/layout.rs +1333 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/libcall.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/memflags.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/mod.rs +107 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/progpoint.rs +166 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/sourceloc.rs +117 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/stackslot.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/table.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/trapcode.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/types.rs +631 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/abi.rs +1275 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/args.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/emit.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/emit_tests.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/imms.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/inst/mod.rs +3072 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/regs.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/inst.isle +3762 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst_neon.isle +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/lower/isle/generated_code.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/lower/isle.rs +741 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/lower.isle +2565 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/lower.rs +763 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/lower_dynamic_neon.isle +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/mod.rs +429 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/settings.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/call_conv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/mod.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/abi.rs +722 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/args.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst/emit.rs +2789 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst/emit_tests.rs +2240 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/imms.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst/mod.rs +1722 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/regs.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst.isle +2328 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/lower/isle/generated_code.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/lower/isle.rs +464 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/lower.isle +871 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/lower.rs +33 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/mod.rs +256 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/settings.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/abi.rs +945 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/args.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst/emit.rs +3677 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst/emit_tests.rs +13396 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/imms.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst/mod.rs +3393 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/regs.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst.isle +5049 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/lower/isle/generated_code.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/lower/isle.rs +1027 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/lower.isle +3973 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/lower.rs +28 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/mod.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/settings.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/unwind/winx64.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/abi.rs +969 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/evex.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/mod.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/rex.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/vex.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/args.rs +1934 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/emit.rs +3257 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/emit_tests.rs +5162 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/mod.rs +2553 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/regs.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/unwind/winx64.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst.isle +3928 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower/isle/generated_code.rs +14 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower/isle.rs +1070 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower.isle +3775 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower.rs +318 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/mod.rs +488 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/settings.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isle_prelude.rs +641 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/iterators.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/legalizer/globalvalue.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/legalizer/mod.rs +319 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/legalizer/table.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/lib.rs +141 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/licm.rs +242 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/loop_analysis.rs +443 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/abi.rs +2410 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/blockorder.rs +704 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/buffer.rs +2104 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/compile.rs +89 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/helpers.rs +33 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/inst_common.rs +74 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/isle.rs +753 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/lower.rs +1384 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/mod.rs +438 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/machinst/reg.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/machinst/valueregs.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/vcode.rs +1593 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/nan_canonicalization.rs +104 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/opts/algebraic.isle +242 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/opts/cprop.isle +140 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/opts/generated_code.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/opts.rs +131 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/prelude.isle +450 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/prelude_lower.isle +723 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/prelude_opt.isle +34 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/print_errors.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/remove_constant_phis.rs +425 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/result.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/scoped_hash_map.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/settings.rs +601 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/simple_gvn.rs +149 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/simple_preopt.rs +932 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/souper_harvest.rs +576 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/timing.rs +263 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/unionfind.rs +74 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/unreachable_code.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/value_label.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/verifier/mod.rs +1862 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/write.rs +654 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/Cargo.toml +26 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/formats.rs +134 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/instructions.rs +477 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/cdsl/isa.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/cdsl/mod.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/operands.rs +171 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/cdsl/settings.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/types.rs +500 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/typevar.rs +928 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/constant_hash.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/gen_inst.rs +1555 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/gen_settings.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/gen_types.rs +75 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/arm64.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/mod.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/isa/riscv64.rs +28 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/s390x.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/x86.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/entities.rs +85 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/formats.rs +218 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/immediates.rs +213 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/instructions.rs +3621 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/shared/mod.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/settings.rs +355 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/types.rs +137 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/srcgen.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/unique_table.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-shared-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-codegen-shared-0.92.0/Cargo.toml +22 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/src/constant_hash.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/src/constants.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cranelift-entity-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-entity-0.92.0/Cargo.toml +38 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/boxed_slice.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/iter.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/keys.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/list.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/map.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/packed_option.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/primary.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/set.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/sparse.rs +0 -0
- data/ext/cargo-vendor/cranelift-frontend-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-frontend-0.92.0/Cargo.toml +53 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/cranelift-frontend-0.92.0/src/frontend.rs +1836 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cranelift-frontend-0.92.0/src/ssa.rs +1399 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/src/switch.rs +0 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/src/variable.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/Cargo.toml +37 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/build.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/bad_converters.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/bound_var_type_mismatch.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/converter_extractor_constructor.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/error1.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/extra_parens.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/impure_expression.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/impure_rhs.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/multi_internal_etor.isle +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/borrows.isle +15 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/borrows_main.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/iflets.isle +29 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/iflets_main.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/multi_constructor.isle +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/multi_constructor_main.rs +71 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/multi_extractor.isle +14 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/multi_extractor_main.rs +50 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/test.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/test_main.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/bound_var.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/construct_and_extract.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/conversions.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/conversions_extern.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/let.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/nodebug.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/prio_trie_bug.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/test2.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/test3.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/test4.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/tutorial.isle +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/run/iconst.isle +17 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/run/iconst_main.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/run/let_shadowing.isle +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/run/let_shadowing_main.rs +27 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/ast.rs +421 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/codegen.rs +1046 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/compile.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/ir.rs +425 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/lexer.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/lib.rs +252 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/log.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/overlap.rs +137 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/parser.rs +586 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/sema.rs +2488 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/trie.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/trie_again.rs +683 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/tests/run_tests.rs +0 -0
- data/ext/cargo-vendor/cranelift-native-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-native-0.92.0/Cargo.toml +41 -0
- data/ext/cargo-vendor/{cranelift-native-0.91.0 → cranelift-native-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-native-0.91.0 → cranelift-native-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-native-0.91.0 → cranelift-native-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/Cargo.toml +88 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/code_translator/bounds_checks.rs +413 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/code_translator.rs +3241 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/environ/dummy.rs +905 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/environ/mod.rs +12 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/environ/spec.rs +790 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/func_translator.rs +417 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/heap.rs +99 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/lib.rs +78 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/module_translator.rs +128 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/sections_translator.rs +429 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/state.rs +540 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/src/translation_utils.rs +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/tests/wasm_testsuite.rs +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/arith.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/br_table.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/call-simd.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/call.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_fannkuch.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_fasta.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_ifs.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_primes.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/fac-multi-value.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/fibonacci.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/globals.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/icall-simd.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/icall.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-0.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-1.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-2.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-3.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-4.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-5.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-6.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-unreachable-else-params-2.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-unreachable-else-params.wat +0 -0
- 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
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/memory.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-0.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-1.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-10.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-11.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-12.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-13.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-14.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-15.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-16.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-17.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-2.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-3.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-4.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-5.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-6.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-7.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-8.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-9.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/nullref.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/passive-data.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/pr2303.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/pr2559.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/ref-func-0.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/rust_fannkuch.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/select.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/simd-store.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/simd.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/table-copy.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/unreachable_code.wat +0 -0
- data/ext/cargo-vendor/env_logger-0.10.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/env_logger-0.10.0/Cargo.lock +254 -0
- data/ext/cargo-vendor/env_logger-0.10.0/Cargo.toml +129 -0
- data/ext/cargo-vendor/{cc-1.0.77 → env_logger-0.10.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/README.md +0 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/custom_default_format.rs +40 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/custom_format.rs +54 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/custom_logger.rs +62 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/default.rs +38 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/direct_logger.rs +39 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/filters_from_code.rs +20 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/in_tests.rs +54 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/syslog_friendly_format.rs +24 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/filter/mod.rs +868 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/filter/regex.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/filter/string.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/humantime/extern_impl.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/humantime/mod.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/humantime/shim_impl.rs +0 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/mod.rs +652 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/atty.rs +33 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/mod.rs +253 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/termcolor/extern_impl.rs +532 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/termcolor/mod.rs +12 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/writer/termcolor/shim_impl.rs +0 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/lib.rs +1311 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/init-twice-retains-filter.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/log-in-log.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/log_tls_dtors.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/regexp_filter.rs +0 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/Cargo.toml +53 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/LICENSE-APACHE +190 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/LICENSE-MIT +21 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/README.md +72 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/lib.rs +43 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/read_guard.rs +43 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/rw_lock.rs +126 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/mod.rs +17 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/mod.rs +7 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/read_guard.rs +32 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/rw_lock.rs +70 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/write_guard.rs +39 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/mod.rs +9 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/read_guard.rs +31 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/rw_lock.rs +44 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/utils.rs +9 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/write_guard.rs +38 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/mod.rs +8 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/read_guard.rs +31 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/rw_lock.rs +72 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/utils.rs +33 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/write_guard.rs +38 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/write_guard.rs +50 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/tests/test.rs +33 -0
- data/ext/cargo-vendor/file-per-thread-logger-0.1.6/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/file-per-thread-logger-0.1.6/Cargo.toml +36 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/LICENSE +0 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/README.md +0 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/run-tests.sh +0 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/tests/test.rs +0 -0
- data/ext/cargo-vendor/glob-0.3.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/glob-0.3.1/Cargo.toml +30 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → glob-0.3.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{glob-0.3.0 → glob-0.3.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/glob-0.3.1/README.md +38 -0
- data/ext/cargo-vendor/glob-0.3.1/src/lib.rs +1434 -0
- data/ext/cargo-vendor/{glob-0.3.0 → glob-0.3.1}/tests/glob-std.rs +0 -0
- data/ext/cargo-vendor/glob-0.3.1/triagebot.toml +1 -0
- data/ext/cargo-vendor/id-arena-2.2.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/id-arena-2.2.1/CHANGELOG.md +65 -0
- data/ext/cargo-vendor/id-arena-2.2.1/Cargo.toml +31 -0
- data/ext/cargo-vendor/{glob-0.3.0 → id-arena-2.2.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → id-arena-2.2.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/id-arena-2.2.1/README.md +100 -0
- data/ext/cargo-vendor/id-arena-2.2.1/README.tpl +3 -0
- data/ext/cargo-vendor/id-arena-2.2.1/src/lib.rs +726 -0
- data/ext/cargo-vendor/id-arena-2.2.1/src/rayon.rs +282 -0
- data/ext/cargo-vendor/id-arena-2.2.1/tests/readme_up_to_date.rs +22 -0
- data/ext/cargo-vendor/io-extras-0.17.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/io-extras-0.17.1/Cargo.toml +109 -0
- data/ext/cargo-vendor/{hermit-abi-0.1.19 → io-extras-0.17.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{hermit-abi-0.1.19 → io-extras-0.17.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/README.md +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/SECURITY.md +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/build.rs +0 -0
- data/ext/cargo-vendor/io-extras-0.17.1/src/borrowed.rs +301 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/grip.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/mod.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/rustix.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/windows/mod.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/windows/stdio.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/windows/traits.rs +0 -0
- data/ext/cargo-vendor/io-extras-0.17.1/src/os/windows/types.rs +229 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/owned.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/raw.rs +0 -0
- data/ext/cargo-vendor/io-extras-0.17.1/src/read_write.rs +802 -0
- data/ext/cargo-vendor/io-lifetimes-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/io-lifetimes-1.0.4/Cargo.toml +94 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-lifetimes-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-lifetimes-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/io-lifetimes-1.0.4/build.rs +106 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/example_ffi.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_async_std.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_fs_err.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_mio.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_os_pipe.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_socket2.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_std.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_tokio.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/portability.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/raw.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/traits.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/types.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/views.rs +0 -0
- data/ext/cargo-vendor/ipnet-2.7.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/ipnet-2.7.1/Cargo.toml +52 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/README.md +0 -0
- data/ext/cargo-vendor/ipnet-2.7.1/RELEASES.md +77 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/ipext.rs +0 -0
- data/ext/cargo-vendor/ipnet-2.7.1/src/ipnet.rs +1864 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/ipnet_schemars.rs +0 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/ipnet_serde.rs +0 -0
- data/ext/cargo-vendor/ipnet-2.7.1/src/lib.rs +98 -0
- data/ext/cargo-vendor/ipnet-2.7.1/src/mask.rs +128 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/parser.rs +0 -0
- data/ext/cargo-vendor/itoa-1.0.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/itoa-1.0.5/Cargo.toml +38 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → itoa-1.0.5}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → itoa-1.0.5}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/itoa-1.0.5/README.md +59 -0
- data/ext/cargo-vendor/{itoa-1.0.4 → itoa-1.0.5}/benches/bench.rs +0 -0
- data/ext/cargo-vendor/itoa-1.0.5/src/lib.rs +290 -0
- data/ext/cargo-vendor/{itoa-1.0.4 → itoa-1.0.5}/src/udiv128.rs +0 -0
- data/ext/cargo-vendor/{itoa-1.0.4 → itoa-1.0.5}/tests/test.rs +0 -0
- data/ext/cargo-vendor/ittapi-0.3.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/ittapi-0.3.3/Cargo.toml +44 -0
- data/ext/cargo-vendor/ittapi-0.3.3/README.md +49 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/collection_control.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/domain.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/event.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/jit.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/string.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/task.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/util.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/Cargo.toml +42 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/LICENSES/BSD-3-Clause.txt +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/LICENSES/GPL-2.0-only.txt +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/README.md +75 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/build.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/CMakeLists.txt +127 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/LICENSES/BSD-3-Clause.txt +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/LICENSES/GPL-2.0-only.txt +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/README.md +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeCache.txt +0 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/CMakeOutput.log +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/TargetDirectories.txt +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/cmake.check_cache +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/rules.ninja +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/build.ninja +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/cmake_install.cmake +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/compile_commands.json +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/buildall.py +171 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/advisor-annotate.h +520 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/advisor_annotate.f90 +712 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/posix/ittnotify.f90 +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86/advisor_annotate.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86/advisor_annotate.o +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86/ittfortran.o +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/posix/x86/ittnotify.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86_64/advisor_annotate.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86_64/advisor_annotate.o +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86_64/ittfortran.o +0 -0
- 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
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/win32/ittnotify.f90 +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86/advisor_annotate.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86/advisor_annotate.obj +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86/ittfortran.obj +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/win32/x86/ittnotify.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86_64/advisor_annotate.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86_64/advisor_annotate.obj +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86_64/ittfortran.obj +0 -0
- 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
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/ittnotify-zca.h +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/ittnotify.h +4486 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/jitprofiling.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/legacy/ittnotify.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/libittnotify.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/disable_warnings.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittnotify_config.h +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify/ittnotify_static.c +1619 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify/ittnotify_static.h +357 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittnotify_types.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark32.S +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark32.asm +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark64.S +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark64.asm +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify/jitprofiling.c +230 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify_refcol/Makefile +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify_refcol/README.md +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify_refcol/itt_refcol_impl.c +319 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/freebsd/ittnotify_bindings.rs +1891 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2/src/linux → ittapi-sys-0.3.3/src/freebsd}/jitprofiling_bindings.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/lib.rs +38 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/linux/ittnotify_bindings.rs +1889 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2/src/macos → ittapi-sys-0.3.3/src/linux}/jitprofiling_bindings.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/macos/ittnotify_bindings.rs +1889 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/macos/jitprofiling_bindings.rs +1160 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/windows/ittnotify_bindings.rs +2029 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/src/windows/jitprofiling_bindings.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/tests/bindgen-up-to-date.rs +103 -0
- data/ext/cargo-vendor/libc-0.2.139/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/CONTRIBUTING.md +0 -0
- data/ext/cargo-vendor/libc-0.2.139/Cargo.toml +64 -0
- data/ext/cargo-vendor/libc-0.2.139/LICENSE-APACHE +176 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/README.md +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/build.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/rustfmt.toml +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fixed_width_ints.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/fuchsia/mod.rs +4296 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/hermit/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/hermit/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/hermit/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/macros.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/psp.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/sgx.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/solid/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/solid/arm.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/solid/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/switch.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b32/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/aarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/aarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/x86_64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/x86_64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/dragonfly/errno.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/dragonfly/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/arm.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd11/b64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd12/b64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd12/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd12/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd13/b64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd13/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd14/b64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd14/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd14/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/riscv64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/x86_64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/x86_64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/mod.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/bsd/mod.rs +916 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/arm.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/sparc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/arm.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/mips64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/riscv64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/sparc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/b32.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/b64.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/haiku/mod.rs +2037 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/native.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/hermit/aarch64.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/hermit/mod.rs +1023 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/hermit/x86_64.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b32/arm.rs +542 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b32/x86/align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b32/x86/mod.rs +614 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/aarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/aarch64/int128.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b64/aarch64/mod.rs +394 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/riscv64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/riscv64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/x86_64/align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b64/x86_64/mod.rs +794 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/mod.rs +3609 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/emscripten/align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/emscripten/mod.rs +1896 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/emscripten/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/generic/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/mips/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/powerpc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/sparc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/arm/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/arm/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/m68k/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/m68k/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/mips/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/mips/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/riscv32/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/riscv32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/sparc/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/sparc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/x86/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/x86/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/ilp32.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/int128.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/lp64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/loongarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/loongarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/mips64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/mips64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/powerpc64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/powerpc64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/riscv64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/riscv64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/s390x.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/sparc64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/sparc64/mod.rs +0 -0
- 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
- 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
- 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
- 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
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/no_align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/linux/mod.rs +4495 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/arm/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/arm/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/hexagon.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/mips/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/mips/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/riscv32/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/riscv32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/x86/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/x86/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/aarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/aarch64/int128.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/aarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/mips64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/riscv64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/riscv64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/s390x.rs +0 -0
- 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
- 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
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/non_exhaustive.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/arm/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/arm/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/arm/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips32/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips32/mod.rs +0 -0
- 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
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips64/mod.rs +0 -0
- 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
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/x86_64/l4re.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/x86_64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/x86_64/other.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/mod.rs +1837 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/mod.rs +1606 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/aarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/arm/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/espidf/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/generic.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/horizon/mod.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/newlib/mod.rs +758 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/powerpc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/no_align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/aarch64.rs +36 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/mod.rs +3286 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/neutrino.rs +1288 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/x86_64.rs +132 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/redox/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/compat.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/illumos.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/solarish/mod.rs +3282 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/solaris.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/x86_common.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/arm.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/vxworks/mod.rs +1930 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/x86_64.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/wasi.rs +825 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/windows/gnu/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/windows/gnu/mod.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/windows/mod.rs +596 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/windows/msvc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/tests/const_fn.rs +0 -0
- data/ext/cargo-vendor/linux-raw-sys-0.1.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/linux-raw-sys-0.1.4/Cargo.toml +76 -0
- data/ext/cargo-vendor/{itoa-1.0.4 → linux-raw-sys-0.1.4}/LICENSE-APACHE +0 -0
- 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
- data/ext/cargo-vendor/{itoa-1.0.4 → linux-raw-sys-0.1.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/README.md +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/netlink.rs +0 -0
- data/ext/cargo-vendor/linux-raw-sys-0.1.4/src/lib.rs +358 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/netlink.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/nom-7.1.3/CHANGELOG.md +1551 -0
- data/ext/cargo-vendor/nom-7.1.3/Cargo.lock +282 -0
- data/ext/cargo-vendor/nom-7.1.3/Cargo.toml +168 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/LICENSE +0 -0
- data/ext/cargo-vendor/nom-7.1.3/README.md +331 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/doc/nom_recipes.md +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/bits/complete.rs +197 -0
- data/ext/cargo-vendor/nom-7.1.3/src/bits/mod.rs +179 -0
- data/ext/cargo-vendor/nom-7.1.3/src/bits/streaming.rs +170 -0
- data/ext/cargo-vendor/nom-7.1.3/src/branch/mod.rs +267 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/branch/tests.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/complete.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/mod.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/streaming.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/tests.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/character/complete.rs +1227 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/character/mod.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/character/streaming.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/character/tests.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/combinator/mod.rs +809 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/combinator/tests.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/error.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/internal.rs +489 -0
- data/ext/cargo-vendor/nom-7.1.3/src/lib.rs +464 -0
- data/ext/cargo-vendor/nom-7.1.3/src/macros.rs +23 -0
- data/ext/cargo-vendor/nom-7.1.3/src/multi/mod.rs +1049 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/multi/tests.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/number/complete.rs +2126 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/number/mod.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/number/streaming.rs +2206 -0
- data/ext/cargo-vendor/nom-7.1.3/src/sequence/mod.rs +279 -0
- data/ext/cargo-vendor/nom-7.1.3/src/sequence/tests.rs +290 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/str.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/traits.rs +1441 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/arithmetic.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/arithmetic_ast.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/css.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/custom_errors.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/escaped.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/float.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/fnmut.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/ini.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/ini_str.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/tests/issues.rs +242 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/json.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/mp4.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/multiline.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/overflow.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/reborrow_fold.rs +0 -0
- data/ext/cargo-vendor/num_cpus-1.15.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/num_cpus-1.15.0/CHANGELOG.md +150 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/CONTRIBUTING.md +0 -0
- data/ext/cargo-vendor/num_cpus-1.15.0/Cargo.lock +26 -0
- data/ext/cargo-vendor/num_cpus-1.15.0/Cargo.toml +32 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → num_cpus-1.15.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/README.md +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/ci/cgroups/Dockerfile +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/examples/values.rs +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/ceil/cpu.cfs_period_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/ceil/cpu.cfs_quota_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/good/cpu.cfs_period_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/good/cpu.cfs_quota_us +0 -0
- 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
- 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
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/cgroup +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/mountinfo +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/mountinfo_multi_opt +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/mountinfo_zero_opt +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/cgroups/ceil/cpu.max +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/cgroups/good/cpu.max +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/cgroups/zero-period/cpu.max +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/proc/cgroups/cgroup +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/proc/cgroups/cgroup_multi +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/proc/cgroups/mountinfo +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/src/linux.rs +0 -0
- data/ext/cargo-vendor/once_cell-1.17.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/once_cell-1.17.0/CHANGELOG.md +212 -0
- data/ext/cargo-vendor/once_cell-1.17.0/Cargo.lock +173 -0
- data/ext/cargo-vendor/once_cell-1.17.0/Cargo.toml +109 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → once_cell-1.17.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → once_cell-1.17.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/once_cell-1.17.0/README.md +58 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/bors.toml +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/bench.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/bench_acquire.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/bench_vs_lazy_static.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/lazy_static.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/reentrant_init_deadlocks.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/regex.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/test_synchronization.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/src/imp_cs.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/src/imp_pl.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/src/imp_std.rs +0 -0
- data/ext/cargo-vendor/once_cell-1.17.0/src/lib.rs +1384 -0
- data/ext/cargo-vendor/once_cell-1.17.0/src/race.rs +396 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/tests/it.rs +0 -0
- data/ext/cargo-vendor/paste-1.0.11/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/paste-1.0.11/Cargo.toml +42 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → paste-1.0.11}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → paste-1.0.11}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/paste-1.0.11/README.md +157 -0
- data/ext/cargo-vendor/paste-1.0.11/build.rs +33 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/src/attr.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/src/error.rs +0 -0
- data/ext/cargo-vendor/paste-1.0.11/src/lib.rs +453 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/src/segment.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/compiletest.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/test_attr.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/test_doc.rs +0 -0
- data/ext/cargo-vendor/paste-1.0.11/tests/test_expr.rs +283 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/test_item.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/case-warning.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/case-warning.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-empty.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-empty.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-non-string.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-non-string.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-suffix.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-suffix.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-unexpected.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-unexpected.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/invalid-ident.rs +0 -0
- data/ext/cargo-vendor/paste-1.0.11/tests/ui/invalid-ident.stderr +21 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/missing-paren-on-env.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/missing-paren-on-env.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-env-var.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-env-var.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-ident-after-colon.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-ident-after-colon.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-group.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-group.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-modifier.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-modifier.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-punct.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-punct.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-literal.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-literal.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-modifier.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-modifier.stderr +0 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/CHANGELOG.md +163 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/Cargo.toml +27 -0
- data/ext/cargo-vendor/{paste-1.0.9 → pkg-config-0.3.26}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{toml-0.5.9 → pkg-config-0.3.26}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/README.md +79 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/src/lib.rs +972 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/escape.pc +5 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/foo.pc +16 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/framework.pc +16 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/rpath.pc +7 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/test.rs +323 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/Cargo.toml +63 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/LICENSE-APACHE +176 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → proc-macro2-1.0.50}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/README.md +94 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/build.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/detection.rs +0 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/src/fallback.rs +998 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/src/lib.rs +1312 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/src/location.rs +29 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/marker.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/parse.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/rcvec.rs +0 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/src/wrapper.rs +984 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/comments.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/features.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/marker.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/test.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/test_fmt.rs +0 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/CONTRIBUTING.md +21 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/Cargo.lock +924 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/Cargo.toml +68 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/LICENSE +21 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/README.md +152 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/benches/html_rendering.rs +101 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/benches/lib.rs +49 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/build.rs +186 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/examples/broken-link-callbacks.rs +37 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/examples/event-filter.rs +29 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/examples/string-to-string.rs +26 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/entities.rs +2158 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/escape.rs +356 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/html.rs +461 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/lib.rs +76 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/linklabel.rs +135 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/main.rs +109 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/parse.rs +3374 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/puncttable.rs +351 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/scanners.rs +1308 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/simd.rs +248 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/strings.rs +243 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/tree.rs +216 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/errors.rs +44 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/html.rs +252 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/lib.rs +425 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/footnotes.rs +165 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/gfm_strikethrough.rs +27 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/gfm_table.rs +205 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/gfm_tasklist.rs +39 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/mod.rs +13 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/regression.rs +953 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/smart_punct.rs +201 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/spec.rs +8447 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/table.rs +205 -0
- data/ext/cargo-vendor/quote-1.0.23/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/quote-1.0.23/Cargo.toml +49 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → quote-1.0.23}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → quote-1.0.23}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/quote-1.0.23/README.md +261 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/build.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/rust-toolchain.toml +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/ext.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/format.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/ident_fragment.rs +0 -0
- data/ext/cargo-vendor/quote-1.0.23/src/lib.rs +1434 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/runtime.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/spanned.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/to_tokens.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/compiletest.rs +0 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/test.rs +519 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated-dup.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated-dup.stderr +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated.stderr +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-separated.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-separated.stderr +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter.stderr +0 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-quotable.rs +7 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-quotable.stderr +20 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-repeatable.rs +8 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-repeatable.stderr +35 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/wrong-type-span.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/wrong-type-span.stderr +0 -0
- data/ext/cargo-vendor/rayon-1.6.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rayon-1.6.1/Cargo.toml +55 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/FAQ.md +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → rayon-1.6.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/README.md +0 -0
- data/ext/cargo-vendor/rayon-1.6.1/RELEASES.md +843 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/array.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/binary_heap.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/btree_map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/btree_set.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/hash_map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/hash_set.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/linked_list.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/vec_deque.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/cannot_collect_filtermap_data.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/cannot_zip_filtered_data.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/cell_par_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/must_use.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/no_send_par_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/rc_par_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/delegate.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/chain.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/chunks.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/cloned.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/collect/consumer.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/collect/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/collect/test.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/copied.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/empty.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/enumerate.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/extend.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/filter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/filter_map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/find.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/find_first_last/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/find_first_last/test.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flat_map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flat_map_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flatten.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flatten_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/fold.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/fold_chunks.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/fold_chunks_with.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/for_each.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/from_par_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/inspect.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/interleave.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/interleave_shortest.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/intersperse.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/len.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/map_with.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/multizip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/noop.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/once.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/panic_fuse.rs +0 -0
- data/ext/cargo-vendor/rayon-1.6.1/src/iter/par_bridge.rs +162 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/plumbing/README.md +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/plumbing/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/positions.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/product.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/reduce.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/repeat.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/rev.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/skip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/splitter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/step_by.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/sum.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/take.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/test.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/try_fold.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/try_reduce.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/try_reduce_with.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/unzip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/update.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/while_some.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/zip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/zip_eq.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/math.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/option.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/par_either.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/prelude.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/private.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/range.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/range_inclusive.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/result.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/chunks.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/mergesort.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/quicksort.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/rchunks.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/test.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/split_producer.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/str.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/string.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/vec.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/chars.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/clones.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/collect.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/cross-pool.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/debug.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/drain_vec.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/intersperse.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/issue671-unzip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/issue671.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/iter_panic.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/named-threads.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/octillion.rs +0 -0
- data/ext/cargo-vendor/rayon-1.6.1/tests/par_bridge_recursion.rs +30 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/producer_split_at.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/sort-panic-safe.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/str.rs +0 -0
- data/ext/cargo-vendor/rb-sys-0.9.57/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-0.9.57/Cargo.toml +42 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/bin/release.sh +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/build/features.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/build/main.rs +0 -0
- data/ext/cargo-vendor/rb-sys-0.9.57/build/ruby_macros.rs +14 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/build/version.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/readme.md +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/allocator.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/bindings.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/macros/mod.rs +0 -0
- data/ext/cargo-vendor/rb-sys-0.9.57/src/macros/ruby_macros.c +35 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/ruby_abi_version.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/special_consts.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/value_type.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/wrapper.h +0 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/Cargo.toml +47 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/bindings.rs +254 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/cc.rs +35 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/lib.rs +14 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/src/rb_config/flags.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/src/rb_config/library.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/src/rb_config/search_path.rs +0 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/rb_config.rs +758 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/utils.rs +42 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/Cargo.toml +25 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/LICENSE-APACHE +190 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/LICENSE-MIT +21 -0
- data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/readme.md +0 -0
- data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/src/defines.rs +0 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/src/lib.rs +180 -0
- data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/src/rb_env.rs +0 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/src/ruby_version.rs +163 -0
- data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/src/utils.rs +0 -0
- data/ext/cargo-vendor/regex-1.7.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/regex-1.7.1/CHANGELOG.md +1095 -0
- data/ext/cargo-vendor/regex-1.7.1/Cargo.lock +98 -0
- data/ext/cargo-vendor/regex-1.7.1/Cargo.toml +149 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/HACKING.md +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → regex-1.7.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/PERFORMANCE.md +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/README.md +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/UNICODE.md +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/regexdna-input.txt +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/regexdna-output.txt +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-cheat.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-replace.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-single-cheat.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-single.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/rustfmt.toml +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/backtrack.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/compile.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/dfa.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/error.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/exec.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/expand.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/find_byte.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/freqs.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/input.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/literal/imp.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/literal/mod.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/pattern.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/pikevm.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/pool.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/prog.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/re_builder.rs +0 -0
- data/ext/cargo-vendor/regex-1.7.1/src/re_bytes.rs +1260 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/re_set.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/re_trait.rs +0 -0
- data/ext/cargo-vendor/regex-1.7.1/src/re_unicode.rs +1311 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/sparse.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/LICENSE +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/README +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/basic.dat +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/nullsubexpr.dat +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/repetition.dat +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/utf8.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/test +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/api.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/api_str.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/consistent.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/crates_regex.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/crazy.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/flags.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/fowler.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/macros.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/macros_bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/macros_str.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/misc.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/multiline.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/noparse.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/regression.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/regression_fuzz.rs +0 -0
- data/ext/cargo-vendor/regex-1.7.1/tests/replace.rs +248 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/searcher.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/set.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/shortest_match.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/suffix_reverse.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_backtrack.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_backtrack_bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_backtrack_utf8bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_crates_regex.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_default.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_default_bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_nfa.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_nfa_bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_nfa_utf8bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/unicode.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/word_boundary.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/word_boundary_ascii.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/word_boundary_unicode.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/CONTRIBUTING.md +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/Cargo.toml +236 -0
- data/ext/cargo-vendor/{regex-1.7.0 → rustix-0.36.7}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → rustix-0.36.7}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/README.md +159 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/SECURITY.md +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/benches/mod.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/build.rs +225 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/conv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/fs/dir.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/fs/makedev.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/fs/mod.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/fs/syscalls.rs +1807 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/fs/types.rs +1196 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/io/epoll.rs +422 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/errno.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/io_slice.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/poll_fd.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/io/syscalls.rs +555 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/io/types.rs +159 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/windows_syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io_lifetimes.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io_uring/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io_uring/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mm/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mm/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mm/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/addr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/ext.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/read_sockaddr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/send_recv.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/net/syscalls.rs +887 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/write_sockaddr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/offset.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/param/auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/param/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/cpu_set.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/wait.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/rand/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/rand/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/rand/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/termios/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/termios/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/termios/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/thread/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/thread/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/time/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/time/syscalls.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/time/types.rs +364 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/weak.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/winsock_c.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/aarch64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/arm.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/mips.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/mips64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/riscv64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/thumb.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/x86.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/x86_64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/aarch64.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/arm.s +0 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/mips.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/mips64.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/nr_last.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/powerpc64.s +0 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/riscv64.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/x86.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/x86.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/x86_64.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/c.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/conv.rs +799 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/elf.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/fs/dir.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/fs/makedev.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/fs/mod.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/fs/syscalls.rs +1415 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/fs/types.rs +729 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/io/epoll.rs +404 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/errno.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/io_slice.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/poll_fd.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io_uring/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io_uring/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mm/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mm/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mm/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/addr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/read_sockaddr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/send_recv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/write_sockaddr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/libc_auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/mustang_auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/cpu_set.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/wait.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/rand/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/rand/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/rand/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/reg.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/runtime/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/runtime/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/runtime/tls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/termios/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/termios/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/termios/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/thread/futex.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/thread/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/thread/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/time/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/time/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/time/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/vdso.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/vdso_wrappers.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/const_assert.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/cstr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/ffi/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/abs.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/at.rs +388 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/constants.rs +20 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/copy_file_range.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/cwd.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/dir.rs +5 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fadvise.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fcntl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fcntl_darwin.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fcopyfile.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/fd.rs +350 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/file_type.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/getpath.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/makedev.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/memfd_create.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/mod.rs +221 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/mount.rs +150 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/openat2.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/raw_dir.rs +204 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/sendfile.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/statx.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/close.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/io/context.rs +163 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/dup.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/errno.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/eventfd.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fcntl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fd/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fd/owned.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fd/raw.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/ioctl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/is_read_write.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/io/mod.rs +99 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/pipe.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/poll.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/procfs.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/io/read_write.rs +178 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/seek_from.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/stdio.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io_uring.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/madvise.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/mmap.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/msync.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/userfaultfd.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/addr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/ip.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/send_recv.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/net/socket.rs +441 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/net/socket_addr_any.rs +103 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/socketpair.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/sockopt.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/wsa.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/param/auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/param/init.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/param/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/path/arg.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/path/dec_int.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/path/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/chdir.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/exit.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/id.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/kill.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/membarrier.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/prctl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/priority.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/procctl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/rlimit.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/sched.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/sched_yield.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/uname.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/wait.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/rand/getrandom.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/rand/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/runtime.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/cf.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/constants.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/tc.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/tty.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/clock.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/futex.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/id.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/prctl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/setns.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/time/clock.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/time/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/time/timerfd.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/utils.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/serde-1.0.152/Cargo.toml +70 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → serde-1.0.152}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → serde-1.0.152}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/serde-1.0.152/README.md +114 -0
- data/ext/cargo-vendor/serde-1.0.152/build.rs +146 -0
- data/ext/cargo-vendor/serde-1.0.152/crates-io.md +65 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/format.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/ignored_any.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/de/impls.rs +2733 -0
- data/ext/cargo-vendor/serde-1.0.152/src/de/mod.rs +2299 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/seed.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/utf8.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/value.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/integer128.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/lib.rs +334 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/macros.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/private/de.rs +2995 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/doc.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/mod.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/ser.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/size_hint.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/ser/fmt.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/ser/impls.rs +983 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/ser/impossible.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/ser/mod.rs +1988 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/std_error.rs +0 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/Cargo.toml +63 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde_derive-1.0.152}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → serde_derive-1.0.152}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/README.md +114 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/build.rs +38 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/crates-io.md +65 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/bound.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/de.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/dummy.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/fragment.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/ast.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/attr.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/case.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/check.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/ctxt.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/mod.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/receiver.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/respan.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/symbol.rs +0 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/src/lib.rs +109 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/pretend.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/ser.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/this.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/try.rs +0 -0
- data/ext/cargo-vendor/syn-1.0.107/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/syn-1.0.107/Cargo.toml +147 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → syn-1.0.107}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → syn-1.0.107}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/syn-1.0.107/README.md +285 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/benches/file.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/benches/rust.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/build.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/attr.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/await.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/bigint.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/buffer.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/custom_keyword.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/custom_punctuation.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/data.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/derive.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/discouraged.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/drops.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/error.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/export.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/expr.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/ext.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/file.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/clone.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/debug.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/eq.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/fold.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/hash.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/visit.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/visit_mut.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen_helper.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/generics.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/group.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/ident.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/item.rs +0 -0
- data/ext/cargo-vendor/syn-1.0.107/src/lib.rs +984 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/lifetime.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/lit.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/lookahead.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/mac.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/macros.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/op.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/parse.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/parse_macro_input.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/parse_quote.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/pat.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/path.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/print.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/punctuated.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/reserved.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/sealed.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/span.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/spanned.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/stmt.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/thread.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/token.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/tt.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/ty.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/verbatim.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/whitespace.rs +0 -0
- data/ext/cargo-vendor/syn-1.0.107/tests/common/eq.rs +806 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/common/mod.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/common/parse.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/debug/gen.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/debug/mod.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/macros/mod.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/regression/issue1108.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/regression/issue1235.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/regression.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/repo/mod.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/repo/progress.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_asyncness.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_attribute.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_derive_input.rs +0 -0
- data/ext/cargo-vendor/syn-1.0.107/tests/test_expr.rs +306 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_generics.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_grouping.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_ident.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_item.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_iterators.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_lit.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_meta.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_parse_buffer.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_parse_stream.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_pat.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_path.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_precedence.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_receiver.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_round_trip.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_shebang.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_should_parse.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_size.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_stmt.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_token_trees.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_ty.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_visibility.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/zzz_stable.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/Cargo.toml +105 -0
- data/ext/cargo-vendor/{syn-1.0.105 → system-interface-0.25.3}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → system-interface-0.25.3}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/README.md +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/SECURITY.md +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/build.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/fs/fd_flags.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/src/fs/file_io_ext.rs +1186 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/io_ext.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/is_read_write.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/mod.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/peek.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/src/io/read_ready.rs +328 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/allocate.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/tests/append.rs +118 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/fd_flags.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/is_read_write.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/live_rename.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/peek.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/read_to_end.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/sys_common/io.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/sys_common/mod.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/tests/vectored_at.rs +627 -0
- data/ext/cargo-vendor/termcolor-1.2.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/COPYING +0 -0
- data/ext/cargo-vendor/termcolor-1.2.0/Cargo.toml +40 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/README.md +0 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/UNLICENSE +0 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/rustfmt.toml +0 -0
- data/ext/cargo-vendor/termcolor-1.2.0/src/lib.rs +2350 -0
- data/ext/cargo-vendor/thiserror-1.0.38/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/thiserror-1.0.38/Cargo.toml +47 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → thiserror-1.0.38}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → thiserror-1.0.38}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/README.md +222 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/build.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/rust-toolchain.toml +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/aserror.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/display.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/provide.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/compiletest.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_backtrace.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_deprecated.rs +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/tests/test_display.rs +301 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_error.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_expr.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_from.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_generics.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_lints.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_option.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_path.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_transparent.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/bad-field-attr.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/bad-field-attr.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/concat-display.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/concat-display.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-enum-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-enum-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-fmt.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-fmt.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-struct-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-struct-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-transparent.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-transparent.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-backtrace-backtrace.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-backtrace-backtrace.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-not-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-not-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/lifetime.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/lifetime.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/missing-fmt.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/missing-fmt.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/no-display.rs +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/tests/ui/no-display.stderr +17 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/source-enum-not-error.rs +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/tests/ui/source-enum-not-error.stderr +22 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/source-struct-not-error.rs +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/tests/ui/source-struct-not-error.stderr +21 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-display.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-display.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-many.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-many.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-many.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-many.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-field-fmt.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-field-fmt.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-struct-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-struct-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/union.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/union.stderr +0 -0
- data/ext/cargo-vendor/thiserror-impl-1.0.38/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/thiserror-impl-1.0.38/Cargo.toml +35 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-impl-1.0.38}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/thiserror-impl-1.0.38/LICENSE-MIT +23 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/ast.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/attr.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/expand.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/fmt.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/generics.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/prop.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/valid.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tokio-1.24.2/CHANGELOG.md +2579 -0
- data/ext/cargo-vendor/tokio-1.24.2/Cargo.toml +239 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/LICENSE +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/README.md +229 -0
- data/ext/cargo-vendor/tokio-1.24.2/build.rs +184 -0
- data/ext/cargo-vendor/tokio-1.24.2/docs/reactor-refactor.md +276 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/external-types.toml +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/blocking.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/doc/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/doc/os.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/canonicalize.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/copy.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/create_dir.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/create_dir_all.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/dir_builder.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/file/tests.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/file.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/hard_link.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/metadata.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/mocks.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/open_options/mock_open_options.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/open_options.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/read.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/fs/read_dir.rs +350 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/read_link.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/read_to_string.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/remove_dir.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/remove_dir_all.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/remove_file.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/rename.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/set_permissions.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink_dir.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink_file.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink_metadata.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/write.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/block_on.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/maybe_done.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/poll_fn.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/trace.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/try_join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_buf_read.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_fd.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_read.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_seek.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_write.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/blocking.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/bsd/poll_aio.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/interest.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/poll_evented.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/read_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/ready.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/seek.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/io/split.rs +184 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stderr.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stdin.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stdio_common.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stdout.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_buf_read_ext.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_read_ext.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_seek_ext.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_write_ext.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/buf_reader.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/buf_stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/buf_writer.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/chain.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/copy.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/copy_bidirectional.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/copy_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/empty.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/fill_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/flush.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/lines.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/mem.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/io/util/read.rs +55 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_exact.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_int.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_line.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_to_end.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_to_string.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_until.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/repeat.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/shutdown.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/sink.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/take.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/vec_with_initialized.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_all.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_all_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_int.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_vectored.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/lib.rs +633 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/mocked.rs +52 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/atomic_u16.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/atomic_u32.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64.rs +19 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_as_mutex.rs +76 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_native.rs +4 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_static_const_new.rs +12 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_static_once_cell.rs +57 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/atomic_usize.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/mod.rs +124 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/mutex.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/parking_lot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/unsafe_cell.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/addr_of.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/macros/cfg.rs +539 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/loom.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/pin.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/ready.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/scoped_tls.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/select.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/support.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/thread_local.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/trace.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/try_join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/addr.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/lookup_host.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/listener.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/socket.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/split.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/net/tcp/split_owned.rs +501 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/udp.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/datagram/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/datagram/socket.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/listener.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/socketaddr.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/split.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/net/unix/split_owned.rs +409 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/ucred.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/windows/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/net/windows/named_pipe.rs +2600 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/kill.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/process/unix/mod.rs +322 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/process/unix/orphan.rs +333 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/unix/reap.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/windows.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/blocking/mod.rs +26 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/blocking/pool.rs +600 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/blocking/schedule.rs +56 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/blocking/shutdown.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/blocking/task.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/builder.rs +1083 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/config.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/context.rs +420 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/coop.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/defer.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/driver.rs +344 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/handle.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/io/metrics.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/io/mod.rs +344 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/io/platform.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/io/registration.rs +251 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/io/scheduled_io.rs +558 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/batch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/io.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/mock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/runtime.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/scheduler.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/worker.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/mod.rs +261 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/park.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/process.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/runtime.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/current_thread.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/handle.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/idle.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/park.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/scheduler/multi_thread/queue.rs +532 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/worker.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/signal/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/abort.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/core.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/error.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/harness.rs +501 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/id.rs +87 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/inject.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/list.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/mod.rs +491 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/raw.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/state.rs +595 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/waker.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/loom_blocking.rs +102 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_current_thread_scheduler.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_join_set.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_local.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_oneshot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_pool.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/loom_queue.rs +209 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_shutdown_join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_yield.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/mod.rs +73 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/queue.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/task.rs +332 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/task_combinations.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/thread_id.rs +31 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/entry.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/handle.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/time/mod.rs +422 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/source.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/tests/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/wheel/level.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/wheel/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/ctrl_c.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/signal/registry.rs +283 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/reusable_box.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/signal/unix.rs +526 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/windows/stub.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/windows/sys.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/windows.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/barrier.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/batch_semaphore.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/broadcast.rs +1163 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/mod.rs +507 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/mpsc/block.rs +448 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/bounded.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/chan.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/error.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/mpsc/list.rs +371 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/mpsc/mod.rs +121 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/unbounded.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mutex.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/notify.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/once_cell.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/oneshot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/owned_read_guard.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/owned_write_guard.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/owned_write_guard_mapped.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/read_guard.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/write_guard.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/write_guard_mapped.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/semaphore.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/task/atomic_waker.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/task/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/atomic_waker.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_atomic_waker.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_broadcast.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_list.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_mpsc.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_notify.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_oneshot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_rwlock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_semaphore_batch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_watch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/notify.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/semaphore_batch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/watch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/blocking.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/builder.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/consume_budget.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/join_set.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/task/local.rs +1176 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/spawn.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/task_local.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/unconstrained.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/yield_now.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/time/clock.rs +258 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/error.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/instant.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/interval.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/time/sleep.rs +438 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/timeout.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/atomic_cell.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/bit.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/error.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/idle_notified_set.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/util/linked_list.rs +694 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/util/once_cell.rs +70 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/pad.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/rand.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/rc_cell.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/slab.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/sync_wrapper.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/trace.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/try_lock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/wake.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/wake_list.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/_require_full.rs +8 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/async_send_sync.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/buffered.rs +50 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_copy.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_dir.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_file.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_link.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_async_fd.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_async_read.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_buf_reader.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_buf_writer.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_chain.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_copy.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_copy_bidirectional.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/io_driver.rs +100 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_driver_drop.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_fill_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_lines.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_mem_stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_poll_aio.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_exact.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_line.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_to_end.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_to_string.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_until.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_take.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_util_empty.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_all.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_all_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_int.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/join_handle_panic.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/macros_join.rs +155 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/macros_pin.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/macros_rename_test.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/macros_select.rs +665 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/macros_test.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/macros_try_join.rs +185 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_bind_resource.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_lookup_host.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_named_pipe.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/no_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_arg0.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_issue_2174.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_issue_42.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_kill_on_drop.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_raw_handle.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_smoke.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_basic.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/rt_common.rs +1279 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_handle_block_on.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/rt_metrics.rs +481 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_threaded.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_ctrl_c.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_drop_recv.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_drop_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_drop_signal.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_multi_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_no_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_notify_both.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_twice.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_usr1.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/support/io_vec.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/support/leaked_buffers.rs +26 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/support/mpsc_stream.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/support/panic.rs +34 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/support/signal.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_barrier.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_broadcast.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_errors.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mpsc.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mpsc_weak.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mutex.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mutex_owned.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_notify.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/sync_once_cell.rs +285 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_oneshot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_rwlock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_semaphore.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_semaphore_owned.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_watch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_abort.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/task_blocking.rs +309 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_builder.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_id.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/task_join_set.rs +235 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_local.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_local_set.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_accept.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_connect.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_echo.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_into_split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_into_std.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/tcp_peek.rs +29 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_shutdown.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_socket.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/test_clock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_interval.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_pause.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_sleep.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_timeout.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/udp.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_cred.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_datagram.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/unwindsafe.rs +0 -0
- data/ext/cargo-vendor/toml-0.5.11/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/toml-0.5.11/Cargo.lock +110 -0
- data/ext/cargo-vendor/toml-0.5.11/Cargo.toml +98 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → toml-0.5.11}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/toml-0.5.11/LICENSE-MIT +25 -0
- data/ext/cargo-vendor/toml-0.5.11/README.md +29 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/examples/decode.rs +0 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/examples/enum_external.rs +0 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/examples/toml2json.rs +0 -0
- data/ext/cargo-vendor/toml-0.5.11/src/datetime.rs +544 -0
- data/ext/cargo-vendor/toml-0.5.11/src/de.rs +2246 -0
- data/ext/cargo-vendor/toml-0.5.11/src/lib.rs +176 -0
- data/ext/cargo-vendor/toml-0.5.11/src/macros.rs +459 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/src/map.rs +0 -0
- data/ext/cargo-vendor/toml-0.5.11/src/ser.rs +1853 -0
- data/ext/cargo-vendor/toml-0.5.11/src/spanned.rs +166 -0
- data/ext/cargo-vendor/toml-0.5.11/src/tokens.rs +742 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/src/value.rs +0 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/tests/enum_external_deserialize.rs +0 -0
- data/ext/cargo-vendor/unicase-2.6.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/unicase-2.6.0/Cargo.toml +30 -0
- data/ext/cargo-vendor/{toml-0.5.9 → unicase-2.6.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/unicase-2.6.0/LICENSE-MIT +20 -0
- data/ext/cargo-vendor/unicase-2.6.0/README.md +31 -0
- data/ext/cargo-vendor/unicase-2.6.0/build.rs +23 -0
- data/ext/cargo-vendor/unicase-2.6.0/src/ascii.rs +187 -0
- data/ext/cargo-vendor/unicase-2.6.0/src/lib.rs +465 -0
- data/ext/cargo-vendor/unicase-2.6.0/src/unicode/map.rs +1995 -0
- data/ext/cargo-vendor/unicase-2.6.0/src/unicode/mod.rs +201 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/AUTHORS +0 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/Cargo.toml +83 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/README.md +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/char_data/mod.rs +173 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/char_data/tables.rs +543 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/data_source.rs +46 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/src/deprecated.rs +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/explicit.rs +209 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/src/format_chars.rs +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/implicit.rs +596 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/src/level.rs +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/lib.rs +1147 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/prepare.rs +450 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/Cargo.toml +58 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/LICENSE-MIT +23 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/LICENSE-UNICODE +0 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/README.md +283 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/benches/xid.rs +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/src/lib.rs +0 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/src/tables.rs +647 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/compare.rs +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/fst/mod.rs +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/fst/xid_continue.fst +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/fst/xid_start.fst +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/roaring/mod.rs +0 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/tests/static_size.rs +95 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/tests/tables/mod.rs +7 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/tests/tables/tables.rs +347 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/trie/mod.rs +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/trie/trie.rs +0 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/COPYRIGHT +7 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/Cargo.toml +51 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/LICENSE-APACHE +201 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/LICENSE-MIT +25 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/README.md +53 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/benches/xid.rs +60 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/src/lib.rs +92 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/src/tables.rs +1494 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/src/tests.rs +95 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/tests/exhaustive_tests.rs +25 -0
- data/ext/cargo-vendor/wasi-cap-std-sync-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasi-cap-std-sync-5.0.0/Cargo.toml +89 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/clocks.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/dir.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/file.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/net.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/sched/unix.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/sched/windows.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/sched.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/stdio.rs +0 -0
- data/ext/cargo-vendor/wasi-common-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasi-common-5.0.0/Cargo.toml +85 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/docs/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/docs.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/typenames.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_args.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_clock.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_environ.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_fd.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_path.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_poll.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_proc.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_random.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_sched.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_sock.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/old/snapshot_0/docs.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/old/snapshot_0/witx/typenames.witx +0 -0
- 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
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/docs.html +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/docs.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/witx/typenames.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/witx/wasi_snapshot_preview1.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/proposal-template/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/proposals/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/snapshots/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/standard/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/clocks.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/ctx.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/dir.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/file.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/pipe.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/random.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/sched/subscription.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/sched.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/snapshots/mod.rs +0 -0
- data/ext/cargo-vendor/wasi-common-5.0.0/src/snapshots/preview_0.rs +1169 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/snapshots/preview_1/error.rs +0 -0
- data/ext/cargo-vendor/wasi-common-5.0.0/src/snapshots/preview_1.rs +1711 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/string_array.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/table.rs +0 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/Cargo.toml +33 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/README.md +0 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/component/aliases.rs +160 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/canonicals.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/components.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/exports.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/imports.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/instances.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/modules.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/names.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/start.rs +0 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/component/types.rs +736 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/component.rs +137 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/core/code.rs +2874 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/custom.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/data.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/elements.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/exports.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/functions.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/globals.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/imports.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/linking.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/memories.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/names.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/start.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/tables.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/tags.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/types.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core.rs +0 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/lib.rs +188 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/raw.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/Cargo.lock +682 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/Cargo.toml +51 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/README.md +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/benches/benchmark.rs +345 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/examples/simple.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/binary_reader.rs +1673 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/limits.rs +57 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/parser.rs +1491 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/aliases.rs +119 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/canonicals.rs +95 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/exports.rs +92 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/imports.rs +95 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/instances.rs +163 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/names.rs +102 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/start.rs +30 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/types.rs +526 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/readers/component.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/code.rs +146 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/readers/core/custom.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/data.rs +96 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/elements.rs +158 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/exports.rs +65 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/functions.rs +17 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/globals.rs +49 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/imports.rs +76 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/init.rs +51 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/memories.rs +56 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/names.rs +153 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/operators.rs +328 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/producers.rs +78 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/tables.rs +42 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/tags.rs +32 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/types.rs +243 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core.rs +33 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers.rs +307 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/resources.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/component.rs +2046 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/core.rs +1143 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/func.rs +333 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/operators.rs +3222 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/types.rs +2179 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator.rs +1483 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/Cargo.toml +168 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/code.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/component.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func/host.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func/options.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func/typed.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/instance.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/linker.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/matching.rs +0 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/component/mod.rs +44 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/storage.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/store.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/types.rs +0 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/component/values.rs +1143 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/config.rs +1906 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/engine/serialization.rs +603 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/engine.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/externals.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/func/typed.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/func.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/instance.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/limits.rs +0 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/linker.rs +1337 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/memory.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/module/registry.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/module.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/ref.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/signatures.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/store/context.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/store/data.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/store.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/func.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/global.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/memory.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/table.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline.rs +0 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/trap.rs +618 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/types/matching.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/types.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/unix.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/values.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/windows.rs +0 -0
- data/ext/cargo-vendor/wasmtime-asm-macros-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-asm-macros-5.0.0/Cargo.toml +22 -0
- data/ext/cargo-vendor/wasmtime-asm-macros-5.0.0/src/lib.rs +81 -0
- data/ext/cargo-vendor/wasmtime-cache-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-cache-5.0.0/Cargo.toml +73 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/config/tests.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/config.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/tests.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/worker/tests/system_time_stub.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/worker/tests.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/worker.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/tests/cache_write_default_config.rs +0 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/Cargo.toml +58 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/src/bindgen.rs +158 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/src/component.rs +1191 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/src/lib.rs +48 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/char.wit +12 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/conventions.wit +39 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/empty.wit +1 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/flags.wit +54 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/floats.wit +12 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/integers.wit +39 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/lists.wit +84 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/many-arguments.wit +51 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/multi-return.wit +13 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/records.wit +60 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/simple-functions.wit +16 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/simple-lists.wit +13 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/small-anonymous.wit +14 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/smoke-default.wit +5 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/smoke-export.wit +5 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/smoke.wit +5 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/strings.wit +11 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/unions.wit +65 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/variants.wit +146 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen.rs +24 -0
- data/ext/cargo-vendor/wasmtime-component-util-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-component-util-5.0.0/Cargo.toml +25 -0
- data/ext/cargo-vendor/wasmtime-component-util-5.0.0/src/lib.rs +180 -0
- data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/Cargo.toml +84 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/SECURITY.md +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/builder.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/compiler/component.rs +0 -0
- data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/src/compiler.rs +1052 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/gc.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/address_transform.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/attr.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/expression.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/line_program.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/mod.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/range_info_builder.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/refs.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/simulate.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/unit.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/utils.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/write_debuginfo.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug.rs +0 -0
- data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/src/func_environ.rs +2127 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/obj.rs +0 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/Cargo.lock +622 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/Cargo.toml +118 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/examples/factc.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/address_map.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/builtin.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/compilation.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/compiler.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/dfg.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/info.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/translate/adapt.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/translate/inline.rs +0 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/src/component/translate.rs +1027 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/types.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/vmcomponent_offsets.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/core_types.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/signature.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/trampoline.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/transcode.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/traps.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/module.rs +0 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/src/module_environ.rs +841 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/module_types.rs +0 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/src/obj.rs +130 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/ref_bits.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/scopevec.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/stack_map.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/trap_encoding.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/tunables.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/vmoffsets.rs +0 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/Cargo.toml +46 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix/aarch64.rs +184 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/unix/arm.rs +0 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix/riscv64.rs +158 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/unix/s390x.S +0 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/unix/x86.rs +0 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix/x86_64.rs +160 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix.rs +199 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/windows.c +0 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/windows.rs +0 -0
- data/ext/cargo-vendor/wasmtime-jit-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-jit-5.0.0/Cargo.toml +103 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/wasmtime-jit-5.0.0/src/code_memory.rs +258 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/debug.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/demangling.rs +0 -0
- data/ext/cargo-vendor/wasmtime-jit-5.0.0/src/instantiate.rs +698 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/jitdump_disabled.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/jitdump_linux.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/vtune.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/vtune_disabled.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/unwind/winx64.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/unwind.rs +0 -0
- data/ext/cargo-vendor/wasmtime-jit-debug-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-jit-debug-5.0.0/Cargo.toml +58 -0
- data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/src/gdb_jit_int.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/src/perf_jitdump.rs +0 -0
- data/ext/cargo-vendor/wasmtime-jit-icache-coherence-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-jit-icache-coherence-5.0.0/Cargo.toml +34 -0
- data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-3.0.0 → wasmtime-jit-icache-coherence-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-3.0.0 → wasmtime-jit-icache-coherence-5.0.0}/src/libc.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-3.0.0 → wasmtime-jit-icache-coherence-5.0.0}/src/win.rs +0 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/Cargo.toml +110 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/component/transcode.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/component.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/cow.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/debug_builtins.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/export.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/externref.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/helpers.c +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/imports.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling/index_allocator.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling/unix.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling/windows.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/libcalls.rs +494 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/memory.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/mmap.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/mmap_vec.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/module_id.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/parking_spot.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/table.rs +0 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/trampolines/aarch64.rs +122 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/trampolines/riscv64.rs +120 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/trampolines/s390x.S +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/trampolines/s390x.rs +0 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/trampolines/x86_64.rs +142 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/trampolines.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/aarch64.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/riscv64.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/s390x.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/x86_64.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/macos.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/unix.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/windows.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/vmcontext/vm_host_func_context.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/vmcontext.rs +0 -0
- data/ext/cargo-vendor/wasmtime-types-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-types-5.0.0/Cargo.toml +34 -0
- data/ext/cargo-vendor/{wasmtime-types-4.0.0 → wasmtime-types-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-types-4.0.0 → wasmtime-types-5.0.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-types-4.0.0 → wasmtime-types-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmtime-wasi-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-wasi-5.0.0/Cargo.toml +63 -0
- data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/Cargo.toml +29 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/lib.rs +1182 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/rust.rs +412 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/source.rs +130 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/types.rs +207 -0
- data/ext/cargo-vendor/wast-52.0.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wast-52.0.1/Cargo.toml +50 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/LICENSE +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/README.md +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/alias.rs +253 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/binary.rs +949 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/component.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/custom.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/expand.rs +851 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/export.rs +213 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/func.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/import.rs +176 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/instance.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/item_ref.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/module.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/resolve.rs +968 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/types.rs +965 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/wast.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/binary.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/custom.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/export.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/core/expr.rs +1892 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/func.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/global.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/import.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/memory.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/module.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/deinline_import_export.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/mod.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/names.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/types.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/table.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/tag.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/types.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/wast.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/encode.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/error.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/gensym.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/lexer.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/names.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/parser.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/token.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/wast.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/wat.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/tests/annotations.rs +200 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/comments.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-index.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-index.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment0.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment0.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment4.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment4.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment5.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment5.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment6.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment6.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment7.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment7.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment8.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment8.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment0.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment0.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment4.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment4.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment5.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment5.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment6.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment6.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment7.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment7.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment8.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment8.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string0.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string0.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string4.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string4.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string5.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string5.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string6.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string6.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string7.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string7.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string8.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string8.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/inline1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/inline1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/newline-in-string.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/newline-in-string.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string10.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string10.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string11.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string11.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string12.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string12.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string13.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string13.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string14.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string14.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string15.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string15.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string16.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string16.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string4.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string4.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string5.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string5.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string6.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string6.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string7.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string7.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string8.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string8.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string9.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string9.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/unbalanced.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/unbalanced.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/recursive.rs +0 -0
- data/ext/cargo-vendor/wat-1.0.55/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wat-1.0.55/Cargo.toml +27 -0
- data/ext/cargo-vendor/{wat-1.0.52 → wat-1.0.55}/LICENSE +0 -0
- data/ext/cargo-vendor/{wat-1.0.52 → wat-1.0.55}/README.md +0 -0
- data/ext/cargo-vendor/{wat-1.0.52 → wat-1.0.55}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wiggle-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wiggle-5.0.0/Cargo.toml +109 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/borrow.rs +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/guest_type.rs +0 -0
- data/ext/cargo-vendor/wiggle-5.0.0/src/lib.rs +1186 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/region.rs +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/wasmtime.rs +0 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/Cargo.toml +61 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/codegen_settings.rs +151 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/config.rs +696 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/funcs.rs +435 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/lifetimes.rs +0 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/module_trait.rs +102 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/names.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/error.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/flags.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/handle.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/mod.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/record.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/variant.rs +0 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/wasmtime.rs +170 -0
- data/ext/cargo-vendor/wiggle-macro-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wiggle-macro-5.0.0/Cargo.toml +55 -0
- data/ext/cargo-vendor/{wiggle-macro-4.0.0 → wiggle-macro-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/wiggle-macro-5.0.0/src/lib.rs +210 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_aarch64_gnullvm-0.42.0 → windows_aarch64_gnullvm-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_aarch64_gnullvm-0.42.0 → windows_aarch64_gnullvm-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_aarch64_msvc-0.42.0 → windows_aarch64_msvc-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_aarch64_msvc-0.42.0 → windows_aarch64_msvc-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_i686_gnu-0.42.0 → windows_i686_gnu-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_i686_gnu-0.42.0 → windows_i686_gnu-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_i686_msvc-0.42.0 → windows_i686_msvc-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_i686_msvc-0.42.0 → windows_i686_msvc-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_x86_64_gnu-0.42.0 → windows_x86_64_gnu-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_x86_64_gnu-0.42.0 → windows_x86_64_gnu-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_x86_64_gnullvm-0.42.0 → windows_x86_64_gnullvm-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_x86_64_gnullvm-0.42.0 → windows_x86_64_gnullvm-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_x86_64_msvc-0.42.0 → windows_x86_64_msvc-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_x86_64_msvc-0.42.0 → windows_x86_64_msvc-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/Cargo.toml +54 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/README.md +13 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/abi.rs +2140 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/ast/lex.rs +747 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/ast/resolve.rs +589 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/ast.rs +827 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/lib.rs +683 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/sizealign.rs +137 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/all.rs +426 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/comments.wit +23 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/comments.wit.result +22 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/embedded.wit.md +32 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/embedded.wit.md.result +24 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/empty.wit +0 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/empty.wit.result +1 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/functions.wit +12 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/functions.wit.result +103 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/alias-no-type.wit +4 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/alias-no-type.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/async.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/async1.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/bad-list.wit +7 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/bad-list.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle2.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle2.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle3.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle3.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle4.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle4.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle5.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle5.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/dangling-type.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/dangling-type.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-functions.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-functions.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-interface.wit +4 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-interface.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-type.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-type.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-value.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-value.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-enum.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-enum.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-union.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-union.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-variant1.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-variant1.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-md.md +7 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-md.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-toplevel.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-toplevel.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/keyword.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/keyword.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/undefined-typed.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/undefined-typed.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/unknown-interface.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/unknown-interface.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/unterminated-string.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default1.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default1.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default2.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default2.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default3.wit +8 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default3.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields.wit +9 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields2.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields2.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/shared-types.wit +8 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/shared-types.wit.result +56 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/type-then-eof.wit +3 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/type-then-eof.wit.result +16 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/types.wit +59 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/types.wit.result +474 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/values.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/values.wit.result +45 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/wasi.wit +176 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/wasi.wit.result +109 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/world-default.wit +7 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/world-default.wit.result +29 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/worlds.wit +18 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/worlds.wit.result +72 -0
- data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/Cargo.toml +84 -0
- 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
- 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
- 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
- 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
- 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
- data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/build.rs +259 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- data/ext/src/ruby_api/memory/unsafe_slice.rs +197 -0
- data/ext/src/ruby_api/memory.rs +64 -2
- data/ext/src/ruby_api/store.rs +19 -4
- data/lib/wasmtime/version.rb +1 -1
- metadata +3519 -3259
- data/ext/cargo-vendor/async-trait-0.1.59/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/async-trait-0.1.59/Cargo.toml +0 -62
- data/ext/cargo-vendor/async-trait-0.1.59/README.md +0 -262
- data/ext/cargo-vendor/async-trait-0.1.59/build.rs +0 -29
- data/ext/cargo-vendor/async-trait-0.1.59/src/expand.rs +0 -473
- data/ext/cargo-vendor/async-trait-0.1.59/src/lifetime.rs +0 -115
- data/ext/cargo-vendor/async-trait-0.1.59/tests/test.rs +0 -1463
- data/ext/cargo-vendor/atty-0.2.14/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/atty-0.2.14/CHANGELOG.md +0 -73
- data/ext/cargo-vendor/atty-0.2.14/Cargo.lock +0 -49
- data/ext/cargo-vendor/atty-0.2.14/Cargo.toml +0 -34
- data/ext/cargo-vendor/atty-0.2.14/LICENSE +0 -20
- data/ext/cargo-vendor/atty-0.2.14/README.md +0 -74
- data/ext/cargo-vendor/atty-0.2.14/examples/atty.rs +0 -9
- data/ext/cargo-vendor/atty-0.2.14/rustfmt.toml +0 -4
- data/ext/cargo-vendor/atty-0.2.14/src/lib.rs +0 -210
- data/ext/cargo-vendor/bumpalo-3.11.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/bumpalo-3.11.1/CHANGELOG.md +0 -637
- data/ext/cargo-vendor/bumpalo-3.11.1/Cargo.toml +0 -67
- data/ext/cargo-vendor/bumpalo-3.11.1/src/boxed.rs +0 -684
- data/ext/cargo-vendor/bumpalo-3.11.1/src/collections/string.rs +0 -2123
- data/ext/cargo-vendor/bumpalo-3.11.1/src/collections/vec.rs +0 -2594
- data/ext/cargo-vendor/bumpalo-3.11.1/src/lib.rs +0 -2019
- data/ext/cargo-vendor/cap-fs-ext-1.0.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-fs-ext-1.0.2/Cargo.toml +0 -63
- data/ext/cargo-vendor/cap-primitives-1.0.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-primitives-1.0.3/Cargo.toml +0 -79
- data/ext/cargo-vendor/cap-primitives-1.0.3/src/fs/via_parent/rename.rs +0 -31
- data/ext/cargo-vendor/cap-primitives-1.0.3/src/rustix/fs/dir_utils.rs +0 -218
- data/ext/cargo-vendor/cap-rand-1.0.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-rand-1.0.2/Cargo.toml +0 -38
- data/ext/cargo-vendor/cap-std-1.0.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-std-1.0.3/Cargo.toml +0 -70
- data/ext/cargo-vendor/cap-std-1.0.3/src/fs/dir.rs +0 -843
- data/ext/cargo-vendor/cap-std-1.0.3/src/fs_utf8/dir.rs +0 -764
- data/ext/cargo-vendor/cap-time-ext-1.0.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-time-ext-1.0.2/Cargo.toml +0 -42
- data/ext/cargo-vendor/cc-1.0.77/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cc-1.0.77/Cargo.lock +0 -110
- data/ext/cargo-vendor/cc-1.0.77/Cargo.toml +0 -39
- data/ext/cargo-vendor/cc-1.0.77/src/lib.rs +0 -3509
- data/ext/cargo-vendor/cranelift-bforest-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-bforest-0.91.0/Cargo.toml +0 -34
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/Cargo.toml +0 -148
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/alias_analysis.rs +0 -389
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/context.rs +0 -382
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/cursor.rs +0 -666
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/dce.rs +0 -36
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph/elaborate.rs +0 -630
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph/node.rs +0 -366
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph/stores.rs +0 -293
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph.rs +0 -429
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/inst_predicates.rs +0 -154
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/builder.rs +0 -279
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/dfg.rs +0 -1487
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/entities.rs +0 -625
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/function.rs +0 -541
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/heap.rs +0 -67
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/immediates.rs +0 -1628
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/instructions.rs +0 -865
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/layout.rs +0 -1345
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/mod.rs +0 -109
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/progpoint.rs +0 -164
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/sourceloc.rs +0 -121
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/types.rs +0 -664
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/abi.rs +0 -1275
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/inst/mod.rs +0 -3095
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/inst.isle +0 -3749
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower/isle.rs +0 -736
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower.isle +0 -2530
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower.rs +0 -799
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower_inst.rs +0 -322
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/mod.rs +0 -431
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/abi.rs +0 -717
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst/emit.rs +0 -2919
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst/emit_tests.rs +0 -2248
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst/mod.rs +0 -1743
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst.isle +0 -2140
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower/isle.rs +0 -518
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower.isle +0 -880
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower.rs +0 -62
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower_inst.rs +0 -36
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/mod.rs +0 -257
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/abi.rs +0 -945
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst/emit.rs +0 -3669
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst/emit_tests.rs +0 -13419
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst/mod.rs +0 -3521
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst.isle +0 -5049
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/lower/isle.rs +0 -1052
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/lower.isle +0 -4016
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/lower.rs +0 -299
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/abi.rs +0 -974
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/args.rs +0 -1846
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/emit.rs +0 -3225
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/emit_tests.rs +0 -5040
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/mod.rs +0 -2616
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst.isle +0 -3914
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower/isle/generated_code.rs +0 -9
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower/isle.rs +0 -1087
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower.isle +0 -3785
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower.rs +0 -618
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/mod.rs +0 -488
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isle_prelude.rs +0 -589
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/legalizer/heap.rs +0 -489
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/legalizer/mod.rs +0 -343
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/lib.rs +0 -136
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/licm.rs +0 -243
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/loop_analysis.rs +0 -443
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/abi.rs +0 -2408
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/blockorder.rs +0 -704
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/buffer.rs +0 -2106
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/compile.rs +0 -92
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/helpers.rs +0 -43
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/inst_common.rs +0 -85
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/isle.rs +0 -843
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/lower.rs +0 -1378
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/mod.rs +0 -443
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/vcode.rs +0 -1571
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/nan_canonicalization.rs +0 -104
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/opts/algebraic.isle +0 -203
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/opts/cprop.isle +0 -134
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/opts.rs +0 -308
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/prelude.isle +0 -419
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/prelude_lower.isle +0 -745
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/prelude_opt.isle +0 -61
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/remove_constant_phis.rs +0 -425
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/settings.rs +0 -596
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/simple_gvn.rs +0 -150
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/simple_preopt.rs +0 -933
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/souper_harvest.rs +0 -576
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/timing.rs +0 -264
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/verifier/flags.rs +0 -161
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/verifier/mod.rs +0 -1937
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/write.rs +0 -709
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/Cargo.toml +0 -26
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/formats.rs +0 -143
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/instructions.rs +0 -473
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/operands.rs +0 -182
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/types.rs +0 -602
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/typevar.rs +0 -995
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/gen_inst.rs +0 -1721
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/gen_types.rs +0 -80
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/isa/riscv64.rs +0 -27
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/entities.rs +0 -90
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/formats.rs +0 -240
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/immediates.rs +0 -230
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/instructions.rs +0 -3944
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/settings.rs +0 -370
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/types.rs +0 -180
- data/ext/cargo-vendor/cranelift-codegen-shared-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-codegen-shared-0.91.0/Cargo.toml +0 -22
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/Cargo.toml +0 -45
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/bumpvec.rs +0 -524
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/ctxhash.rs +0 -281
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/lib.rs +0 -666
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/unionfind.rs +0 -85
- data/ext/cargo-vendor/cranelift-entity-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-entity-0.91.0/Cargo.toml +0 -38
- data/ext/cargo-vendor/cranelift-frontend-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-frontend-0.91.0/Cargo.toml +0 -52
- data/ext/cargo-vendor/cranelift-frontend-0.91.0/src/frontend.rs +0 -1841
- data/ext/cargo-vendor/cranelift-frontend-0.91.0/src/ssa.rs +0 -1399
- data/ext/cargo-vendor/cranelift-isle-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-isle-0.91.0/Cargo.toml +0 -37
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/borrows.isle +0 -15
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/iflets.isle +0 -29
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/multi_constructor_main.rs +0 -57
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/multi_extractor.isle +0 -14
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/multi_extractor_main.rs +0 -46
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/run/iconst.isle +0 -17
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/run/let_shadowing_main.rs +0 -27
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/ast.rs +0 -419
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/codegen.rs +0 -1071
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/ir.rs +0 -424
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/lib.rs +0 -227
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/overlap.rs +0 -134
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/parser.rs +0 -579
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/sema.rs +0 -2404
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/trie_again.rs +0 -629
- data/ext/cargo-vendor/cranelift-native-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-native-0.91.0/Cargo.toml +0 -40
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/Cargo.toml +0 -87
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/code_translator.rs +0 -3094
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/environ/dummy.rs +0 -885
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/environ/mod.rs +0 -10
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/environ/spec.rs +0 -764
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/func_translator.rs +0 -417
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/lib.rs +0 -75
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/module_translator.rs +0 -129
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/sections_translator.rs +0 -426
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/state.rs +0 -540
- data/ext/cargo-vendor/env_logger-0.9.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/env_logger-0.9.3/CHANGELOG.md +0 -3
- data/ext/cargo-vendor/env_logger-0.9.3/Cargo.toml +0 -85
- data/ext/cargo-vendor/env_logger-0.9.3/src/filter/mod.rs +0 -868
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/mod.rs +0 -652
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/atty.rs +0 -32
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/mod.rs +0 -252
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/termcolor/extern_impl.rs +0 -532
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/termcolor/mod.rs +0 -12
- data/ext/cargo-vendor/env_logger-0.9.3/src/lib.rs +0 -1311
- data/ext/cargo-vendor/file-per-thread-logger-0.1.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/file-per-thread-logger-0.1.5/Cargo.toml +0 -27
- data/ext/cargo-vendor/glob-0.3.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/glob-0.3.0/Cargo.toml +0 -24
- data/ext/cargo-vendor/glob-0.3.0/README.md +0 -38
- data/ext/cargo-vendor/glob-0.3.0/src/lib.rs +0 -1411
- data/ext/cargo-vendor/hermit-abi-0.1.19/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/hermit-abi-0.1.19/Cargo.toml +0 -44
- data/ext/cargo-vendor/hermit-abi-0.1.19/README.md +0 -22
- data/ext/cargo-vendor/hermit-abi-0.1.19/rust-toolchain +0 -1
- data/ext/cargo-vendor/hermit-abi-0.1.19/src/lib.rs +0 -490
- data/ext/cargo-vendor/hermit-abi-0.1.19/src/tcplistener.rs +0 -13
- data/ext/cargo-vendor/hermit-abi-0.1.19/src/tcpstream.rs +0 -109
- data/ext/cargo-vendor/io-extras-0.17.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/io-extras-0.17.0/Cargo.toml +0 -108
- data/ext/cargo-vendor/io-extras-0.17.0/src/borrowed.rs +0 -301
- data/ext/cargo-vendor/io-extras-0.17.0/src/os/windows/types.rs +0 -229
- data/ext/cargo-vendor/io-extras-0.17.0/src/read_write.rs +0 -802
- data/ext/cargo-vendor/io-lifetimes-1.0.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/io-lifetimes-1.0.3/Cargo.toml +0 -94
- data/ext/cargo-vendor/io-lifetimes-1.0.3/build.rs +0 -114
- data/ext/cargo-vendor/ipnet-2.5.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/ipnet-2.5.1/Cargo.toml +0 -52
- data/ext/cargo-vendor/ipnet-2.5.1/RELEASES.md +0 -65
- data/ext/cargo-vendor/ipnet-2.5.1/src/ipnet.rs +0 -1806
- data/ext/cargo-vendor/ipnet-2.5.1/src/lib.rs +0 -96
- data/ext/cargo-vendor/itoa-1.0.4/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/itoa-1.0.4/Cargo.toml +0 -38
- data/ext/cargo-vendor/itoa-1.0.4/README.md +0 -59
- data/ext/cargo-vendor/itoa-1.0.4/src/lib.rs +0 -290
- data/ext/cargo-vendor/ittapi-0.3.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/ittapi-0.3.2/Cargo.toml +0 -44
- data/ext/cargo-vendor/ittapi-0.3.2/README.md +0 -47
- data/ext/cargo-vendor/ittapi-sys-0.3.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/ittapi-sys-0.3.2/Cargo.toml +0 -42
- data/ext/cargo-vendor/ittapi-sys-0.3.2/README.md +0 -74
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/CMakeLists.txt +0 -98
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/buildall.py +0 -169
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/include/ittnotify.h +0 -4459
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify/ittnotify_static.c +0 -1595
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify/ittnotify_static.h +0 -355
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify/jitprofiling.c +0 -253
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify_refcol/itt_refcol_impl.c +0 -309
- data/ext/cargo-vendor/ittapi-sys-0.3.2/src/lib.rs +0 -34
- data/ext/cargo-vendor/ittapi-sys-0.3.2/src/linux/ittnotify_bindings.rs +0 -1873
- data/ext/cargo-vendor/ittapi-sys-0.3.2/src/macos/ittnotify_bindings.rs +0 -1873
- data/ext/cargo-vendor/ittapi-sys-0.3.2/src/windows/ittnotify_bindings.rs +0 -2013
- data/ext/cargo-vendor/ittapi-sys-0.3.2/tests/bindgen-up-to-date.rs +0 -101
- data/ext/cargo-vendor/libc-0.2.138/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/libc-0.2.138/Cargo.toml +0 -64
- data/ext/cargo-vendor/libc-0.2.138/src/fuchsia/mod.rs +0 -4292
- data/ext/cargo-vendor/libc-0.2.138/src/unix/bsd/mod.rs +0 -917
- data/ext/cargo-vendor/libc-0.2.138/src/unix/haiku/mod.rs +0 -2038
- data/ext/cargo-vendor/libc-0.2.138/src/unix/hermit/mod.rs +0 -1024
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b32/arm.rs +0 -539
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b32/x86/mod.rs +0 -611
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b64/aarch64/mod.rs +0 -391
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b64/x86_64/mod.rs +0 -791
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/mod.rs +0 -3588
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/emscripten/mod.rs +0 -1897
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/linux/mod.rs +0 -4492
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/mod.rs +0 -1829
- data/ext/cargo-vendor/libc-0.2.138/src/unix/mod.rs +0 -1553
- data/ext/cargo-vendor/libc-0.2.138/src/unix/newlib/mod.rs +0 -759
- data/ext/cargo-vendor/libc-0.2.138/src/unix/solarish/mod.rs +0 -3283
- data/ext/cargo-vendor/libc-0.2.138/src/vxworks/mod.rs +0 -1925
- data/ext/cargo-vendor/libc-0.2.138/src/wasi.rs +0 -821
- data/ext/cargo-vendor/libc-0.2.138/src/windows/mod.rs +0 -592
- data/ext/cargo-vendor/linux-raw-sys-0.1.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/linux-raw-sys-0.1.3/Cargo.toml +0 -75
- data/ext/cargo-vendor/linux-raw-sys-0.1.3/src/lib.rs +0 -305
- data/ext/cargo-vendor/nom-7.1.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/nom-7.1.1/CHANGELOG.md +0 -1482
- data/ext/cargo-vendor/nom-7.1.1/Cargo.lock +0 -282
- data/ext/cargo-vendor/nom-7.1.1/Cargo.toml +0 -129
- data/ext/cargo-vendor/nom-7.1.1/README.md +0 -311
- data/ext/cargo-vendor/nom-7.1.1/src/bits/complete.rs +0 -150
- data/ext/cargo-vendor/nom-7.1.1/src/bits/mod.rs +0 -179
- data/ext/cargo-vendor/nom-7.1.1/src/bits/streaming.rs +0 -129
- data/ext/cargo-vendor/nom-7.1.1/src/branch/mod.rs +0 -291
- data/ext/cargo-vendor/nom-7.1.1/src/character/complete.rs +0 -1227
- data/ext/cargo-vendor/nom-7.1.1/src/combinator/mod.rs +0 -768
- data/ext/cargo-vendor/nom-7.1.1/src/internal.rs +0 -487
- data/ext/cargo-vendor/nom-7.1.1/src/lib.rs +0 -463
- data/ext/cargo-vendor/nom-7.1.1/src/multi/mod.rs +0 -981
- data/ext/cargo-vendor/nom-7.1.1/src/number/complete.rs +0 -2138
- data/ext/cargo-vendor/nom-7.1.1/src/number/streaming.rs +0 -2218
- data/ext/cargo-vendor/nom-7.1.1/src/sequence/mod.rs +0 -270
- data/ext/cargo-vendor/nom-7.1.1/src/sequence/tests.rs +0 -274
- data/ext/cargo-vendor/nom-7.1.1/src/traits.rs +0 -1437
- data/ext/cargo-vendor/nom-7.1.1/tests/issues.rs +0 -216
- data/ext/cargo-vendor/num_cpus-1.14.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/num_cpus-1.14.0/CHANGELOG.md +0 -144
- data/ext/cargo-vendor/num_cpus-1.14.0/Cargo.lock +0 -26
- data/ext/cargo-vendor/num_cpus-1.14.0/Cargo.toml +0 -32
- data/ext/cargo-vendor/once_cell-1.16.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/once_cell-1.16.0/CHANGELOG.md +0 -208
- data/ext/cargo-vendor/once_cell-1.16.0/Cargo.lock +0 -173
- data/ext/cargo-vendor/once_cell-1.16.0/Cargo.toml +0 -109
- data/ext/cargo-vendor/once_cell-1.16.0/README.md +0 -56
- data/ext/cargo-vendor/once_cell-1.16.0/src/lib.rs +0 -1378
- data/ext/cargo-vendor/once_cell-1.16.0/src/race.rs +0 -304
- data/ext/cargo-vendor/paste-1.0.9/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/paste-1.0.9/Cargo.toml +0 -42
- data/ext/cargo-vendor/paste-1.0.9/LICENSE-MIT +0 -25
- data/ext/cargo-vendor/paste-1.0.9/README.md +0 -157
- data/ext/cargo-vendor/paste-1.0.9/src/lib.rs +0 -433
- data/ext/cargo-vendor/paste-1.0.9/tests/test_expr.rs +0 -272
- data/ext/cargo-vendor/paste-1.0.9/tests/ui/invalid-ident.stderr +0 -17
- data/ext/cargo-vendor/proc-macro2-1.0.47/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/proc-macro2-1.0.47/Cargo.toml +0 -60
- data/ext/cargo-vendor/proc-macro2-1.0.47/README.md +0 -94
- data/ext/cargo-vendor/proc-macro2-1.0.47/src/fallback.rs +0 -1002
- data/ext/cargo-vendor/proc-macro2-1.0.47/src/lib.rs +0 -1339
- data/ext/cargo-vendor/proc-macro2-1.0.47/src/wrapper.rs +0 -994
- data/ext/cargo-vendor/quote-1.0.21/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/quote-1.0.21/Cargo.toml +0 -46
- data/ext/cargo-vendor/quote-1.0.21/LICENSE-MIT +0 -25
- data/ext/cargo-vendor/quote-1.0.21/README.md +0 -261
- data/ext/cargo-vendor/quote-1.0.21/src/lib.rs +0 -1434
- data/ext/cargo-vendor/quote-1.0.21/tests/test.rs +0 -520
- data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-quotable.rs +0 -7
- data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-quotable.stderr +0 -17
- data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-repeatable.rs +0 -8
- data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-repeatable.stderr +0 -35
- data/ext/cargo-vendor/rayon-1.6.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rayon-1.6.0/Cargo.toml +0 -58
- data/ext/cargo-vendor/rayon-1.6.0/RELEASES.md +0 -831
- data/ext/cargo-vendor/rayon-1.6.0/src/iter/par_bridge.rs +0 -217
- data/ext/cargo-vendor/rb-sys-0.9.53/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-0.9.53/Cargo.toml +0 -45
- data/ext/cargo-vendor/rb-sys-0.9.53/build/ruby_macros.rs +0 -45
- data/ext/cargo-vendor/rb-sys-0.9.53/src/macros/ruby_macros.c +0 -35
- data/ext/cargo-vendor/rb-sys-build-0.9.53/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-build-0.9.53/Cargo.toml +0 -40
- data/ext/cargo-vendor/rb-sys-build-0.9.53/src/bindings.rs +0 -246
- data/ext/cargo-vendor/rb-sys-build-0.9.53/src/lib.rs +0 -10
- data/ext/cargo-vendor/rb-sys-build-0.9.53/src/rb_config.rs +0 -753
- data/ext/cargo-vendor/rb-sys-build-0.9.53/src/utils.rs +0 -28
- data/ext/cargo-vendor/rb-sys-env-0.1.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-env-0.1.1/Cargo.toml +0 -24
- data/ext/cargo-vendor/rb-sys-env-0.1.1/src/lib.rs +0 -181
- data/ext/cargo-vendor/rb-sys-env-0.1.1/src/ruby_version.rs +0 -163
- data/ext/cargo-vendor/regex-1.7.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/regex-1.7.0/CHANGELOG.md +0 -1079
- data/ext/cargo-vendor/regex-1.7.0/Cargo.lock +0 -98
- data/ext/cargo-vendor/regex-1.7.0/Cargo.toml +0 -149
- data/ext/cargo-vendor/regex-1.7.0/src/re_bytes.rs +0 -1260
- data/ext/cargo-vendor/regex-1.7.0/src/re_unicode.rs +0 -1311
- data/ext/cargo-vendor/regex-1.7.0/tests/replace.rs +0 -230
- data/ext/cargo-vendor/rustix-0.36.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rustix-0.36.5/Cargo.toml +0 -236
- data/ext/cargo-vendor/rustix-0.36.5/README.md +0 -159
- data/ext/cargo-vendor/rustix-0.36.5/build.rs +0 -205
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/fs/syscalls.rs +0 -1772
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/fs/types.rs +0 -1116
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/io/epoll.rs +0 -573
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/io/syscalls.rs +0 -533
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/io/types.rs +0 -164
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/net/syscalls.rs +0 -886
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/time/types.rs +0 -364
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/conv.rs +0 -790
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/fs/syscalls.rs +0 -1384
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/fs/types.rs +0 -646
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/io/epoll.rs +0 -555
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/at.rs +0 -387
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/constants.rs +0 -20
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/dir.rs +0 -5
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/fd.rs +0 -348
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/mod.rs +0 -215
- data/ext/cargo-vendor/rustix-0.36.5/src/io/mod.rs +0 -97
- data/ext/cargo-vendor/rustix-0.36.5/src/io/read_write.rs +0 -170
- data/ext/cargo-vendor/rustix-0.36.5/src/net/socket.rs +0 -439
- data/ext/cargo-vendor/rustix-0.36.5/src/net/socket_addr_any.rs +0 -81
- data/ext/cargo-vendor/serde-1.0.149/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/serde-1.0.149/Cargo.toml +0 -67
- data/ext/cargo-vendor/serde-1.0.149/README.md +0 -114
- data/ext/cargo-vendor/serde-1.0.149/build.rs +0 -141
- data/ext/cargo-vendor/serde-1.0.149/crates-io.md +0 -65
- data/ext/cargo-vendor/serde-1.0.149/src/de/impls.rs +0 -2725
- data/ext/cargo-vendor/serde-1.0.149/src/de/mod.rs +0 -2300
- data/ext/cargo-vendor/serde-1.0.149/src/lib.rs +0 -312
- data/ext/cargo-vendor/serde-1.0.149/src/private/de.rs +0 -2995
- data/ext/cargo-vendor/serde-1.0.149/src/ser/impls.rs +0 -956
- data/ext/cargo-vendor/serde-1.0.149/src/ser/mod.rs +0 -1986
- data/ext/cargo-vendor/serde_derive-1.0.149/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/serde_derive-1.0.149/Cargo.toml +0 -63
- data/ext/cargo-vendor/serde_derive-1.0.149/README.md +0 -114
- data/ext/cargo-vendor/serde_derive-1.0.149/build.rs +0 -36
- data/ext/cargo-vendor/serde_derive-1.0.149/crates-io.md +0 -65
- data/ext/cargo-vendor/serde_derive-1.0.149/src/lib.rs +0 -109
- data/ext/cargo-vendor/syn-1.0.105/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/syn-1.0.105/Cargo.toml +0 -144
- data/ext/cargo-vendor/syn-1.0.105/README.md +0 -285
- data/ext/cargo-vendor/syn-1.0.105/src/lib.rs +0 -984
- data/ext/cargo-vendor/syn-1.0.105/tests/common/eq.rs +0 -806
- data/ext/cargo-vendor/syn-1.0.105/tests/test_expr.rs +0 -326
- data/ext/cargo-vendor/system-interface-0.25.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/system-interface-0.25.0/Cargo.toml +0 -102
- data/ext/cargo-vendor/system-interface-0.25.0/src/fs/file_io_ext.rs +0 -878
- data/ext/cargo-vendor/system-interface-0.25.0/src/io/read_ready.rs +0 -239
- data/ext/cargo-vendor/system-interface-0.25.0/tests/vectored_at.rs +0 -493
- data/ext/cargo-vendor/termcolor-1.1.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/termcolor-1.1.3/Cargo.toml +0 -43
- data/ext/cargo-vendor/termcolor-1.1.3/src/lib.rs +0 -2260
- data/ext/cargo-vendor/thiserror-1.0.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/thiserror-1.0.37/Cargo.toml +0 -47
- data/ext/cargo-vendor/thiserror-1.0.37/README.md +0 -222
- data/ext/cargo-vendor/thiserror-1.0.37/tests/test_display.rs +0 -272
- data/ext/cargo-vendor/thiserror-1.0.37/tests/ui/no-display.stderr +0 -17
- data/ext/cargo-vendor/thiserror-1.0.37/tests/ui/source-enum-not-error.stderr +0 -22
- data/ext/cargo-vendor/thiserror-1.0.37/tests/ui/source-struct-not-error.stderr +0 -21
- data/ext/cargo-vendor/thiserror-impl-1.0.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/thiserror-impl-1.0.37/Cargo.toml +0 -35
- data/ext/cargo-vendor/tokio-1.23.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tokio-1.23.0/CHANGELOG.md +0 -2487
- data/ext/cargo-vendor/tokio-1.23.0/Cargo.toml +0 -239
- data/ext/cargo-vendor/tokio-1.23.0/README.md +0 -229
- data/ext/cargo-vendor/tokio-1.23.0/build.rs +0 -132
- data/ext/cargo-vendor/tokio-1.23.0/docs/reactor-refactor.md +0 -276
- data/ext/cargo-vendor/tokio-1.23.0/src/fs/read_dir.rs +0 -295
- data/ext/cargo-vendor/tokio-1.23.0/src/io/split.rs +0 -181
- data/ext/cargo-vendor/tokio-1.23.0/src/io/util/read.rs +0 -55
- data/ext/cargo-vendor/tokio-1.23.0/src/lib.rs +0 -630
- data/ext/cargo-vendor/tokio-1.23.0/src/loom/mocked.rs +0 -45
- data/ext/cargo-vendor/tokio-1.23.0/src/loom/std/atomic_u64.rs +0 -18
- data/ext/cargo-vendor/tokio-1.23.0/src/loom/std/atomic_u64_as_mutex.rs +0 -70
- data/ext/cargo-vendor/tokio-1.23.0/src/loom/std/mod.rs +0 -104
- data/ext/cargo-vendor/tokio-1.23.0/src/macros/cfg.rs +0 -539
- data/ext/cargo-vendor/tokio-1.23.0/src/net/tcp/split_owned.rs +0 -501
- data/ext/cargo-vendor/tokio-1.23.0/src/net/unix/split_owned.rs +0 -409
- data/ext/cargo-vendor/tokio-1.23.0/src/net/windows/named_pipe.rs +0 -2556
- data/ext/cargo-vendor/tokio-1.23.0/src/process/unix/mod.rs +0 -322
- data/ext/cargo-vendor/tokio-1.23.0/src/process/unix/orphan.rs +0 -333
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/blocking/mod.rs +0 -28
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/blocking/pool.rs +0 -599
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/blocking/schedule.rs +0 -19
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/builder.rs +0 -1057
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/context.rs +0 -400
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/driver.rs +0 -343
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/io/mod.rs +0 -348
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/io/registration.rs +0 -257
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/io/scheduled_io.rs +0 -553
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/mod.rs +0 -258
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/scheduler/multi_thread/queue.rs +0 -532
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/task/harness.rs +0 -506
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/task/mod.rs +0 -619
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/task/state.rs +0 -595
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/loom_blocking.rs +0 -81
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/loom_queue.rs +0 -209
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/mod.rs +0 -55
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/task.rs +0 -332
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/time/mod.rs +0 -422
- data/ext/cargo-vendor/tokio-1.23.0/src/signal/registry.rs +0 -284
- data/ext/cargo-vendor/tokio-1.23.0/src/signal/unix.rs +0 -527
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/broadcast.rs +0 -1160
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/mod.rs +0 -499
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/mpsc/block.rs +0 -385
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/mpsc/list.rs +0 -371
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/mpsc/mod.rs +0 -117
- data/ext/cargo-vendor/tokio-1.23.0/src/task/local.rs +0 -1194
- data/ext/cargo-vendor/tokio-1.23.0/src/time/clock.rs +0 -243
- data/ext/cargo-vendor/tokio-1.23.0/src/time/sleep.rs +0 -438
- data/ext/cargo-vendor/tokio-1.23.0/src/util/linked_list.rs +0 -694
- data/ext/cargo-vendor/tokio-1.23.0/src/util/once_cell.rs +0 -70
- data/ext/cargo-vendor/tokio-1.23.0/tests/_require_full.rs +0 -2
- data/ext/cargo-vendor/tokio-1.23.0/tests/buffered.rs +0 -50
- data/ext/cargo-vendor/tokio-1.23.0/tests/io_driver.rs +0 -100
- data/ext/cargo-vendor/tokio-1.23.0/tests/macros_join.rs +0 -155
- data/ext/cargo-vendor/tokio-1.23.0/tests/macros_select.rs +0 -665
- data/ext/cargo-vendor/tokio-1.23.0/tests/macros_try_join.rs +0 -185
- data/ext/cargo-vendor/tokio-1.23.0/tests/rt_common.rs +0 -1279
- data/ext/cargo-vendor/tokio-1.23.0/tests/rt_metrics.rs +0 -468
- data/ext/cargo-vendor/tokio-1.23.0/tests/support/leaked_buffers.rs +0 -26
- data/ext/cargo-vendor/tokio-1.23.0/tests/support/panic.rs +0 -34
- data/ext/cargo-vendor/tokio-1.23.0/tests/sync_once_cell.rs +0 -274
- data/ext/cargo-vendor/tokio-1.23.0/tests/task_blocking.rs +0 -228
- data/ext/cargo-vendor/tokio-1.23.0/tests/task_join_set.rs +0 -230
- data/ext/cargo-vendor/tokio-1.23.0/tests/tcp_peek.rs +0 -29
- data/ext/cargo-vendor/toml-0.5.9/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/toml-0.5.9/Cargo.lock +0 -101
- data/ext/cargo-vendor/toml-0.5.9/Cargo.toml +0 -49
- data/ext/cargo-vendor/toml-0.5.9/README.md +0 -38
- data/ext/cargo-vendor/toml-0.5.9/src/datetime.rs +0 -544
- data/ext/cargo-vendor/toml-0.5.9/src/de.rs +0 -2262
- data/ext/cargo-vendor/toml-0.5.9/src/lib.rs +0 -180
- data/ext/cargo-vendor/toml-0.5.9/src/macros.rs +0 -462
- data/ext/cargo-vendor/toml-0.5.9/src/ser.rs +0 -1859
- data/ext/cargo-vendor/toml-0.5.9/src/spanned.rs +0 -168
- data/ext/cargo-vendor/toml-0.5.9/src/tokens.rs +0 -740
- data/ext/cargo-vendor/unicode-bidi-0.3.8/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/unicode-bidi-0.3.8/Cargo.toml +0 -78
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/char_data/mod.rs +0 -157
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/char_data/tables.rs +0 -510
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/data_source.rs +0 -16
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/explicit.rs +0 -195
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/implicit.rs +0 -239
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/lib.rs +0 -1066
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/prepare.rs +0 -368
- data/ext/cargo-vendor/unicode-ident-1.0.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/unicode-ident-1.0.5/Cargo.toml +0 -58
- data/ext/cargo-vendor/unicode-ident-1.0.5/README.md +0 -283
- data/ext/cargo-vendor/unicode-ident-1.0.5/src/tables.rs +0 -647
- data/ext/cargo-vendor/unicode-ident-1.0.5/tests/static_size.rs +0 -96
- data/ext/cargo-vendor/wasi-cap-std-sync-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasi-cap-std-sync-4.0.0/Cargo.toml +0 -89
- data/ext/cargo-vendor/wasi-common-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasi-common-4.0.0/Cargo.toml +0 -85
- data/ext/cargo-vendor/wasi-common-4.0.0/src/snapshots/preview_0.rs +0 -1082
- data/ext/cargo-vendor/wasi-common-4.0.0/src/snapshots/preview_1.rs +0 -1568
- data/ext/cargo-vendor/wasm-encoder-0.20.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasm-encoder-0.20.0/Cargo.toml +0 -33
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/component/aliases.rs +0 -129
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/component/types.rs +0 -751
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/component.rs +0 -137
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/core/code.rs +0 -2868
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/lib.rs +0 -188
- data/ext/cargo-vendor/wasmparser-0.95.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmparser-0.95.0/Cargo.lock +0 -683
- data/ext/cargo-vendor/wasmparser-0.95.0/Cargo.toml +0 -54
- data/ext/cargo-vendor/wasmparser-0.95.0/benches/benchmark.rs +0 -336
- data/ext/cargo-vendor/wasmparser-0.95.0/src/binary_reader.rs +0 -2333
- data/ext/cargo-vendor/wasmparser-0.95.0/src/limits.rs +0 -57
- data/ext/cargo-vendor/wasmparser-0.95.0/src/parser.rs +0 -1504
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/aliases.rs +0 -127
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/canonicals.rs +0 -124
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/exports.rs +0 -110
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/imports.rs +0 -127
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/instances.rs +0 -240
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/names.rs +0 -164
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/start.rs +0 -66
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/types.rs +0 -449
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/code.rs +0 -270
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/data.rs +0 -189
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/elements.rs +0 -333
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/exports.rs +0 -123
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/functions.rs +0 -95
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/globals.rs +0 -110
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/imports.rs +0 -129
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/init.rs +0 -46
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/linking.rs +0 -88
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/memories.rs +0 -93
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/names.rs +0 -308
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/operators.rs +0 -342
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/producers.rs +0 -211
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/relocs.rs +0 -198
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/tables.rs +0 -93
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/tags.rs +0 -92
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/types.rs +0 -279
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core.rs +0 -37
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers.rs +0 -181
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/component.rs +0 -2097
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/core.rs +0 -1140
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/func.rs +0 -333
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/operators.rs +0 -3223
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/types.rs +0 -2109
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator.rs +0 -1476
- data/ext/cargo-vendor/wasmtime-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-4.0.0/Cargo.toml +0 -164
- data/ext/cargo-vendor/wasmtime-4.0.0/src/component/mod.rs +0 -42
- data/ext/cargo-vendor/wasmtime-4.0.0/src/component/values.rs +0 -1143
- data/ext/cargo-vendor/wasmtime-4.0.0/src/config.rs +0 -1908
- data/ext/cargo-vendor/wasmtime-4.0.0/src/engine/serialization.rs +0 -611
- data/ext/cargo-vendor/wasmtime-4.0.0/src/linker.rs +0 -1296
- data/ext/cargo-vendor/wasmtime-4.0.0/src/trap.rs +0 -616
- data/ext/cargo-vendor/wasmtime-asm-macros-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-asm-macros-4.0.0/Cargo.toml +0 -22
- data/ext/cargo-vendor/wasmtime-asm-macros-4.0.0/src/lib.rs +0 -91
- data/ext/cargo-vendor/wasmtime-cache-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-cache-4.0.0/Cargo.toml +0 -73
- data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/Cargo.toml +0 -83
- data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/src/compiler.rs +0 -1047
- data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/src/func_environ.rs +0 -2104
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/Cargo.lock +0 -613
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/Cargo.toml +0 -117
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/src/component/translate.rs +0 -1027
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/src/module_environ.rs +0 -840
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/src/obj.rs +0 -121
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/Cargo.toml +0 -46
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix/aarch64.rs +0 -178
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix/riscv64.rs +0 -157
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix/x86_64.rs +0 -159
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix.rs +0 -197
- data/ext/cargo-vendor/wasmtime-jit-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-jit-4.0.0/Cargo.toml +0 -102
- data/ext/cargo-vendor/wasmtime-jit-4.0.0/src/code_memory.rs +0 -301
- data/ext/cargo-vendor/wasmtime-jit-4.0.0/src/instantiate.rs +0 -667
- data/ext/cargo-vendor/wasmtime-jit-debug-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-jit-debug-4.0.0/Cargo.toml +0 -58
- data/ext/cargo-vendor/wasmtime-jit-icache-coherence-3.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-jit-icache-coherence-3.0.0/Cargo.toml +0 -34
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/Cargo.toml +0 -110
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/libcalls.rs +0 -489
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/trampolines/aarch64.rs +0 -121
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/trampolines/riscv64.rs +0 -117
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/trampolines/x86_64.rs +0 -135
- data/ext/cargo-vendor/wasmtime-types-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-types-4.0.0/Cargo.toml +0 -34
- data/ext/cargo-vendor/wasmtime-wasi-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-wasi-4.0.0/Cargo.toml +0 -63
- data/ext/cargo-vendor/wast-50.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wast-50.0.0/Cargo.toml +0 -50
- data/ext/cargo-vendor/wast-50.0.0/src/component/alias.rs +0 -256
- data/ext/cargo-vendor/wast-50.0.0/src/component/binary.rs +0 -951
- data/ext/cargo-vendor/wast-50.0.0/src/component/expand.rs +0 -832
- data/ext/cargo-vendor/wast-50.0.0/src/component/export.rs +0 -197
- data/ext/cargo-vendor/wast-50.0.0/src/component/import.rs +0 -163
- data/ext/cargo-vendor/wast-50.0.0/src/component/resolve.rs +0 -954
- data/ext/cargo-vendor/wast-50.0.0/src/component/types.rs +0 -958
- data/ext/cargo-vendor/wast-50.0.0/src/core/expr.rs +0 -1889
- data/ext/cargo-vendor/wast-50.0.0/tests/annotations.rs +0 -200
- data/ext/cargo-vendor/wat-1.0.52/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wat-1.0.52/Cargo.toml +0 -27
- data/ext/cargo-vendor/wiggle-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wiggle-4.0.0/Cargo.toml +0 -109
- data/ext/cargo-vendor/wiggle-4.0.0/src/lib.rs +0 -1066
- data/ext/cargo-vendor/wiggle-generate-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wiggle-generate-4.0.0/Cargo.toml +0 -61
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/codegen_settings.rs +0 -146
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/config.rs +0 -675
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/funcs.rs +0 -430
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/module_trait.rs +0 -97
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/wasmtime.rs +0 -165
- data/ext/cargo-vendor/wiggle-macro-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wiggle-macro-4.0.0/Cargo.toml +0 -55
- data/ext/cargo-vendor/wiggle-macro-4.0.0/src/lib.rs +0 -208
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.0/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.0/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_i686_gnu-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_i686_gnu-0.42.0/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_i686_msvc-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_i686_msvc-0.42.0/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.0/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.0/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.0/lib/windows.lib +0 -0
- data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/.cargo_vcs_info.json +0 -6
- data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/Cargo.toml +0 -84
- data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/build.rs +0 -252
@@ -1,5040 +0,0 @@
|
|
1
|
-
//! Tests for the emitter
|
2
|
-
//!
|
3
|
-
//! See comments at the top of `fn x64_emit` for advice on how to create reliable test cases.
|
4
|
-
//!
|
5
|
-
//! to see stdout: cargo test -- --nocapture
|
6
|
-
//!
|
7
|
-
//! for this specific case, as of 24 Aug 2020:
|
8
|
-
//!
|
9
|
-
//! cd to the top of your wasmtime tree, then:
|
10
|
-
//!
|
11
|
-
//! RUST_BACKTRACE=1 cargo test --features test-programs/test_programs \
|
12
|
-
//! --features experimental_x64 --all --exclude wasmtime-wasi-nn \
|
13
|
-
//! -- isa::x64::inst::emit_tests::test_x64_emit
|
14
|
-
|
15
|
-
use super::*;
|
16
|
-
use crate::ir::UserExternalNameRef;
|
17
|
-
use crate::isa::x64;
|
18
|
-
use alloc::boxed::Box;
|
19
|
-
use alloc::vec::Vec;
|
20
|
-
use cranelift_entity::EntityRef as _;
|
21
|
-
|
22
|
-
impl Inst {
|
23
|
-
fn neg(size: OperandSize, src: Writable<Reg>) -> Inst {
|
24
|
-
debug_assert_eq!(src.to_reg().class(), RegClass::Int);
|
25
|
-
Inst::Neg {
|
26
|
-
size,
|
27
|
-
src: Gpr::new(src.to_reg()).unwrap(),
|
28
|
-
dst: WritableGpr::from_writable_reg(src).unwrap(),
|
29
|
-
}
|
30
|
-
}
|
31
|
-
|
32
|
-
fn xmm_unary_rm_r_imm(op: SseOpcode, src: RegMem, dst: Writable<Reg>, imm: u8) -> Inst {
|
33
|
-
src.assert_regclass_is(RegClass::Float);
|
34
|
-
debug_assert!(dst.to_reg().class() == RegClass::Float);
|
35
|
-
Inst::XmmUnaryRmRImm {
|
36
|
-
op,
|
37
|
-
src: XmmMem::new(src).unwrap(),
|
38
|
-
imm,
|
39
|
-
dst: WritableXmm::from_writable_reg(dst).unwrap(),
|
40
|
-
}
|
41
|
-
}
|
42
|
-
|
43
|
-
fn xmm_unary_rm_r_evex(op: Avx512Opcode, src: RegMem, dst: Writable<Reg>) -> Inst {
|
44
|
-
src.assert_regclass_is(RegClass::Float);
|
45
|
-
debug_assert!(dst.to_reg().class() == RegClass::Float);
|
46
|
-
Inst::XmmUnaryRmREvex {
|
47
|
-
op,
|
48
|
-
src: XmmMem::new(src).unwrap(),
|
49
|
-
dst: WritableXmm::from_writable_reg(dst).unwrap(),
|
50
|
-
}
|
51
|
-
}
|
52
|
-
|
53
|
-
fn xmm_rmi_reg(opcode: SseOpcode, src: RegMemImm, dst: Writable<Reg>) -> Inst {
|
54
|
-
src.assert_regclass_is(RegClass::Float);
|
55
|
-
debug_assert!(dst.to_reg().class() == RegClass::Float);
|
56
|
-
Inst::XmmRmiReg {
|
57
|
-
opcode,
|
58
|
-
src1: Xmm::new(dst.to_reg()).unwrap(),
|
59
|
-
src2: XmmMemImm::new(src).unwrap(),
|
60
|
-
dst: WritableXmm::from_writable_reg(dst).unwrap(),
|
61
|
-
}
|
62
|
-
}
|
63
|
-
|
64
|
-
fn mul_hi(size: OperandSize, signed: bool, rhs: RegMem) -> Inst {
|
65
|
-
debug_assert!(size.is_one_of(&[
|
66
|
-
OperandSize::Size16,
|
67
|
-
OperandSize::Size32,
|
68
|
-
OperandSize::Size64
|
69
|
-
]));
|
70
|
-
rhs.assert_regclass_is(RegClass::Int);
|
71
|
-
Inst::MulHi {
|
72
|
-
size,
|
73
|
-
signed,
|
74
|
-
src1: Gpr::new(regs::rax()).unwrap(),
|
75
|
-
src2: GprMem::new(rhs).unwrap(),
|
76
|
-
dst_lo: WritableGpr::from_reg(Gpr::new(regs::rax()).unwrap()),
|
77
|
-
dst_hi: WritableGpr::from_reg(Gpr::new(regs::rdx()).unwrap()),
|
78
|
-
}
|
79
|
-
}
|
80
|
-
|
81
|
-
fn xmm_rm_r_evex(op: Avx512Opcode, src1: RegMem, src2: Reg, dst: Writable<Reg>) -> Self {
|
82
|
-
src1.assert_regclass_is(RegClass::Float);
|
83
|
-
debug_assert!(src2.class() == RegClass::Float);
|
84
|
-
debug_assert!(dst.to_reg().class() == RegClass::Float);
|
85
|
-
Inst::XmmRmREvex {
|
86
|
-
op,
|
87
|
-
src1: XmmMem::new(src1).unwrap(),
|
88
|
-
src2: Xmm::new(src2).unwrap(),
|
89
|
-
dst: WritableXmm::from_writable_reg(dst).unwrap(),
|
90
|
-
}
|
91
|
-
}
|
92
|
-
|
93
|
-
// TODO Can be replaced by `Inst::move` (high-level) and `Inst::unary_rm_r` (low-level)
|
94
|
-
fn xmm_mov(op: SseOpcode, src: RegMem, dst: Writable<Reg>) -> Inst {
|
95
|
-
src.assert_regclass_is(RegClass::Float);
|
96
|
-
debug_assert!(dst.to_reg().class() == RegClass::Float);
|
97
|
-
Inst::XmmUnaryRmR {
|
98
|
-
op,
|
99
|
-
src: XmmMem::new(src).unwrap(),
|
100
|
-
dst: WritableXmm::from_writable_reg(dst).unwrap(),
|
101
|
-
}
|
102
|
-
}
|
103
|
-
|
104
|
-
fn setcc(cc: CC, dst: Writable<Reg>) -> Inst {
|
105
|
-
debug_assert!(dst.to_reg().class() == RegClass::Int);
|
106
|
-
let dst = WritableGpr::from_writable_reg(dst).unwrap();
|
107
|
-
Inst::Setcc { cc, dst }
|
108
|
-
}
|
109
|
-
|
110
|
-
fn bswap(size: OperandSize, dst: Writable<Reg>) -> Inst {
|
111
|
-
debug_assert!(dst.to_reg().class() == RegClass::Int);
|
112
|
-
let src = Gpr::new(dst.to_reg()).unwrap();
|
113
|
-
let dst = WritableGpr::from_writable_reg(dst).unwrap();
|
114
|
-
Inst::Bswap { size, src, dst }
|
115
|
-
}
|
116
|
-
|
117
|
-
fn xmm_rm_r_imm(
|
118
|
-
op: SseOpcode,
|
119
|
-
src: RegMem,
|
120
|
-
dst: Writable<Reg>,
|
121
|
-
imm: u8,
|
122
|
-
size: OperandSize,
|
123
|
-
) -> Inst {
|
124
|
-
debug_assert!(size.is_one_of(&[OperandSize::Size32, OperandSize::Size64]));
|
125
|
-
Inst::XmmRmRImm {
|
126
|
-
op,
|
127
|
-
src1: dst.to_reg(),
|
128
|
-
src2: src,
|
129
|
-
dst,
|
130
|
-
imm,
|
131
|
-
size,
|
132
|
-
}
|
133
|
-
}
|
134
|
-
|
135
|
-
fn xmm_rm_r_blend(op: SseOpcode, src2: RegMem, dst: Writable<Reg>) -> Inst {
|
136
|
-
Inst::XmmRmRBlend {
|
137
|
-
op,
|
138
|
-
src1: Xmm::new(dst.to_reg()).unwrap(),
|
139
|
-
src2: XmmMem::new(src2).unwrap(),
|
140
|
-
mask: Xmm::new(regs::xmm0()).unwrap(),
|
141
|
-
dst: WritableXmm::from_writable_reg(dst).unwrap(),
|
142
|
-
}
|
143
|
-
}
|
144
|
-
}
|
145
|
-
|
146
|
-
#[test]
|
147
|
-
fn test_x64_emit() {
|
148
|
-
let rax = regs::rax();
|
149
|
-
let rbx = regs::rbx();
|
150
|
-
let rcx = regs::rcx();
|
151
|
-
let rdx = regs::rdx();
|
152
|
-
let rsi = regs::rsi();
|
153
|
-
let rdi = regs::rdi();
|
154
|
-
let rsp = regs::rsp();
|
155
|
-
let rbp = regs::rbp();
|
156
|
-
let r8 = regs::r8();
|
157
|
-
let r9 = regs::r9();
|
158
|
-
let r10 = regs::r10();
|
159
|
-
let r11 = regs::r11();
|
160
|
-
let r12 = regs::r12();
|
161
|
-
let r13 = regs::r13();
|
162
|
-
let r14 = regs::r14();
|
163
|
-
let r15 = regs::r15();
|
164
|
-
|
165
|
-
let xmm0 = regs::xmm0();
|
166
|
-
let xmm1 = regs::xmm1();
|
167
|
-
let xmm2 = regs::xmm2();
|
168
|
-
let xmm3 = regs::xmm3();
|
169
|
-
let xmm4 = regs::xmm4();
|
170
|
-
let xmm5 = regs::xmm5();
|
171
|
-
let xmm6 = regs::xmm6();
|
172
|
-
let xmm7 = regs::xmm7();
|
173
|
-
let xmm8 = regs::xmm8();
|
174
|
-
let xmm9 = regs::xmm9();
|
175
|
-
let xmm10 = regs::xmm10();
|
176
|
-
let xmm11 = regs::xmm11();
|
177
|
-
let xmm12 = regs::xmm12();
|
178
|
-
let xmm13 = regs::xmm13();
|
179
|
-
let xmm14 = regs::xmm14();
|
180
|
-
let xmm15 = regs::xmm15();
|
181
|
-
|
182
|
-
// And Writable<> versions of the same:
|
183
|
-
let w_rax = Writable::<Reg>::from_reg(rax);
|
184
|
-
let w_rbx = Writable::<Reg>::from_reg(rbx);
|
185
|
-
let w_rcx = Writable::<Reg>::from_reg(rcx);
|
186
|
-
let w_rdx = Writable::<Reg>::from_reg(rdx);
|
187
|
-
let w_rsi = Writable::<Reg>::from_reg(rsi);
|
188
|
-
let w_rdi = Writable::<Reg>::from_reg(rdi);
|
189
|
-
let _w_rsp = Writable::<Reg>::from_reg(rsp);
|
190
|
-
let _w_rbp = Writable::<Reg>::from_reg(rbp);
|
191
|
-
let w_r8 = Writable::<Reg>::from_reg(r8);
|
192
|
-
let w_r9 = Writable::<Reg>::from_reg(r9);
|
193
|
-
let _w_r10 = Writable::<Reg>::from_reg(r10);
|
194
|
-
let w_r11 = Writable::<Reg>::from_reg(r11);
|
195
|
-
let w_r12 = Writable::<Reg>::from_reg(r12);
|
196
|
-
let w_r13 = Writable::<Reg>::from_reg(r13);
|
197
|
-
let w_r14 = Writable::<Reg>::from_reg(r14);
|
198
|
-
let w_r15 = Writable::<Reg>::from_reg(r15);
|
199
|
-
|
200
|
-
let w_xmm0 = Writable::<Reg>::from_reg(xmm0);
|
201
|
-
let w_xmm1 = Writable::<Reg>::from_reg(xmm1);
|
202
|
-
let w_xmm2 = Writable::<Reg>::from_reg(xmm2);
|
203
|
-
let w_xmm3 = Writable::<Reg>::from_reg(xmm3);
|
204
|
-
let w_xmm4 = Writable::<Reg>::from_reg(xmm4);
|
205
|
-
let w_xmm5 = Writable::<Reg>::from_reg(xmm5);
|
206
|
-
let w_xmm6 = Writable::<Reg>::from_reg(xmm6);
|
207
|
-
let w_xmm7 = Writable::<Reg>::from_reg(xmm7);
|
208
|
-
let w_xmm8 = Writable::<Reg>::from_reg(xmm8);
|
209
|
-
let w_xmm9 = Writable::<Reg>::from_reg(xmm9);
|
210
|
-
let w_xmm10 = Writable::<Reg>::from_reg(xmm10);
|
211
|
-
let w_xmm11 = Writable::<Reg>::from_reg(xmm11);
|
212
|
-
let w_xmm12 = Writable::<Reg>::from_reg(xmm12);
|
213
|
-
let w_xmm13 = Writable::<Reg>::from_reg(xmm13);
|
214
|
-
let w_xmm14 = Writable::<Reg>::from_reg(xmm14);
|
215
|
-
let w_xmm15 = Writable::<Reg>::from_reg(xmm15);
|
216
|
-
|
217
|
-
let mut insns = Vec::<(Inst, &str, &str)>::new();
|
218
|
-
|
219
|
-
// ========================================================
|
220
|
-
// Cases aimed at checking Addr-esses: IR (Imm + Reg)
|
221
|
-
//
|
222
|
-
// These are just a bunch of loads with all supported (by the emitter)
|
223
|
-
// permutations of address formats.
|
224
|
-
//
|
225
|
-
// Addr_IR, offset zero
|
226
|
-
insns.push((
|
227
|
-
Inst::mov64_m_r(Amode::imm_reg(0, rax), w_rdi),
|
228
|
-
"488B38",
|
229
|
-
"movq 0(%rax), %rdi",
|
230
|
-
));
|
231
|
-
insns.push((
|
232
|
-
Inst::mov64_m_r(Amode::imm_reg(0, rbx), w_rdi),
|
233
|
-
"488B3B",
|
234
|
-
"movq 0(%rbx), %rdi",
|
235
|
-
));
|
236
|
-
insns.push((
|
237
|
-
Inst::mov64_m_r(Amode::imm_reg(0, rcx), w_rdi),
|
238
|
-
"488B39",
|
239
|
-
"movq 0(%rcx), %rdi",
|
240
|
-
));
|
241
|
-
insns.push((
|
242
|
-
Inst::mov64_m_r(Amode::imm_reg(0, rdx), w_rdi),
|
243
|
-
"488B3A",
|
244
|
-
"movq 0(%rdx), %rdi",
|
245
|
-
));
|
246
|
-
insns.push((
|
247
|
-
Inst::mov64_m_r(Amode::imm_reg(0, rbp), w_rdi),
|
248
|
-
"488B7D00",
|
249
|
-
"movq 0(%rbp), %rdi",
|
250
|
-
));
|
251
|
-
insns.push((
|
252
|
-
Inst::mov64_m_r(Amode::imm_reg(0, rsp), w_rdi),
|
253
|
-
"488B3C24",
|
254
|
-
"movq 0(%rsp), %rdi",
|
255
|
-
));
|
256
|
-
insns.push((
|
257
|
-
Inst::mov64_m_r(Amode::imm_reg(0, rsi), w_rdi),
|
258
|
-
"488B3E",
|
259
|
-
"movq 0(%rsi), %rdi",
|
260
|
-
));
|
261
|
-
insns.push((
|
262
|
-
Inst::mov64_m_r(Amode::imm_reg(0, rdi), w_rdi),
|
263
|
-
"488B3F",
|
264
|
-
"movq 0(%rdi), %rdi",
|
265
|
-
));
|
266
|
-
insns.push((
|
267
|
-
Inst::mov64_m_r(Amode::imm_reg(0, r8), w_rdi),
|
268
|
-
"498B38",
|
269
|
-
"movq 0(%r8), %rdi",
|
270
|
-
));
|
271
|
-
insns.push((
|
272
|
-
Inst::mov64_m_r(Amode::imm_reg(0, r9), w_rdi),
|
273
|
-
"498B39",
|
274
|
-
"movq 0(%r9), %rdi",
|
275
|
-
));
|
276
|
-
insns.push((
|
277
|
-
Inst::mov64_m_r(Amode::imm_reg(0, r10), w_rdi),
|
278
|
-
"498B3A",
|
279
|
-
"movq 0(%r10), %rdi",
|
280
|
-
));
|
281
|
-
insns.push((
|
282
|
-
Inst::mov64_m_r(Amode::imm_reg(0, r11), w_rdi),
|
283
|
-
"498B3B",
|
284
|
-
"movq 0(%r11), %rdi",
|
285
|
-
));
|
286
|
-
insns.push((
|
287
|
-
Inst::mov64_m_r(Amode::imm_reg(0, r12), w_rdi),
|
288
|
-
"498B3C24",
|
289
|
-
"movq 0(%r12), %rdi",
|
290
|
-
));
|
291
|
-
insns.push((
|
292
|
-
Inst::mov64_m_r(Amode::imm_reg(0, r13), w_rdi),
|
293
|
-
"498B7D00",
|
294
|
-
"movq 0(%r13), %rdi",
|
295
|
-
));
|
296
|
-
insns.push((
|
297
|
-
Inst::mov64_m_r(Amode::imm_reg(0, r14), w_rdi),
|
298
|
-
"498B3E",
|
299
|
-
"movq 0(%r14), %rdi",
|
300
|
-
));
|
301
|
-
insns.push((
|
302
|
-
Inst::mov64_m_r(Amode::imm_reg(0, r15), w_rdi),
|
303
|
-
"498B3F",
|
304
|
-
"movq 0(%r15), %rdi",
|
305
|
-
));
|
306
|
-
|
307
|
-
// ========================================================
|
308
|
-
// Addr_IR, offset max simm8
|
309
|
-
insns.push((
|
310
|
-
Inst::mov64_m_r(Amode::imm_reg(127, rax), w_rdi),
|
311
|
-
"488B787F",
|
312
|
-
"movq 127(%rax), %rdi",
|
313
|
-
));
|
314
|
-
insns.push((
|
315
|
-
Inst::mov64_m_r(Amode::imm_reg(127, rbx), w_rdi),
|
316
|
-
"488B7B7F",
|
317
|
-
"movq 127(%rbx), %rdi",
|
318
|
-
));
|
319
|
-
insns.push((
|
320
|
-
Inst::mov64_m_r(Amode::imm_reg(127, rcx), w_rdi),
|
321
|
-
"488B797F",
|
322
|
-
"movq 127(%rcx), %rdi",
|
323
|
-
));
|
324
|
-
insns.push((
|
325
|
-
Inst::mov64_m_r(Amode::imm_reg(127, rdx), w_rdi),
|
326
|
-
"488B7A7F",
|
327
|
-
"movq 127(%rdx), %rdi",
|
328
|
-
));
|
329
|
-
insns.push((
|
330
|
-
Inst::mov64_m_r(Amode::imm_reg(127, rbp), w_rdi),
|
331
|
-
"488B7D7F",
|
332
|
-
"movq 127(%rbp), %rdi",
|
333
|
-
));
|
334
|
-
insns.push((
|
335
|
-
Inst::mov64_m_r(Amode::imm_reg(127, rsp), w_rdi),
|
336
|
-
"488B7C247F",
|
337
|
-
"movq 127(%rsp), %rdi",
|
338
|
-
));
|
339
|
-
insns.push((
|
340
|
-
Inst::mov64_m_r(Amode::imm_reg(127, rsi), w_rdi),
|
341
|
-
"488B7E7F",
|
342
|
-
"movq 127(%rsi), %rdi",
|
343
|
-
));
|
344
|
-
insns.push((
|
345
|
-
Inst::mov64_m_r(Amode::imm_reg(127, rdi), w_rdi),
|
346
|
-
"488B7F7F",
|
347
|
-
"movq 127(%rdi), %rdi",
|
348
|
-
));
|
349
|
-
insns.push((
|
350
|
-
Inst::mov64_m_r(Amode::imm_reg(127, r8), w_rdi),
|
351
|
-
"498B787F",
|
352
|
-
"movq 127(%r8), %rdi",
|
353
|
-
));
|
354
|
-
insns.push((
|
355
|
-
Inst::mov64_m_r(Amode::imm_reg(127, r9), w_rdi),
|
356
|
-
"498B797F",
|
357
|
-
"movq 127(%r9), %rdi",
|
358
|
-
));
|
359
|
-
insns.push((
|
360
|
-
Inst::mov64_m_r(Amode::imm_reg(127, r10), w_rdi),
|
361
|
-
"498B7A7F",
|
362
|
-
"movq 127(%r10), %rdi",
|
363
|
-
));
|
364
|
-
insns.push((
|
365
|
-
Inst::mov64_m_r(Amode::imm_reg(127, r11), w_rdi),
|
366
|
-
"498B7B7F",
|
367
|
-
"movq 127(%r11), %rdi",
|
368
|
-
));
|
369
|
-
insns.push((
|
370
|
-
Inst::mov64_m_r(Amode::imm_reg(127, r12), w_rdi),
|
371
|
-
"498B7C247F",
|
372
|
-
"movq 127(%r12), %rdi",
|
373
|
-
));
|
374
|
-
insns.push((
|
375
|
-
Inst::mov64_m_r(Amode::imm_reg(127, r13), w_rdi),
|
376
|
-
"498B7D7F",
|
377
|
-
"movq 127(%r13), %rdi",
|
378
|
-
));
|
379
|
-
insns.push((
|
380
|
-
Inst::mov64_m_r(Amode::imm_reg(127, r14), w_rdi),
|
381
|
-
"498B7E7F",
|
382
|
-
"movq 127(%r14), %rdi",
|
383
|
-
));
|
384
|
-
insns.push((
|
385
|
-
Inst::mov64_m_r(Amode::imm_reg(127, r15), w_rdi),
|
386
|
-
"498B7F7F",
|
387
|
-
"movq 127(%r15), %rdi",
|
388
|
-
));
|
389
|
-
|
390
|
-
// ========================================================
|
391
|
-
// Addr_IR, offset min simm8
|
392
|
-
insns.push((
|
393
|
-
Inst::mov64_m_r(Amode::imm_reg(-128i32 as u32, rax), w_rdi),
|
394
|
-
"488B7880",
|
395
|
-
"movq -128(%rax), %rdi",
|
396
|
-
));
|
397
|
-
insns.push((
|
398
|
-
Inst::mov64_m_r(Amode::imm_reg(-128i32 as u32, rbx), w_rdi),
|
399
|
-
"488B7B80",
|
400
|
-
"movq -128(%rbx), %rdi",
|
401
|
-
));
|
402
|
-
insns.push((
|
403
|
-
Inst::mov64_m_r(Amode::imm_reg(-128i32 as u32, rcx), w_rdi),
|
404
|
-
"488B7980",
|
405
|
-
"movq -128(%rcx), %rdi",
|
406
|
-
));
|
407
|
-
insns.push((
|
408
|
-
Inst::mov64_m_r(Amode::imm_reg(-128i32 as u32, rdx), w_rdi),
|
409
|
-
"488B7A80",
|
410
|
-
"movq -128(%rdx), %rdi",
|
411
|
-
));
|
412
|
-
insns.push((
|
413
|
-
Inst::mov64_m_r(Amode::imm_reg(-128i32 as u32, rbp), w_rdi),
|
414
|
-
"488B7D80",
|
415
|
-
"movq -128(%rbp), %rdi",
|
416
|
-
));
|
417
|
-
insns.push((
|
418
|
-
Inst::mov64_m_r(Amode::imm_reg(-128i32 as u32, rsp), w_rdi),
|
419
|
-
"488B7C2480",
|
420
|
-
"movq -128(%rsp), %rdi",
|
421
|
-
));
|
422
|
-
insns.push((
|
423
|
-
Inst::mov64_m_r(Amode::imm_reg(-128i32 as u32, rsi), w_rdi),
|
424
|
-
"488B7E80",
|
425
|
-
"movq -128(%rsi), %rdi",
|
426
|
-
));
|
427
|
-
insns.push((
|
428
|
-
Inst::mov64_m_r(Amode::imm_reg(-128i32 as u32, rdi), w_rdi),
|
429
|
-
"488B7F80",
|
430
|
-
"movq -128(%rdi), %rdi",
|
431
|
-
));
|
432
|
-
insns.push((
|
433
|
-
Inst::mov64_m_r(Amode::imm_reg(-128i32 as u32, r8), w_rdi),
|
434
|
-
"498B7880",
|
435
|
-
"movq -128(%r8), %rdi",
|
436
|
-
));
|
437
|
-
insns.push((
|
438
|
-
Inst::mov64_m_r(Amode::imm_reg(-128i32 as u32, r9), w_rdi),
|
439
|
-
"498B7980",
|
440
|
-
"movq -128(%r9), %rdi",
|
441
|
-
));
|
442
|
-
insns.push((
|
443
|
-
Inst::mov64_m_r(Amode::imm_reg(-128i32 as u32, r10), w_rdi),
|
444
|
-
"498B7A80",
|
445
|
-
"movq -128(%r10), %rdi",
|
446
|
-
));
|
447
|
-
insns.push((
|
448
|
-
Inst::mov64_m_r(Amode::imm_reg(-128i32 as u32, r11), w_rdi),
|
449
|
-
"498B7B80",
|
450
|
-
"movq -128(%r11), %rdi",
|
451
|
-
));
|
452
|
-
insns.push((
|
453
|
-
Inst::mov64_m_r(Amode::imm_reg(-128i32 as u32, r12), w_rdi),
|
454
|
-
"498B7C2480",
|
455
|
-
"movq -128(%r12), %rdi",
|
456
|
-
));
|
457
|
-
insns.push((
|
458
|
-
Inst::mov64_m_r(Amode::imm_reg(-128i32 as u32, r13), w_rdi),
|
459
|
-
"498B7D80",
|
460
|
-
"movq -128(%r13), %rdi",
|
461
|
-
));
|
462
|
-
insns.push((
|
463
|
-
Inst::mov64_m_r(Amode::imm_reg(-128i32 as u32, r14), w_rdi),
|
464
|
-
"498B7E80",
|
465
|
-
"movq -128(%r14), %rdi",
|
466
|
-
));
|
467
|
-
insns.push((
|
468
|
-
Inst::mov64_m_r(Amode::imm_reg(-128i32 as u32, r15), w_rdi),
|
469
|
-
"498B7F80",
|
470
|
-
"movq -128(%r15), %rdi",
|
471
|
-
));
|
472
|
-
|
473
|
-
// ========================================================
|
474
|
-
// Addr_IR, offset smallest positive simm32
|
475
|
-
insns.push((
|
476
|
-
Inst::mov64_m_r(Amode::imm_reg(128, rax), w_rdi),
|
477
|
-
"488BB880000000",
|
478
|
-
"movq 128(%rax), %rdi",
|
479
|
-
));
|
480
|
-
insns.push((
|
481
|
-
Inst::mov64_m_r(Amode::imm_reg(128, rbx), w_rdi),
|
482
|
-
"488BBB80000000",
|
483
|
-
"movq 128(%rbx), %rdi",
|
484
|
-
));
|
485
|
-
insns.push((
|
486
|
-
Inst::mov64_m_r(Amode::imm_reg(128, rcx), w_rdi),
|
487
|
-
"488BB980000000",
|
488
|
-
"movq 128(%rcx), %rdi",
|
489
|
-
));
|
490
|
-
insns.push((
|
491
|
-
Inst::mov64_m_r(Amode::imm_reg(128, rdx), w_rdi),
|
492
|
-
"488BBA80000000",
|
493
|
-
"movq 128(%rdx), %rdi",
|
494
|
-
));
|
495
|
-
insns.push((
|
496
|
-
Inst::mov64_m_r(Amode::imm_reg(128, rbp), w_rdi),
|
497
|
-
"488BBD80000000",
|
498
|
-
"movq 128(%rbp), %rdi",
|
499
|
-
));
|
500
|
-
insns.push((
|
501
|
-
Inst::mov64_m_r(Amode::imm_reg(128, rsp), w_rdi),
|
502
|
-
"488BBC2480000000",
|
503
|
-
"movq 128(%rsp), %rdi",
|
504
|
-
));
|
505
|
-
insns.push((
|
506
|
-
Inst::mov64_m_r(Amode::imm_reg(128, rsi), w_rdi),
|
507
|
-
"488BBE80000000",
|
508
|
-
"movq 128(%rsi), %rdi",
|
509
|
-
));
|
510
|
-
insns.push((
|
511
|
-
Inst::mov64_m_r(Amode::imm_reg(128, rdi), w_rdi),
|
512
|
-
"488BBF80000000",
|
513
|
-
"movq 128(%rdi), %rdi",
|
514
|
-
));
|
515
|
-
insns.push((
|
516
|
-
Inst::mov64_m_r(Amode::imm_reg(128, r8), w_rdi),
|
517
|
-
"498BB880000000",
|
518
|
-
"movq 128(%r8), %rdi",
|
519
|
-
));
|
520
|
-
insns.push((
|
521
|
-
Inst::mov64_m_r(Amode::imm_reg(128, r9), w_rdi),
|
522
|
-
"498BB980000000",
|
523
|
-
"movq 128(%r9), %rdi",
|
524
|
-
));
|
525
|
-
insns.push((
|
526
|
-
Inst::mov64_m_r(Amode::imm_reg(128, r10), w_rdi),
|
527
|
-
"498BBA80000000",
|
528
|
-
"movq 128(%r10), %rdi",
|
529
|
-
));
|
530
|
-
insns.push((
|
531
|
-
Inst::mov64_m_r(Amode::imm_reg(128, r11), w_rdi),
|
532
|
-
"498BBB80000000",
|
533
|
-
"movq 128(%r11), %rdi",
|
534
|
-
));
|
535
|
-
insns.push((
|
536
|
-
Inst::mov64_m_r(Amode::imm_reg(128, r12), w_rdi),
|
537
|
-
"498BBC2480000000",
|
538
|
-
"movq 128(%r12), %rdi",
|
539
|
-
));
|
540
|
-
insns.push((
|
541
|
-
Inst::mov64_m_r(Amode::imm_reg(128, r13), w_rdi),
|
542
|
-
"498BBD80000000",
|
543
|
-
"movq 128(%r13), %rdi",
|
544
|
-
));
|
545
|
-
insns.push((
|
546
|
-
Inst::mov64_m_r(Amode::imm_reg(128, r14), w_rdi),
|
547
|
-
"498BBE80000000",
|
548
|
-
"movq 128(%r14), %rdi",
|
549
|
-
));
|
550
|
-
insns.push((
|
551
|
-
Inst::mov64_m_r(Amode::imm_reg(128, r15), w_rdi),
|
552
|
-
"498BBF80000000",
|
553
|
-
"movq 128(%r15), %rdi",
|
554
|
-
));
|
555
|
-
|
556
|
-
// ========================================================
|
557
|
-
// Addr_IR, offset smallest negative simm32
|
558
|
-
insns.push((
|
559
|
-
Inst::mov64_m_r(Amode::imm_reg(-129i32 as u32, rax), w_rdi),
|
560
|
-
"488BB87FFFFFFF",
|
561
|
-
"movq -129(%rax), %rdi",
|
562
|
-
));
|
563
|
-
insns.push((
|
564
|
-
Inst::mov64_m_r(Amode::imm_reg(-129i32 as u32, rbx), w_rdi),
|
565
|
-
"488BBB7FFFFFFF",
|
566
|
-
"movq -129(%rbx), %rdi",
|
567
|
-
));
|
568
|
-
insns.push((
|
569
|
-
Inst::mov64_m_r(Amode::imm_reg(-129i32 as u32, rcx), w_rdi),
|
570
|
-
"488BB97FFFFFFF",
|
571
|
-
"movq -129(%rcx), %rdi",
|
572
|
-
));
|
573
|
-
insns.push((
|
574
|
-
Inst::mov64_m_r(Amode::imm_reg(-129i32 as u32, rdx), w_rdi),
|
575
|
-
"488BBA7FFFFFFF",
|
576
|
-
"movq -129(%rdx), %rdi",
|
577
|
-
));
|
578
|
-
insns.push((
|
579
|
-
Inst::mov64_m_r(Amode::imm_reg(-129i32 as u32, rbp), w_rdi),
|
580
|
-
"488BBD7FFFFFFF",
|
581
|
-
"movq -129(%rbp), %rdi",
|
582
|
-
));
|
583
|
-
insns.push((
|
584
|
-
Inst::mov64_m_r(Amode::imm_reg(-129i32 as u32, rsp), w_rdi),
|
585
|
-
"488BBC247FFFFFFF",
|
586
|
-
"movq -129(%rsp), %rdi",
|
587
|
-
));
|
588
|
-
insns.push((
|
589
|
-
Inst::mov64_m_r(Amode::imm_reg(-129i32 as u32, rsi), w_rdi),
|
590
|
-
"488BBE7FFFFFFF",
|
591
|
-
"movq -129(%rsi), %rdi",
|
592
|
-
));
|
593
|
-
insns.push((
|
594
|
-
Inst::mov64_m_r(Amode::imm_reg(-129i32 as u32, rdi), w_rdi),
|
595
|
-
"488BBF7FFFFFFF",
|
596
|
-
"movq -129(%rdi), %rdi",
|
597
|
-
));
|
598
|
-
insns.push((
|
599
|
-
Inst::mov64_m_r(Amode::imm_reg(-129i32 as u32, r8), w_rdi),
|
600
|
-
"498BB87FFFFFFF",
|
601
|
-
"movq -129(%r8), %rdi",
|
602
|
-
));
|
603
|
-
insns.push((
|
604
|
-
Inst::mov64_m_r(Amode::imm_reg(-129i32 as u32, r9), w_rdi),
|
605
|
-
"498BB97FFFFFFF",
|
606
|
-
"movq -129(%r9), %rdi",
|
607
|
-
));
|
608
|
-
insns.push((
|
609
|
-
Inst::mov64_m_r(Amode::imm_reg(-129i32 as u32, r10), w_rdi),
|
610
|
-
"498BBA7FFFFFFF",
|
611
|
-
"movq -129(%r10), %rdi",
|
612
|
-
));
|
613
|
-
insns.push((
|
614
|
-
Inst::mov64_m_r(Amode::imm_reg(-129i32 as u32, r11), w_rdi),
|
615
|
-
"498BBB7FFFFFFF",
|
616
|
-
"movq -129(%r11), %rdi",
|
617
|
-
));
|
618
|
-
insns.push((
|
619
|
-
Inst::mov64_m_r(Amode::imm_reg(-129i32 as u32, r12), w_rdi),
|
620
|
-
"498BBC247FFFFFFF",
|
621
|
-
"movq -129(%r12), %rdi",
|
622
|
-
));
|
623
|
-
insns.push((
|
624
|
-
Inst::mov64_m_r(Amode::imm_reg(-129i32 as u32, r13), w_rdi),
|
625
|
-
"498BBD7FFFFFFF",
|
626
|
-
"movq -129(%r13), %rdi",
|
627
|
-
));
|
628
|
-
insns.push((
|
629
|
-
Inst::mov64_m_r(Amode::imm_reg(-129i32 as u32, r14), w_rdi),
|
630
|
-
"498BBE7FFFFFFF",
|
631
|
-
"movq -129(%r14), %rdi",
|
632
|
-
));
|
633
|
-
insns.push((
|
634
|
-
Inst::mov64_m_r(Amode::imm_reg(-129i32 as u32, r15), w_rdi),
|
635
|
-
"498BBF7FFFFFFF",
|
636
|
-
"movq -129(%r15), %rdi",
|
637
|
-
));
|
638
|
-
|
639
|
-
// ========================================================
|
640
|
-
// Addr_IR, offset large positive simm32
|
641
|
-
insns.push((
|
642
|
-
Inst::mov64_m_r(Amode::imm_reg(0x17732077, rax), w_rdi),
|
643
|
-
"488BB877207317",
|
644
|
-
"movq 393420919(%rax), %rdi",
|
645
|
-
));
|
646
|
-
insns.push((
|
647
|
-
Inst::mov64_m_r(Amode::imm_reg(0x17732077, rbx), w_rdi),
|
648
|
-
"488BBB77207317",
|
649
|
-
"movq 393420919(%rbx), %rdi",
|
650
|
-
));
|
651
|
-
insns.push((
|
652
|
-
Inst::mov64_m_r(Amode::imm_reg(0x17732077, rcx), w_rdi),
|
653
|
-
"488BB977207317",
|
654
|
-
"movq 393420919(%rcx), %rdi",
|
655
|
-
));
|
656
|
-
insns.push((
|
657
|
-
Inst::mov64_m_r(Amode::imm_reg(0x17732077, rdx), w_rdi),
|
658
|
-
"488BBA77207317",
|
659
|
-
"movq 393420919(%rdx), %rdi",
|
660
|
-
));
|
661
|
-
insns.push((
|
662
|
-
Inst::mov64_m_r(Amode::imm_reg(0x17732077, rbp), w_rdi),
|
663
|
-
"488BBD77207317",
|
664
|
-
"movq 393420919(%rbp), %rdi",
|
665
|
-
));
|
666
|
-
insns.push((
|
667
|
-
Inst::mov64_m_r(Amode::imm_reg(0x17732077, rsp), w_rdi),
|
668
|
-
"488BBC2477207317",
|
669
|
-
"movq 393420919(%rsp), %rdi",
|
670
|
-
));
|
671
|
-
insns.push((
|
672
|
-
Inst::mov64_m_r(Amode::imm_reg(0x17732077, rsi), w_rdi),
|
673
|
-
"488BBE77207317",
|
674
|
-
"movq 393420919(%rsi), %rdi",
|
675
|
-
));
|
676
|
-
insns.push((
|
677
|
-
Inst::mov64_m_r(Amode::imm_reg(0x17732077, rdi), w_rdi),
|
678
|
-
"488BBF77207317",
|
679
|
-
"movq 393420919(%rdi), %rdi",
|
680
|
-
));
|
681
|
-
insns.push((
|
682
|
-
Inst::mov64_m_r(Amode::imm_reg(0x17732077, r8), w_rdi),
|
683
|
-
"498BB877207317",
|
684
|
-
"movq 393420919(%r8), %rdi",
|
685
|
-
));
|
686
|
-
insns.push((
|
687
|
-
Inst::mov64_m_r(Amode::imm_reg(0x17732077, r9), w_rdi),
|
688
|
-
"498BB977207317",
|
689
|
-
"movq 393420919(%r9), %rdi",
|
690
|
-
));
|
691
|
-
insns.push((
|
692
|
-
Inst::mov64_m_r(Amode::imm_reg(0x17732077, r10), w_rdi),
|
693
|
-
"498BBA77207317",
|
694
|
-
"movq 393420919(%r10), %rdi",
|
695
|
-
));
|
696
|
-
insns.push((
|
697
|
-
Inst::mov64_m_r(Amode::imm_reg(0x17732077, r11), w_rdi),
|
698
|
-
"498BBB77207317",
|
699
|
-
"movq 393420919(%r11), %rdi",
|
700
|
-
));
|
701
|
-
insns.push((
|
702
|
-
Inst::mov64_m_r(Amode::imm_reg(0x17732077, r12), w_rdi),
|
703
|
-
"498BBC2477207317",
|
704
|
-
"movq 393420919(%r12), %rdi",
|
705
|
-
));
|
706
|
-
insns.push((
|
707
|
-
Inst::mov64_m_r(Amode::imm_reg(0x17732077, r13), w_rdi),
|
708
|
-
"498BBD77207317",
|
709
|
-
"movq 393420919(%r13), %rdi",
|
710
|
-
));
|
711
|
-
insns.push((
|
712
|
-
Inst::mov64_m_r(Amode::imm_reg(0x17732077, r14), w_rdi),
|
713
|
-
"498BBE77207317",
|
714
|
-
"movq 393420919(%r14), %rdi",
|
715
|
-
));
|
716
|
-
insns.push((
|
717
|
-
Inst::mov64_m_r(Amode::imm_reg(0x17732077, r15), w_rdi),
|
718
|
-
"498BBF77207317",
|
719
|
-
"movq 393420919(%r15), %rdi",
|
720
|
-
));
|
721
|
-
|
722
|
-
// ========================================================
|
723
|
-
// Addr_IR, offset large negative simm32
|
724
|
-
insns.push((
|
725
|
-
Inst::mov64_m_r(Amode::imm_reg(-0x31415927i32 as u32, rax), w_rdi),
|
726
|
-
"488BB8D9A6BECE",
|
727
|
-
"movq -826366247(%rax), %rdi",
|
728
|
-
));
|
729
|
-
insns.push((
|
730
|
-
Inst::mov64_m_r(Amode::imm_reg(-0x31415927i32 as u32, rbx), w_rdi),
|
731
|
-
"488BBBD9A6BECE",
|
732
|
-
"movq -826366247(%rbx), %rdi",
|
733
|
-
));
|
734
|
-
insns.push((
|
735
|
-
Inst::mov64_m_r(Amode::imm_reg(-0x31415927i32 as u32, rcx), w_rdi),
|
736
|
-
"488BB9D9A6BECE",
|
737
|
-
"movq -826366247(%rcx), %rdi",
|
738
|
-
));
|
739
|
-
insns.push((
|
740
|
-
Inst::mov64_m_r(Amode::imm_reg(-0x31415927i32 as u32, rdx), w_rdi),
|
741
|
-
"488BBAD9A6BECE",
|
742
|
-
"movq -826366247(%rdx), %rdi",
|
743
|
-
));
|
744
|
-
insns.push((
|
745
|
-
Inst::mov64_m_r(Amode::imm_reg(-0x31415927i32 as u32, rbp), w_rdi),
|
746
|
-
"488BBDD9A6BECE",
|
747
|
-
"movq -826366247(%rbp), %rdi",
|
748
|
-
));
|
749
|
-
insns.push((
|
750
|
-
Inst::mov64_m_r(Amode::imm_reg(-0x31415927i32 as u32, rsp), w_rdi),
|
751
|
-
"488BBC24D9A6BECE",
|
752
|
-
"movq -826366247(%rsp), %rdi",
|
753
|
-
));
|
754
|
-
insns.push((
|
755
|
-
Inst::mov64_m_r(Amode::imm_reg(-0x31415927i32 as u32, rsi), w_rdi),
|
756
|
-
"488BBED9A6BECE",
|
757
|
-
"movq -826366247(%rsi), %rdi",
|
758
|
-
));
|
759
|
-
insns.push((
|
760
|
-
Inst::mov64_m_r(Amode::imm_reg(-0x31415927i32 as u32, rdi), w_rdi),
|
761
|
-
"488BBFD9A6BECE",
|
762
|
-
"movq -826366247(%rdi), %rdi",
|
763
|
-
));
|
764
|
-
insns.push((
|
765
|
-
Inst::mov64_m_r(Amode::imm_reg(-0x31415927i32 as u32, r8), w_rdi),
|
766
|
-
"498BB8D9A6BECE",
|
767
|
-
"movq -826366247(%r8), %rdi",
|
768
|
-
));
|
769
|
-
insns.push((
|
770
|
-
Inst::mov64_m_r(Amode::imm_reg(-0x31415927i32 as u32, r9), w_rdi),
|
771
|
-
"498BB9D9A6BECE",
|
772
|
-
"movq -826366247(%r9), %rdi",
|
773
|
-
));
|
774
|
-
insns.push((
|
775
|
-
Inst::mov64_m_r(Amode::imm_reg(-0x31415927i32 as u32, r10), w_rdi),
|
776
|
-
"498BBAD9A6BECE",
|
777
|
-
"movq -826366247(%r10), %rdi",
|
778
|
-
));
|
779
|
-
insns.push((
|
780
|
-
Inst::mov64_m_r(Amode::imm_reg(-0x31415927i32 as u32, r11), w_rdi),
|
781
|
-
"498BBBD9A6BECE",
|
782
|
-
"movq -826366247(%r11), %rdi",
|
783
|
-
));
|
784
|
-
insns.push((
|
785
|
-
Inst::mov64_m_r(Amode::imm_reg(-0x31415927i32 as u32, r12), w_rdi),
|
786
|
-
"498BBC24D9A6BECE",
|
787
|
-
"movq -826366247(%r12), %rdi",
|
788
|
-
));
|
789
|
-
insns.push((
|
790
|
-
Inst::mov64_m_r(Amode::imm_reg(-0x31415927i32 as u32, r13), w_rdi),
|
791
|
-
"498BBDD9A6BECE",
|
792
|
-
"movq -826366247(%r13), %rdi",
|
793
|
-
));
|
794
|
-
insns.push((
|
795
|
-
Inst::mov64_m_r(Amode::imm_reg(-0x31415927i32 as u32, r14), w_rdi),
|
796
|
-
"498BBED9A6BECE",
|
797
|
-
"movq -826366247(%r14), %rdi",
|
798
|
-
));
|
799
|
-
insns.push((
|
800
|
-
Inst::mov64_m_r(Amode::imm_reg(-0x31415927i32 as u32, r15), w_rdi),
|
801
|
-
"498BBFD9A6BECE",
|
802
|
-
"movq -826366247(%r15), %rdi",
|
803
|
-
));
|
804
|
-
|
805
|
-
// ========================================================
|
806
|
-
// Cases aimed at checking Addr-esses: IRRS (Imm + Reg + (Reg << Shift))
|
807
|
-
// Note these don't check the case where the index reg is RSP, since we
|
808
|
-
// don't encode any of those.
|
809
|
-
//
|
810
|
-
// Addr_IRRS, offset max simm8
|
811
|
-
insns.push((
|
812
|
-
Inst::mov64_m_r(
|
813
|
-
Amode::imm_reg_reg_shift(127, Gpr::new(rax).unwrap(), Gpr::new(rax).unwrap(), 0),
|
814
|
-
w_r11,
|
815
|
-
),
|
816
|
-
"4C8B5C007F",
|
817
|
-
"movq 127(%rax,%rax,1), %r11",
|
818
|
-
));
|
819
|
-
insns.push((
|
820
|
-
Inst::mov64_m_r(
|
821
|
-
Amode::imm_reg_reg_shift(127, Gpr::new(rdi).unwrap(), Gpr::new(rax).unwrap(), 1),
|
822
|
-
w_r11,
|
823
|
-
),
|
824
|
-
"4C8B5C477F",
|
825
|
-
"movq 127(%rdi,%rax,2), %r11",
|
826
|
-
));
|
827
|
-
insns.push((
|
828
|
-
Inst::mov64_m_r(
|
829
|
-
Amode::imm_reg_reg_shift(127, Gpr::new(r8).unwrap(), Gpr::new(rax).unwrap(), 2),
|
830
|
-
w_r11,
|
831
|
-
),
|
832
|
-
"4D8B5C807F",
|
833
|
-
"movq 127(%r8,%rax,4), %r11",
|
834
|
-
));
|
835
|
-
insns.push((
|
836
|
-
Inst::mov64_m_r(
|
837
|
-
Amode::imm_reg_reg_shift(127, Gpr::new(r15).unwrap(), Gpr::new(rax).unwrap(), 3),
|
838
|
-
w_r11,
|
839
|
-
),
|
840
|
-
"4D8B5CC77F",
|
841
|
-
"movq 127(%r15,%rax,8), %r11",
|
842
|
-
));
|
843
|
-
insns.push((
|
844
|
-
Inst::mov64_m_r(
|
845
|
-
Amode::imm_reg_reg_shift(127, Gpr::new(rax).unwrap(), Gpr::new(rdi).unwrap(), 3),
|
846
|
-
w_r11,
|
847
|
-
),
|
848
|
-
"4C8B5CF87F",
|
849
|
-
"movq 127(%rax,%rdi,8), %r11",
|
850
|
-
));
|
851
|
-
insns.push((
|
852
|
-
Inst::mov64_m_r(
|
853
|
-
Amode::imm_reg_reg_shift(127, Gpr::new(rdi).unwrap(), Gpr::new(rdi).unwrap(), 2),
|
854
|
-
w_r11,
|
855
|
-
),
|
856
|
-
"4C8B5CBF7F",
|
857
|
-
"movq 127(%rdi,%rdi,4), %r11",
|
858
|
-
));
|
859
|
-
insns.push((
|
860
|
-
Inst::mov64_m_r(
|
861
|
-
Amode::imm_reg_reg_shift(127, Gpr::new(r8).unwrap(), Gpr::new(rdi).unwrap(), 1),
|
862
|
-
w_r11,
|
863
|
-
),
|
864
|
-
"4D8B5C787F",
|
865
|
-
"movq 127(%r8,%rdi,2), %r11",
|
866
|
-
));
|
867
|
-
insns.push((
|
868
|
-
Inst::mov64_m_r(
|
869
|
-
Amode::imm_reg_reg_shift(127, Gpr::new(r15).unwrap(), Gpr::new(rdi).unwrap(), 0),
|
870
|
-
w_r11,
|
871
|
-
),
|
872
|
-
"4D8B5C3F7F",
|
873
|
-
"movq 127(%r15,%rdi,1), %r11",
|
874
|
-
));
|
875
|
-
|
876
|
-
// ========================================================
|
877
|
-
// Addr_IRRS, offset min simm8
|
878
|
-
insns.push((
|
879
|
-
Inst::mov64_m_r(
|
880
|
-
Amode::imm_reg_reg_shift(
|
881
|
-
-128i32 as u32,
|
882
|
-
Gpr::new(rax).unwrap(),
|
883
|
-
Gpr::new(r8).unwrap(),
|
884
|
-
2,
|
885
|
-
),
|
886
|
-
w_r11,
|
887
|
-
),
|
888
|
-
"4E8B5C8080",
|
889
|
-
"movq -128(%rax,%r8,4), %r11",
|
890
|
-
));
|
891
|
-
insns.push((
|
892
|
-
Inst::mov64_m_r(
|
893
|
-
Amode::imm_reg_reg_shift(
|
894
|
-
-128i32 as u32,
|
895
|
-
Gpr::new(rdi).unwrap(),
|
896
|
-
Gpr::new(r8).unwrap(),
|
897
|
-
3,
|
898
|
-
),
|
899
|
-
w_r11,
|
900
|
-
),
|
901
|
-
"4E8B5CC780",
|
902
|
-
"movq -128(%rdi,%r8,8), %r11",
|
903
|
-
));
|
904
|
-
insns.push((
|
905
|
-
Inst::mov64_m_r(
|
906
|
-
Amode::imm_reg_reg_shift(
|
907
|
-
-128i32 as u32,
|
908
|
-
Gpr::new(r8).unwrap(),
|
909
|
-
Gpr::new(r8).unwrap(),
|
910
|
-
0,
|
911
|
-
),
|
912
|
-
w_r11,
|
913
|
-
),
|
914
|
-
"4F8B5C0080",
|
915
|
-
"movq -128(%r8,%r8,1), %r11",
|
916
|
-
));
|
917
|
-
insns.push((
|
918
|
-
Inst::mov64_m_r(
|
919
|
-
Amode::imm_reg_reg_shift(
|
920
|
-
-128i32 as u32,
|
921
|
-
Gpr::new(r15).unwrap(),
|
922
|
-
Gpr::new(r8).unwrap(),
|
923
|
-
1,
|
924
|
-
),
|
925
|
-
w_r11,
|
926
|
-
),
|
927
|
-
"4F8B5C4780",
|
928
|
-
"movq -128(%r15,%r8,2), %r11",
|
929
|
-
));
|
930
|
-
insns.push((
|
931
|
-
Inst::mov64_m_r(
|
932
|
-
Amode::imm_reg_reg_shift(
|
933
|
-
-128i32 as u32,
|
934
|
-
Gpr::new(rax).unwrap(),
|
935
|
-
Gpr::new(r15).unwrap(),
|
936
|
-
1,
|
937
|
-
),
|
938
|
-
w_r11,
|
939
|
-
),
|
940
|
-
"4E8B5C7880",
|
941
|
-
"movq -128(%rax,%r15,2), %r11",
|
942
|
-
));
|
943
|
-
insns.push((
|
944
|
-
Inst::mov64_m_r(
|
945
|
-
Amode::imm_reg_reg_shift(
|
946
|
-
-128i32 as u32,
|
947
|
-
Gpr::new(rdi).unwrap(),
|
948
|
-
Gpr::new(r15).unwrap(),
|
949
|
-
0,
|
950
|
-
),
|
951
|
-
w_r11,
|
952
|
-
),
|
953
|
-
"4E8B5C3F80",
|
954
|
-
"movq -128(%rdi,%r15,1), %r11",
|
955
|
-
));
|
956
|
-
insns.push((
|
957
|
-
Inst::mov64_m_r(
|
958
|
-
Amode::imm_reg_reg_shift(
|
959
|
-
-128i32 as u32,
|
960
|
-
Gpr::new(r8).unwrap(),
|
961
|
-
Gpr::new(r15).unwrap(),
|
962
|
-
3,
|
963
|
-
),
|
964
|
-
w_r11,
|
965
|
-
),
|
966
|
-
"4F8B5CF880",
|
967
|
-
"movq -128(%r8,%r15,8), %r11",
|
968
|
-
));
|
969
|
-
insns.push((
|
970
|
-
Inst::mov64_m_r(
|
971
|
-
Amode::imm_reg_reg_shift(
|
972
|
-
-128i32 as u32,
|
973
|
-
Gpr::new(r15).unwrap(),
|
974
|
-
Gpr::new(r15).unwrap(),
|
975
|
-
2,
|
976
|
-
),
|
977
|
-
w_r11,
|
978
|
-
),
|
979
|
-
"4F8B5CBF80",
|
980
|
-
"movq -128(%r15,%r15,4), %r11",
|
981
|
-
));
|
982
|
-
|
983
|
-
// ========================================================
|
984
|
-
// Addr_IRRS, offset large positive simm32
|
985
|
-
insns.push((
|
986
|
-
Inst::mov64_m_r(
|
987
|
-
Amode::imm_reg_reg_shift(
|
988
|
-
0x4f6625be,
|
989
|
-
Gpr::new(rax).unwrap(),
|
990
|
-
Gpr::new(rax).unwrap(),
|
991
|
-
0,
|
992
|
-
),
|
993
|
-
w_r11,
|
994
|
-
),
|
995
|
-
"4C8B9C00BE25664F",
|
996
|
-
"movq 1332094398(%rax,%rax,1), %r11",
|
997
|
-
));
|
998
|
-
insns.push((
|
999
|
-
Inst::mov64_m_r(
|
1000
|
-
Amode::imm_reg_reg_shift(
|
1001
|
-
0x4f6625be,
|
1002
|
-
Gpr::new(rdi).unwrap(),
|
1003
|
-
Gpr::new(rax).unwrap(),
|
1004
|
-
1,
|
1005
|
-
),
|
1006
|
-
w_r11,
|
1007
|
-
),
|
1008
|
-
"4C8B9C47BE25664F",
|
1009
|
-
"movq 1332094398(%rdi,%rax,2), %r11",
|
1010
|
-
));
|
1011
|
-
insns.push((
|
1012
|
-
Inst::mov64_m_r(
|
1013
|
-
Amode::imm_reg_reg_shift(0x4f6625be, Gpr::new(r8).unwrap(), Gpr::new(rax).unwrap(), 2),
|
1014
|
-
w_r11,
|
1015
|
-
),
|
1016
|
-
"4D8B9C80BE25664F",
|
1017
|
-
"movq 1332094398(%r8,%rax,4), %r11",
|
1018
|
-
));
|
1019
|
-
insns.push((
|
1020
|
-
Inst::mov64_m_r(
|
1021
|
-
Amode::imm_reg_reg_shift(
|
1022
|
-
0x4f6625be,
|
1023
|
-
Gpr::new(r15).unwrap(),
|
1024
|
-
Gpr::new(rax).unwrap(),
|
1025
|
-
3,
|
1026
|
-
),
|
1027
|
-
w_r11,
|
1028
|
-
),
|
1029
|
-
"4D8B9CC7BE25664F",
|
1030
|
-
"movq 1332094398(%r15,%rax,8), %r11",
|
1031
|
-
));
|
1032
|
-
insns.push((
|
1033
|
-
Inst::mov64_m_r(
|
1034
|
-
Amode::imm_reg_reg_shift(
|
1035
|
-
0x4f6625be,
|
1036
|
-
Gpr::new(rax).unwrap(),
|
1037
|
-
Gpr::new(rdi).unwrap(),
|
1038
|
-
3,
|
1039
|
-
),
|
1040
|
-
w_r11,
|
1041
|
-
),
|
1042
|
-
"4C8B9CF8BE25664F",
|
1043
|
-
"movq 1332094398(%rax,%rdi,8), %r11",
|
1044
|
-
));
|
1045
|
-
insns.push((
|
1046
|
-
Inst::mov64_m_r(
|
1047
|
-
Amode::imm_reg_reg_shift(
|
1048
|
-
0x4f6625be,
|
1049
|
-
Gpr::new(rdi).unwrap(),
|
1050
|
-
Gpr::new(rdi).unwrap(),
|
1051
|
-
2,
|
1052
|
-
),
|
1053
|
-
w_r11,
|
1054
|
-
),
|
1055
|
-
"4C8B9CBFBE25664F",
|
1056
|
-
"movq 1332094398(%rdi,%rdi,4), %r11",
|
1057
|
-
));
|
1058
|
-
insns.push((
|
1059
|
-
Inst::mov64_m_r(
|
1060
|
-
Amode::imm_reg_reg_shift(0x4f6625be, Gpr::new(r8).unwrap(), Gpr::new(rdi).unwrap(), 1),
|
1061
|
-
w_r11,
|
1062
|
-
),
|
1063
|
-
"4D8B9C78BE25664F",
|
1064
|
-
"movq 1332094398(%r8,%rdi,2), %r11",
|
1065
|
-
));
|
1066
|
-
insns.push((
|
1067
|
-
Inst::mov64_m_r(
|
1068
|
-
Amode::imm_reg_reg_shift(
|
1069
|
-
0x4f6625be,
|
1070
|
-
Gpr::new(r15).unwrap(),
|
1071
|
-
Gpr::new(rdi).unwrap(),
|
1072
|
-
0,
|
1073
|
-
),
|
1074
|
-
w_r11,
|
1075
|
-
),
|
1076
|
-
"4D8B9C3FBE25664F",
|
1077
|
-
"movq 1332094398(%r15,%rdi,1), %r11",
|
1078
|
-
));
|
1079
|
-
|
1080
|
-
// ========================================================
|
1081
|
-
// Addr_IRRS, offset large negative simm32
|
1082
|
-
insns.push((
|
1083
|
-
Inst::mov64_m_r(
|
1084
|
-
Amode::imm_reg_reg_shift(
|
1085
|
-
-0x264d1690i32 as u32,
|
1086
|
-
Gpr::new(rax).unwrap(),
|
1087
|
-
Gpr::new(r8).unwrap(),
|
1088
|
-
2,
|
1089
|
-
),
|
1090
|
-
w_r11,
|
1091
|
-
),
|
1092
|
-
"4E8B9C8070E9B2D9",
|
1093
|
-
"movq -642586256(%rax,%r8,4), %r11",
|
1094
|
-
));
|
1095
|
-
insns.push((
|
1096
|
-
Inst::mov64_m_r(
|
1097
|
-
Amode::imm_reg_reg_shift(
|
1098
|
-
-0x264d1690i32 as u32,
|
1099
|
-
Gpr::new(rdi).unwrap(),
|
1100
|
-
Gpr::new(r8).unwrap(),
|
1101
|
-
3,
|
1102
|
-
),
|
1103
|
-
w_r11,
|
1104
|
-
),
|
1105
|
-
"4E8B9CC770E9B2D9",
|
1106
|
-
"movq -642586256(%rdi,%r8,8), %r11",
|
1107
|
-
));
|
1108
|
-
insns.push((
|
1109
|
-
Inst::mov64_m_r(
|
1110
|
-
Amode::imm_reg_reg_shift(
|
1111
|
-
-0x264d1690i32 as u32,
|
1112
|
-
Gpr::new(r8).unwrap(),
|
1113
|
-
Gpr::new(r8).unwrap(),
|
1114
|
-
0,
|
1115
|
-
),
|
1116
|
-
w_r11,
|
1117
|
-
),
|
1118
|
-
"4F8B9C0070E9B2D9",
|
1119
|
-
"movq -642586256(%r8,%r8,1), %r11",
|
1120
|
-
));
|
1121
|
-
insns.push((
|
1122
|
-
Inst::mov64_m_r(
|
1123
|
-
Amode::imm_reg_reg_shift(
|
1124
|
-
-0x264d1690i32 as u32,
|
1125
|
-
Gpr::new(r15).unwrap(),
|
1126
|
-
Gpr::new(r8).unwrap(),
|
1127
|
-
1,
|
1128
|
-
),
|
1129
|
-
w_r11,
|
1130
|
-
),
|
1131
|
-
"4F8B9C4770E9B2D9",
|
1132
|
-
"movq -642586256(%r15,%r8,2), %r11",
|
1133
|
-
));
|
1134
|
-
insns.push((
|
1135
|
-
Inst::mov64_m_r(
|
1136
|
-
Amode::imm_reg_reg_shift(
|
1137
|
-
-0x264d1690i32 as u32,
|
1138
|
-
Gpr::new(rax).unwrap(),
|
1139
|
-
Gpr::new(r15).unwrap(),
|
1140
|
-
1,
|
1141
|
-
),
|
1142
|
-
w_r11,
|
1143
|
-
),
|
1144
|
-
"4E8B9C7870E9B2D9",
|
1145
|
-
"movq -642586256(%rax,%r15,2), %r11",
|
1146
|
-
));
|
1147
|
-
insns.push((
|
1148
|
-
Inst::mov64_m_r(
|
1149
|
-
Amode::imm_reg_reg_shift(
|
1150
|
-
-0x264d1690i32 as u32,
|
1151
|
-
Gpr::new(rdi).unwrap(),
|
1152
|
-
Gpr::new(r15).unwrap(),
|
1153
|
-
0,
|
1154
|
-
),
|
1155
|
-
w_r11,
|
1156
|
-
),
|
1157
|
-
"4E8B9C3F70E9B2D9",
|
1158
|
-
"movq -642586256(%rdi,%r15,1), %r11",
|
1159
|
-
));
|
1160
|
-
insns.push((
|
1161
|
-
Inst::mov64_m_r(
|
1162
|
-
Amode::imm_reg_reg_shift(
|
1163
|
-
-0x264d1690i32 as u32,
|
1164
|
-
Gpr::new(r8).unwrap(),
|
1165
|
-
Gpr::new(r15).unwrap(),
|
1166
|
-
3,
|
1167
|
-
),
|
1168
|
-
w_r11,
|
1169
|
-
),
|
1170
|
-
"4F8B9CF870E9B2D9",
|
1171
|
-
"movq -642586256(%r8,%r15,8), %r11",
|
1172
|
-
));
|
1173
|
-
insns.push((
|
1174
|
-
Inst::mov64_m_r(
|
1175
|
-
Amode::imm_reg_reg_shift(
|
1176
|
-
-0x264d1690i32 as u32,
|
1177
|
-
Gpr::new(r15).unwrap(),
|
1178
|
-
Gpr::new(r15).unwrap(),
|
1179
|
-
2,
|
1180
|
-
),
|
1181
|
-
w_r11,
|
1182
|
-
),
|
1183
|
-
"4F8B9CBF70E9B2D9",
|
1184
|
-
"movq -642586256(%r15,%r15,4), %r11",
|
1185
|
-
));
|
1186
|
-
|
1187
|
-
// End of test cases for Addr
|
1188
|
-
// ========================================================
|
1189
|
-
|
1190
|
-
// ========================================================
|
1191
|
-
// General tests for each insn. Don't forget to follow the
|
1192
|
-
// guidelines commented just prior to `fn x64_emit`.
|
1193
|
-
//
|
1194
|
-
// Alu_RMI_R
|
1195
|
-
insns.push((
|
1196
|
-
Inst::alu_rmi_r(
|
1197
|
-
OperandSize::Size64,
|
1198
|
-
AluRmiROpcode::Add,
|
1199
|
-
RegMemImm::reg(r15),
|
1200
|
-
w_rdx,
|
1201
|
-
),
|
1202
|
-
"4C01FA",
|
1203
|
-
"addq %rdx, %r15, %rdx",
|
1204
|
-
));
|
1205
|
-
insns.push((
|
1206
|
-
Inst::alu_rmi_r(
|
1207
|
-
OperandSize::Size32,
|
1208
|
-
AluRmiROpcode::Add,
|
1209
|
-
RegMemImm::reg(rcx),
|
1210
|
-
w_r8,
|
1211
|
-
),
|
1212
|
-
"4101C8",
|
1213
|
-
"addl %r8d, %ecx, %r8d",
|
1214
|
-
));
|
1215
|
-
insns.push((
|
1216
|
-
Inst::alu_rmi_r(
|
1217
|
-
OperandSize::Size32,
|
1218
|
-
AluRmiROpcode::Add,
|
1219
|
-
RegMemImm::reg(rcx),
|
1220
|
-
w_rsi,
|
1221
|
-
),
|
1222
|
-
"01CE",
|
1223
|
-
"addl %esi, %ecx, %esi",
|
1224
|
-
));
|
1225
|
-
insns.push((
|
1226
|
-
Inst::alu_rmi_r(
|
1227
|
-
OperandSize::Size64,
|
1228
|
-
AluRmiROpcode::Add,
|
1229
|
-
RegMemImm::mem(Amode::imm_reg(99, rdi)),
|
1230
|
-
w_rdx,
|
1231
|
-
),
|
1232
|
-
"48035763",
|
1233
|
-
"addq %rdx, 99(%rdi), %rdx",
|
1234
|
-
));
|
1235
|
-
insns.push((
|
1236
|
-
Inst::alu_rmi_r(
|
1237
|
-
OperandSize::Size32,
|
1238
|
-
AluRmiROpcode::Add,
|
1239
|
-
RegMemImm::mem(Amode::imm_reg(99, rdi)),
|
1240
|
-
w_r8,
|
1241
|
-
),
|
1242
|
-
"44034763",
|
1243
|
-
"addl %r8d, 99(%rdi), %r8d",
|
1244
|
-
));
|
1245
|
-
insns.push((
|
1246
|
-
Inst::alu_rmi_r(
|
1247
|
-
OperandSize::Size32,
|
1248
|
-
AluRmiROpcode::Add,
|
1249
|
-
RegMemImm::mem(Amode::imm_reg(99, rdi)),
|
1250
|
-
w_rsi,
|
1251
|
-
),
|
1252
|
-
"037763",
|
1253
|
-
"addl %esi, 99(%rdi), %esi",
|
1254
|
-
));
|
1255
|
-
insns.push((
|
1256
|
-
Inst::alu_rmi_r(
|
1257
|
-
OperandSize::Size64,
|
1258
|
-
AluRmiROpcode::Add,
|
1259
|
-
RegMemImm::imm(-127i32 as u32),
|
1260
|
-
w_rdx,
|
1261
|
-
),
|
1262
|
-
"4883C281",
|
1263
|
-
"addq %rdx, $-127, %rdx",
|
1264
|
-
));
|
1265
|
-
insns.push((
|
1266
|
-
Inst::alu_rmi_r(
|
1267
|
-
OperandSize::Size64,
|
1268
|
-
AluRmiROpcode::Add,
|
1269
|
-
RegMemImm::imm(-129i32 as u32),
|
1270
|
-
w_rdx,
|
1271
|
-
),
|
1272
|
-
"4881C27FFFFFFF",
|
1273
|
-
"addq %rdx, $-129, %rdx",
|
1274
|
-
));
|
1275
|
-
insns.push((
|
1276
|
-
Inst::alu_rmi_r(
|
1277
|
-
OperandSize::Size64,
|
1278
|
-
AluRmiROpcode::Add,
|
1279
|
-
RegMemImm::imm(76543210),
|
1280
|
-
w_rdx,
|
1281
|
-
),
|
1282
|
-
"4881C2EAF48F04",
|
1283
|
-
"addq %rdx, $76543210, %rdx",
|
1284
|
-
));
|
1285
|
-
insns.push((
|
1286
|
-
Inst::alu_rmi_r(
|
1287
|
-
OperandSize::Size32,
|
1288
|
-
AluRmiROpcode::Add,
|
1289
|
-
RegMemImm::imm(-127i32 as u32),
|
1290
|
-
w_r8,
|
1291
|
-
),
|
1292
|
-
"4183C081",
|
1293
|
-
"addl %r8d, $-127, %r8d",
|
1294
|
-
));
|
1295
|
-
insns.push((
|
1296
|
-
Inst::alu_rmi_r(
|
1297
|
-
OperandSize::Size32,
|
1298
|
-
AluRmiROpcode::Add,
|
1299
|
-
RegMemImm::imm(-129i32 as u32),
|
1300
|
-
w_r8,
|
1301
|
-
),
|
1302
|
-
"4181C07FFFFFFF",
|
1303
|
-
"addl %r8d, $-129, %r8d",
|
1304
|
-
));
|
1305
|
-
insns.push((
|
1306
|
-
Inst::alu_rmi_r(
|
1307
|
-
OperandSize::Size32,
|
1308
|
-
AluRmiROpcode::Add,
|
1309
|
-
RegMemImm::imm(-76543210i32 as u32),
|
1310
|
-
w_r8,
|
1311
|
-
),
|
1312
|
-
"4181C0160B70FB",
|
1313
|
-
"addl %r8d, $-76543210, %r8d",
|
1314
|
-
));
|
1315
|
-
insns.push((
|
1316
|
-
Inst::alu_rmi_r(
|
1317
|
-
OperandSize::Size32,
|
1318
|
-
AluRmiROpcode::Add,
|
1319
|
-
RegMemImm::imm(-127i32 as u32),
|
1320
|
-
w_rsi,
|
1321
|
-
),
|
1322
|
-
"83C681",
|
1323
|
-
"addl %esi, $-127, %esi",
|
1324
|
-
));
|
1325
|
-
insns.push((
|
1326
|
-
Inst::alu_rmi_r(
|
1327
|
-
OperandSize::Size32,
|
1328
|
-
AluRmiROpcode::Add,
|
1329
|
-
RegMemImm::imm(-129i32 as u32),
|
1330
|
-
w_rsi,
|
1331
|
-
),
|
1332
|
-
"81C67FFFFFFF",
|
1333
|
-
"addl %esi, $-129, %esi",
|
1334
|
-
));
|
1335
|
-
insns.push((
|
1336
|
-
Inst::alu_rmi_r(
|
1337
|
-
OperandSize::Size32,
|
1338
|
-
AluRmiROpcode::Add,
|
1339
|
-
RegMemImm::imm(76543210),
|
1340
|
-
w_rsi,
|
1341
|
-
),
|
1342
|
-
"81C6EAF48F04",
|
1343
|
-
"addl %esi, $76543210, %esi",
|
1344
|
-
));
|
1345
|
-
// This is pretty feeble
|
1346
|
-
insns.push((
|
1347
|
-
Inst::alu_rmi_r(
|
1348
|
-
OperandSize::Size64,
|
1349
|
-
AluRmiROpcode::Sub,
|
1350
|
-
RegMemImm::reg(r15),
|
1351
|
-
w_rdx,
|
1352
|
-
),
|
1353
|
-
"4C29FA",
|
1354
|
-
"subq %rdx, %r15, %rdx",
|
1355
|
-
));
|
1356
|
-
insns.push((
|
1357
|
-
Inst::alu_rmi_r(
|
1358
|
-
OperandSize::Size64,
|
1359
|
-
AluRmiROpcode::And,
|
1360
|
-
RegMemImm::reg(r15),
|
1361
|
-
w_rdx,
|
1362
|
-
),
|
1363
|
-
"4C21FA",
|
1364
|
-
"andq %rdx, %r15, %rdx",
|
1365
|
-
));
|
1366
|
-
insns.push((
|
1367
|
-
Inst::alu_rmi_r(
|
1368
|
-
OperandSize::Size64,
|
1369
|
-
AluRmiROpcode::Or,
|
1370
|
-
RegMemImm::reg(r15),
|
1371
|
-
w_rdx,
|
1372
|
-
),
|
1373
|
-
"4C09FA",
|
1374
|
-
"orq %rdx, %r15, %rdx",
|
1375
|
-
));
|
1376
|
-
insns.push((
|
1377
|
-
Inst::alu_rmi_r(
|
1378
|
-
OperandSize::Size64,
|
1379
|
-
AluRmiROpcode::Xor,
|
1380
|
-
RegMemImm::reg(r15),
|
1381
|
-
w_rdx,
|
1382
|
-
),
|
1383
|
-
"4C31FA",
|
1384
|
-
"xorq %rdx, %r15, %rdx",
|
1385
|
-
));
|
1386
|
-
// Test all mul cases, though
|
1387
|
-
insns.push((
|
1388
|
-
Inst::alu_rmi_r(
|
1389
|
-
OperandSize::Size64,
|
1390
|
-
AluRmiROpcode::Mul,
|
1391
|
-
RegMemImm::reg(r15),
|
1392
|
-
w_rdx,
|
1393
|
-
),
|
1394
|
-
"490FAFD7",
|
1395
|
-
"imulq %rdx, %r15, %rdx",
|
1396
|
-
));
|
1397
|
-
insns.push((
|
1398
|
-
Inst::alu_rmi_r(
|
1399
|
-
OperandSize::Size32,
|
1400
|
-
AluRmiROpcode::Mul,
|
1401
|
-
RegMemImm::reg(rcx),
|
1402
|
-
w_r8,
|
1403
|
-
),
|
1404
|
-
"440FAFC1",
|
1405
|
-
"imull %r8d, %ecx, %r8d",
|
1406
|
-
));
|
1407
|
-
insns.push((
|
1408
|
-
Inst::alu_rmi_r(
|
1409
|
-
OperandSize::Size32,
|
1410
|
-
AluRmiROpcode::Mul,
|
1411
|
-
RegMemImm::reg(rcx),
|
1412
|
-
w_rsi,
|
1413
|
-
),
|
1414
|
-
"0FAFF1",
|
1415
|
-
"imull %esi, %ecx, %esi",
|
1416
|
-
));
|
1417
|
-
insns.push((
|
1418
|
-
Inst::alu_rmi_r(
|
1419
|
-
OperandSize::Size64,
|
1420
|
-
AluRmiROpcode::Mul,
|
1421
|
-
RegMemImm::mem(Amode::imm_reg(99, rdi)),
|
1422
|
-
w_rdx,
|
1423
|
-
),
|
1424
|
-
"480FAF5763",
|
1425
|
-
"imulq %rdx, 99(%rdi), %rdx",
|
1426
|
-
));
|
1427
|
-
insns.push((
|
1428
|
-
Inst::alu_rmi_r(
|
1429
|
-
OperandSize::Size32,
|
1430
|
-
AluRmiROpcode::Mul,
|
1431
|
-
RegMemImm::mem(Amode::imm_reg(99, rdi)),
|
1432
|
-
w_r8,
|
1433
|
-
),
|
1434
|
-
"440FAF4763",
|
1435
|
-
"imull %r8d, 99(%rdi), %r8d",
|
1436
|
-
));
|
1437
|
-
insns.push((
|
1438
|
-
Inst::alu_rmi_r(
|
1439
|
-
OperandSize::Size32,
|
1440
|
-
AluRmiROpcode::Mul,
|
1441
|
-
RegMemImm::mem(Amode::imm_reg(99, rdi)),
|
1442
|
-
w_rsi,
|
1443
|
-
),
|
1444
|
-
"0FAF7763",
|
1445
|
-
"imull %esi, 99(%rdi), %esi",
|
1446
|
-
));
|
1447
|
-
insns.push((
|
1448
|
-
Inst::alu_rmi_r(
|
1449
|
-
OperandSize::Size64,
|
1450
|
-
AluRmiROpcode::Mul,
|
1451
|
-
RegMemImm::imm(-127i32 as u32),
|
1452
|
-
w_rdx,
|
1453
|
-
),
|
1454
|
-
"486BD281",
|
1455
|
-
"imulq %rdx, $-127, %rdx",
|
1456
|
-
));
|
1457
|
-
insns.push((
|
1458
|
-
Inst::alu_rmi_r(
|
1459
|
-
OperandSize::Size64,
|
1460
|
-
AluRmiROpcode::Mul,
|
1461
|
-
RegMemImm::imm(-129i32 as u32),
|
1462
|
-
w_rdx,
|
1463
|
-
),
|
1464
|
-
"4869D27FFFFFFF",
|
1465
|
-
"imulq %rdx, $-129, %rdx",
|
1466
|
-
));
|
1467
|
-
insns.push((
|
1468
|
-
Inst::alu_rmi_r(
|
1469
|
-
OperandSize::Size64,
|
1470
|
-
AluRmiROpcode::Mul,
|
1471
|
-
RegMemImm::imm(76543210),
|
1472
|
-
w_rdx,
|
1473
|
-
),
|
1474
|
-
"4869D2EAF48F04",
|
1475
|
-
"imulq %rdx, $76543210, %rdx",
|
1476
|
-
));
|
1477
|
-
insns.push((
|
1478
|
-
Inst::alu_rmi_r(
|
1479
|
-
OperandSize::Size32,
|
1480
|
-
AluRmiROpcode::Mul,
|
1481
|
-
RegMemImm::imm(-127i32 as u32),
|
1482
|
-
w_r8,
|
1483
|
-
),
|
1484
|
-
"456BC081",
|
1485
|
-
"imull %r8d, $-127, %r8d",
|
1486
|
-
));
|
1487
|
-
insns.push((
|
1488
|
-
Inst::alu_rmi_r(
|
1489
|
-
OperandSize::Size32,
|
1490
|
-
AluRmiROpcode::Mul,
|
1491
|
-
RegMemImm::imm(-129i32 as u32),
|
1492
|
-
w_r8,
|
1493
|
-
),
|
1494
|
-
"4569C07FFFFFFF",
|
1495
|
-
"imull %r8d, $-129, %r8d",
|
1496
|
-
));
|
1497
|
-
insns.push((
|
1498
|
-
Inst::alu_rmi_r(
|
1499
|
-
OperandSize::Size32,
|
1500
|
-
AluRmiROpcode::Mul,
|
1501
|
-
RegMemImm::imm(-76543210i32 as u32),
|
1502
|
-
w_r8,
|
1503
|
-
),
|
1504
|
-
"4569C0160B70FB",
|
1505
|
-
"imull %r8d, $-76543210, %r8d",
|
1506
|
-
));
|
1507
|
-
insns.push((
|
1508
|
-
Inst::alu_rmi_r(
|
1509
|
-
OperandSize::Size32,
|
1510
|
-
AluRmiROpcode::Mul,
|
1511
|
-
RegMemImm::imm(-127i32 as u32),
|
1512
|
-
w_rsi,
|
1513
|
-
),
|
1514
|
-
"6BF681",
|
1515
|
-
"imull %esi, $-127, %esi",
|
1516
|
-
));
|
1517
|
-
insns.push((
|
1518
|
-
Inst::alu_rmi_r(
|
1519
|
-
OperandSize::Size32,
|
1520
|
-
AluRmiROpcode::Mul,
|
1521
|
-
RegMemImm::imm(-129i32 as u32),
|
1522
|
-
w_rsi,
|
1523
|
-
),
|
1524
|
-
"69F67FFFFFFF",
|
1525
|
-
"imull %esi, $-129, %esi",
|
1526
|
-
));
|
1527
|
-
insns.push((
|
1528
|
-
Inst::alu_rmi_r(
|
1529
|
-
OperandSize::Size32,
|
1530
|
-
AluRmiROpcode::Mul,
|
1531
|
-
RegMemImm::imm(76543210),
|
1532
|
-
w_rsi,
|
1533
|
-
),
|
1534
|
-
"69F6EAF48F04",
|
1535
|
-
"imull %esi, $76543210, %esi",
|
1536
|
-
));
|
1537
|
-
|
1538
|
-
// ========================================================
|
1539
|
-
// AluRM
|
1540
|
-
|
1541
|
-
insns.push((
|
1542
|
-
Inst::AluRM {
|
1543
|
-
size: OperandSize::Size32,
|
1544
|
-
op: AluRmiROpcode::Add,
|
1545
|
-
src1_dst: Amode::imm_reg(99, rdi).into(),
|
1546
|
-
src2: Gpr::new(r12).unwrap(),
|
1547
|
-
},
|
1548
|
-
"44016763",
|
1549
|
-
"addl %r12d, 99(%rdi)",
|
1550
|
-
));
|
1551
|
-
|
1552
|
-
insns.push((
|
1553
|
-
Inst::AluRM {
|
1554
|
-
size: OperandSize::Size64,
|
1555
|
-
op: AluRmiROpcode::Add,
|
1556
|
-
src1_dst: Amode::imm_reg_reg_shift(
|
1557
|
-
0,
|
1558
|
-
Gpr::new(rbp).unwrap(),
|
1559
|
-
Gpr::new(rax).unwrap(),
|
1560
|
-
3,
|
1561
|
-
)
|
1562
|
-
.into(),
|
1563
|
-
src2: Gpr::new(rax).unwrap(),
|
1564
|
-
},
|
1565
|
-
"480144C500",
|
1566
|
-
"addq %rax, 0(%rbp,%rax,8)",
|
1567
|
-
));
|
1568
|
-
|
1569
|
-
insns.push((
|
1570
|
-
Inst::AluRM {
|
1571
|
-
size: OperandSize::Size32,
|
1572
|
-
op: AluRmiROpcode::Sub,
|
1573
|
-
src1_dst: Amode::imm_reg(0, rsp).into(),
|
1574
|
-
src2: Gpr::new(rcx).unwrap(),
|
1575
|
-
},
|
1576
|
-
"290C24",
|
1577
|
-
"subl %ecx, 0(%rsp)",
|
1578
|
-
));
|
1579
|
-
|
1580
|
-
insns.push((
|
1581
|
-
Inst::AluRM {
|
1582
|
-
size: OperandSize::Size64,
|
1583
|
-
op: AluRmiROpcode::Sub,
|
1584
|
-
src1_dst: Amode::imm_reg(0, rbp).into(),
|
1585
|
-
src2: Gpr::new(rax).unwrap(),
|
1586
|
-
},
|
1587
|
-
"48294500",
|
1588
|
-
"subq %rax, 0(%rbp)",
|
1589
|
-
));
|
1590
|
-
|
1591
|
-
insns.push((
|
1592
|
-
Inst::AluRM {
|
1593
|
-
size: OperandSize::Size32,
|
1594
|
-
op: AluRmiROpcode::And,
|
1595
|
-
src1_dst: Amode::imm_reg(0, rsp).into(),
|
1596
|
-
src2: Gpr::new(rcx).unwrap(),
|
1597
|
-
},
|
1598
|
-
"210C24",
|
1599
|
-
"andl %ecx, 0(%rsp)",
|
1600
|
-
));
|
1601
|
-
|
1602
|
-
insns.push((
|
1603
|
-
Inst::AluRM {
|
1604
|
-
size: OperandSize::Size64,
|
1605
|
-
op: AluRmiROpcode::And,
|
1606
|
-
src1_dst: Amode::imm_reg(0, rbp).into(),
|
1607
|
-
src2: Gpr::new(rax).unwrap(),
|
1608
|
-
},
|
1609
|
-
"48214500",
|
1610
|
-
"andq %rax, 0(%rbp)",
|
1611
|
-
));
|
1612
|
-
|
1613
|
-
insns.push((
|
1614
|
-
Inst::AluRM {
|
1615
|
-
size: OperandSize::Size32,
|
1616
|
-
op: AluRmiROpcode::Or,
|
1617
|
-
src1_dst: Amode::imm_reg(0, rsp).into(),
|
1618
|
-
src2: Gpr::new(rcx).unwrap(),
|
1619
|
-
},
|
1620
|
-
"090C24",
|
1621
|
-
"orl %ecx, 0(%rsp)",
|
1622
|
-
));
|
1623
|
-
|
1624
|
-
insns.push((
|
1625
|
-
Inst::AluRM {
|
1626
|
-
size: OperandSize::Size64,
|
1627
|
-
op: AluRmiROpcode::Or,
|
1628
|
-
src1_dst: Amode::imm_reg(0, rbp).into(),
|
1629
|
-
src2: Gpr::new(rax).unwrap(),
|
1630
|
-
},
|
1631
|
-
"48094500",
|
1632
|
-
"orq %rax, 0(%rbp)",
|
1633
|
-
));
|
1634
|
-
|
1635
|
-
insns.push((
|
1636
|
-
Inst::AluRM {
|
1637
|
-
size: OperandSize::Size32,
|
1638
|
-
op: AluRmiROpcode::Xor,
|
1639
|
-
src1_dst: Amode::imm_reg(0, rsp).into(),
|
1640
|
-
src2: Gpr::new(rcx).unwrap(),
|
1641
|
-
},
|
1642
|
-
"310C24",
|
1643
|
-
"xorl %ecx, 0(%rsp)",
|
1644
|
-
));
|
1645
|
-
|
1646
|
-
insns.push((
|
1647
|
-
Inst::AluRM {
|
1648
|
-
size: OperandSize::Size64,
|
1649
|
-
op: AluRmiROpcode::Xor,
|
1650
|
-
src1_dst: Amode::imm_reg(0, rbp).into(),
|
1651
|
-
src2: Gpr::new(rax).unwrap(),
|
1652
|
-
},
|
1653
|
-
"48314500",
|
1654
|
-
"xorq %rax, 0(%rbp)",
|
1655
|
-
));
|
1656
|
-
|
1657
|
-
// ========================================================
|
1658
|
-
// UnaryRmR
|
1659
|
-
|
1660
|
-
insns.push((
|
1661
|
-
Inst::unary_rm_r(
|
1662
|
-
OperandSize::Size32,
|
1663
|
-
UnaryRmROpcode::Bsr,
|
1664
|
-
RegMem::reg(rsi),
|
1665
|
-
w_rdi,
|
1666
|
-
),
|
1667
|
-
"0FBDFE",
|
1668
|
-
"bsrl %esi, %edi",
|
1669
|
-
));
|
1670
|
-
insns.push((
|
1671
|
-
Inst::unary_rm_r(
|
1672
|
-
OperandSize::Size64,
|
1673
|
-
UnaryRmROpcode::Bsr,
|
1674
|
-
RegMem::reg(r15),
|
1675
|
-
w_rax,
|
1676
|
-
),
|
1677
|
-
"490FBDC7",
|
1678
|
-
"bsrq %r15, %rax",
|
1679
|
-
));
|
1680
|
-
|
1681
|
-
// ========================================================
|
1682
|
-
// Not
|
1683
|
-
insns.push((
|
1684
|
-
Inst::not(OperandSize::Size32, Writable::from_reg(regs::rsi())),
|
1685
|
-
"F7D6",
|
1686
|
-
"notl %esi, %esi",
|
1687
|
-
));
|
1688
|
-
insns.push((
|
1689
|
-
Inst::not(OperandSize::Size64, Writable::from_reg(regs::r15())),
|
1690
|
-
"49F7D7",
|
1691
|
-
"notq %r15, %r15",
|
1692
|
-
));
|
1693
|
-
insns.push((
|
1694
|
-
Inst::not(OperandSize::Size32, Writable::from_reg(regs::r14())),
|
1695
|
-
"41F7D6",
|
1696
|
-
"notl %r14d, %r14d",
|
1697
|
-
));
|
1698
|
-
insns.push((
|
1699
|
-
Inst::not(OperandSize::Size16, Writable::from_reg(regs::rdi())),
|
1700
|
-
"66F7D7",
|
1701
|
-
"notw %di, %di",
|
1702
|
-
));
|
1703
|
-
insns.push((
|
1704
|
-
Inst::not(OperandSize::Size8, Writable::from_reg(regs::rdi())),
|
1705
|
-
"40F6D7",
|
1706
|
-
"notb %dil, %dil",
|
1707
|
-
));
|
1708
|
-
insns.push((
|
1709
|
-
Inst::not(OperandSize::Size8, Writable::from_reg(regs::rax())),
|
1710
|
-
"F6D0",
|
1711
|
-
"notb %al, %al",
|
1712
|
-
));
|
1713
|
-
|
1714
|
-
// ========================================================
|
1715
|
-
// Neg
|
1716
|
-
insns.push((
|
1717
|
-
Inst::neg(OperandSize::Size32, Writable::from_reg(regs::rsi())),
|
1718
|
-
"F7DE",
|
1719
|
-
"negl %esi, %esi",
|
1720
|
-
));
|
1721
|
-
insns.push((
|
1722
|
-
Inst::neg(OperandSize::Size64, Writable::from_reg(regs::r15())),
|
1723
|
-
"49F7DF",
|
1724
|
-
"negq %r15, %r15",
|
1725
|
-
));
|
1726
|
-
insns.push((
|
1727
|
-
Inst::neg(OperandSize::Size32, Writable::from_reg(regs::r14())),
|
1728
|
-
"41F7DE",
|
1729
|
-
"negl %r14d, %r14d",
|
1730
|
-
));
|
1731
|
-
insns.push((
|
1732
|
-
Inst::neg(OperandSize::Size16, Writable::from_reg(regs::rdi())),
|
1733
|
-
"66F7DF",
|
1734
|
-
"negw %di, %di",
|
1735
|
-
));
|
1736
|
-
insns.push((
|
1737
|
-
Inst::neg(OperandSize::Size8, Writable::from_reg(regs::rdi())),
|
1738
|
-
"40F6DF",
|
1739
|
-
"negb %dil, %dil",
|
1740
|
-
));
|
1741
|
-
insns.push((
|
1742
|
-
Inst::neg(OperandSize::Size8, Writable::from_reg(regs::rax())),
|
1743
|
-
"F6D8",
|
1744
|
-
"negb %al, %al",
|
1745
|
-
));
|
1746
|
-
|
1747
|
-
// ========================================================
|
1748
|
-
// Div
|
1749
|
-
insns.push((
|
1750
|
-
Inst::div(
|
1751
|
-
OperandSize::Size32,
|
1752
|
-
true, /*signed*/
|
1753
|
-
RegMem::reg(regs::rsi()),
|
1754
|
-
Gpr::new(regs::rax()).unwrap(),
|
1755
|
-
Gpr::new(regs::rdx()).unwrap(),
|
1756
|
-
WritableGpr::from_reg(Gpr::new(regs::rax()).unwrap()),
|
1757
|
-
WritableGpr::from_reg(Gpr::new(regs::rdx()).unwrap()),
|
1758
|
-
),
|
1759
|
-
"F7FE",
|
1760
|
-
"idiv %eax, %edx, %esi, %eax, %edx",
|
1761
|
-
));
|
1762
|
-
insns.push((
|
1763
|
-
Inst::div(
|
1764
|
-
OperandSize::Size64,
|
1765
|
-
true, /*signed*/
|
1766
|
-
RegMem::reg(regs::r15()),
|
1767
|
-
Gpr::new(regs::rax()).unwrap(),
|
1768
|
-
Gpr::new(regs::rdx()).unwrap(),
|
1769
|
-
WritableGpr::from_reg(Gpr::new(regs::rax()).unwrap()),
|
1770
|
-
WritableGpr::from_reg(Gpr::new(regs::rdx()).unwrap()),
|
1771
|
-
),
|
1772
|
-
"49F7FF",
|
1773
|
-
"idiv %rax, %rdx, %r15, %rax, %rdx",
|
1774
|
-
));
|
1775
|
-
insns.push((
|
1776
|
-
Inst::div(
|
1777
|
-
OperandSize::Size32,
|
1778
|
-
false, /*signed*/
|
1779
|
-
RegMem::reg(regs::r14()),
|
1780
|
-
Gpr::new(regs::rax()).unwrap(),
|
1781
|
-
Gpr::new(regs::rdx()).unwrap(),
|
1782
|
-
WritableGpr::from_reg(Gpr::new(regs::rax()).unwrap()),
|
1783
|
-
WritableGpr::from_reg(Gpr::new(regs::rdx()).unwrap()),
|
1784
|
-
),
|
1785
|
-
"41F7F6",
|
1786
|
-
"div %eax, %edx, %r14d, %eax, %edx",
|
1787
|
-
));
|
1788
|
-
insns.push((
|
1789
|
-
Inst::div(
|
1790
|
-
OperandSize::Size64,
|
1791
|
-
false, /*signed*/
|
1792
|
-
RegMem::reg(regs::rdi()),
|
1793
|
-
Gpr::new(regs::rax()).unwrap(),
|
1794
|
-
Gpr::new(regs::rdx()).unwrap(),
|
1795
|
-
WritableGpr::from_reg(Gpr::new(regs::rax()).unwrap()),
|
1796
|
-
WritableGpr::from_reg(Gpr::new(regs::rdx()).unwrap()),
|
1797
|
-
),
|
1798
|
-
"48F7F7",
|
1799
|
-
"div %rax, %rdx, %rdi, %rax, %rdx",
|
1800
|
-
));
|
1801
|
-
insns.push((
|
1802
|
-
Inst::div(
|
1803
|
-
OperandSize::Size8,
|
1804
|
-
false,
|
1805
|
-
RegMem::reg(regs::rax()),
|
1806
|
-
Gpr::new(regs::rax()).unwrap(),
|
1807
|
-
Gpr::new(regs::rdx()).unwrap(),
|
1808
|
-
WritableGpr::from_reg(Gpr::new(regs::rax()).unwrap()),
|
1809
|
-
WritableGpr::from_reg(Gpr::new(regs::rdx()).unwrap()),
|
1810
|
-
),
|
1811
|
-
"F6F0",
|
1812
|
-
"div %al, (none), %al, %al, (none)",
|
1813
|
-
));
|
1814
|
-
insns.push((
|
1815
|
-
Inst::div(
|
1816
|
-
OperandSize::Size8,
|
1817
|
-
false,
|
1818
|
-
RegMem::reg(regs::rsi()),
|
1819
|
-
Gpr::new(regs::rax()).unwrap(),
|
1820
|
-
Gpr::new(regs::rdx()).unwrap(),
|
1821
|
-
WritableGpr::from_reg(Gpr::new(regs::rax()).unwrap()),
|
1822
|
-
WritableGpr::from_reg(Gpr::new(regs::rdx()).unwrap()),
|
1823
|
-
),
|
1824
|
-
"40F6F6",
|
1825
|
-
"div %al, (none), %sil, %al, (none)",
|
1826
|
-
));
|
1827
|
-
|
1828
|
-
// ========================================================
|
1829
|
-
// MulHi
|
1830
|
-
insns.push((
|
1831
|
-
Inst::mul_hi(
|
1832
|
-
OperandSize::Size32,
|
1833
|
-
true, /*signed*/
|
1834
|
-
RegMem::reg(regs::rsi()),
|
1835
|
-
),
|
1836
|
-
"F7EE",
|
1837
|
-
"imul %eax, %esi, %eax, %edx",
|
1838
|
-
));
|
1839
|
-
insns.push((
|
1840
|
-
Inst::mul_hi(
|
1841
|
-
OperandSize::Size64,
|
1842
|
-
true, /*signed*/
|
1843
|
-
RegMem::reg(regs::r15()),
|
1844
|
-
),
|
1845
|
-
"49F7EF",
|
1846
|
-
"imul %rax, %r15, %rax, %rdx",
|
1847
|
-
));
|
1848
|
-
insns.push((
|
1849
|
-
Inst::mul_hi(
|
1850
|
-
OperandSize::Size32,
|
1851
|
-
false, /*signed*/
|
1852
|
-
RegMem::reg(regs::r14()),
|
1853
|
-
),
|
1854
|
-
"41F7E6",
|
1855
|
-
"mul %eax, %r14d, %eax, %edx",
|
1856
|
-
));
|
1857
|
-
insns.push((
|
1858
|
-
Inst::mul_hi(
|
1859
|
-
OperandSize::Size64,
|
1860
|
-
false, /*signed*/
|
1861
|
-
RegMem::reg(regs::rdi()),
|
1862
|
-
),
|
1863
|
-
"48F7E7",
|
1864
|
-
"mul %rax, %rdi, %rax, %rdx",
|
1865
|
-
));
|
1866
|
-
|
1867
|
-
// ========================================================
|
1868
|
-
// cbw
|
1869
|
-
insns.push((
|
1870
|
-
Inst::sign_extend_data(
|
1871
|
-
OperandSize::Size8,
|
1872
|
-
Gpr::new(regs::rax()).unwrap(),
|
1873
|
-
WritableGpr::from_reg(Gpr::new(regs::rax()).unwrap()),
|
1874
|
-
),
|
1875
|
-
"6698",
|
1876
|
-
"cbw %al, %al",
|
1877
|
-
));
|
1878
|
-
|
1879
|
-
// ========================================================
|
1880
|
-
// cdq family: SignExtendRaxRdx
|
1881
|
-
insns.push((
|
1882
|
-
Inst::sign_extend_data(
|
1883
|
-
OperandSize::Size16,
|
1884
|
-
Gpr::new(regs::rax()).unwrap(),
|
1885
|
-
WritableGpr::from_reg(Gpr::new(regs::rdx()).unwrap()),
|
1886
|
-
),
|
1887
|
-
"6699",
|
1888
|
-
"cwd %ax, %dx",
|
1889
|
-
));
|
1890
|
-
insns.push((
|
1891
|
-
Inst::sign_extend_data(
|
1892
|
-
OperandSize::Size32,
|
1893
|
-
Gpr::new(regs::rax()).unwrap(),
|
1894
|
-
WritableGpr::from_reg(Gpr::new(regs::rdx()).unwrap()),
|
1895
|
-
),
|
1896
|
-
"99",
|
1897
|
-
"cdq %eax, %edx",
|
1898
|
-
));
|
1899
|
-
insns.push((
|
1900
|
-
Inst::sign_extend_data(
|
1901
|
-
OperandSize::Size64,
|
1902
|
-
Gpr::new(regs::rax()).unwrap(),
|
1903
|
-
WritableGpr::from_reg(Gpr::new(regs::rdx()).unwrap()),
|
1904
|
-
),
|
1905
|
-
"4899",
|
1906
|
-
"cqo %rax, %rdx",
|
1907
|
-
));
|
1908
|
-
|
1909
|
-
// ========================================================
|
1910
|
-
// Imm_R
|
1911
|
-
//
|
1912
|
-
insns.push((
|
1913
|
-
Inst::imm(OperandSize::Size32, 1234567, w_r14),
|
1914
|
-
"41BE87D61200",
|
1915
|
-
"movl $1234567, %r14d",
|
1916
|
-
));
|
1917
|
-
insns.push((
|
1918
|
-
Inst::imm(OperandSize::Size32, -126i64 as u64, w_r14),
|
1919
|
-
"41BE82FFFFFF",
|
1920
|
-
"movl $-126, %r14d",
|
1921
|
-
));
|
1922
|
-
insns.push((
|
1923
|
-
Inst::imm(OperandSize::Size64, 1234567898765, w_r14),
|
1924
|
-
"49BE8D26FB711F010000",
|
1925
|
-
"movabsq $1234567898765, %r14",
|
1926
|
-
));
|
1927
|
-
insns.push((
|
1928
|
-
Inst::imm(OperandSize::Size64, -126i64 as u64, w_r14),
|
1929
|
-
"49C7C682FFFFFF",
|
1930
|
-
"movabsq $-126, %r14",
|
1931
|
-
));
|
1932
|
-
insns.push((
|
1933
|
-
Inst::imm(OperandSize::Size32, 1234567, w_rcx),
|
1934
|
-
"B987D61200",
|
1935
|
-
"movl $1234567, %ecx",
|
1936
|
-
));
|
1937
|
-
insns.push((
|
1938
|
-
Inst::imm(OperandSize::Size32, -126i64 as u64, w_rcx),
|
1939
|
-
"B982FFFFFF",
|
1940
|
-
"movl $-126, %ecx",
|
1941
|
-
));
|
1942
|
-
insns.push((
|
1943
|
-
Inst::imm(OperandSize::Size64, 1234567898765, w_rsi),
|
1944
|
-
"48BE8D26FB711F010000",
|
1945
|
-
"movabsq $1234567898765, %rsi",
|
1946
|
-
));
|
1947
|
-
insns.push((
|
1948
|
-
Inst::imm(OperandSize::Size64, -126i64 as u64, w_rbx),
|
1949
|
-
"48C7C382FFFFFF",
|
1950
|
-
"movabsq $-126, %rbx",
|
1951
|
-
));
|
1952
|
-
|
1953
|
-
// ========================================================
|
1954
|
-
// Mov_R_R
|
1955
|
-
insns.push((
|
1956
|
-
Inst::mov_r_r(OperandSize::Size32, rbx, w_rsi),
|
1957
|
-
"89DE",
|
1958
|
-
"movl %ebx, %esi",
|
1959
|
-
));
|
1960
|
-
insns.push((
|
1961
|
-
Inst::mov_r_r(OperandSize::Size32, rbx, w_r9),
|
1962
|
-
"4189D9",
|
1963
|
-
"movl %ebx, %r9d",
|
1964
|
-
));
|
1965
|
-
insns.push((
|
1966
|
-
Inst::mov_r_r(OperandSize::Size32, r11, w_rsi),
|
1967
|
-
"4489DE",
|
1968
|
-
"movl %r11d, %esi",
|
1969
|
-
));
|
1970
|
-
insns.push((
|
1971
|
-
Inst::mov_r_r(OperandSize::Size32, r12, w_r9),
|
1972
|
-
"4589E1",
|
1973
|
-
"movl %r12d, %r9d",
|
1974
|
-
));
|
1975
|
-
insns.push((
|
1976
|
-
Inst::mov_r_r(OperandSize::Size64, rbx, w_rsi),
|
1977
|
-
"4889DE",
|
1978
|
-
"movq %rbx, %rsi",
|
1979
|
-
));
|
1980
|
-
insns.push((
|
1981
|
-
Inst::mov_r_r(OperandSize::Size64, rbx, w_r9),
|
1982
|
-
"4989D9",
|
1983
|
-
"movq %rbx, %r9",
|
1984
|
-
));
|
1985
|
-
insns.push((
|
1986
|
-
Inst::mov_r_r(OperandSize::Size64, r11, w_rsi),
|
1987
|
-
"4C89DE",
|
1988
|
-
"movq %r11, %rsi",
|
1989
|
-
));
|
1990
|
-
insns.push((
|
1991
|
-
Inst::mov_r_r(OperandSize::Size64, r12, w_r9),
|
1992
|
-
"4D89E1",
|
1993
|
-
"movq %r12, %r9",
|
1994
|
-
));
|
1995
|
-
|
1996
|
-
// ========================================================
|
1997
|
-
// MovZX_RM_R
|
1998
|
-
insns.push((
|
1999
|
-
Inst::movzx_rm_r(ExtMode::BL, RegMem::reg(rdi), w_rdi),
|
2000
|
-
"400FB6FF",
|
2001
|
-
"movzbl %dil, %edi",
|
2002
|
-
));
|
2003
|
-
insns.push((
|
2004
|
-
Inst::movzx_rm_r(ExtMode::BL, RegMem::reg(rax), w_rsi),
|
2005
|
-
"0FB6F0",
|
2006
|
-
"movzbl %al, %esi",
|
2007
|
-
));
|
2008
|
-
insns.push((
|
2009
|
-
Inst::movzx_rm_r(ExtMode::BL, RegMem::reg(r15), w_rsi),
|
2010
|
-
"410FB6F7",
|
2011
|
-
"movzbl %r15b, %esi",
|
2012
|
-
));
|
2013
|
-
insns.push((
|
2014
|
-
Inst::movzx_rm_r(
|
2015
|
-
ExtMode::BL,
|
2016
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, rcx)),
|
2017
|
-
w_rsi,
|
2018
|
-
),
|
2019
|
-
"0FB671F9",
|
2020
|
-
"movzbl -7(%rcx), %esi",
|
2021
|
-
));
|
2022
|
-
insns.push((
|
2023
|
-
Inst::movzx_rm_r(
|
2024
|
-
ExtMode::BL,
|
2025
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r8)),
|
2026
|
-
w_rbx,
|
2027
|
-
),
|
2028
|
-
"410FB658F9",
|
2029
|
-
"movzbl -7(%r8), %ebx",
|
2030
|
-
));
|
2031
|
-
insns.push((
|
2032
|
-
Inst::movzx_rm_r(
|
2033
|
-
ExtMode::BL,
|
2034
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r10)),
|
2035
|
-
w_r9,
|
2036
|
-
),
|
2037
|
-
"450FB64AF9",
|
2038
|
-
"movzbl -7(%r10), %r9d",
|
2039
|
-
));
|
2040
|
-
insns.push((
|
2041
|
-
Inst::movzx_rm_r(
|
2042
|
-
ExtMode::BL,
|
2043
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r11)),
|
2044
|
-
w_rdx,
|
2045
|
-
),
|
2046
|
-
"410FB653F9",
|
2047
|
-
"movzbl -7(%r11), %edx",
|
2048
|
-
));
|
2049
|
-
insns.push((
|
2050
|
-
Inst::movzx_rm_r(ExtMode::BQ, RegMem::reg(rax), w_rsi),
|
2051
|
-
"480FB6F0",
|
2052
|
-
"movzbq %al, %rsi",
|
2053
|
-
));
|
2054
|
-
insns.push((
|
2055
|
-
Inst::movzx_rm_r(ExtMode::BQ, RegMem::reg(r10), w_rsi),
|
2056
|
-
"490FB6F2",
|
2057
|
-
"movzbq %r10b, %rsi",
|
2058
|
-
));
|
2059
|
-
insns.push((
|
2060
|
-
Inst::movzx_rm_r(
|
2061
|
-
ExtMode::BQ,
|
2062
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, rcx)),
|
2063
|
-
w_rsi,
|
2064
|
-
),
|
2065
|
-
"480FB671F9",
|
2066
|
-
"movzbq -7(%rcx), %rsi",
|
2067
|
-
));
|
2068
|
-
insns.push((
|
2069
|
-
Inst::movzx_rm_r(
|
2070
|
-
ExtMode::BQ,
|
2071
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r8)),
|
2072
|
-
w_rbx,
|
2073
|
-
),
|
2074
|
-
"490FB658F9",
|
2075
|
-
"movzbq -7(%r8), %rbx",
|
2076
|
-
));
|
2077
|
-
insns.push((
|
2078
|
-
Inst::movzx_rm_r(
|
2079
|
-
ExtMode::BQ,
|
2080
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r10)),
|
2081
|
-
w_r9,
|
2082
|
-
),
|
2083
|
-
"4D0FB64AF9",
|
2084
|
-
"movzbq -7(%r10), %r9",
|
2085
|
-
));
|
2086
|
-
insns.push((
|
2087
|
-
Inst::movzx_rm_r(
|
2088
|
-
ExtMode::BQ,
|
2089
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r11)),
|
2090
|
-
w_rdx,
|
2091
|
-
),
|
2092
|
-
"490FB653F9",
|
2093
|
-
"movzbq -7(%r11), %rdx",
|
2094
|
-
));
|
2095
|
-
insns.push((
|
2096
|
-
Inst::movzx_rm_r(ExtMode::WL, RegMem::reg(rcx), w_rsi),
|
2097
|
-
"0FB7F1",
|
2098
|
-
"movzwl %cx, %esi",
|
2099
|
-
));
|
2100
|
-
insns.push((
|
2101
|
-
Inst::movzx_rm_r(ExtMode::WL, RegMem::reg(r10), w_rsi),
|
2102
|
-
"410FB7F2",
|
2103
|
-
"movzwl %r10w, %esi",
|
2104
|
-
));
|
2105
|
-
insns.push((
|
2106
|
-
Inst::movzx_rm_r(
|
2107
|
-
ExtMode::WL,
|
2108
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, rcx)),
|
2109
|
-
w_rsi,
|
2110
|
-
),
|
2111
|
-
"0FB771F9",
|
2112
|
-
"movzwl -7(%rcx), %esi",
|
2113
|
-
));
|
2114
|
-
insns.push((
|
2115
|
-
Inst::movzx_rm_r(
|
2116
|
-
ExtMode::WL,
|
2117
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r8)),
|
2118
|
-
w_rbx,
|
2119
|
-
),
|
2120
|
-
"410FB758F9",
|
2121
|
-
"movzwl -7(%r8), %ebx",
|
2122
|
-
));
|
2123
|
-
insns.push((
|
2124
|
-
Inst::movzx_rm_r(
|
2125
|
-
ExtMode::WL,
|
2126
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r10)),
|
2127
|
-
w_r9,
|
2128
|
-
),
|
2129
|
-
"450FB74AF9",
|
2130
|
-
"movzwl -7(%r10), %r9d",
|
2131
|
-
));
|
2132
|
-
insns.push((
|
2133
|
-
Inst::movzx_rm_r(
|
2134
|
-
ExtMode::WL,
|
2135
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r11)),
|
2136
|
-
w_rdx,
|
2137
|
-
),
|
2138
|
-
"410FB753F9",
|
2139
|
-
"movzwl -7(%r11), %edx",
|
2140
|
-
));
|
2141
|
-
insns.push((
|
2142
|
-
Inst::movzx_rm_r(ExtMode::WQ, RegMem::reg(rcx), w_rsi),
|
2143
|
-
"480FB7F1",
|
2144
|
-
"movzwq %cx, %rsi",
|
2145
|
-
));
|
2146
|
-
insns.push((
|
2147
|
-
Inst::movzx_rm_r(ExtMode::WQ, RegMem::reg(r11), w_rsi),
|
2148
|
-
"490FB7F3",
|
2149
|
-
"movzwq %r11w, %rsi",
|
2150
|
-
));
|
2151
|
-
insns.push((
|
2152
|
-
Inst::movzx_rm_r(
|
2153
|
-
ExtMode::WQ,
|
2154
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, rcx)),
|
2155
|
-
w_rsi,
|
2156
|
-
),
|
2157
|
-
"480FB771F9",
|
2158
|
-
"movzwq -7(%rcx), %rsi",
|
2159
|
-
));
|
2160
|
-
insns.push((
|
2161
|
-
Inst::movzx_rm_r(
|
2162
|
-
ExtMode::WQ,
|
2163
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r8)),
|
2164
|
-
w_rbx,
|
2165
|
-
),
|
2166
|
-
"490FB758F9",
|
2167
|
-
"movzwq -7(%r8), %rbx",
|
2168
|
-
));
|
2169
|
-
insns.push((
|
2170
|
-
Inst::movzx_rm_r(
|
2171
|
-
ExtMode::WQ,
|
2172
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r10)),
|
2173
|
-
w_r9,
|
2174
|
-
),
|
2175
|
-
"4D0FB74AF9",
|
2176
|
-
"movzwq -7(%r10), %r9",
|
2177
|
-
));
|
2178
|
-
insns.push((
|
2179
|
-
Inst::movzx_rm_r(
|
2180
|
-
ExtMode::WQ,
|
2181
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r11)),
|
2182
|
-
w_rdx,
|
2183
|
-
),
|
2184
|
-
"490FB753F9",
|
2185
|
-
"movzwq -7(%r11), %rdx",
|
2186
|
-
));
|
2187
|
-
insns.push((
|
2188
|
-
Inst::movzx_rm_r(ExtMode::LQ, RegMem::reg(rcx), w_rsi),
|
2189
|
-
"8BF1",
|
2190
|
-
"movl %ecx, %esi",
|
2191
|
-
));
|
2192
|
-
insns.push((
|
2193
|
-
Inst::movzx_rm_r(
|
2194
|
-
ExtMode::LQ,
|
2195
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, rcx)),
|
2196
|
-
w_rsi,
|
2197
|
-
),
|
2198
|
-
"8B71F9",
|
2199
|
-
"movl -7(%rcx), %esi",
|
2200
|
-
));
|
2201
|
-
insns.push((
|
2202
|
-
Inst::movzx_rm_r(
|
2203
|
-
ExtMode::LQ,
|
2204
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r8)),
|
2205
|
-
w_rbx,
|
2206
|
-
),
|
2207
|
-
"418B58F9",
|
2208
|
-
"movl -7(%r8), %ebx",
|
2209
|
-
));
|
2210
|
-
insns.push((
|
2211
|
-
Inst::movzx_rm_r(
|
2212
|
-
ExtMode::LQ,
|
2213
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r10)),
|
2214
|
-
w_r9,
|
2215
|
-
),
|
2216
|
-
"458B4AF9",
|
2217
|
-
"movl -7(%r10), %r9d",
|
2218
|
-
));
|
2219
|
-
insns.push((
|
2220
|
-
Inst::movzx_rm_r(
|
2221
|
-
ExtMode::LQ,
|
2222
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r11)),
|
2223
|
-
w_rdx,
|
2224
|
-
),
|
2225
|
-
"418B53F9",
|
2226
|
-
"movl -7(%r11), %edx",
|
2227
|
-
));
|
2228
|
-
|
2229
|
-
// ========================================================
|
2230
|
-
// Mov64_M_R
|
2231
|
-
insns.push((
|
2232
|
-
Inst::mov64_m_r(
|
2233
|
-
Amode::imm_reg_reg_shift(179, Gpr::new(rax).unwrap(), Gpr::new(rbx).unwrap(), 0),
|
2234
|
-
w_rcx,
|
2235
|
-
),
|
2236
|
-
"488B8C18B3000000",
|
2237
|
-
"movq 179(%rax,%rbx,1), %rcx",
|
2238
|
-
));
|
2239
|
-
insns.push((
|
2240
|
-
Inst::mov64_m_r(
|
2241
|
-
Amode::imm_reg_reg_shift(179, Gpr::new(rax).unwrap(), Gpr::new(rbx).unwrap(), 0),
|
2242
|
-
w_r8,
|
2243
|
-
),
|
2244
|
-
"4C8B8418B3000000",
|
2245
|
-
"movq 179(%rax,%rbx,1), %r8",
|
2246
|
-
));
|
2247
|
-
insns.push((
|
2248
|
-
Inst::mov64_m_r(
|
2249
|
-
Amode::imm_reg_reg_shift(179, Gpr::new(rax).unwrap(), Gpr::new(r9).unwrap(), 0),
|
2250
|
-
w_rcx,
|
2251
|
-
),
|
2252
|
-
"4A8B8C08B3000000",
|
2253
|
-
"movq 179(%rax,%r9,1), %rcx",
|
2254
|
-
));
|
2255
|
-
insns.push((
|
2256
|
-
Inst::mov64_m_r(
|
2257
|
-
Amode::imm_reg_reg_shift(179, Gpr::new(rax).unwrap(), Gpr::new(r9).unwrap(), 0),
|
2258
|
-
w_r8,
|
2259
|
-
),
|
2260
|
-
"4E8B8408B3000000",
|
2261
|
-
"movq 179(%rax,%r9,1), %r8",
|
2262
|
-
));
|
2263
|
-
insns.push((
|
2264
|
-
Inst::mov64_m_r(
|
2265
|
-
Amode::imm_reg_reg_shift(179, Gpr::new(r10).unwrap(), Gpr::new(rbx).unwrap(), 0),
|
2266
|
-
w_rcx,
|
2267
|
-
),
|
2268
|
-
"498B8C1AB3000000",
|
2269
|
-
"movq 179(%r10,%rbx,1), %rcx",
|
2270
|
-
));
|
2271
|
-
insns.push((
|
2272
|
-
Inst::mov64_m_r(
|
2273
|
-
Amode::imm_reg_reg_shift(179, Gpr::new(r10).unwrap(), Gpr::new(rbx).unwrap(), 0),
|
2274
|
-
w_r8,
|
2275
|
-
),
|
2276
|
-
"4D8B841AB3000000",
|
2277
|
-
"movq 179(%r10,%rbx,1), %r8",
|
2278
|
-
));
|
2279
|
-
insns.push((
|
2280
|
-
Inst::mov64_m_r(
|
2281
|
-
Amode::imm_reg_reg_shift(179, Gpr::new(r10).unwrap(), Gpr::new(r9).unwrap(), 0),
|
2282
|
-
w_rcx,
|
2283
|
-
),
|
2284
|
-
"4B8B8C0AB3000000",
|
2285
|
-
"movq 179(%r10,%r9,1), %rcx",
|
2286
|
-
));
|
2287
|
-
insns.push((
|
2288
|
-
Inst::mov64_m_r(
|
2289
|
-
Amode::imm_reg_reg_shift(179, Gpr::new(r10).unwrap(), Gpr::new(r9).unwrap(), 0),
|
2290
|
-
w_r8,
|
2291
|
-
),
|
2292
|
-
"4F8B840AB3000000",
|
2293
|
-
"movq 179(%r10,%r9,1), %r8",
|
2294
|
-
));
|
2295
|
-
|
2296
|
-
// ========================================================
|
2297
|
-
// LoadEffectiveAddress
|
2298
|
-
insns.push((
|
2299
|
-
Inst::lea(Amode::imm_reg(42, r10), w_r8),
|
2300
|
-
"4D8D422A",
|
2301
|
-
"lea 42(%r10), %r8",
|
2302
|
-
));
|
2303
|
-
insns.push((
|
2304
|
-
Inst::lea(Amode::imm_reg(42, r10), w_r15),
|
2305
|
-
"4D8D7A2A",
|
2306
|
-
"lea 42(%r10), %r15",
|
2307
|
-
));
|
2308
|
-
insns.push((
|
2309
|
-
Inst::lea(
|
2310
|
-
Amode::imm_reg_reg_shift(179, Gpr::new(r10).unwrap(), Gpr::new(r9).unwrap(), 0),
|
2311
|
-
w_r8,
|
2312
|
-
),
|
2313
|
-
"4F8D840AB3000000",
|
2314
|
-
"lea 179(%r10,%r9,1), %r8",
|
2315
|
-
));
|
2316
|
-
insns.push((
|
2317
|
-
Inst::lea(
|
2318
|
-
Amode::rip_relative(MachLabel::from_block(BlockIndex::new(0))),
|
2319
|
-
w_rdi,
|
2320
|
-
),
|
2321
|
-
"488D3D00000000",
|
2322
|
-
"lea label0(%rip), %rdi",
|
2323
|
-
));
|
2324
|
-
|
2325
|
-
// ========================================================
|
2326
|
-
// MovSX_RM_R
|
2327
|
-
insns.push((
|
2328
|
-
Inst::movsx_rm_r(ExtMode::BL, RegMem::reg(rdi), w_rdi),
|
2329
|
-
"400FBEFF",
|
2330
|
-
"movsbl %dil, %edi",
|
2331
|
-
));
|
2332
|
-
insns.push((
|
2333
|
-
Inst::movsx_rm_r(ExtMode::BL, RegMem::reg(rcx), w_rsi),
|
2334
|
-
"0FBEF1",
|
2335
|
-
"movsbl %cl, %esi",
|
2336
|
-
));
|
2337
|
-
insns.push((
|
2338
|
-
Inst::movsx_rm_r(ExtMode::BL, RegMem::reg(r14), w_rsi),
|
2339
|
-
"410FBEF6",
|
2340
|
-
"movsbl %r14b, %esi",
|
2341
|
-
));
|
2342
|
-
insns.push((
|
2343
|
-
Inst::movsx_rm_r(
|
2344
|
-
ExtMode::BL,
|
2345
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, rcx)),
|
2346
|
-
w_rsi,
|
2347
|
-
),
|
2348
|
-
"0FBE71F9",
|
2349
|
-
"movsbl -7(%rcx), %esi",
|
2350
|
-
));
|
2351
|
-
insns.push((
|
2352
|
-
Inst::movsx_rm_r(
|
2353
|
-
ExtMode::BL,
|
2354
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r8)),
|
2355
|
-
w_rbx,
|
2356
|
-
),
|
2357
|
-
"410FBE58F9",
|
2358
|
-
"movsbl -7(%r8), %ebx",
|
2359
|
-
));
|
2360
|
-
insns.push((
|
2361
|
-
Inst::movsx_rm_r(
|
2362
|
-
ExtMode::BL,
|
2363
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r10)),
|
2364
|
-
w_r9,
|
2365
|
-
),
|
2366
|
-
"450FBE4AF9",
|
2367
|
-
"movsbl -7(%r10), %r9d",
|
2368
|
-
));
|
2369
|
-
insns.push((
|
2370
|
-
Inst::movsx_rm_r(
|
2371
|
-
ExtMode::BL,
|
2372
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r11)),
|
2373
|
-
w_rdx,
|
2374
|
-
),
|
2375
|
-
"410FBE53F9",
|
2376
|
-
"movsbl -7(%r11), %edx",
|
2377
|
-
));
|
2378
|
-
insns.push((
|
2379
|
-
Inst::movsx_rm_r(ExtMode::BQ, RegMem::reg(rcx), w_rsi),
|
2380
|
-
"480FBEF1",
|
2381
|
-
"movsbq %cl, %rsi",
|
2382
|
-
));
|
2383
|
-
insns.push((
|
2384
|
-
Inst::movsx_rm_r(ExtMode::BQ, RegMem::reg(r15), w_rsi),
|
2385
|
-
"490FBEF7",
|
2386
|
-
"movsbq %r15b, %rsi",
|
2387
|
-
));
|
2388
|
-
insns.push((
|
2389
|
-
Inst::movsx_rm_r(
|
2390
|
-
ExtMode::BQ,
|
2391
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, rcx)),
|
2392
|
-
w_rsi,
|
2393
|
-
),
|
2394
|
-
"480FBE71F9",
|
2395
|
-
"movsbq -7(%rcx), %rsi",
|
2396
|
-
));
|
2397
|
-
insns.push((
|
2398
|
-
Inst::movsx_rm_r(
|
2399
|
-
ExtMode::BQ,
|
2400
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r8)),
|
2401
|
-
w_rbx,
|
2402
|
-
),
|
2403
|
-
"490FBE58F9",
|
2404
|
-
"movsbq -7(%r8), %rbx",
|
2405
|
-
));
|
2406
|
-
insns.push((
|
2407
|
-
Inst::movsx_rm_r(
|
2408
|
-
ExtMode::BQ,
|
2409
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r10)),
|
2410
|
-
w_r9,
|
2411
|
-
),
|
2412
|
-
"4D0FBE4AF9",
|
2413
|
-
"movsbq -7(%r10), %r9",
|
2414
|
-
));
|
2415
|
-
insns.push((
|
2416
|
-
Inst::movsx_rm_r(
|
2417
|
-
ExtMode::BQ,
|
2418
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r11)),
|
2419
|
-
w_rdx,
|
2420
|
-
),
|
2421
|
-
"490FBE53F9",
|
2422
|
-
"movsbq -7(%r11), %rdx",
|
2423
|
-
));
|
2424
|
-
insns.push((
|
2425
|
-
Inst::movsx_rm_r(ExtMode::WL, RegMem::reg(rcx), w_rsi),
|
2426
|
-
"0FBFF1",
|
2427
|
-
"movswl %cx, %esi",
|
2428
|
-
));
|
2429
|
-
insns.push((
|
2430
|
-
Inst::movsx_rm_r(ExtMode::WL, RegMem::reg(r14), w_rsi),
|
2431
|
-
"410FBFF6",
|
2432
|
-
"movswl %r14w, %esi",
|
2433
|
-
));
|
2434
|
-
insns.push((
|
2435
|
-
Inst::movsx_rm_r(
|
2436
|
-
ExtMode::WL,
|
2437
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, rcx)),
|
2438
|
-
w_rsi,
|
2439
|
-
),
|
2440
|
-
"0FBF71F9",
|
2441
|
-
"movswl -7(%rcx), %esi",
|
2442
|
-
));
|
2443
|
-
insns.push((
|
2444
|
-
Inst::movsx_rm_r(
|
2445
|
-
ExtMode::WL,
|
2446
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r8)),
|
2447
|
-
w_rbx,
|
2448
|
-
),
|
2449
|
-
"410FBF58F9",
|
2450
|
-
"movswl -7(%r8), %ebx",
|
2451
|
-
));
|
2452
|
-
insns.push((
|
2453
|
-
Inst::movsx_rm_r(
|
2454
|
-
ExtMode::WL,
|
2455
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r10)),
|
2456
|
-
w_r9,
|
2457
|
-
),
|
2458
|
-
"450FBF4AF9",
|
2459
|
-
"movswl -7(%r10), %r9d",
|
2460
|
-
));
|
2461
|
-
insns.push((
|
2462
|
-
Inst::movsx_rm_r(
|
2463
|
-
ExtMode::WL,
|
2464
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r11)),
|
2465
|
-
w_rdx,
|
2466
|
-
),
|
2467
|
-
"410FBF53F9",
|
2468
|
-
"movswl -7(%r11), %edx",
|
2469
|
-
));
|
2470
|
-
insns.push((
|
2471
|
-
Inst::movsx_rm_r(ExtMode::WQ, RegMem::reg(rcx), w_rsi),
|
2472
|
-
"480FBFF1",
|
2473
|
-
"movswq %cx, %rsi",
|
2474
|
-
));
|
2475
|
-
insns.push((
|
2476
|
-
Inst::movsx_rm_r(ExtMode::WQ, RegMem::reg(r13), w_rsi),
|
2477
|
-
"490FBFF5",
|
2478
|
-
"movswq %r13w, %rsi",
|
2479
|
-
));
|
2480
|
-
insns.push((
|
2481
|
-
Inst::movsx_rm_r(
|
2482
|
-
ExtMode::WQ,
|
2483
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, rcx)),
|
2484
|
-
w_rsi,
|
2485
|
-
),
|
2486
|
-
"480FBF71F9",
|
2487
|
-
"movswq -7(%rcx), %rsi",
|
2488
|
-
));
|
2489
|
-
insns.push((
|
2490
|
-
Inst::movsx_rm_r(
|
2491
|
-
ExtMode::WQ,
|
2492
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r8)),
|
2493
|
-
w_rbx,
|
2494
|
-
),
|
2495
|
-
"490FBF58F9",
|
2496
|
-
"movswq -7(%r8), %rbx",
|
2497
|
-
));
|
2498
|
-
insns.push((
|
2499
|
-
Inst::movsx_rm_r(
|
2500
|
-
ExtMode::WQ,
|
2501
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r10)),
|
2502
|
-
w_r9,
|
2503
|
-
),
|
2504
|
-
"4D0FBF4AF9",
|
2505
|
-
"movswq -7(%r10), %r9",
|
2506
|
-
));
|
2507
|
-
insns.push((
|
2508
|
-
Inst::movsx_rm_r(
|
2509
|
-
ExtMode::WQ,
|
2510
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r11)),
|
2511
|
-
w_rdx,
|
2512
|
-
),
|
2513
|
-
"490FBF53F9",
|
2514
|
-
"movswq -7(%r11), %rdx",
|
2515
|
-
));
|
2516
|
-
insns.push((
|
2517
|
-
Inst::movsx_rm_r(ExtMode::LQ, RegMem::reg(rcx), w_rsi),
|
2518
|
-
"4863F1",
|
2519
|
-
"movslq %ecx, %rsi",
|
2520
|
-
));
|
2521
|
-
insns.push((
|
2522
|
-
Inst::movsx_rm_r(ExtMode::LQ, RegMem::reg(r15), w_rsi),
|
2523
|
-
"4963F7",
|
2524
|
-
"movslq %r15d, %rsi",
|
2525
|
-
));
|
2526
|
-
insns.push((
|
2527
|
-
Inst::movsx_rm_r(
|
2528
|
-
ExtMode::LQ,
|
2529
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, rcx)),
|
2530
|
-
w_rsi,
|
2531
|
-
),
|
2532
|
-
"486371F9",
|
2533
|
-
"movslq -7(%rcx), %rsi",
|
2534
|
-
));
|
2535
|
-
insns.push((
|
2536
|
-
Inst::movsx_rm_r(
|
2537
|
-
ExtMode::LQ,
|
2538
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r8)),
|
2539
|
-
w_rbx,
|
2540
|
-
),
|
2541
|
-
"496358F9",
|
2542
|
-
"movslq -7(%r8), %rbx",
|
2543
|
-
));
|
2544
|
-
insns.push((
|
2545
|
-
Inst::movsx_rm_r(
|
2546
|
-
ExtMode::LQ,
|
2547
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r10)),
|
2548
|
-
w_r9,
|
2549
|
-
),
|
2550
|
-
"4D634AF9",
|
2551
|
-
"movslq -7(%r10), %r9",
|
2552
|
-
));
|
2553
|
-
insns.push((
|
2554
|
-
Inst::movsx_rm_r(
|
2555
|
-
ExtMode::LQ,
|
2556
|
-
RegMem::mem(Amode::imm_reg(-7i32 as u32, r11)),
|
2557
|
-
w_rdx,
|
2558
|
-
),
|
2559
|
-
"496353F9",
|
2560
|
-
"movslq -7(%r11), %rdx",
|
2561
|
-
));
|
2562
|
-
|
2563
|
-
// ========================================================
|
2564
|
-
// Mov_R_M. Byte stores are tricky. Check everything carefully.
|
2565
|
-
insns.push((
|
2566
|
-
Inst::mov_r_m(OperandSize::Size64, rax, Amode::imm_reg(99, rdi)),
|
2567
|
-
"48894763",
|
2568
|
-
"movq %rax, 99(%rdi)",
|
2569
|
-
));
|
2570
|
-
insns.push((
|
2571
|
-
Inst::mov_r_m(OperandSize::Size64, rbx, Amode::imm_reg(99, r8)),
|
2572
|
-
"49895863",
|
2573
|
-
"movq %rbx, 99(%r8)",
|
2574
|
-
));
|
2575
|
-
insns.push((
|
2576
|
-
Inst::mov_r_m(OperandSize::Size64, rcx, Amode::imm_reg(99, rsi)),
|
2577
|
-
"48894E63",
|
2578
|
-
"movq %rcx, 99(%rsi)",
|
2579
|
-
));
|
2580
|
-
insns.push((
|
2581
|
-
Inst::mov_r_m(OperandSize::Size64, rdx, Amode::imm_reg(99, r9)),
|
2582
|
-
"49895163",
|
2583
|
-
"movq %rdx, 99(%r9)",
|
2584
|
-
));
|
2585
|
-
insns.push((
|
2586
|
-
Inst::mov_r_m(OperandSize::Size64, rsi, Amode::imm_reg(99, rax)),
|
2587
|
-
"48897063",
|
2588
|
-
"movq %rsi, 99(%rax)",
|
2589
|
-
));
|
2590
|
-
insns.push((
|
2591
|
-
Inst::mov_r_m(OperandSize::Size64, rdi, Amode::imm_reg(99, r15)),
|
2592
|
-
"49897F63",
|
2593
|
-
"movq %rdi, 99(%r15)",
|
2594
|
-
));
|
2595
|
-
insns.push((
|
2596
|
-
Inst::mov_r_m(OperandSize::Size64, rsp, Amode::imm_reg(99, rcx)),
|
2597
|
-
"48896163",
|
2598
|
-
"movq %rsp, 99(%rcx)",
|
2599
|
-
));
|
2600
|
-
insns.push((
|
2601
|
-
Inst::mov_r_m(OperandSize::Size64, rbp, Amode::imm_reg(99, r14)),
|
2602
|
-
"49896E63",
|
2603
|
-
"movq %rbp, 99(%r14)",
|
2604
|
-
));
|
2605
|
-
insns.push((
|
2606
|
-
Inst::mov_r_m(OperandSize::Size64, r8, Amode::imm_reg(99, rdi)),
|
2607
|
-
"4C894763",
|
2608
|
-
"movq %r8, 99(%rdi)",
|
2609
|
-
));
|
2610
|
-
insns.push((
|
2611
|
-
Inst::mov_r_m(OperandSize::Size64, r9, Amode::imm_reg(99, r8)),
|
2612
|
-
"4D894863",
|
2613
|
-
"movq %r9, 99(%r8)",
|
2614
|
-
));
|
2615
|
-
insns.push((
|
2616
|
-
Inst::mov_r_m(OperandSize::Size64, r10, Amode::imm_reg(99, rsi)),
|
2617
|
-
"4C895663",
|
2618
|
-
"movq %r10, 99(%rsi)",
|
2619
|
-
));
|
2620
|
-
insns.push((
|
2621
|
-
Inst::mov_r_m(OperandSize::Size64, r11, Amode::imm_reg(99, r9)),
|
2622
|
-
"4D895963",
|
2623
|
-
"movq %r11, 99(%r9)",
|
2624
|
-
));
|
2625
|
-
insns.push((
|
2626
|
-
Inst::mov_r_m(OperandSize::Size64, r12, Amode::imm_reg(99, rax)),
|
2627
|
-
"4C896063",
|
2628
|
-
"movq %r12, 99(%rax)",
|
2629
|
-
));
|
2630
|
-
insns.push((
|
2631
|
-
Inst::mov_r_m(OperandSize::Size64, r13, Amode::imm_reg(99, r15)),
|
2632
|
-
"4D896F63",
|
2633
|
-
"movq %r13, 99(%r15)",
|
2634
|
-
));
|
2635
|
-
insns.push((
|
2636
|
-
Inst::mov_r_m(OperandSize::Size64, r14, Amode::imm_reg(99, rcx)),
|
2637
|
-
"4C897163",
|
2638
|
-
"movq %r14, 99(%rcx)",
|
2639
|
-
));
|
2640
|
-
insns.push((
|
2641
|
-
Inst::mov_r_m(OperandSize::Size64, r15, Amode::imm_reg(99, r14)),
|
2642
|
-
"4D897E63",
|
2643
|
-
"movq %r15, 99(%r14)",
|
2644
|
-
));
|
2645
|
-
//
|
2646
|
-
insns.push((
|
2647
|
-
Inst::mov_r_m(OperandSize::Size32, rax, Amode::imm_reg(99, rdi)),
|
2648
|
-
"894763",
|
2649
|
-
"movl %eax, 99(%rdi)",
|
2650
|
-
));
|
2651
|
-
insns.push((
|
2652
|
-
Inst::mov_r_m(OperandSize::Size32, rbx, Amode::imm_reg(99, r8)),
|
2653
|
-
"41895863",
|
2654
|
-
"movl %ebx, 99(%r8)",
|
2655
|
-
));
|
2656
|
-
insns.push((
|
2657
|
-
Inst::mov_r_m(OperandSize::Size32, rcx, Amode::imm_reg(99, rsi)),
|
2658
|
-
"894E63",
|
2659
|
-
"movl %ecx, 99(%rsi)",
|
2660
|
-
));
|
2661
|
-
insns.push((
|
2662
|
-
Inst::mov_r_m(OperandSize::Size32, rdx, Amode::imm_reg(99, r9)),
|
2663
|
-
"41895163",
|
2664
|
-
"movl %edx, 99(%r9)",
|
2665
|
-
));
|
2666
|
-
insns.push((
|
2667
|
-
Inst::mov_r_m(OperandSize::Size32, rsi, Amode::imm_reg(99, rax)),
|
2668
|
-
"897063",
|
2669
|
-
"movl %esi, 99(%rax)",
|
2670
|
-
));
|
2671
|
-
insns.push((
|
2672
|
-
Inst::mov_r_m(OperandSize::Size32, rdi, Amode::imm_reg(99, r15)),
|
2673
|
-
"41897F63",
|
2674
|
-
"movl %edi, 99(%r15)",
|
2675
|
-
));
|
2676
|
-
insns.push((
|
2677
|
-
Inst::mov_r_m(OperandSize::Size32, rsp, Amode::imm_reg(99, rcx)),
|
2678
|
-
"896163",
|
2679
|
-
"movl %esp, 99(%rcx)",
|
2680
|
-
));
|
2681
|
-
insns.push((
|
2682
|
-
Inst::mov_r_m(OperandSize::Size32, rbp, Amode::imm_reg(99, r14)),
|
2683
|
-
"41896E63",
|
2684
|
-
"movl %ebp, 99(%r14)",
|
2685
|
-
));
|
2686
|
-
insns.push((
|
2687
|
-
Inst::mov_r_m(OperandSize::Size32, r8, Amode::imm_reg(99, rdi)),
|
2688
|
-
"44894763",
|
2689
|
-
"movl %r8d, 99(%rdi)",
|
2690
|
-
));
|
2691
|
-
insns.push((
|
2692
|
-
Inst::mov_r_m(OperandSize::Size32, r9, Amode::imm_reg(99, r8)),
|
2693
|
-
"45894863",
|
2694
|
-
"movl %r9d, 99(%r8)",
|
2695
|
-
));
|
2696
|
-
insns.push((
|
2697
|
-
Inst::mov_r_m(OperandSize::Size32, r10, Amode::imm_reg(99, rsi)),
|
2698
|
-
"44895663",
|
2699
|
-
"movl %r10d, 99(%rsi)",
|
2700
|
-
));
|
2701
|
-
insns.push((
|
2702
|
-
Inst::mov_r_m(OperandSize::Size32, r11, Amode::imm_reg(99, r9)),
|
2703
|
-
"45895963",
|
2704
|
-
"movl %r11d, 99(%r9)",
|
2705
|
-
));
|
2706
|
-
insns.push((
|
2707
|
-
Inst::mov_r_m(OperandSize::Size32, r12, Amode::imm_reg(99, rax)),
|
2708
|
-
"44896063",
|
2709
|
-
"movl %r12d, 99(%rax)",
|
2710
|
-
));
|
2711
|
-
insns.push((
|
2712
|
-
Inst::mov_r_m(OperandSize::Size32, r13, Amode::imm_reg(99, r15)),
|
2713
|
-
"45896F63",
|
2714
|
-
"movl %r13d, 99(%r15)",
|
2715
|
-
));
|
2716
|
-
insns.push((
|
2717
|
-
Inst::mov_r_m(OperandSize::Size32, r14, Amode::imm_reg(99, rcx)),
|
2718
|
-
"44897163",
|
2719
|
-
"movl %r14d, 99(%rcx)",
|
2720
|
-
));
|
2721
|
-
insns.push((
|
2722
|
-
Inst::mov_r_m(OperandSize::Size32, r15, Amode::imm_reg(99, r14)),
|
2723
|
-
"45897E63",
|
2724
|
-
"movl %r15d, 99(%r14)",
|
2725
|
-
));
|
2726
|
-
//
|
2727
|
-
insns.push((
|
2728
|
-
Inst::mov_r_m(OperandSize::Size16, rax, Amode::imm_reg(99, rdi)),
|
2729
|
-
"66894763",
|
2730
|
-
"movw %ax, 99(%rdi)",
|
2731
|
-
));
|
2732
|
-
insns.push((
|
2733
|
-
Inst::mov_r_m(OperandSize::Size16, rbx, Amode::imm_reg(99, r8)),
|
2734
|
-
"6641895863",
|
2735
|
-
"movw %bx, 99(%r8)",
|
2736
|
-
));
|
2737
|
-
insns.push((
|
2738
|
-
Inst::mov_r_m(OperandSize::Size16, rcx, Amode::imm_reg(99, rsi)),
|
2739
|
-
"66894E63",
|
2740
|
-
"movw %cx, 99(%rsi)",
|
2741
|
-
));
|
2742
|
-
insns.push((
|
2743
|
-
Inst::mov_r_m(OperandSize::Size16, rdx, Amode::imm_reg(99, r9)),
|
2744
|
-
"6641895163",
|
2745
|
-
"movw %dx, 99(%r9)",
|
2746
|
-
));
|
2747
|
-
insns.push((
|
2748
|
-
Inst::mov_r_m(OperandSize::Size16, rsi, Amode::imm_reg(99, rax)),
|
2749
|
-
"66897063",
|
2750
|
-
"movw %si, 99(%rax)",
|
2751
|
-
));
|
2752
|
-
insns.push((
|
2753
|
-
Inst::mov_r_m(OperandSize::Size16, rdi, Amode::imm_reg(99, r15)),
|
2754
|
-
"6641897F63",
|
2755
|
-
"movw %di, 99(%r15)",
|
2756
|
-
));
|
2757
|
-
insns.push((
|
2758
|
-
Inst::mov_r_m(OperandSize::Size16, rsp, Amode::imm_reg(99, rcx)),
|
2759
|
-
"66896163",
|
2760
|
-
"movw %sp, 99(%rcx)",
|
2761
|
-
));
|
2762
|
-
insns.push((
|
2763
|
-
Inst::mov_r_m(OperandSize::Size16, rbp, Amode::imm_reg(99, r14)),
|
2764
|
-
"6641896E63",
|
2765
|
-
"movw %bp, 99(%r14)",
|
2766
|
-
));
|
2767
|
-
insns.push((
|
2768
|
-
Inst::mov_r_m(OperandSize::Size16, r8, Amode::imm_reg(99, rdi)),
|
2769
|
-
"6644894763",
|
2770
|
-
"movw %r8w, 99(%rdi)",
|
2771
|
-
));
|
2772
|
-
insns.push((
|
2773
|
-
Inst::mov_r_m(OperandSize::Size16, r9, Amode::imm_reg(99, r8)),
|
2774
|
-
"6645894863",
|
2775
|
-
"movw %r9w, 99(%r8)",
|
2776
|
-
));
|
2777
|
-
insns.push((
|
2778
|
-
Inst::mov_r_m(OperandSize::Size16, r10, Amode::imm_reg(99, rsi)),
|
2779
|
-
"6644895663",
|
2780
|
-
"movw %r10w, 99(%rsi)",
|
2781
|
-
));
|
2782
|
-
insns.push((
|
2783
|
-
Inst::mov_r_m(OperandSize::Size16, r11, Amode::imm_reg(99, r9)),
|
2784
|
-
"6645895963",
|
2785
|
-
"movw %r11w, 99(%r9)",
|
2786
|
-
));
|
2787
|
-
insns.push((
|
2788
|
-
Inst::mov_r_m(OperandSize::Size16, r12, Amode::imm_reg(99, rax)),
|
2789
|
-
"6644896063",
|
2790
|
-
"movw %r12w, 99(%rax)",
|
2791
|
-
));
|
2792
|
-
insns.push((
|
2793
|
-
Inst::mov_r_m(OperandSize::Size16, r13, Amode::imm_reg(99, r15)),
|
2794
|
-
"6645896F63",
|
2795
|
-
"movw %r13w, 99(%r15)",
|
2796
|
-
));
|
2797
|
-
insns.push((
|
2798
|
-
Inst::mov_r_m(OperandSize::Size16, r14, Amode::imm_reg(99, rcx)),
|
2799
|
-
"6644897163",
|
2800
|
-
"movw %r14w, 99(%rcx)",
|
2801
|
-
));
|
2802
|
-
insns.push((
|
2803
|
-
Inst::mov_r_m(OperandSize::Size16, r15, Amode::imm_reg(99, r14)),
|
2804
|
-
"6645897E63",
|
2805
|
-
"movw %r15w, 99(%r14)",
|
2806
|
-
));
|
2807
|
-
//
|
2808
|
-
insns.push((
|
2809
|
-
Inst::mov_r_m(OperandSize::Size8, rax, Amode::imm_reg(99, rdi)),
|
2810
|
-
"884763",
|
2811
|
-
"movb %al, 99(%rdi)",
|
2812
|
-
));
|
2813
|
-
insns.push((
|
2814
|
-
Inst::mov_r_m(OperandSize::Size8, rbx, Amode::imm_reg(99, r8)),
|
2815
|
-
"41885863",
|
2816
|
-
"movb %bl, 99(%r8)",
|
2817
|
-
));
|
2818
|
-
insns.push((
|
2819
|
-
Inst::mov_r_m(OperandSize::Size8, rcx, Amode::imm_reg(99, rsi)),
|
2820
|
-
"884E63",
|
2821
|
-
"movb %cl, 99(%rsi)",
|
2822
|
-
));
|
2823
|
-
insns.push((
|
2824
|
-
Inst::mov_r_m(OperandSize::Size8, rdx, Amode::imm_reg(99, r9)),
|
2825
|
-
"41885163",
|
2826
|
-
"movb %dl, 99(%r9)",
|
2827
|
-
));
|
2828
|
-
insns.push((
|
2829
|
-
Inst::mov_r_m(OperandSize::Size8, rsi, Amode::imm_reg(99, rax)),
|
2830
|
-
"40887063",
|
2831
|
-
"movb %sil, 99(%rax)",
|
2832
|
-
));
|
2833
|
-
insns.push((
|
2834
|
-
Inst::mov_r_m(OperandSize::Size8, rdi, Amode::imm_reg(99, r15)),
|
2835
|
-
"41887F63",
|
2836
|
-
"movb %dil, 99(%r15)",
|
2837
|
-
));
|
2838
|
-
insns.push((
|
2839
|
-
Inst::mov_r_m(OperandSize::Size8, rsp, Amode::imm_reg(99, rcx)),
|
2840
|
-
"40886163",
|
2841
|
-
"movb %spl, 99(%rcx)",
|
2842
|
-
));
|
2843
|
-
insns.push((
|
2844
|
-
Inst::mov_r_m(OperandSize::Size8, rbp, Amode::imm_reg(99, r14)),
|
2845
|
-
"41886E63",
|
2846
|
-
"movb %bpl, 99(%r14)",
|
2847
|
-
));
|
2848
|
-
insns.push((
|
2849
|
-
Inst::mov_r_m(OperandSize::Size8, r8, Amode::imm_reg(99, rdi)),
|
2850
|
-
"44884763",
|
2851
|
-
"movb %r8b, 99(%rdi)",
|
2852
|
-
));
|
2853
|
-
insns.push((
|
2854
|
-
Inst::mov_r_m(OperandSize::Size8, r9, Amode::imm_reg(99, r8)),
|
2855
|
-
"45884863",
|
2856
|
-
"movb %r9b, 99(%r8)",
|
2857
|
-
));
|
2858
|
-
insns.push((
|
2859
|
-
Inst::mov_r_m(OperandSize::Size8, r10, Amode::imm_reg(99, rsi)),
|
2860
|
-
"44885663",
|
2861
|
-
"movb %r10b, 99(%rsi)",
|
2862
|
-
));
|
2863
|
-
insns.push((
|
2864
|
-
Inst::mov_r_m(OperandSize::Size8, r11, Amode::imm_reg(99, r9)),
|
2865
|
-
"45885963",
|
2866
|
-
"movb %r11b, 99(%r9)",
|
2867
|
-
));
|
2868
|
-
insns.push((
|
2869
|
-
Inst::mov_r_m(OperandSize::Size8, r12, Amode::imm_reg(99, rax)),
|
2870
|
-
"44886063",
|
2871
|
-
"movb %r12b, 99(%rax)",
|
2872
|
-
));
|
2873
|
-
insns.push((
|
2874
|
-
Inst::mov_r_m(OperandSize::Size8, r13, Amode::imm_reg(99, r15)),
|
2875
|
-
"45886F63",
|
2876
|
-
"movb %r13b, 99(%r15)",
|
2877
|
-
));
|
2878
|
-
insns.push((
|
2879
|
-
Inst::mov_r_m(OperandSize::Size8, r14, Amode::imm_reg(99, rcx)),
|
2880
|
-
"44887163",
|
2881
|
-
"movb %r14b, 99(%rcx)",
|
2882
|
-
));
|
2883
|
-
insns.push((
|
2884
|
-
Inst::mov_r_m(OperandSize::Size8, r15, Amode::imm_reg(99, r14)),
|
2885
|
-
"45887E63",
|
2886
|
-
"movb %r15b, 99(%r14)",
|
2887
|
-
));
|
2888
|
-
|
2889
|
-
// ========================================================
|
2890
|
-
// Shift_R
|
2891
|
-
insns.push((
|
2892
|
-
Inst::shift_r(
|
2893
|
-
OperandSize::Size32,
|
2894
|
-
ShiftKind::ShiftLeft,
|
2895
|
-
Imm8Gpr::new(Imm8Reg::Reg { reg: regs::rcx() }).unwrap(),
|
2896
|
-
rdi,
|
2897
|
-
w_rdi,
|
2898
|
-
),
|
2899
|
-
"D3E7",
|
2900
|
-
"shll %cl, %edi, %edi",
|
2901
|
-
));
|
2902
|
-
insns.push((
|
2903
|
-
Inst::shift_r(
|
2904
|
-
OperandSize::Size32,
|
2905
|
-
ShiftKind::ShiftLeft,
|
2906
|
-
Imm8Gpr::new(Imm8Reg::Reg { reg: regs::rcx() }).unwrap(),
|
2907
|
-
r12,
|
2908
|
-
w_r12,
|
2909
|
-
),
|
2910
|
-
"41D3E4",
|
2911
|
-
"shll %cl, %r12d, %r12d",
|
2912
|
-
));
|
2913
|
-
insns.push((
|
2914
|
-
Inst::shift_r(
|
2915
|
-
OperandSize::Size32,
|
2916
|
-
ShiftKind::ShiftLeft,
|
2917
|
-
Imm8Gpr::new(Imm8Reg::Imm8 { imm: 2 }).unwrap(),
|
2918
|
-
r8,
|
2919
|
-
w_r8,
|
2920
|
-
),
|
2921
|
-
"41C1E002",
|
2922
|
-
"shll $2, %r8d, %r8d",
|
2923
|
-
));
|
2924
|
-
insns.push((
|
2925
|
-
Inst::shift_r(
|
2926
|
-
OperandSize::Size32,
|
2927
|
-
ShiftKind::ShiftLeft,
|
2928
|
-
Imm8Gpr::new(Imm8Reg::Imm8 { imm: 31 }).unwrap(),
|
2929
|
-
r13,
|
2930
|
-
w_r13,
|
2931
|
-
),
|
2932
|
-
"41C1E51F",
|
2933
|
-
"shll $31, %r13d, %r13d",
|
2934
|
-
));
|
2935
|
-
insns.push((
|
2936
|
-
Inst::shift_r(
|
2937
|
-
OperandSize::Size64,
|
2938
|
-
ShiftKind::ShiftLeft,
|
2939
|
-
Imm8Gpr::new(Imm8Reg::Reg { reg: regs::rcx() }).unwrap(),
|
2940
|
-
r13,
|
2941
|
-
w_r13,
|
2942
|
-
),
|
2943
|
-
"49D3E5",
|
2944
|
-
"shlq %cl, %r13, %r13",
|
2945
|
-
));
|
2946
|
-
insns.push((
|
2947
|
-
Inst::shift_r(
|
2948
|
-
OperandSize::Size64,
|
2949
|
-
ShiftKind::ShiftLeft,
|
2950
|
-
Imm8Gpr::new(Imm8Reg::Reg { reg: regs::rcx() }).unwrap(),
|
2951
|
-
rdi,
|
2952
|
-
w_rdi,
|
2953
|
-
),
|
2954
|
-
"48D3E7",
|
2955
|
-
"shlq %cl, %rdi, %rdi",
|
2956
|
-
));
|
2957
|
-
insns.push((
|
2958
|
-
Inst::shift_r(
|
2959
|
-
OperandSize::Size64,
|
2960
|
-
ShiftKind::ShiftLeft,
|
2961
|
-
Imm8Gpr::new(Imm8Reg::Imm8 { imm: 2 }).unwrap(),
|
2962
|
-
r8,
|
2963
|
-
w_r8,
|
2964
|
-
),
|
2965
|
-
"49C1E002",
|
2966
|
-
"shlq $2, %r8, %r8",
|
2967
|
-
));
|
2968
|
-
insns.push((
|
2969
|
-
Inst::shift_r(
|
2970
|
-
OperandSize::Size64,
|
2971
|
-
ShiftKind::ShiftLeft,
|
2972
|
-
Imm8Gpr::new(Imm8Reg::Imm8 { imm: 3 }).unwrap(),
|
2973
|
-
rbx,
|
2974
|
-
w_rbx,
|
2975
|
-
),
|
2976
|
-
"48C1E303",
|
2977
|
-
"shlq $3, %rbx, %rbx",
|
2978
|
-
));
|
2979
|
-
insns.push((
|
2980
|
-
Inst::shift_r(
|
2981
|
-
OperandSize::Size64,
|
2982
|
-
ShiftKind::ShiftLeft,
|
2983
|
-
Imm8Gpr::new(Imm8Reg::Imm8 { imm: 63 }).unwrap(),
|
2984
|
-
r13,
|
2985
|
-
w_r13,
|
2986
|
-
),
|
2987
|
-
"49C1E53F",
|
2988
|
-
"shlq $63, %r13, %r13",
|
2989
|
-
));
|
2990
|
-
insns.push((
|
2991
|
-
Inst::shift_r(
|
2992
|
-
OperandSize::Size32,
|
2993
|
-
ShiftKind::ShiftRightLogical,
|
2994
|
-
Imm8Gpr::new(Imm8Reg::Reg { reg: regs::rcx() }).unwrap(),
|
2995
|
-
rdi,
|
2996
|
-
w_rdi,
|
2997
|
-
),
|
2998
|
-
"D3EF",
|
2999
|
-
"shrl %cl, %edi, %edi",
|
3000
|
-
));
|
3001
|
-
insns.push((
|
3002
|
-
Inst::shift_r(
|
3003
|
-
OperandSize::Size32,
|
3004
|
-
ShiftKind::ShiftRightLogical,
|
3005
|
-
Imm8Gpr::new(Imm8Reg::Imm8 { imm: 2 }).unwrap(),
|
3006
|
-
r8,
|
3007
|
-
w_r8,
|
3008
|
-
),
|
3009
|
-
"41C1E802",
|
3010
|
-
"shrl $2, %r8d, %r8d",
|
3011
|
-
));
|
3012
|
-
insns.push((
|
3013
|
-
Inst::shift_r(
|
3014
|
-
OperandSize::Size32,
|
3015
|
-
ShiftKind::ShiftRightLogical,
|
3016
|
-
Imm8Gpr::new(Imm8Reg::Imm8 { imm: 31 }).unwrap(),
|
3017
|
-
r13,
|
3018
|
-
w_r13,
|
3019
|
-
),
|
3020
|
-
"41C1ED1F",
|
3021
|
-
"shrl $31, %r13d, %r13d",
|
3022
|
-
));
|
3023
|
-
insns.push((
|
3024
|
-
Inst::shift_r(
|
3025
|
-
OperandSize::Size64,
|
3026
|
-
ShiftKind::ShiftRightLogical,
|
3027
|
-
Imm8Gpr::new(Imm8Reg::Reg { reg: regs::rcx() }).unwrap(),
|
3028
|
-
rdi,
|
3029
|
-
w_rdi,
|
3030
|
-
),
|
3031
|
-
"48D3EF",
|
3032
|
-
"shrq %cl, %rdi, %rdi",
|
3033
|
-
));
|
3034
|
-
insns.push((
|
3035
|
-
Inst::shift_r(
|
3036
|
-
OperandSize::Size64,
|
3037
|
-
ShiftKind::ShiftRightLogical,
|
3038
|
-
Imm8Gpr::new(Imm8Reg::Imm8 { imm: 2 }).unwrap(),
|
3039
|
-
r8,
|
3040
|
-
w_r8,
|
3041
|
-
),
|
3042
|
-
"49C1E802",
|
3043
|
-
"shrq $2, %r8, %r8",
|
3044
|
-
));
|
3045
|
-
insns.push((
|
3046
|
-
Inst::shift_r(
|
3047
|
-
OperandSize::Size64,
|
3048
|
-
ShiftKind::ShiftRightLogical,
|
3049
|
-
Imm8Gpr::new(Imm8Reg::Imm8 { imm: 63 }).unwrap(),
|
3050
|
-
r13,
|
3051
|
-
w_r13,
|
3052
|
-
),
|
3053
|
-
"49C1ED3F",
|
3054
|
-
"shrq $63, %r13, %r13",
|
3055
|
-
));
|
3056
|
-
insns.push((
|
3057
|
-
Inst::shift_r(
|
3058
|
-
OperandSize::Size32,
|
3059
|
-
ShiftKind::ShiftRightArithmetic,
|
3060
|
-
Imm8Gpr::new(Imm8Reg::Reg { reg: regs::rcx() }).unwrap(),
|
3061
|
-
rdi,
|
3062
|
-
w_rdi,
|
3063
|
-
),
|
3064
|
-
"D3FF",
|
3065
|
-
"sarl %cl, %edi, %edi",
|
3066
|
-
));
|
3067
|
-
insns.push((
|
3068
|
-
Inst::shift_r(
|
3069
|
-
OperandSize::Size32,
|
3070
|
-
ShiftKind::ShiftRightArithmetic,
|
3071
|
-
Imm8Gpr::new(Imm8Reg::Imm8 { imm: 2 }).unwrap(),
|
3072
|
-
r8,
|
3073
|
-
w_r8,
|
3074
|
-
),
|
3075
|
-
"41C1F802",
|
3076
|
-
"sarl $2, %r8d, %r8d",
|
3077
|
-
));
|
3078
|
-
insns.push((
|
3079
|
-
Inst::shift_r(
|
3080
|
-
OperandSize::Size32,
|
3081
|
-
ShiftKind::ShiftRightArithmetic,
|
3082
|
-
Imm8Gpr::new(Imm8Reg::Imm8 { imm: 31 }).unwrap(),
|
3083
|
-
r13,
|
3084
|
-
w_r13,
|
3085
|
-
),
|
3086
|
-
"41C1FD1F",
|
3087
|
-
"sarl $31, %r13d, %r13d",
|
3088
|
-
));
|
3089
|
-
insns.push((
|
3090
|
-
Inst::shift_r(
|
3091
|
-
OperandSize::Size64,
|
3092
|
-
ShiftKind::ShiftRightArithmetic,
|
3093
|
-
Imm8Gpr::new(Imm8Reg::Reg { reg: regs::rcx() }).unwrap(),
|
3094
|
-
rdi,
|
3095
|
-
w_rdi,
|
3096
|
-
),
|
3097
|
-
"48D3FF",
|
3098
|
-
"sarq %cl, %rdi, %rdi",
|
3099
|
-
));
|
3100
|
-
insns.push((
|
3101
|
-
Inst::shift_r(
|
3102
|
-
OperandSize::Size64,
|
3103
|
-
ShiftKind::ShiftRightArithmetic,
|
3104
|
-
Imm8Gpr::new(Imm8Reg::Imm8 { imm: 2 }).unwrap(),
|
3105
|
-
r8,
|
3106
|
-
w_r8,
|
3107
|
-
),
|
3108
|
-
"49C1F802",
|
3109
|
-
"sarq $2, %r8, %r8",
|
3110
|
-
));
|
3111
|
-
insns.push((
|
3112
|
-
Inst::shift_r(
|
3113
|
-
OperandSize::Size64,
|
3114
|
-
ShiftKind::ShiftRightArithmetic,
|
3115
|
-
Imm8Gpr::new(Imm8Reg::Imm8 { imm: 63 }).unwrap(),
|
3116
|
-
r13,
|
3117
|
-
w_r13,
|
3118
|
-
),
|
3119
|
-
"49C1FD3F",
|
3120
|
-
"sarq $63, %r13, %r13",
|
3121
|
-
));
|
3122
|
-
insns.push((
|
3123
|
-
Inst::shift_r(
|
3124
|
-
OperandSize::Size64,
|
3125
|
-
ShiftKind::RotateLeft,
|
3126
|
-
Imm8Gpr::new(Imm8Reg::Reg { reg: regs::rcx() }).unwrap(),
|
3127
|
-
r8,
|
3128
|
-
w_r8,
|
3129
|
-
),
|
3130
|
-
"49D3C0",
|
3131
|
-
"rolq %cl, %r8, %r8",
|
3132
|
-
));
|
3133
|
-
insns.push((
|
3134
|
-
Inst::shift_r(
|
3135
|
-
OperandSize::Size32,
|
3136
|
-
ShiftKind::RotateLeft,
|
3137
|
-
Imm8Gpr::new(Imm8Reg::Imm8 { imm: 3 }).unwrap(),
|
3138
|
-
r9,
|
3139
|
-
w_r9,
|
3140
|
-
),
|
3141
|
-
"41C1C103",
|
3142
|
-
"roll $3, %r9d, %r9d",
|
3143
|
-
));
|
3144
|
-
insns.push((
|
3145
|
-
Inst::shift_r(
|
3146
|
-
OperandSize::Size32,
|
3147
|
-
ShiftKind::RotateRight,
|
3148
|
-
Imm8Gpr::new(Imm8Reg::Reg { reg: regs::rcx() }).unwrap(),
|
3149
|
-
rsi,
|
3150
|
-
w_rsi,
|
3151
|
-
),
|
3152
|
-
"D3CE",
|
3153
|
-
"rorl %cl, %esi, %esi",
|
3154
|
-
));
|
3155
|
-
insns.push((
|
3156
|
-
Inst::shift_r(
|
3157
|
-
OperandSize::Size64,
|
3158
|
-
ShiftKind::RotateRight,
|
3159
|
-
Imm8Gpr::new(Imm8Reg::Imm8 { imm: 5 }).unwrap(),
|
3160
|
-
r15,
|
3161
|
-
w_r15,
|
3162
|
-
),
|
3163
|
-
"49C1CF05",
|
3164
|
-
"rorq $5, %r15, %r15",
|
3165
|
-
));
|
3166
|
-
insns.push((
|
3167
|
-
Inst::shift_r(
|
3168
|
-
OperandSize::Size8,
|
3169
|
-
ShiftKind::RotateRight,
|
3170
|
-
Imm8Gpr::new(Imm8Reg::Reg { reg: regs::rcx() }).unwrap(),
|
3171
|
-
rsi,
|
3172
|
-
w_rsi,
|
3173
|
-
),
|
3174
|
-
"40D2CE",
|
3175
|
-
"rorb %cl, %sil, %sil",
|
3176
|
-
));
|
3177
|
-
insns.push((
|
3178
|
-
Inst::shift_r(
|
3179
|
-
OperandSize::Size8,
|
3180
|
-
ShiftKind::RotateRight,
|
3181
|
-
Imm8Gpr::new(Imm8Reg::Reg { reg: regs::rcx() }).unwrap(),
|
3182
|
-
rax,
|
3183
|
-
w_rax,
|
3184
|
-
),
|
3185
|
-
"D2C8",
|
3186
|
-
"rorb %cl, %al, %al",
|
3187
|
-
));
|
3188
|
-
insns.push((
|
3189
|
-
Inst::shift_r(
|
3190
|
-
OperandSize::Size8,
|
3191
|
-
ShiftKind::RotateRight,
|
3192
|
-
Imm8Gpr::new(Imm8Reg::Imm8 { imm: 5 }).unwrap(),
|
3193
|
-
r15,
|
3194
|
-
w_r15,
|
3195
|
-
),
|
3196
|
-
"41C0CF05",
|
3197
|
-
"rorb $5, %r15b, %r15b",
|
3198
|
-
));
|
3199
|
-
insns.push((
|
3200
|
-
Inst::shift_r(
|
3201
|
-
OperandSize::Size16,
|
3202
|
-
ShiftKind::RotateRight,
|
3203
|
-
Imm8Gpr::new(Imm8Reg::Reg { reg: regs::rcx() }).unwrap(),
|
3204
|
-
rsi,
|
3205
|
-
w_rsi,
|
3206
|
-
),
|
3207
|
-
"66D3CE",
|
3208
|
-
"rorw %cl, %si, %si",
|
3209
|
-
));
|
3210
|
-
insns.push((
|
3211
|
-
Inst::shift_r(
|
3212
|
-
OperandSize::Size16,
|
3213
|
-
ShiftKind::RotateRight,
|
3214
|
-
Imm8Gpr::new(Imm8Reg::Imm8 { imm: 5 }).unwrap(),
|
3215
|
-
r15,
|
3216
|
-
w_r15,
|
3217
|
-
),
|
3218
|
-
"6641C1CF05",
|
3219
|
-
"rorw $5, %r15w, %r15w",
|
3220
|
-
));
|
3221
|
-
|
3222
|
-
// ========================================================
|
3223
|
-
// CmpRMIR
|
3224
|
-
insns.push((
|
3225
|
-
Inst::cmp_rmi_r(OperandSize::Size64, RegMemImm::reg(r15), rdx),
|
3226
|
-
"4C39FA",
|
3227
|
-
"cmpq %r15, %rdx",
|
3228
|
-
));
|
3229
|
-
insns.push((
|
3230
|
-
Inst::cmp_rmi_r(OperandSize::Size64, RegMemImm::reg(rcx), r8),
|
3231
|
-
"4939C8",
|
3232
|
-
"cmpq %rcx, %r8",
|
3233
|
-
));
|
3234
|
-
insns.push((
|
3235
|
-
Inst::cmp_rmi_r(OperandSize::Size64, RegMemImm::reg(rcx), rsi),
|
3236
|
-
"4839CE",
|
3237
|
-
"cmpq %rcx, %rsi",
|
3238
|
-
));
|
3239
|
-
insns.push((
|
3240
|
-
Inst::cmp_rmi_r(
|
3241
|
-
OperandSize::Size64,
|
3242
|
-
RegMemImm::mem(Amode::imm_reg(99, rdi)),
|
3243
|
-
rdx,
|
3244
|
-
),
|
3245
|
-
"483B5763",
|
3246
|
-
"cmpq 99(%rdi), %rdx",
|
3247
|
-
));
|
3248
|
-
insns.push((
|
3249
|
-
Inst::cmp_rmi_r(
|
3250
|
-
OperandSize::Size64,
|
3251
|
-
RegMemImm::mem(Amode::imm_reg(99, rdi)),
|
3252
|
-
r8,
|
3253
|
-
),
|
3254
|
-
"4C3B4763",
|
3255
|
-
"cmpq 99(%rdi), %r8",
|
3256
|
-
));
|
3257
|
-
insns.push((
|
3258
|
-
Inst::cmp_rmi_r(
|
3259
|
-
OperandSize::Size64,
|
3260
|
-
RegMemImm::mem(Amode::imm_reg(99, rdi)),
|
3261
|
-
rsi,
|
3262
|
-
),
|
3263
|
-
"483B7763",
|
3264
|
-
"cmpq 99(%rdi), %rsi",
|
3265
|
-
));
|
3266
|
-
insns.push((
|
3267
|
-
Inst::cmp_rmi_r(OperandSize::Size64, RegMemImm::imm(76543210), rdx),
|
3268
|
-
"4881FAEAF48F04",
|
3269
|
-
"cmpq $76543210, %rdx",
|
3270
|
-
));
|
3271
|
-
insns.push((
|
3272
|
-
Inst::cmp_rmi_r(OperandSize::Size64, RegMemImm::imm(-76543210i32 as u32), r8),
|
3273
|
-
"4981F8160B70FB",
|
3274
|
-
"cmpq $-76543210, %r8",
|
3275
|
-
));
|
3276
|
-
insns.push((
|
3277
|
-
Inst::cmp_rmi_r(OperandSize::Size64, RegMemImm::imm(76543210), rsi),
|
3278
|
-
"4881FEEAF48F04",
|
3279
|
-
"cmpq $76543210, %rsi",
|
3280
|
-
));
|
3281
|
-
//
|
3282
|
-
insns.push((
|
3283
|
-
Inst::cmp_rmi_r(OperandSize::Size32, RegMemImm::reg(r15), rdx),
|
3284
|
-
"4439FA",
|
3285
|
-
"cmpl %r15d, %edx",
|
3286
|
-
));
|
3287
|
-
insns.push((
|
3288
|
-
Inst::cmp_rmi_r(OperandSize::Size32, RegMemImm::reg(rcx), r8),
|
3289
|
-
"4139C8",
|
3290
|
-
"cmpl %ecx, %r8d",
|
3291
|
-
));
|
3292
|
-
insns.push((
|
3293
|
-
Inst::cmp_rmi_r(OperandSize::Size32, RegMemImm::reg(rcx), rsi),
|
3294
|
-
"39CE",
|
3295
|
-
"cmpl %ecx, %esi",
|
3296
|
-
));
|
3297
|
-
insns.push((
|
3298
|
-
Inst::cmp_rmi_r(
|
3299
|
-
OperandSize::Size32,
|
3300
|
-
RegMemImm::mem(Amode::imm_reg(99, rdi)),
|
3301
|
-
rdx,
|
3302
|
-
),
|
3303
|
-
"3B5763",
|
3304
|
-
"cmpl 99(%rdi), %edx",
|
3305
|
-
));
|
3306
|
-
insns.push((
|
3307
|
-
Inst::cmp_rmi_r(
|
3308
|
-
OperandSize::Size32,
|
3309
|
-
RegMemImm::mem(Amode::imm_reg(99, rdi)),
|
3310
|
-
r8,
|
3311
|
-
),
|
3312
|
-
"443B4763",
|
3313
|
-
"cmpl 99(%rdi), %r8d",
|
3314
|
-
));
|
3315
|
-
insns.push((
|
3316
|
-
Inst::cmp_rmi_r(
|
3317
|
-
OperandSize::Size32,
|
3318
|
-
RegMemImm::mem(Amode::imm_reg(99, rdi)),
|
3319
|
-
rsi,
|
3320
|
-
),
|
3321
|
-
"3B7763",
|
3322
|
-
"cmpl 99(%rdi), %esi",
|
3323
|
-
));
|
3324
|
-
insns.push((
|
3325
|
-
Inst::cmp_rmi_r(OperandSize::Size32, RegMemImm::imm(76543210), rdx),
|
3326
|
-
"81FAEAF48F04",
|
3327
|
-
"cmpl $76543210, %edx",
|
3328
|
-
));
|
3329
|
-
insns.push((
|
3330
|
-
Inst::cmp_rmi_r(OperandSize::Size32, RegMemImm::imm(-76543210i32 as u32), r8),
|
3331
|
-
"4181F8160B70FB",
|
3332
|
-
"cmpl $-76543210, %r8d",
|
3333
|
-
));
|
3334
|
-
insns.push((
|
3335
|
-
Inst::cmp_rmi_r(OperandSize::Size32, RegMemImm::imm(76543210), rsi),
|
3336
|
-
"81FEEAF48F04",
|
3337
|
-
"cmpl $76543210, %esi",
|
3338
|
-
));
|
3339
|
-
//
|
3340
|
-
insns.push((
|
3341
|
-
Inst::cmp_rmi_r(OperandSize::Size16, RegMemImm::reg(r15), rdx),
|
3342
|
-
"664439FA",
|
3343
|
-
"cmpw %r15w, %dx",
|
3344
|
-
));
|
3345
|
-
insns.push((
|
3346
|
-
Inst::cmp_rmi_r(OperandSize::Size16, RegMemImm::reg(rcx), r8),
|
3347
|
-
"664139C8",
|
3348
|
-
"cmpw %cx, %r8w",
|
3349
|
-
));
|
3350
|
-
insns.push((
|
3351
|
-
Inst::cmp_rmi_r(OperandSize::Size16, RegMemImm::reg(rcx), rsi),
|
3352
|
-
"6639CE",
|
3353
|
-
"cmpw %cx, %si",
|
3354
|
-
));
|
3355
|
-
insns.push((
|
3356
|
-
Inst::cmp_rmi_r(
|
3357
|
-
OperandSize::Size16,
|
3358
|
-
RegMemImm::mem(Amode::imm_reg(99, rdi)),
|
3359
|
-
rdx,
|
3360
|
-
),
|
3361
|
-
"663B5763",
|
3362
|
-
"cmpw 99(%rdi), %dx",
|
3363
|
-
));
|
3364
|
-
insns.push((
|
3365
|
-
Inst::cmp_rmi_r(
|
3366
|
-
OperandSize::Size16,
|
3367
|
-
RegMemImm::mem(Amode::imm_reg(99, rdi)),
|
3368
|
-
r8,
|
3369
|
-
),
|
3370
|
-
"66443B4763",
|
3371
|
-
"cmpw 99(%rdi), %r8w",
|
3372
|
-
));
|
3373
|
-
insns.push((
|
3374
|
-
Inst::cmp_rmi_r(
|
3375
|
-
OperandSize::Size16,
|
3376
|
-
RegMemImm::mem(Amode::imm_reg(99, rdi)),
|
3377
|
-
rsi,
|
3378
|
-
),
|
3379
|
-
"663B7763",
|
3380
|
-
"cmpw 99(%rdi), %si",
|
3381
|
-
));
|
3382
|
-
insns.push((
|
3383
|
-
Inst::cmp_rmi_r(OperandSize::Size16, RegMemImm::imm(23210), rdx),
|
3384
|
-
"6681FAAA5A",
|
3385
|
-
"cmpw $23210, %dx",
|
3386
|
-
));
|
3387
|
-
insns.push((
|
3388
|
-
Inst::cmp_rmi_r(OperandSize::Size16, RegMemImm::imm(-7654i32 as u32), r8),
|
3389
|
-
"664181F81AE2",
|
3390
|
-
"cmpw $-7654, %r8w",
|
3391
|
-
));
|
3392
|
-
insns.push((
|
3393
|
-
Inst::cmp_rmi_r(OperandSize::Size16, RegMemImm::imm(7654), rsi),
|
3394
|
-
"6681FEE61D",
|
3395
|
-
"cmpw $7654, %si",
|
3396
|
-
));
|
3397
|
-
//
|
3398
|
-
insns.push((
|
3399
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(r15), rdx),
|
3400
|
-
"4438FA",
|
3401
|
-
"cmpb %r15b, %dl",
|
3402
|
-
));
|
3403
|
-
insns.push((
|
3404
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(rcx), r8),
|
3405
|
-
"4138C8",
|
3406
|
-
"cmpb %cl, %r8b",
|
3407
|
-
));
|
3408
|
-
insns.push((
|
3409
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(rcx), rsi),
|
3410
|
-
"4038CE",
|
3411
|
-
"cmpb %cl, %sil",
|
3412
|
-
));
|
3413
|
-
insns.push((
|
3414
|
-
Inst::cmp_rmi_r(
|
3415
|
-
OperandSize::Size8,
|
3416
|
-
RegMemImm::mem(Amode::imm_reg(99, rdi)),
|
3417
|
-
rdx,
|
3418
|
-
),
|
3419
|
-
"3A5763",
|
3420
|
-
"cmpb 99(%rdi), %dl",
|
3421
|
-
));
|
3422
|
-
insns.push((
|
3423
|
-
Inst::cmp_rmi_r(
|
3424
|
-
OperandSize::Size8,
|
3425
|
-
RegMemImm::mem(Amode::imm_reg(99, rdi)),
|
3426
|
-
r8,
|
3427
|
-
),
|
3428
|
-
"443A4763",
|
3429
|
-
"cmpb 99(%rdi), %r8b",
|
3430
|
-
));
|
3431
|
-
insns.push((
|
3432
|
-
Inst::cmp_rmi_r(
|
3433
|
-
OperandSize::Size8,
|
3434
|
-
RegMemImm::mem(Amode::imm_reg(99, rdi)),
|
3435
|
-
rsi,
|
3436
|
-
),
|
3437
|
-
"403A7763",
|
3438
|
-
"cmpb 99(%rdi), %sil",
|
3439
|
-
));
|
3440
|
-
insns.push((
|
3441
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::imm(70), rdx),
|
3442
|
-
"80FA46",
|
3443
|
-
"cmpb $70, %dl",
|
3444
|
-
));
|
3445
|
-
insns.push((
|
3446
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::imm(-76i32 as u32), r8),
|
3447
|
-
"4180F8B4",
|
3448
|
-
"cmpb $-76, %r8b",
|
3449
|
-
));
|
3450
|
-
insns.push((
|
3451
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::imm(76), rsi),
|
3452
|
-
"4080FE4C",
|
3453
|
-
"cmpb $76, %sil",
|
3454
|
-
));
|
3455
|
-
// Extra byte-cases (paranoia!) for cmp_rmi_r for first operand = R
|
3456
|
-
insns.push((
|
3457
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(rax), rbx),
|
3458
|
-
"38C3",
|
3459
|
-
"cmpb %al, %bl",
|
3460
|
-
));
|
3461
|
-
insns.push((
|
3462
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(rbx), rax),
|
3463
|
-
"38D8",
|
3464
|
-
"cmpb %bl, %al",
|
3465
|
-
));
|
3466
|
-
insns.push((
|
3467
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(rcx), rdx),
|
3468
|
-
"38CA",
|
3469
|
-
"cmpb %cl, %dl",
|
3470
|
-
));
|
3471
|
-
insns.push((
|
3472
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(rcx), rsi),
|
3473
|
-
"4038CE",
|
3474
|
-
"cmpb %cl, %sil",
|
3475
|
-
));
|
3476
|
-
insns.push((
|
3477
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(rcx), r10),
|
3478
|
-
"4138CA",
|
3479
|
-
"cmpb %cl, %r10b",
|
3480
|
-
));
|
3481
|
-
insns.push((
|
3482
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(rcx), r14),
|
3483
|
-
"4138CE",
|
3484
|
-
"cmpb %cl, %r14b",
|
3485
|
-
));
|
3486
|
-
insns.push((
|
3487
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(rbp), rdx),
|
3488
|
-
"4038EA",
|
3489
|
-
"cmpb %bpl, %dl",
|
3490
|
-
));
|
3491
|
-
insns.push((
|
3492
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(rbp), rsi),
|
3493
|
-
"4038EE",
|
3494
|
-
"cmpb %bpl, %sil",
|
3495
|
-
));
|
3496
|
-
insns.push((
|
3497
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(rbp), r10),
|
3498
|
-
"4138EA",
|
3499
|
-
"cmpb %bpl, %r10b",
|
3500
|
-
));
|
3501
|
-
insns.push((
|
3502
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(rbp), r14),
|
3503
|
-
"4138EE",
|
3504
|
-
"cmpb %bpl, %r14b",
|
3505
|
-
));
|
3506
|
-
insns.push((
|
3507
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(r9), rdx),
|
3508
|
-
"4438CA",
|
3509
|
-
"cmpb %r9b, %dl",
|
3510
|
-
));
|
3511
|
-
insns.push((
|
3512
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(r9), rsi),
|
3513
|
-
"4438CE",
|
3514
|
-
"cmpb %r9b, %sil",
|
3515
|
-
));
|
3516
|
-
insns.push((
|
3517
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(r9), r10),
|
3518
|
-
"4538CA",
|
3519
|
-
"cmpb %r9b, %r10b",
|
3520
|
-
));
|
3521
|
-
insns.push((
|
3522
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(r9), r14),
|
3523
|
-
"4538CE",
|
3524
|
-
"cmpb %r9b, %r14b",
|
3525
|
-
));
|
3526
|
-
insns.push((
|
3527
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(r13), rdx),
|
3528
|
-
"4438EA",
|
3529
|
-
"cmpb %r13b, %dl",
|
3530
|
-
));
|
3531
|
-
insns.push((
|
3532
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(r13), rsi),
|
3533
|
-
"4438EE",
|
3534
|
-
"cmpb %r13b, %sil",
|
3535
|
-
));
|
3536
|
-
insns.push((
|
3537
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(r13), r10),
|
3538
|
-
"4538EA",
|
3539
|
-
"cmpb %r13b, %r10b",
|
3540
|
-
));
|
3541
|
-
insns.push((
|
3542
|
-
Inst::cmp_rmi_r(OperandSize::Size8, RegMemImm::reg(r13), r14),
|
3543
|
-
"4538EE",
|
3544
|
-
"cmpb %r13b, %r14b",
|
3545
|
-
));
|
3546
|
-
|
3547
|
-
// ========================================================
|
3548
|
-
// SetCC
|
3549
|
-
insns.push((Inst::setcc(CC::O, w_rsi), "400F90C6", "seto %sil"));
|
3550
|
-
insns.push((Inst::setcc(CC::NLE, w_rsi), "400F9FC6", "setnle %sil"));
|
3551
|
-
insns.push((Inst::setcc(CC::Z, w_r14), "410F94C6", "setz %r14b"));
|
3552
|
-
insns.push((Inst::setcc(CC::LE, w_r14), "410F9EC6", "setle %r14b"));
|
3553
|
-
insns.push((Inst::setcc(CC::P, w_r9), "410F9AC1", "setp %r9b"));
|
3554
|
-
insns.push((Inst::setcc(CC::NP, w_r8), "410F9BC0", "setnp %r8b"));
|
3555
|
-
|
3556
|
-
// ========================================================
|
3557
|
-
// Bswap
|
3558
|
-
insns.push((
|
3559
|
-
Inst::bswap(OperandSize::Size64, w_rax),
|
3560
|
-
"480FC8",
|
3561
|
-
"bswapq %rax, %rax",
|
3562
|
-
));
|
3563
|
-
insns.push((
|
3564
|
-
Inst::bswap(OperandSize::Size64, w_r8),
|
3565
|
-
"490FC8",
|
3566
|
-
"bswapq %r8, %r8",
|
3567
|
-
));
|
3568
|
-
insns.push((
|
3569
|
-
Inst::bswap(OperandSize::Size32, w_rax),
|
3570
|
-
"0FC8",
|
3571
|
-
"bswapl %eax, %eax",
|
3572
|
-
));
|
3573
|
-
insns.push((
|
3574
|
-
Inst::bswap(OperandSize::Size64, w_rcx),
|
3575
|
-
"480FC9",
|
3576
|
-
"bswapq %rcx, %rcx",
|
3577
|
-
));
|
3578
|
-
insns.push((
|
3579
|
-
Inst::bswap(OperandSize::Size32, w_rcx),
|
3580
|
-
"0FC9",
|
3581
|
-
"bswapl %ecx, %ecx",
|
3582
|
-
));
|
3583
|
-
insns.push((
|
3584
|
-
Inst::bswap(OperandSize::Size64, w_r11),
|
3585
|
-
"490FCB",
|
3586
|
-
"bswapq %r11, %r11",
|
3587
|
-
));
|
3588
|
-
insns.push((
|
3589
|
-
Inst::bswap(OperandSize::Size32, w_r11),
|
3590
|
-
"410FCB",
|
3591
|
-
"bswapl %r11d, %r11d",
|
3592
|
-
));
|
3593
|
-
insns.push((
|
3594
|
-
Inst::bswap(OperandSize::Size64, w_r14),
|
3595
|
-
"490FCE",
|
3596
|
-
"bswapq %r14, %r14",
|
3597
|
-
));
|
3598
|
-
insns.push((
|
3599
|
-
Inst::bswap(OperandSize::Size32, w_r14),
|
3600
|
-
"410FCE",
|
3601
|
-
"bswapl %r14d, %r14d",
|
3602
|
-
));
|
3603
|
-
|
3604
|
-
// ========================================================
|
3605
|
-
// Cmove
|
3606
|
-
insns.push((
|
3607
|
-
Inst::cmove(OperandSize::Size16, CC::O, RegMem::reg(rdi), w_rsi),
|
3608
|
-
"660F40F7",
|
3609
|
-
"cmovow %di, %si, %si",
|
3610
|
-
));
|
3611
|
-
insns.push((
|
3612
|
-
Inst::cmove(
|
3613
|
-
OperandSize::Size16,
|
3614
|
-
CC::NO,
|
3615
|
-
RegMem::mem(Amode::imm_reg_reg_shift(
|
3616
|
-
37,
|
3617
|
-
Gpr::new(rdi).unwrap(),
|
3618
|
-
Gpr::new(rsi).unwrap(),
|
3619
|
-
2,
|
3620
|
-
)),
|
3621
|
-
w_r15,
|
3622
|
-
),
|
3623
|
-
"66440F417CB725",
|
3624
|
-
"cmovnow 37(%rdi,%rsi,4), %r15w, %r15w",
|
3625
|
-
));
|
3626
|
-
insns.push((
|
3627
|
-
Inst::cmove(OperandSize::Size32, CC::LE, RegMem::reg(rdi), w_rsi),
|
3628
|
-
"0F4EF7",
|
3629
|
-
"cmovlel %edi, %esi, %esi",
|
3630
|
-
));
|
3631
|
-
insns.push((
|
3632
|
-
Inst::cmove(
|
3633
|
-
OperandSize::Size32,
|
3634
|
-
CC::NLE,
|
3635
|
-
RegMem::mem(Amode::imm_reg(0, r15)),
|
3636
|
-
w_rsi,
|
3637
|
-
),
|
3638
|
-
"410F4F37",
|
3639
|
-
"cmovnlel 0(%r15), %esi, %esi",
|
3640
|
-
));
|
3641
|
-
insns.push((
|
3642
|
-
Inst::cmove(OperandSize::Size64, CC::Z, RegMem::reg(rdi), w_r14),
|
3643
|
-
"4C0F44F7",
|
3644
|
-
"cmovzq %rdi, %r14, %r14",
|
3645
|
-
));
|
3646
|
-
insns.push((
|
3647
|
-
Inst::cmove(
|
3648
|
-
OperandSize::Size64,
|
3649
|
-
CC::NZ,
|
3650
|
-
RegMem::mem(Amode::imm_reg(13, rdi)),
|
3651
|
-
w_r14,
|
3652
|
-
),
|
3653
|
-
"4C0F45770D",
|
3654
|
-
"cmovnzq 13(%rdi), %r14, %r14",
|
3655
|
-
));
|
3656
|
-
|
3657
|
-
// ========================================================
|
3658
|
-
// Push64
|
3659
|
-
insns.push((Inst::push64(RegMemImm::reg(rdi)), "57", "pushq %rdi"));
|
3660
|
-
insns.push((Inst::push64(RegMemImm::reg(r8)), "4150", "pushq %r8"));
|
3661
|
-
insns.push((
|
3662
|
-
Inst::push64(RegMemImm::mem(Amode::imm_reg_reg_shift(
|
3663
|
-
321,
|
3664
|
-
Gpr::new(rsi).unwrap(),
|
3665
|
-
Gpr::new(rcx).unwrap(),
|
3666
|
-
3,
|
3667
|
-
))),
|
3668
|
-
"FFB4CE41010000",
|
3669
|
-
"pushq 321(%rsi,%rcx,8)",
|
3670
|
-
));
|
3671
|
-
insns.push((
|
3672
|
-
Inst::push64(RegMemImm::mem(Amode::imm_reg_reg_shift(
|
3673
|
-
321,
|
3674
|
-
Gpr::new(r9).unwrap(),
|
3675
|
-
Gpr::new(rbx).unwrap(),
|
3676
|
-
2,
|
3677
|
-
))),
|
3678
|
-
"41FFB49941010000",
|
3679
|
-
"pushq 321(%r9,%rbx,4)",
|
3680
|
-
));
|
3681
|
-
insns.push((Inst::push64(RegMemImm::imm(0)), "6A00", "pushq $0"));
|
3682
|
-
insns.push((Inst::push64(RegMemImm::imm(127)), "6A7F", "pushq $127"));
|
3683
|
-
insns.push((
|
3684
|
-
Inst::push64(RegMemImm::imm(128)),
|
3685
|
-
"6880000000",
|
3686
|
-
"pushq $128",
|
3687
|
-
));
|
3688
|
-
insns.push((
|
3689
|
-
Inst::push64(RegMemImm::imm(0x31415927)),
|
3690
|
-
"6827594131",
|
3691
|
-
"pushq $826366247",
|
3692
|
-
));
|
3693
|
-
insns.push((
|
3694
|
-
Inst::push64(RegMemImm::imm(-128i32 as u32)),
|
3695
|
-
"6A80",
|
3696
|
-
"pushq $-128",
|
3697
|
-
));
|
3698
|
-
insns.push((
|
3699
|
-
Inst::push64(RegMemImm::imm(-129i32 as u32)),
|
3700
|
-
"687FFFFFFF",
|
3701
|
-
"pushq $-129",
|
3702
|
-
));
|
3703
|
-
insns.push((
|
3704
|
-
Inst::push64(RegMemImm::imm(-0x75c4e8a1i32 as u32)),
|
3705
|
-
"685F173B8A",
|
3706
|
-
"pushq $-1975838881",
|
3707
|
-
));
|
3708
|
-
|
3709
|
-
// ========================================================
|
3710
|
-
// Pop64
|
3711
|
-
insns.push((Inst::pop64(w_rax), "58", "popq %rax"));
|
3712
|
-
insns.push((Inst::pop64(w_rdi), "5F", "popq %rdi"));
|
3713
|
-
insns.push((Inst::pop64(w_r8), "4158", "popq %r8"));
|
3714
|
-
insns.push((Inst::pop64(w_r15), "415F", "popq %r15"));
|
3715
|
-
|
3716
|
-
// ========================================================
|
3717
|
-
// CallKnown
|
3718
|
-
insns.push((
|
3719
|
-
Inst::call_known(
|
3720
|
-
ExternalName::User(UserExternalNameRef::new(0)),
|
3721
|
-
smallvec![],
|
3722
|
-
smallvec![],
|
3723
|
-
PRegSet::default(),
|
3724
|
-
Opcode::Call,
|
3725
|
-
),
|
3726
|
-
"E800000000",
|
3727
|
-
"call User(userextname0)",
|
3728
|
-
));
|
3729
|
-
|
3730
|
-
// ========================================================
|
3731
|
-
// CallUnknown
|
3732
|
-
fn call_unknown(rm: RegMem) -> Inst {
|
3733
|
-
Inst::call_unknown(
|
3734
|
-
rm,
|
3735
|
-
smallvec![],
|
3736
|
-
smallvec![],
|
3737
|
-
PRegSet::default(),
|
3738
|
-
Opcode::CallIndirect,
|
3739
|
-
)
|
3740
|
-
}
|
3741
|
-
|
3742
|
-
insns.push((call_unknown(RegMem::reg(rbp)), "FFD5", "call *%rbp"));
|
3743
|
-
insns.push((call_unknown(RegMem::reg(r11)), "41FFD3", "call *%r11"));
|
3744
|
-
insns.push((
|
3745
|
-
call_unknown(RegMem::mem(Amode::imm_reg_reg_shift(
|
3746
|
-
321,
|
3747
|
-
Gpr::new(rsi).unwrap(),
|
3748
|
-
Gpr::new(rcx).unwrap(),
|
3749
|
-
3,
|
3750
|
-
))),
|
3751
|
-
"FF94CE41010000",
|
3752
|
-
"call *321(%rsi,%rcx,8)",
|
3753
|
-
));
|
3754
|
-
insns.push((
|
3755
|
-
call_unknown(RegMem::mem(Amode::imm_reg_reg_shift(
|
3756
|
-
321,
|
3757
|
-
Gpr::new(r10).unwrap(),
|
3758
|
-
Gpr::new(rdx).unwrap(),
|
3759
|
-
2,
|
3760
|
-
))),
|
3761
|
-
"41FF949241010000",
|
3762
|
-
"call *321(%r10,%rdx,4)",
|
3763
|
-
));
|
3764
|
-
|
3765
|
-
// ========================================================
|
3766
|
-
// LoadExtName
|
3767
|
-
// N.B.: test harness below sets is_pic.
|
3768
|
-
insns.push((
|
3769
|
-
Inst::LoadExtName {
|
3770
|
-
dst: Writable::from_reg(r11),
|
3771
|
-
name: Box::new(ExternalName::User(UserExternalNameRef::new(0))),
|
3772
|
-
offset: 0,
|
3773
|
-
},
|
3774
|
-
"4C8B1D00000000",
|
3775
|
-
"load_ext_name userextname0+0, %r11",
|
3776
|
-
));
|
3777
|
-
insns.push((
|
3778
|
-
Inst::LoadExtName {
|
3779
|
-
dst: Writable::from_reg(r11),
|
3780
|
-
name: Box::new(ExternalName::User(UserExternalNameRef::new(0))),
|
3781
|
-
offset: 0x12345678,
|
3782
|
-
},
|
3783
|
-
"4C8B1D000000004981C378563412",
|
3784
|
-
"load_ext_name userextname0+305419896, %r11",
|
3785
|
-
));
|
3786
|
-
insns.push((
|
3787
|
-
Inst::LoadExtName {
|
3788
|
-
dst: Writable::from_reg(r11),
|
3789
|
-
name: Box::new(ExternalName::User(UserExternalNameRef::new(0))),
|
3790
|
-
offset: -0x12345678,
|
3791
|
-
},
|
3792
|
-
"4C8B1D000000004981EB78563412",
|
3793
|
-
"load_ext_name userextname0+-305419896, %r11",
|
3794
|
-
));
|
3795
|
-
|
3796
|
-
// ========================================================
|
3797
|
-
// Ret
|
3798
|
-
insns.push((Inst::ret(vec![]), "C3", "ret"));
|
3799
|
-
|
3800
|
-
// ========================================================
|
3801
|
-
// JmpKnown skipped for now
|
3802
|
-
|
3803
|
-
// ========================================================
|
3804
|
-
// JmpCondSymm isn't a real instruction
|
3805
|
-
|
3806
|
-
// ========================================================
|
3807
|
-
// JmpCond skipped for now
|
3808
|
-
|
3809
|
-
// ========================================================
|
3810
|
-
// JmpCondCompound isn't a real instruction
|
3811
|
-
|
3812
|
-
// ========================================================
|
3813
|
-
// JmpUnknown
|
3814
|
-
insns.push((Inst::jmp_unknown(RegMem::reg(rbp)), "FFE5", "jmp *%rbp"));
|
3815
|
-
insns.push((
|
3816
|
-
Inst::jmp_unknown(RegMem::reg(r11)),
|
3817
|
-
"41FFE3",
|
3818
|
-
"jmp *%r11",
|
3819
|
-
));
|
3820
|
-
insns.push((
|
3821
|
-
Inst::jmp_unknown(RegMem::mem(Amode::imm_reg_reg_shift(
|
3822
|
-
321,
|
3823
|
-
Gpr::new(rsi).unwrap(),
|
3824
|
-
Gpr::new(rcx).unwrap(),
|
3825
|
-
3,
|
3826
|
-
))),
|
3827
|
-
"FFA4CE41010000",
|
3828
|
-
"jmp *321(%rsi,%rcx,8)",
|
3829
|
-
));
|
3830
|
-
insns.push((
|
3831
|
-
Inst::jmp_unknown(RegMem::mem(Amode::imm_reg_reg_shift(
|
3832
|
-
321,
|
3833
|
-
Gpr::new(r10).unwrap(),
|
3834
|
-
Gpr::new(rdx).unwrap(),
|
3835
|
-
2,
|
3836
|
-
))),
|
3837
|
-
"41FFA49241010000",
|
3838
|
-
"jmp *321(%r10,%rdx,4)",
|
3839
|
-
));
|
3840
|
-
|
3841
|
-
// ========================================================
|
3842
|
-
// XMM FMA
|
3843
|
-
|
3844
|
-
insns.push((
|
3845
|
-
Inst::xmm_rm_r_vex(AvxOpcode::Vfmadd213ss, RegMem::reg(xmm2), xmm1, w_xmm0),
|
3846
|
-
"C4E271A9C2",
|
3847
|
-
"vfmadd213ss %xmm0, %xmm1, %xmm2, %xmm0",
|
3848
|
-
));
|
3849
|
-
|
3850
|
-
insns.push((
|
3851
|
-
Inst::xmm_rm_r_vex(AvxOpcode::Vfmadd213sd, RegMem::reg(xmm5), xmm4, w_xmm3),
|
3852
|
-
"C4E2D9A9DD",
|
3853
|
-
"vfmadd213sd %xmm3, %xmm4, %xmm5, %xmm3",
|
3854
|
-
));
|
3855
|
-
|
3856
|
-
insns.push((
|
3857
|
-
Inst::xmm_rm_r_vex(AvxOpcode::Vfmadd213ps, RegMem::reg(xmm2), xmm1, w_xmm0),
|
3858
|
-
"C4E271A8C2",
|
3859
|
-
"vfmadd213ps %xmm0, %xmm1, %xmm2, %xmm0",
|
3860
|
-
));
|
3861
|
-
|
3862
|
-
insns.push((
|
3863
|
-
Inst::xmm_rm_r_vex(AvxOpcode::Vfmadd213pd, RegMem::reg(xmm5), xmm4, w_xmm3),
|
3864
|
-
"C4E2D9A8DD",
|
3865
|
-
"vfmadd213pd %xmm3, %xmm4, %xmm5, %xmm3",
|
3866
|
-
));
|
3867
|
-
|
3868
|
-
// ========================================================
|
3869
|
-
// XMM_CMP_RM_R
|
3870
|
-
|
3871
|
-
insns.push((
|
3872
|
-
Inst::xmm_cmp_rm_r(SseOpcode::Ucomiss, RegMem::reg(xmm1), xmm2),
|
3873
|
-
"0F2ED1",
|
3874
|
-
"ucomiss %xmm1, %xmm2",
|
3875
|
-
));
|
3876
|
-
|
3877
|
-
insns.push((
|
3878
|
-
Inst::xmm_cmp_rm_r(SseOpcode::Ucomiss, RegMem::reg(xmm0), xmm9),
|
3879
|
-
"440F2EC8",
|
3880
|
-
"ucomiss %xmm0, %xmm9",
|
3881
|
-
));
|
3882
|
-
|
3883
|
-
insns.push((
|
3884
|
-
Inst::xmm_cmp_rm_r(SseOpcode::Ucomisd, RegMem::reg(xmm13), xmm4),
|
3885
|
-
"66410F2EE5",
|
3886
|
-
"ucomisd %xmm13, %xmm4",
|
3887
|
-
));
|
3888
|
-
|
3889
|
-
insns.push((
|
3890
|
-
Inst::xmm_cmp_rm_r(SseOpcode::Ucomisd, RegMem::reg(xmm11), xmm12),
|
3891
|
-
"66450F2EE3",
|
3892
|
-
"ucomisd %xmm11, %xmm12",
|
3893
|
-
));
|
3894
|
-
|
3895
|
-
// ========================================================
|
3896
|
-
// XMM_RM_R: float binary ops
|
3897
|
-
|
3898
|
-
insns.push((
|
3899
|
-
Inst::xmm_rm_r(SseOpcode::Addss, RegMem::reg(xmm1), w_xmm0),
|
3900
|
-
"F30F58C1",
|
3901
|
-
"addss %xmm0, %xmm1, %xmm0",
|
3902
|
-
));
|
3903
|
-
insns.push((
|
3904
|
-
Inst::xmm_rm_r(SseOpcode::Addss, RegMem::reg(xmm11), w_xmm13),
|
3905
|
-
"F3450F58EB",
|
3906
|
-
"addss %xmm13, %xmm11, %xmm13",
|
3907
|
-
));
|
3908
|
-
insns.push((
|
3909
|
-
Inst::xmm_rm_r(
|
3910
|
-
SseOpcode::Addss,
|
3911
|
-
RegMem::mem(Amode::imm_reg_reg_shift(
|
3912
|
-
123,
|
3913
|
-
Gpr::new(r10).unwrap(),
|
3914
|
-
Gpr::new(rdx).unwrap(),
|
3915
|
-
2,
|
3916
|
-
)),
|
3917
|
-
w_xmm0,
|
3918
|
-
),
|
3919
|
-
"F3410F5844927B",
|
3920
|
-
"addss %xmm0, 123(%r10,%rdx,4), %xmm0",
|
3921
|
-
));
|
3922
|
-
insns.push((
|
3923
|
-
Inst::xmm_rm_r(SseOpcode::Addsd, RegMem::reg(xmm15), w_xmm4),
|
3924
|
-
"F2410F58E7",
|
3925
|
-
"addsd %xmm4, %xmm15, %xmm4",
|
3926
|
-
));
|
3927
|
-
|
3928
|
-
insns.push((
|
3929
|
-
Inst::xmm_rm_r(SseOpcode::Subss, RegMem::reg(xmm0), w_xmm1),
|
3930
|
-
"F30F5CC8",
|
3931
|
-
"subss %xmm1, %xmm0, %xmm1",
|
3932
|
-
));
|
3933
|
-
insns.push((
|
3934
|
-
Inst::xmm_rm_r(SseOpcode::Subss, RegMem::reg(xmm12), w_xmm1),
|
3935
|
-
"F3410F5CCC",
|
3936
|
-
"subss %xmm1, %xmm12, %xmm1",
|
3937
|
-
));
|
3938
|
-
insns.push((
|
3939
|
-
Inst::xmm_rm_r(
|
3940
|
-
SseOpcode::Subss,
|
3941
|
-
RegMem::mem(Amode::imm_reg_reg_shift(
|
3942
|
-
321,
|
3943
|
-
Gpr::new(r10).unwrap(),
|
3944
|
-
Gpr::new(rax).unwrap(),
|
3945
|
-
3,
|
3946
|
-
)),
|
3947
|
-
w_xmm10,
|
3948
|
-
),
|
3949
|
-
"F3450F5C94C241010000",
|
3950
|
-
"subss %xmm10, 321(%r10,%rax,8), %xmm10",
|
3951
|
-
));
|
3952
|
-
insns.push((
|
3953
|
-
Inst::xmm_rm_r(SseOpcode::Subsd, RegMem::reg(xmm5), w_xmm14),
|
3954
|
-
"F2440F5CF5",
|
3955
|
-
"subsd %xmm14, %xmm5, %xmm14",
|
3956
|
-
));
|
3957
|
-
|
3958
|
-
insns.push((
|
3959
|
-
Inst::xmm_rm_r(SseOpcode::Mulss, RegMem::reg(xmm5), w_xmm4),
|
3960
|
-
"F30F59E5",
|
3961
|
-
"mulss %xmm4, %xmm5, %xmm4",
|
3962
|
-
));
|
3963
|
-
insns.push((
|
3964
|
-
Inst::xmm_rm_r(SseOpcode::Mulsd, RegMem::reg(xmm5), w_xmm4),
|
3965
|
-
"F20F59E5",
|
3966
|
-
"mulsd %xmm4, %xmm5, %xmm4",
|
3967
|
-
));
|
3968
|
-
|
3969
|
-
insns.push((
|
3970
|
-
Inst::xmm_rm_r(SseOpcode::Divss, RegMem::reg(xmm8), w_xmm7),
|
3971
|
-
"F3410F5EF8",
|
3972
|
-
"divss %xmm7, %xmm8, %xmm7",
|
3973
|
-
));
|
3974
|
-
insns.push((
|
3975
|
-
Inst::xmm_rm_r(SseOpcode::Divsd, RegMem::reg(xmm5), w_xmm4),
|
3976
|
-
"F20F5EE5",
|
3977
|
-
"divsd %xmm4, %xmm5, %xmm4",
|
3978
|
-
));
|
3979
|
-
|
3980
|
-
insns.push((
|
3981
|
-
Inst::xmm_rm_r(SseOpcode::Andps, RegMem::reg(xmm3), w_xmm12),
|
3982
|
-
"440F54E3",
|
3983
|
-
"andps %xmm12, %xmm3, %xmm12",
|
3984
|
-
));
|
3985
|
-
|
3986
|
-
insns.push((
|
3987
|
-
Inst::xmm_rm_r(SseOpcode::Andnps, RegMem::reg(xmm4), w_xmm11),
|
3988
|
-
"440F55DC",
|
3989
|
-
"andnps %xmm11, %xmm4, %xmm11",
|
3990
|
-
));
|
3991
|
-
|
3992
|
-
insns.push((
|
3993
|
-
Inst::xmm_rm_r(SseOpcode::Orps, RegMem::reg(xmm1), w_xmm15),
|
3994
|
-
"440F56F9",
|
3995
|
-
"orps %xmm15, %xmm1, %xmm15",
|
3996
|
-
));
|
3997
|
-
insns.push((
|
3998
|
-
Inst::xmm_rm_r(SseOpcode::Orps, RegMem::reg(xmm5), w_xmm4),
|
3999
|
-
"0F56E5",
|
4000
|
-
"orps %xmm4, %xmm5, %xmm4",
|
4001
|
-
));
|
4002
|
-
|
4003
|
-
insns.push((
|
4004
|
-
Inst::xmm_rm_r_blend(SseOpcode::Blendvpd, RegMem::reg(xmm15), w_xmm4),
|
4005
|
-
"66410F3815E7",
|
4006
|
-
"blendvpd %xmm4, %xmm15, %xmm4",
|
4007
|
-
));
|
4008
|
-
|
4009
|
-
insns.push((
|
4010
|
-
Inst::xmm_rm_r_blend(SseOpcode::Blendvps, RegMem::reg(xmm2), w_xmm3),
|
4011
|
-
"660F3814DA",
|
4012
|
-
"blendvps %xmm3, %xmm2, %xmm3",
|
4013
|
-
));
|
4014
|
-
|
4015
|
-
insns.push((
|
4016
|
-
Inst::xmm_rm_r_blend(SseOpcode::Pblendvb, RegMem::reg(xmm12), w_xmm13),
|
4017
|
-
"66450F3810EC",
|
4018
|
-
"pblendvb %xmm13, %xmm12, %xmm13",
|
4019
|
-
));
|
4020
|
-
|
4021
|
-
// ========================================================
|
4022
|
-
// XMM_RM_R: Integer Packed
|
4023
|
-
|
4024
|
-
insns.push((
|
4025
|
-
Inst::xmm_rm_r(SseOpcode::Paddb, RegMem::reg(xmm9), w_xmm5),
|
4026
|
-
"66410FFCE9",
|
4027
|
-
"paddb %xmm5, %xmm9, %xmm5",
|
4028
|
-
));
|
4029
|
-
|
4030
|
-
insns.push((
|
4031
|
-
Inst::xmm_rm_r(SseOpcode::Paddw, RegMem::reg(xmm7), w_xmm6),
|
4032
|
-
"660FFDF7",
|
4033
|
-
"paddw %xmm6, %xmm7, %xmm6",
|
4034
|
-
));
|
4035
|
-
|
4036
|
-
insns.push((
|
4037
|
-
Inst::xmm_rm_r(SseOpcode::Paddd, RegMem::reg(xmm12), w_xmm13),
|
4038
|
-
"66450FFEEC",
|
4039
|
-
"paddd %xmm13, %xmm12, %xmm13",
|
4040
|
-
));
|
4041
|
-
|
4042
|
-
insns.push((
|
4043
|
-
Inst::xmm_rm_r(SseOpcode::Paddq, RegMem::reg(xmm1), w_xmm8),
|
4044
|
-
"66440FD4C1",
|
4045
|
-
"paddq %xmm8, %xmm1, %xmm8",
|
4046
|
-
));
|
4047
|
-
|
4048
|
-
insns.push((
|
4049
|
-
Inst::xmm_rm_r(SseOpcode::Paddsb, RegMem::reg(xmm9), w_xmm5),
|
4050
|
-
"66410FECE9",
|
4051
|
-
"paddsb %xmm5, %xmm9, %xmm5",
|
4052
|
-
));
|
4053
|
-
|
4054
|
-
insns.push((
|
4055
|
-
Inst::xmm_rm_r(SseOpcode::Paddsw, RegMem::reg(xmm7), w_xmm6),
|
4056
|
-
"660FEDF7",
|
4057
|
-
"paddsw %xmm6, %xmm7, %xmm6",
|
4058
|
-
));
|
4059
|
-
|
4060
|
-
insns.push((
|
4061
|
-
Inst::xmm_rm_r(SseOpcode::Paddusb, RegMem::reg(xmm12), w_xmm13),
|
4062
|
-
"66450FDCEC",
|
4063
|
-
"paddusb %xmm13, %xmm12, %xmm13",
|
4064
|
-
));
|
4065
|
-
|
4066
|
-
insns.push((
|
4067
|
-
Inst::xmm_rm_r(SseOpcode::Paddusw, RegMem::reg(xmm1), w_xmm8),
|
4068
|
-
"66440FDDC1",
|
4069
|
-
"paddusw %xmm8, %xmm1, %xmm8",
|
4070
|
-
));
|
4071
|
-
|
4072
|
-
insns.push((
|
4073
|
-
Inst::xmm_rm_r(SseOpcode::Psubsb, RegMem::reg(xmm9), w_xmm5),
|
4074
|
-
"66410FE8E9",
|
4075
|
-
"psubsb %xmm5, %xmm9, %xmm5",
|
4076
|
-
));
|
4077
|
-
|
4078
|
-
insns.push((
|
4079
|
-
Inst::xmm_rm_r(SseOpcode::Psubsw, RegMem::reg(xmm7), w_xmm6),
|
4080
|
-
"660FE9F7",
|
4081
|
-
"psubsw %xmm6, %xmm7, %xmm6",
|
4082
|
-
));
|
4083
|
-
|
4084
|
-
insns.push((
|
4085
|
-
Inst::xmm_rm_r(SseOpcode::Psubusb, RegMem::reg(xmm12), w_xmm13),
|
4086
|
-
"66450FD8EC",
|
4087
|
-
"psubusb %xmm13, %xmm12, %xmm13",
|
4088
|
-
));
|
4089
|
-
|
4090
|
-
insns.push((
|
4091
|
-
Inst::xmm_rm_r(SseOpcode::Psubusw, RegMem::reg(xmm1), w_xmm8),
|
4092
|
-
"66440FD9C1",
|
4093
|
-
"psubusw %xmm8, %xmm1, %xmm8",
|
4094
|
-
));
|
4095
|
-
|
4096
|
-
insns.push((
|
4097
|
-
Inst::xmm_rm_r(SseOpcode::Pavgb, RegMem::reg(xmm12), w_xmm13),
|
4098
|
-
"66450FE0EC",
|
4099
|
-
"pavgb %xmm13, %xmm12, %xmm13",
|
4100
|
-
));
|
4101
|
-
|
4102
|
-
insns.push((
|
4103
|
-
Inst::xmm_rm_r(SseOpcode::Pavgw, RegMem::reg(xmm1), w_xmm8),
|
4104
|
-
"66440FE3C1",
|
4105
|
-
"pavgw %xmm8, %xmm1, %xmm8",
|
4106
|
-
));
|
4107
|
-
|
4108
|
-
insns.push((
|
4109
|
-
Inst::xmm_rm_r(SseOpcode::Psubb, RegMem::reg(xmm5), w_xmm9),
|
4110
|
-
"66440FF8CD",
|
4111
|
-
"psubb %xmm9, %xmm5, %xmm9",
|
4112
|
-
));
|
4113
|
-
|
4114
|
-
insns.push((
|
4115
|
-
Inst::xmm_rm_r(SseOpcode::Psubw, RegMem::reg(xmm6), w_xmm7),
|
4116
|
-
"660FF9FE",
|
4117
|
-
"psubw %xmm7, %xmm6, %xmm7",
|
4118
|
-
));
|
4119
|
-
|
4120
|
-
insns.push((
|
4121
|
-
Inst::xmm_rm_r(SseOpcode::Psubd, RegMem::reg(xmm13), w_xmm12),
|
4122
|
-
"66450FFAE5",
|
4123
|
-
"psubd %xmm12, %xmm13, %xmm12",
|
4124
|
-
));
|
4125
|
-
|
4126
|
-
insns.push((
|
4127
|
-
Inst::xmm_rm_r(SseOpcode::Psubq, RegMem::reg(xmm8), w_xmm1),
|
4128
|
-
"66410FFBC8",
|
4129
|
-
"psubq %xmm1, %xmm8, %xmm1",
|
4130
|
-
));
|
4131
|
-
|
4132
|
-
insns.push((
|
4133
|
-
Inst::xmm_rm_r(SseOpcode::Pmuldq, RegMem::reg(xmm4), w_xmm15),
|
4134
|
-
"66440F3828FC",
|
4135
|
-
"pmuldq %xmm15, %xmm4, %xmm15",
|
4136
|
-
));
|
4137
|
-
|
4138
|
-
insns.push((
|
4139
|
-
Inst::xmm_rm_r(SseOpcode::Pmulhw, RegMem::reg(xmm9), w_xmm1),
|
4140
|
-
"66410FE5C9",
|
4141
|
-
"pmulhw %xmm1, %xmm9, %xmm1",
|
4142
|
-
));
|
4143
|
-
|
4144
|
-
insns.push((
|
4145
|
-
Inst::xmm_rm_r(SseOpcode::Pmulhuw, RegMem::reg(xmm7), w_xmm9),
|
4146
|
-
"66440FE4CF",
|
4147
|
-
"pmulhuw %xmm9, %xmm7, %xmm9",
|
4148
|
-
));
|
4149
|
-
|
4150
|
-
insns.push((
|
4151
|
-
Inst::xmm_rm_r(SseOpcode::Pmulld, RegMem::reg(xmm15), w_xmm6),
|
4152
|
-
"66410F3840F7",
|
4153
|
-
"pmulld %xmm6, %xmm15, %xmm6",
|
4154
|
-
));
|
4155
|
-
|
4156
|
-
insns.push((
|
4157
|
-
Inst::xmm_rm_r(SseOpcode::Pmullw, RegMem::reg(xmm14), w_xmm1),
|
4158
|
-
"66410FD5CE",
|
4159
|
-
"pmullw %xmm1, %xmm14, %xmm1",
|
4160
|
-
));
|
4161
|
-
|
4162
|
-
insns.push((
|
4163
|
-
Inst::xmm_rm_r_evex(Avx512Opcode::Vpmullq, RegMem::reg(xmm14), xmm10, w_xmm1),
|
4164
|
-
"62D2AD0840CE",
|
4165
|
-
"vpmullq %xmm14, %xmm10, %xmm1",
|
4166
|
-
));
|
4167
|
-
|
4168
|
-
insns.push((
|
4169
|
-
Inst::xmm_rm_r_evex(Avx512Opcode::Vpermi2b, RegMem::reg(xmm14), xmm10, w_xmm1),
|
4170
|
-
"62D22D0875CE",
|
4171
|
-
"vpermi2b %xmm14, %xmm10, %xmm1",
|
4172
|
-
));
|
4173
|
-
|
4174
|
-
insns.push((
|
4175
|
-
Inst::xmm_rm_r_evex(Avx512Opcode::Vpermi2b, RegMem::reg(xmm1), xmm0, w_xmm2),
|
4176
|
-
"62F27D0875D1",
|
4177
|
-
"vpermi2b %xmm1, %xmm0, %xmm2",
|
4178
|
-
));
|
4179
|
-
|
4180
|
-
insns.push((
|
4181
|
-
Inst::xmm_rm_r(SseOpcode::Pmuludq, RegMem::reg(xmm8), w_xmm9),
|
4182
|
-
"66450FF4C8",
|
4183
|
-
"pmuludq %xmm9, %xmm8, %xmm9",
|
4184
|
-
));
|
4185
|
-
|
4186
|
-
insns.push((
|
4187
|
-
Inst::xmm_rm_r(SseOpcode::Pmaddwd, RegMem::reg(xmm8), w_xmm1),
|
4188
|
-
"66410FF5C8",
|
4189
|
-
"pmaddwd %xmm1, %xmm8, %xmm1",
|
4190
|
-
));
|
4191
|
-
|
4192
|
-
insns.push((
|
4193
|
-
Inst::xmm_rm_r(SseOpcode::Pmaxsb, RegMem::reg(xmm15), w_xmm6),
|
4194
|
-
"66410F383CF7",
|
4195
|
-
"pmaxsb %xmm6, %xmm15, %xmm6",
|
4196
|
-
));
|
4197
|
-
|
4198
|
-
insns.push((
|
4199
|
-
Inst::xmm_rm_r(SseOpcode::Pmaxsw, RegMem::reg(xmm15), w_xmm6),
|
4200
|
-
"66410FEEF7",
|
4201
|
-
"pmaxsw %xmm6, %xmm15, %xmm6",
|
4202
|
-
));
|
4203
|
-
|
4204
|
-
insns.push((
|
4205
|
-
Inst::xmm_rm_r(SseOpcode::Pmaxsd, RegMem::reg(xmm15), w_xmm6),
|
4206
|
-
"66410F383DF7",
|
4207
|
-
"pmaxsd %xmm6, %xmm15, %xmm6",
|
4208
|
-
));
|
4209
|
-
|
4210
|
-
insns.push((
|
4211
|
-
Inst::xmm_rm_r(SseOpcode::Pmaxub, RegMem::reg(xmm14), w_xmm1),
|
4212
|
-
"66410FDECE",
|
4213
|
-
"pmaxub %xmm1, %xmm14, %xmm1",
|
4214
|
-
));
|
4215
|
-
|
4216
|
-
insns.push((
|
4217
|
-
Inst::xmm_rm_r(SseOpcode::Pmaxuw, RegMem::reg(xmm14), w_xmm1),
|
4218
|
-
"66410F383ECE",
|
4219
|
-
"pmaxuw %xmm1, %xmm14, %xmm1",
|
4220
|
-
));
|
4221
|
-
|
4222
|
-
insns.push((
|
4223
|
-
Inst::xmm_rm_r(SseOpcode::Pmaxud, RegMem::reg(xmm14), w_xmm1),
|
4224
|
-
"66410F383FCE",
|
4225
|
-
"pmaxud %xmm1, %xmm14, %xmm1",
|
4226
|
-
));
|
4227
|
-
|
4228
|
-
insns.push((
|
4229
|
-
Inst::xmm_rm_r(SseOpcode::Pminsb, RegMem::reg(xmm8), w_xmm9),
|
4230
|
-
"66450F3838C8",
|
4231
|
-
"pminsb %xmm9, %xmm8, %xmm9",
|
4232
|
-
));
|
4233
|
-
|
4234
|
-
insns.push((
|
4235
|
-
Inst::xmm_rm_r(SseOpcode::Pminsw, RegMem::reg(xmm8), w_xmm9),
|
4236
|
-
"66450FEAC8",
|
4237
|
-
"pminsw %xmm9, %xmm8, %xmm9",
|
4238
|
-
));
|
4239
|
-
|
4240
|
-
insns.push((
|
4241
|
-
Inst::xmm_rm_r(SseOpcode::Pminsd, RegMem::reg(xmm8), w_xmm9),
|
4242
|
-
"66450F3839C8",
|
4243
|
-
"pminsd %xmm9, %xmm8, %xmm9",
|
4244
|
-
));
|
4245
|
-
|
4246
|
-
insns.push((
|
4247
|
-
Inst::xmm_rm_r(SseOpcode::Pminub, RegMem::reg(xmm3), w_xmm2),
|
4248
|
-
"660FDAD3",
|
4249
|
-
"pminub %xmm2, %xmm3, %xmm2",
|
4250
|
-
));
|
4251
|
-
|
4252
|
-
insns.push((
|
4253
|
-
Inst::xmm_rm_r(SseOpcode::Pminuw, RegMem::reg(xmm3), w_xmm2),
|
4254
|
-
"660F383AD3",
|
4255
|
-
"pminuw %xmm2, %xmm3, %xmm2",
|
4256
|
-
));
|
4257
|
-
|
4258
|
-
insns.push((
|
4259
|
-
Inst::xmm_rm_r(SseOpcode::Pminud, RegMem::reg(xmm3), w_xmm2),
|
4260
|
-
"660F383BD3",
|
4261
|
-
"pminud %xmm2, %xmm3, %xmm2",
|
4262
|
-
));
|
4263
|
-
|
4264
|
-
insns.push((
|
4265
|
-
Inst::xmm_rm_r(SseOpcode::Pxor, RegMem::reg(xmm11), w_xmm2),
|
4266
|
-
"66410FEFD3",
|
4267
|
-
"pxor %xmm2, %xmm11, %xmm2",
|
4268
|
-
));
|
4269
|
-
|
4270
|
-
insns.push((
|
4271
|
-
Inst::xmm_rm_r(SseOpcode::Pshufb, RegMem::reg(xmm11), w_xmm2),
|
4272
|
-
"66410F3800D3",
|
4273
|
-
"pshufb %xmm2, %xmm11, %xmm2",
|
4274
|
-
));
|
4275
|
-
|
4276
|
-
insns.push((
|
4277
|
-
Inst::xmm_rm_r(SseOpcode::Packssdw, RegMem::reg(xmm11), w_xmm12),
|
4278
|
-
"66450F6BE3",
|
4279
|
-
"packssdw %xmm12, %xmm11, %xmm12",
|
4280
|
-
));
|
4281
|
-
|
4282
|
-
insns.push((
|
4283
|
-
Inst::xmm_rm_r(SseOpcode::Packsswb, RegMem::reg(xmm11), w_xmm2),
|
4284
|
-
"66410F63D3",
|
4285
|
-
"packsswb %xmm2, %xmm11, %xmm2",
|
4286
|
-
));
|
4287
|
-
|
4288
|
-
insns.push((
|
4289
|
-
Inst::xmm_rm_r(SseOpcode::Packusdw, RegMem::reg(xmm13), w_xmm6),
|
4290
|
-
"66410F382BF5",
|
4291
|
-
"packusdw %xmm6, %xmm13, %xmm6",
|
4292
|
-
));
|
4293
|
-
|
4294
|
-
insns.push((
|
4295
|
-
Inst::xmm_rm_r(SseOpcode::Packuswb, RegMem::reg(xmm9), w_xmm4),
|
4296
|
-
"66410F67E1",
|
4297
|
-
"packuswb %xmm4, %xmm9, %xmm4",
|
4298
|
-
));
|
4299
|
-
|
4300
|
-
insns.push((
|
4301
|
-
Inst::xmm_rm_r(SseOpcode::Punpckhbw, RegMem::reg(xmm3), w_xmm2),
|
4302
|
-
"660F68D3",
|
4303
|
-
"punpckhbw %xmm2, %xmm3, %xmm2",
|
4304
|
-
));
|
4305
|
-
|
4306
|
-
insns.push((
|
4307
|
-
Inst::xmm_rm_r(SseOpcode::Punpckhwd, RegMem::reg(xmm13), w_xmm2),
|
4308
|
-
"66410F69D5",
|
4309
|
-
"punpckhwd %xmm2, %xmm13, %xmm2",
|
4310
|
-
));
|
4311
|
-
|
4312
|
-
insns.push((
|
4313
|
-
Inst::xmm_rm_r(SseOpcode::Punpcklbw, RegMem::reg(xmm1), w_xmm8),
|
4314
|
-
"66440F60C1",
|
4315
|
-
"punpcklbw %xmm8, %xmm1, %xmm8",
|
4316
|
-
));
|
4317
|
-
|
4318
|
-
insns.push((
|
4319
|
-
Inst::xmm_rm_r(SseOpcode::Punpcklwd, RegMem::reg(xmm11), w_xmm8),
|
4320
|
-
"66450F61C3",
|
4321
|
-
"punpcklwd %xmm8, %xmm11, %xmm8",
|
4322
|
-
));
|
4323
|
-
|
4324
|
-
insns.push((
|
4325
|
-
Inst::xmm_rm_r(SseOpcode::Unpcklps, RegMem::reg(xmm11), w_xmm2),
|
4326
|
-
"410F14D3",
|
4327
|
-
"unpcklps %xmm2, %xmm11, %xmm2",
|
4328
|
-
));
|
4329
|
-
|
4330
|
-
// ========================================================
|
4331
|
-
// XMM_RM_R: Integer Conversion
|
4332
|
-
insns.push((
|
4333
|
-
Inst::xmm_unary_rm_r(SseOpcode::Cvtdq2ps, RegMem::reg(xmm1), w_xmm8),
|
4334
|
-
"440F5BC1",
|
4335
|
-
"cvtdq2ps %xmm1, %xmm8",
|
4336
|
-
));
|
4337
|
-
|
4338
|
-
insns.push((
|
4339
|
-
Inst::xmm_unary_rm_r(SseOpcode::Cvttpd2dq, RegMem::reg(xmm15), w_xmm7),
|
4340
|
-
"66410FE6FF",
|
4341
|
-
"cvttpd2dq %xmm15, %xmm7",
|
4342
|
-
));
|
4343
|
-
|
4344
|
-
insns.push((
|
4345
|
-
Inst::xmm_unary_rm_r(SseOpcode::Cvttps2dq, RegMem::reg(xmm9), w_xmm8),
|
4346
|
-
"F3450F5BC1",
|
4347
|
-
"cvttps2dq %xmm9, %xmm8",
|
4348
|
-
));
|
4349
|
-
|
4350
|
-
// XMM_Mov_R_M: float stores
|
4351
|
-
insns.push((
|
4352
|
-
Inst::xmm_mov_r_m(SseOpcode::Movss, xmm15, Amode::imm_reg(128, r12)),
|
4353
|
-
"F3450F11BC2480000000",
|
4354
|
-
"movss %xmm15, 128(%r12)",
|
4355
|
-
));
|
4356
|
-
insns.push((
|
4357
|
-
Inst::xmm_mov_r_m(SseOpcode::Movsd, xmm1, Amode::imm_reg(0, rsi)),
|
4358
|
-
"F20F110E",
|
4359
|
-
"movsd %xmm1, 0(%rsi)",
|
4360
|
-
));
|
4361
|
-
|
4362
|
-
// ========================================================
|
4363
|
-
// XMM_MOV: Packed Move
|
4364
|
-
|
4365
|
-
insns.push((
|
4366
|
-
Inst::xmm_mov(SseOpcode::Pmovsxbd, RegMem::reg(xmm6), w_xmm8),
|
4367
|
-
"66440F3821C6",
|
4368
|
-
"pmovsxbd %xmm6, %xmm8",
|
4369
|
-
));
|
4370
|
-
|
4371
|
-
insns.push((
|
4372
|
-
Inst::xmm_mov(SseOpcode::Pmovsxbw, RegMem::reg(xmm9), w_xmm10),
|
4373
|
-
"66450F3820D1",
|
4374
|
-
"pmovsxbw %xmm9, %xmm10",
|
4375
|
-
));
|
4376
|
-
|
4377
|
-
insns.push((
|
4378
|
-
Inst::xmm_mov(SseOpcode::Pmovsxbq, RegMem::reg(xmm1), w_xmm1),
|
4379
|
-
"660F3822C9",
|
4380
|
-
"pmovsxbq %xmm1, %xmm1",
|
4381
|
-
));
|
4382
|
-
|
4383
|
-
insns.push((
|
4384
|
-
Inst::xmm_mov(SseOpcode::Pmovsxwd, RegMem::reg(xmm13), w_xmm10),
|
4385
|
-
"66450F3823D5",
|
4386
|
-
"pmovsxwd %xmm13, %xmm10",
|
4387
|
-
));
|
4388
|
-
|
4389
|
-
insns.push((
|
4390
|
-
Inst::xmm_mov(SseOpcode::Pmovsxwq, RegMem::reg(xmm12), w_xmm12),
|
4391
|
-
"66450F3824E4",
|
4392
|
-
"pmovsxwq %xmm12, %xmm12",
|
4393
|
-
));
|
4394
|
-
|
4395
|
-
insns.push((
|
4396
|
-
Inst::xmm_mov(SseOpcode::Pmovsxdq, RegMem::reg(xmm10), w_xmm8),
|
4397
|
-
"66450F3825C2",
|
4398
|
-
"pmovsxdq %xmm10, %xmm8",
|
4399
|
-
));
|
4400
|
-
|
4401
|
-
insns.push((
|
4402
|
-
Inst::xmm_mov(SseOpcode::Pmovzxbd, RegMem::reg(xmm5), w_xmm6),
|
4403
|
-
"660F3831F5",
|
4404
|
-
"pmovzxbd %xmm5, %xmm6",
|
4405
|
-
));
|
4406
|
-
|
4407
|
-
insns.push((
|
4408
|
-
Inst::xmm_mov(SseOpcode::Pmovzxbw, RegMem::reg(xmm5), w_xmm13),
|
4409
|
-
"66440F3830ED",
|
4410
|
-
"pmovzxbw %xmm5, %xmm13",
|
4411
|
-
));
|
4412
|
-
|
4413
|
-
insns.push((
|
4414
|
-
Inst::xmm_mov(SseOpcode::Pmovzxbq, RegMem::reg(xmm10), w_xmm11),
|
4415
|
-
"66450F3832DA",
|
4416
|
-
"pmovzxbq %xmm10, %xmm11",
|
4417
|
-
));
|
4418
|
-
|
4419
|
-
insns.push((
|
4420
|
-
Inst::xmm_mov(SseOpcode::Pmovzxwd, RegMem::reg(xmm2), w_xmm10),
|
4421
|
-
"66440F3833D2",
|
4422
|
-
"pmovzxwd %xmm2, %xmm10",
|
4423
|
-
));
|
4424
|
-
|
4425
|
-
insns.push((
|
4426
|
-
Inst::xmm_mov(SseOpcode::Pmovzxwq, RegMem::reg(xmm7), w_xmm4),
|
4427
|
-
"660F3834E7",
|
4428
|
-
"pmovzxwq %xmm7, %xmm4",
|
4429
|
-
));
|
4430
|
-
|
4431
|
-
insns.push((
|
4432
|
-
Inst::xmm_mov(SseOpcode::Pmovzxdq, RegMem::reg(xmm3), w_xmm4),
|
4433
|
-
"660F3835E3",
|
4434
|
-
"pmovzxdq %xmm3, %xmm4",
|
4435
|
-
));
|
4436
|
-
|
4437
|
-
// XmmUnary: moves and unary float ops
|
4438
|
-
insns.push((
|
4439
|
-
Inst::xmm_unary_rm_r(SseOpcode::Movss, RegMem::reg(xmm13), w_xmm2),
|
4440
|
-
"F3410F10D5",
|
4441
|
-
"movss %xmm13, %xmm2",
|
4442
|
-
));
|
4443
|
-
|
4444
|
-
insns.push((
|
4445
|
-
Inst::xmm_unary_rm_r(SseOpcode::Movsd, RegMem::reg(xmm0), w_xmm1),
|
4446
|
-
"F20F10C8",
|
4447
|
-
"movsd %xmm0, %xmm1",
|
4448
|
-
));
|
4449
|
-
insns.push((
|
4450
|
-
Inst::xmm_unary_rm_r(
|
4451
|
-
SseOpcode::Movsd,
|
4452
|
-
RegMem::mem(Amode::imm_reg(0, rsi)),
|
4453
|
-
w_xmm2,
|
4454
|
-
),
|
4455
|
-
"F20F1016",
|
4456
|
-
"movsd 0(%rsi), %xmm2",
|
4457
|
-
));
|
4458
|
-
insns.push((
|
4459
|
-
Inst::xmm_unary_rm_r(SseOpcode::Movsd, RegMem::reg(xmm14), w_xmm3),
|
4460
|
-
"F2410F10DE",
|
4461
|
-
"movsd %xmm14, %xmm3",
|
4462
|
-
));
|
4463
|
-
|
4464
|
-
insns.push((
|
4465
|
-
Inst::xmm_unary_rm_r(SseOpcode::Movaps, RegMem::reg(xmm5), w_xmm14),
|
4466
|
-
"440F28F5",
|
4467
|
-
"movaps %xmm5, %xmm14",
|
4468
|
-
));
|
4469
|
-
|
4470
|
-
insns.push((
|
4471
|
-
Inst::xmm_unary_rm_r(SseOpcode::Sqrtss, RegMem::reg(xmm7), w_xmm8),
|
4472
|
-
"F3440F51C7",
|
4473
|
-
"sqrtss %xmm7, %xmm8",
|
4474
|
-
));
|
4475
|
-
insns.push((
|
4476
|
-
Inst::xmm_unary_rm_r(SseOpcode::Sqrtsd, RegMem::reg(xmm1), w_xmm2),
|
4477
|
-
"F20F51D1",
|
4478
|
-
"sqrtsd %xmm1, %xmm2",
|
4479
|
-
));
|
4480
|
-
|
4481
|
-
insns.push((
|
4482
|
-
Inst::xmm_unary_rm_r(SseOpcode::Cvtss2sd, RegMem::reg(xmm0), w_xmm1),
|
4483
|
-
"F30F5AC8",
|
4484
|
-
"cvtss2sd %xmm0, %xmm1",
|
4485
|
-
));
|
4486
|
-
insns.push((
|
4487
|
-
Inst::xmm_unary_rm_r(SseOpcode::Cvtsd2ss, RegMem::reg(xmm1), w_xmm0),
|
4488
|
-
"F20F5AC1",
|
4489
|
-
"cvtsd2ss %xmm1, %xmm0",
|
4490
|
-
));
|
4491
|
-
|
4492
|
-
insns.push((
|
4493
|
-
Inst::xmm_unary_rm_r(SseOpcode::Pabsb, RegMem::reg(xmm2), w_xmm1),
|
4494
|
-
"660F381CCA",
|
4495
|
-
"pabsb %xmm2, %xmm1",
|
4496
|
-
));
|
4497
|
-
insns.push((
|
4498
|
-
Inst::xmm_unary_rm_r(SseOpcode::Pabsw, RegMem::reg(xmm0), w_xmm0),
|
4499
|
-
"660F381DC0",
|
4500
|
-
"pabsw %xmm0, %xmm0",
|
4501
|
-
));
|
4502
|
-
insns.push((
|
4503
|
-
Inst::xmm_unary_rm_r(SseOpcode::Pabsd, RegMem::reg(xmm10), w_xmm11),
|
4504
|
-
"66450F381EDA",
|
4505
|
-
"pabsd %xmm10, %xmm11",
|
4506
|
-
));
|
4507
|
-
|
4508
|
-
insns.push((
|
4509
|
-
Inst::xmm_unary_rm_r(SseOpcode::Cvtdq2pd, RegMem::reg(xmm2), w_xmm8),
|
4510
|
-
"F3440FE6C2",
|
4511
|
-
"cvtdq2pd %xmm2, %xmm8",
|
4512
|
-
));
|
4513
|
-
|
4514
|
-
insns.push((
|
4515
|
-
Inst::xmm_unary_rm_r_evex(Avx512Opcode::Vpabsq, RegMem::reg(xmm2), w_xmm8),
|
4516
|
-
"6272FD081FC2",
|
4517
|
-
"vpabsq %xmm2, %xmm8",
|
4518
|
-
));
|
4519
|
-
|
4520
|
-
insns.push((
|
4521
|
-
Inst::xmm_unary_rm_r_evex(Avx512Opcode::Vcvtudq2ps, RegMem::reg(xmm2), w_xmm8),
|
4522
|
-
"62717F087AC2",
|
4523
|
-
"vcvtudq2ps %xmm2, %xmm8",
|
4524
|
-
));
|
4525
|
-
|
4526
|
-
insns.push((
|
4527
|
-
Inst::xmm_unary_rm_r_evex(Avx512Opcode::Vpopcntb, RegMem::reg(xmm2), w_xmm8),
|
4528
|
-
"62727D0854C2",
|
4529
|
-
"vpopcntb %xmm2, %xmm8",
|
4530
|
-
));
|
4531
|
-
|
4532
|
-
insns.push((
|
4533
|
-
Inst::xmm_unary_rm_r(SseOpcode::Cvtpd2ps, RegMem::reg(xmm7), w_xmm7),
|
4534
|
-
"660F5AFF",
|
4535
|
-
"cvtpd2ps %xmm7, %xmm7",
|
4536
|
-
));
|
4537
|
-
|
4538
|
-
insns.push((
|
4539
|
-
Inst::xmm_unary_rm_r(SseOpcode::Cvtps2pd, RegMem::reg(xmm11), w_xmm9),
|
4540
|
-
"450F5ACB",
|
4541
|
-
"cvtps2pd %xmm11, %xmm9",
|
4542
|
-
));
|
4543
|
-
|
4544
|
-
// Xmm to int conversions, and conversely.
|
4545
|
-
|
4546
|
-
insns.push((
|
4547
|
-
Inst::xmm_to_gpr(SseOpcode::Movd, xmm0, w_rsi, OperandSize::Size32),
|
4548
|
-
"660F7EC6",
|
4549
|
-
"movd %xmm0, %esi",
|
4550
|
-
));
|
4551
|
-
insns.push((
|
4552
|
-
Inst::xmm_to_gpr(SseOpcode::Movq, xmm2, w_rdi, OperandSize::Size64),
|
4553
|
-
"66480F7ED7",
|
4554
|
-
"movq %xmm2, %rdi",
|
4555
|
-
));
|
4556
|
-
insns.push((
|
4557
|
-
Inst::xmm_to_gpr(SseOpcode::Cvttss2si, xmm0, w_rsi, OperandSize::Size32),
|
4558
|
-
"F30F2CF0",
|
4559
|
-
"cvttss2si %xmm0, %esi",
|
4560
|
-
));
|
4561
|
-
insns.push((
|
4562
|
-
Inst::xmm_to_gpr(SseOpcode::Cvttss2si, xmm0, w_rdi, OperandSize::Size64),
|
4563
|
-
"F3480F2CF8",
|
4564
|
-
"cvttss2si %xmm0, %rdi",
|
4565
|
-
));
|
4566
|
-
insns.push((
|
4567
|
-
Inst::xmm_to_gpr(SseOpcode::Cvttsd2si, xmm0, w_rax, OperandSize::Size32),
|
4568
|
-
"F20F2CC0",
|
4569
|
-
"cvttsd2si %xmm0, %eax",
|
4570
|
-
));
|
4571
|
-
insns.push((
|
4572
|
-
Inst::xmm_to_gpr(SseOpcode::Cvttsd2si, xmm0, w_r15, OperandSize::Size64),
|
4573
|
-
"F24C0F2CF8",
|
4574
|
-
"cvttsd2si %xmm0, %r15",
|
4575
|
-
));
|
4576
|
-
|
4577
|
-
insns.push((
|
4578
|
-
Inst::xmm_to_gpr(SseOpcode::Pmovmskb, xmm10, w_rax, OperandSize::Size32),
|
4579
|
-
"66410FD7C2",
|
4580
|
-
"pmovmskb %xmm10, %eax",
|
4581
|
-
));
|
4582
|
-
insns.push((
|
4583
|
-
Inst::xmm_to_gpr(SseOpcode::Movmskps, xmm2, w_rax, OperandSize::Size32),
|
4584
|
-
"0F50C2",
|
4585
|
-
"movmskps %xmm2, %eax",
|
4586
|
-
));
|
4587
|
-
insns.push((
|
4588
|
-
Inst::xmm_to_gpr(SseOpcode::Movmskpd, xmm0, w_rcx, OperandSize::Size32),
|
4589
|
-
"660F50C8",
|
4590
|
-
"movmskpd %xmm0, %ecx",
|
4591
|
-
));
|
4592
|
-
|
4593
|
-
insns.push((
|
4594
|
-
Inst::gpr_to_xmm(
|
4595
|
-
SseOpcode::Movd,
|
4596
|
-
RegMem::reg(rax),
|
4597
|
-
OperandSize::Size32,
|
4598
|
-
w_xmm15,
|
4599
|
-
),
|
4600
|
-
"66440F6EF8",
|
4601
|
-
"movd %eax, %xmm15",
|
4602
|
-
));
|
4603
|
-
insns.push((
|
4604
|
-
Inst::gpr_to_xmm(
|
4605
|
-
SseOpcode::Movd,
|
4606
|
-
RegMem::mem(Amode::imm_reg(2, r10)),
|
4607
|
-
OperandSize::Size32,
|
4608
|
-
w_xmm9,
|
4609
|
-
),
|
4610
|
-
"66450F6E4A02",
|
4611
|
-
"movd 2(%r10), %xmm9",
|
4612
|
-
));
|
4613
|
-
insns.push((
|
4614
|
-
Inst::gpr_to_xmm(
|
4615
|
-
SseOpcode::Movd,
|
4616
|
-
RegMem::reg(rsi),
|
4617
|
-
OperandSize::Size32,
|
4618
|
-
w_xmm1,
|
4619
|
-
),
|
4620
|
-
"660F6ECE",
|
4621
|
-
"movd %esi, %xmm1",
|
4622
|
-
));
|
4623
|
-
insns.push((
|
4624
|
-
Inst::gpr_to_xmm(
|
4625
|
-
SseOpcode::Movq,
|
4626
|
-
RegMem::reg(rdi),
|
4627
|
-
OperandSize::Size64,
|
4628
|
-
w_xmm15,
|
4629
|
-
),
|
4630
|
-
"664C0F6EFF",
|
4631
|
-
"movq %rdi, %xmm15",
|
4632
|
-
));
|
4633
|
-
insns.push((
|
4634
|
-
Inst::gpr_to_xmm(
|
4635
|
-
SseOpcode::Cvtsi2ss,
|
4636
|
-
RegMem::reg(rdi),
|
4637
|
-
OperandSize::Size32,
|
4638
|
-
w_xmm15,
|
4639
|
-
),
|
4640
|
-
"F3440F2AFF",
|
4641
|
-
"cvtsi2ss %edi, %xmm15",
|
4642
|
-
));
|
4643
|
-
insns.push((
|
4644
|
-
Inst::gpr_to_xmm(
|
4645
|
-
SseOpcode::Cvtsi2sd,
|
4646
|
-
RegMem::reg(rsi),
|
4647
|
-
OperandSize::Size64,
|
4648
|
-
w_xmm1,
|
4649
|
-
),
|
4650
|
-
"F2480F2ACE",
|
4651
|
-
"cvtsi2sd %rsi, %xmm1",
|
4652
|
-
));
|
4653
|
-
|
4654
|
-
// ========================================================
|
4655
|
-
// XmmRmi
|
4656
|
-
insns.push((
|
4657
|
-
Inst::xmm_rmi_reg(SseOpcode::Psraw, RegMemImm::reg(xmm10), w_xmm1),
|
4658
|
-
"66410FE1CA",
|
4659
|
-
"psraw %xmm1, %xmm10, %xmm1",
|
4660
|
-
));
|
4661
|
-
insns.push((
|
4662
|
-
Inst::xmm_rmi_reg(SseOpcode::Pslld, RegMemImm::imm(31), w_xmm1),
|
4663
|
-
"660F72F11F",
|
4664
|
-
"pslld %xmm1, $31, %xmm1",
|
4665
|
-
));
|
4666
|
-
insns.push((
|
4667
|
-
Inst::xmm_rmi_reg(SseOpcode::Psrlq, RegMemImm::imm(1), w_xmm3),
|
4668
|
-
"660F73D301",
|
4669
|
-
"psrlq %xmm3, $1, %xmm3",
|
4670
|
-
));
|
4671
|
-
|
4672
|
-
// ========================================================
|
4673
|
-
// XmmRmRImm
|
4674
|
-
insns.push((
|
4675
|
-
Inst::xmm_rm_r_imm(
|
4676
|
-
SseOpcode::Cmppd,
|
4677
|
-
RegMem::reg(xmm5),
|
4678
|
-
w_xmm1,
|
4679
|
-
2,
|
4680
|
-
OperandSize::Size32,
|
4681
|
-
),
|
4682
|
-
"660FC2CD02",
|
4683
|
-
"cmppd $2, %xmm1, %xmm5, %xmm1",
|
4684
|
-
));
|
4685
|
-
insns.push((
|
4686
|
-
Inst::xmm_rm_r_imm(
|
4687
|
-
SseOpcode::Cmpps,
|
4688
|
-
RegMem::reg(xmm15),
|
4689
|
-
w_xmm7,
|
4690
|
-
0,
|
4691
|
-
OperandSize::Size32,
|
4692
|
-
),
|
4693
|
-
"410FC2FF00",
|
4694
|
-
"cmpps $0, %xmm7, %xmm15, %xmm7",
|
4695
|
-
));
|
4696
|
-
insns.push((
|
4697
|
-
Inst::xmm_rm_r_imm(
|
4698
|
-
SseOpcode::Palignr,
|
4699
|
-
RegMem::reg(xmm1),
|
4700
|
-
w_xmm9,
|
4701
|
-
3,
|
4702
|
-
OperandSize::Size32,
|
4703
|
-
),
|
4704
|
-
"66440F3A0FC903",
|
4705
|
-
"palignr $3, %xmm9, %xmm1, %xmm9",
|
4706
|
-
));
|
4707
|
-
|
4708
|
-
insns.push((
|
4709
|
-
Inst::xmm_rm_r_imm(
|
4710
|
-
SseOpcode::Shufps,
|
4711
|
-
RegMem::reg(xmm1),
|
4712
|
-
w_xmm10,
|
4713
|
-
136,
|
4714
|
-
OperandSize::Size32,
|
4715
|
-
),
|
4716
|
-
"440FC6D188",
|
4717
|
-
"shufps $136, %xmm10, %xmm1, %xmm10",
|
4718
|
-
));
|
4719
|
-
|
4720
|
-
insns.push((
|
4721
|
-
Inst::xmm_unary_rm_r_imm(SseOpcode::Roundps, RegMem::reg(xmm7), w_xmm8, 3),
|
4722
|
-
"66440F3A08C703",
|
4723
|
-
"roundps $3, %xmm7, %xmm8",
|
4724
|
-
));
|
4725
|
-
insns.push((
|
4726
|
-
Inst::xmm_unary_rm_r_imm(SseOpcode::Roundpd, RegMem::reg(xmm10), w_xmm7, 2),
|
4727
|
-
"66410F3A09FA02",
|
4728
|
-
"roundpd $2, %xmm10, %xmm7",
|
4729
|
-
));
|
4730
|
-
insns.push((
|
4731
|
-
Inst::xmm_unary_rm_r_imm(SseOpcode::Roundps, RegMem::reg(xmm4), w_xmm8, 1),
|
4732
|
-
"66440F3A08C401",
|
4733
|
-
"roundps $1, %xmm4, %xmm8",
|
4734
|
-
));
|
4735
|
-
insns.push((
|
4736
|
-
Inst::xmm_unary_rm_r_imm(SseOpcode::Roundpd, RegMem::reg(xmm15), w_xmm15, 0),
|
4737
|
-
"66450F3A09FF00",
|
4738
|
-
"roundpd $0, %xmm15, %xmm15",
|
4739
|
-
));
|
4740
|
-
|
4741
|
-
// ========================================================
|
4742
|
-
// Pertaining to atomics.
|
4743
|
-
let am1: SyntheticAmode =
|
4744
|
-
Amode::imm_reg_reg_shift(321, Gpr::new(r10).unwrap(), Gpr::new(rdx).unwrap(), 2).into();
|
4745
|
-
// `am2` doesn't contribute any 1 bits to the rex prefix, so we must use it when testing
|
4746
|
-
// for retention of the apparently-redundant rex prefix in the 8-bit case.
|
4747
|
-
let am2: SyntheticAmode = Amode::imm_reg_reg_shift(
|
4748
|
-
-12345i32 as u32,
|
4749
|
-
Gpr::new(rcx).unwrap(),
|
4750
|
-
Gpr::new(rsi).unwrap(),
|
4751
|
-
3,
|
4752
|
-
)
|
4753
|
-
.into();
|
4754
|
-
// Use `r9` with a 0 offset.
|
4755
|
-
let am3: SyntheticAmode = Amode::imm_reg(0, r9).into();
|
4756
|
-
|
4757
|
-
// A general 8-bit case.
|
4758
|
-
insns.push((
|
4759
|
-
Inst::LockCmpxchg {
|
4760
|
-
ty: types::I8,
|
4761
|
-
mem: am1,
|
4762
|
-
replacement: rbx,
|
4763
|
-
expected: rax,
|
4764
|
-
dst_old: w_rax,
|
4765
|
-
},
|
4766
|
-
"F0410FB09C9241010000",
|
4767
|
-
"lock cmpxchgb %bl, 321(%r10,%rdx,4), expected=%al, dst_old=%al",
|
4768
|
-
));
|
4769
|
-
// Check redundant rex retention in 8-bit cases.
|
4770
|
-
insns.push((
|
4771
|
-
Inst::LockCmpxchg {
|
4772
|
-
ty: types::I8,
|
4773
|
-
mem: am2.clone(),
|
4774
|
-
replacement: rdx,
|
4775
|
-
expected: rax,
|
4776
|
-
dst_old: w_rax,
|
4777
|
-
},
|
4778
|
-
"F00FB094F1C7CFFFFF",
|
4779
|
-
"lock cmpxchgb %dl, -12345(%rcx,%rsi,8), expected=%al, dst_old=%al",
|
4780
|
-
));
|
4781
|
-
insns.push((
|
4782
|
-
Inst::LockCmpxchg {
|
4783
|
-
ty: types::I8,
|
4784
|
-
mem: am2.clone(),
|
4785
|
-
replacement: rsi,
|
4786
|
-
expected: rax,
|
4787
|
-
dst_old: w_rax,
|
4788
|
-
},
|
4789
|
-
"F0400FB0B4F1C7CFFFFF",
|
4790
|
-
"lock cmpxchgb %sil, -12345(%rcx,%rsi,8), expected=%al, dst_old=%al",
|
4791
|
-
));
|
4792
|
-
insns.push((
|
4793
|
-
Inst::LockCmpxchg {
|
4794
|
-
ty: types::I8,
|
4795
|
-
mem: am2.clone(),
|
4796
|
-
replacement: r10,
|
4797
|
-
expected: rax,
|
4798
|
-
dst_old: w_rax,
|
4799
|
-
},
|
4800
|
-
"F0440FB094F1C7CFFFFF",
|
4801
|
-
"lock cmpxchgb %r10b, -12345(%rcx,%rsi,8), expected=%al, dst_old=%al",
|
4802
|
-
));
|
4803
|
-
insns.push((
|
4804
|
-
Inst::LockCmpxchg {
|
4805
|
-
ty: types::I8,
|
4806
|
-
mem: am2.clone(),
|
4807
|
-
replacement: r15,
|
4808
|
-
expected: rax,
|
4809
|
-
dst_old: w_rax,
|
4810
|
-
},
|
4811
|
-
"F0440FB0BCF1C7CFFFFF",
|
4812
|
-
"lock cmpxchgb %r15b, -12345(%rcx,%rsi,8), expected=%al, dst_old=%al",
|
4813
|
-
));
|
4814
|
-
// 16 bit cases
|
4815
|
-
insns.push((
|
4816
|
-
Inst::LockCmpxchg {
|
4817
|
-
ty: types::I16,
|
4818
|
-
mem: am2.clone(),
|
4819
|
-
replacement: rsi,
|
4820
|
-
expected: rax,
|
4821
|
-
dst_old: w_rax,
|
4822
|
-
},
|
4823
|
-
"66F00FB1B4F1C7CFFFFF",
|
4824
|
-
"lock cmpxchgw %si, -12345(%rcx,%rsi,8), expected=%ax, dst_old=%ax",
|
4825
|
-
));
|
4826
|
-
insns.push((
|
4827
|
-
Inst::LockCmpxchg {
|
4828
|
-
ty: types::I16,
|
4829
|
-
mem: am2.clone(),
|
4830
|
-
replacement: r10,
|
4831
|
-
expected: rax,
|
4832
|
-
dst_old: w_rax,
|
4833
|
-
},
|
4834
|
-
"66F0440FB194F1C7CFFFFF",
|
4835
|
-
"lock cmpxchgw %r10w, -12345(%rcx,%rsi,8), expected=%ax, dst_old=%ax",
|
4836
|
-
));
|
4837
|
-
// 32 bit cases
|
4838
|
-
insns.push((
|
4839
|
-
Inst::LockCmpxchg {
|
4840
|
-
ty: types::I32,
|
4841
|
-
mem: am2.clone(),
|
4842
|
-
replacement: rsi,
|
4843
|
-
expected: rax,
|
4844
|
-
dst_old: w_rax,
|
4845
|
-
},
|
4846
|
-
"F00FB1B4F1C7CFFFFF",
|
4847
|
-
"lock cmpxchgl %esi, -12345(%rcx,%rsi,8), expected=%eax, dst_old=%eax",
|
4848
|
-
));
|
4849
|
-
insns.push((
|
4850
|
-
Inst::LockCmpxchg {
|
4851
|
-
ty: types::I32,
|
4852
|
-
mem: am2.clone(),
|
4853
|
-
replacement: r10,
|
4854
|
-
expected: rax,
|
4855
|
-
dst_old: w_rax,
|
4856
|
-
},
|
4857
|
-
"F0440FB194F1C7CFFFFF",
|
4858
|
-
"lock cmpxchgl %r10d, -12345(%rcx,%rsi,8), expected=%eax, dst_old=%eax",
|
4859
|
-
));
|
4860
|
-
// 64 bit cases
|
4861
|
-
insns.push((
|
4862
|
-
Inst::LockCmpxchg {
|
4863
|
-
ty: types::I64,
|
4864
|
-
mem: am2.clone(),
|
4865
|
-
replacement: rsi,
|
4866
|
-
expected: rax,
|
4867
|
-
dst_old: w_rax,
|
4868
|
-
},
|
4869
|
-
"F0480FB1B4F1C7CFFFFF",
|
4870
|
-
"lock cmpxchgq %rsi, -12345(%rcx,%rsi,8), expected=%rax, dst_old=%rax",
|
4871
|
-
));
|
4872
|
-
insns.push((
|
4873
|
-
Inst::LockCmpxchg {
|
4874
|
-
ty: types::I64,
|
4875
|
-
mem: am2.clone(),
|
4876
|
-
replacement: r10,
|
4877
|
-
expected: rax,
|
4878
|
-
dst_old: w_rax,
|
4879
|
-
},
|
4880
|
-
"F04C0FB194F1C7CFFFFF",
|
4881
|
-
"lock cmpxchgq %r10, -12345(%rcx,%rsi,8), expected=%rax, dst_old=%rax",
|
4882
|
-
));
|
4883
|
-
|
4884
|
-
// AtomicRmwSeq
|
4885
|
-
insns.push((
|
4886
|
-
Inst::AtomicRmwSeq {
|
4887
|
-
ty: types::I8,
|
4888
|
-
op: inst_common::MachAtomicRmwOp::Or,
|
4889
|
-
mem: am3.clone(),
|
4890
|
-
operand: r10,
|
4891
|
-
temp: w_r11,
|
4892
|
-
dst_old: w_rax
|
4893
|
-
},
|
4894
|
-
"490FB6014989C34D09D3F0450FB0190F85EFFFFFFF",
|
4895
|
-
"atomically { 8_bits_at_[%r9]) Or= %r10; %rax = old_value_at_[%r9]; %r11, %rflags = trash }"
|
4896
|
-
));
|
4897
|
-
insns.push((
|
4898
|
-
Inst::AtomicRmwSeq {
|
4899
|
-
ty: types::I16,
|
4900
|
-
op: inst_common::MachAtomicRmwOp::And,
|
4901
|
-
mem: am3.clone(),
|
4902
|
-
operand: r10,
|
4903
|
-
temp: w_r11,
|
4904
|
-
dst_old: w_rax
|
4905
|
-
},
|
4906
|
-
"490FB7014989C34D21D366F0450FB1190F85EEFFFFFF",
|
4907
|
-
"atomically { 16_bits_at_[%r9]) And= %r10; %rax = old_value_at_[%r9]; %r11, %rflags = trash }"
|
4908
|
-
));
|
4909
|
-
insns.push((
|
4910
|
-
Inst::AtomicRmwSeq {
|
4911
|
-
ty: types::I32,
|
4912
|
-
op: inst_common::MachAtomicRmwOp::Xchg,
|
4913
|
-
mem: am3.clone(),
|
4914
|
-
operand: r10,
|
4915
|
-
temp: w_r11,
|
4916
|
-
dst_old: w_rax
|
4917
|
-
},
|
4918
|
-
"418B014989C34D89D3F0450FB1190F85EFFFFFFF",
|
4919
|
-
"atomically { 32_bits_at_[%r9]) Xchg= %r10; %rax = old_value_at_[%r9]; %r11, %rflags = trash }"
|
4920
|
-
));
|
4921
|
-
insns.push((
|
4922
|
-
Inst::AtomicRmwSeq {
|
4923
|
-
ty: types::I32,
|
4924
|
-
op: inst_common::MachAtomicRmwOp::Umin,
|
4925
|
-
mem: am3.clone(),
|
4926
|
-
operand: r10,
|
4927
|
-
temp: w_r11,
|
4928
|
-
dst_old: w_rax
|
4929
|
-
},
|
4930
|
-
"418B014989C34539DA4D0F46DAF0450FB1190F85EBFFFFFF",
|
4931
|
-
"atomically { 32_bits_at_[%r9]) Umin= %r10; %rax = old_value_at_[%r9]; %r11, %rflags = trash }"
|
4932
|
-
));
|
4933
|
-
insns.push((
|
4934
|
-
Inst::AtomicRmwSeq {
|
4935
|
-
ty: types::I64,
|
4936
|
-
op: inst_common::MachAtomicRmwOp::Add,
|
4937
|
-
mem: am3.clone(),
|
4938
|
-
operand: r10,
|
4939
|
-
temp: w_r11,
|
4940
|
-
dst_old: w_rax
|
4941
|
-
},
|
4942
|
-
"498B014989C34D01D3F04D0FB1190F85EFFFFFFF",
|
4943
|
-
"atomically { 64_bits_at_[%r9]) Add= %r10; %rax = old_value_at_[%r9]; %r11, %rflags = trash }"
|
4944
|
-
));
|
4945
|
-
|
4946
|
-
// Fence
|
4947
|
-
insns.push((
|
4948
|
-
Inst::Fence {
|
4949
|
-
kind: FenceKind::MFence,
|
4950
|
-
},
|
4951
|
-
"0FAEF0",
|
4952
|
-
"mfence",
|
4953
|
-
));
|
4954
|
-
insns.push((
|
4955
|
-
Inst::Fence {
|
4956
|
-
kind: FenceKind::LFence,
|
4957
|
-
},
|
4958
|
-
"0FAEE8",
|
4959
|
-
"lfence",
|
4960
|
-
));
|
4961
|
-
insns.push((
|
4962
|
-
Inst::Fence {
|
4963
|
-
kind: FenceKind::SFence,
|
4964
|
-
},
|
4965
|
-
"0FAEF8",
|
4966
|
-
"sfence",
|
4967
|
-
));
|
4968
|
-
|
4969
|
-
// ========================================================
|
4970
|
-
// Misc instructions.
|
4971
|
-
|
4972
|
-
insns.push((Inst::Hlt, "CC", "hlt"));
|
4973
|
-
|
4974
|
-
let trap_code = TrapCode::UnreachableCodeReached;
|
4975
|
-
insns.push((Inst::Ud2 { trap_code }, "0F0B", "ud2 unreachable"));
|
4976
|
-
|
4977
|
-
insns.push((
|
4978
|
-
Inst::ElfTlsGetAddr {
|
4979
|
-
symbol: ExternalName::User(UserExternalNameRef::new(0)),
|
4980
|
-
dst: WritableGpr::from_writable_reg(w_rax).unwrap(),
|
4981
|
-
},
|
4982
|
-
"66488D3D00000000666648E800000000",
|
4983
|
-
"%rax = elf_tls_get_addr User(userextname0)",
|
4984
|
-
));
|
4985
|
-
|
4986
|
-
insns.push((
|
4987
|
-
Inst::MachOTlsGetAddr {
|
4988
|
-
symbol: ExternalName::User(UserExternalNameRef::new(0)),
|
4989
|
-
dst: WritableGpr::from_writable_reg(w_rax).unwrap(),
|
4990
|
-
},
|
4991
|
-
"488B3D00000000FF17",
|
4992
|
-
"%rax = macho_tls_get_addr User(userextname0)",
|
4993
|
-
));
|
4994
|
-
|
4995
|
-
insns.push((
|
4996
|
-
Inst::CoffTlsGetAddr {
|
4997
|
-
symbol: ExternalName::User(UserExternalNameRef::new(0)),
|
4998
|
-
dst: WritableGpr::from_writable_reg(w_rax).unwrap(),
|
4999
|
-
tmp: WritableGpr::from_writable_reg(w_rcx).unwrap(),
|
5000
|
-
},
|
5001
|
-
"8B050000000065488B0C2558000000488B04C1488D8000000000",
|
5002
|
-
"%rax = coff_tls_get_addr User(userextname0)",
|
5003
|
-
));
|
5004
|
-
|
5005
|
-
// ========================================================
|
5006
|
-
// Actually run the tests!
|
5007
|
-
let mut flag_builder = settings::builder();
|
5008
|
-
flag_builder.enable("is_pic").unwrap();
|
5009
|
-
let flags = settings::Flags::new(flag_builder);
|
5010
|
-
|
5011
|
-
use crate::settings::Configurable;
|
5012
|
-
let mut isa_flag_builder = x64::settings::builder();
|
5013
|
-
isa_flag_builder.enable("has_ssse3").unwrap();
|
5014
|
-
isa_flag_builder.enable("has_sse41").unwrap();
|
5015
|
-
isa_flag_builder.enable("has_fma").unwrap();
|
5016
|
-
isa_flag_builder.enable("has_avx512bitalg").unwrap();
|
5017
|
-
isa_flag_builder.enable("has_avx512dq").unwrap();
|
5018
|
-
isa_flag_builder.enable("has_avx512f").unwrap();
|
5019
|
-
isa_flag_builder.enable("has_avx512vbmi").unwrap();
|
5020
|
-
isa_flag_builder.enable("has_avx512vl").unwrap();
|
5021
|
-
let isa_flags = x64::settings::Flags::new(&flags, isa_flag_builder);
|
5022
|
-
|
5023
|
-
let emit_info = EmitInfo::new(flags, isa_flags);
|
5024
|
-
for (insn, expected_encoding, expected_printing) in insns {
|
5025
|
-
// Check the printed text is as expected.
|
5026
|
-
let actual_printing = insn.pretty_print_inst(&[], &mut Default::default());
|
5027
|
-
assert_eq!(expected_printing, actual_printing);
|
5028
|
-
let mut buffer = MachBuffer::new();
|
5029
|
-
|
5030
|
-
insn.emit(&[], &mut buffer, &emit_info, &mut Default::default());
|
5031
|
-
|
5032
|
-
// Allow one label just after the instruction (so the offset is 0).
|
5033
|
-
let label = buffer.get_label();
|
5034
|
-
buffer.bind_label(label);
|
5035
|
-
|
5036
|
-
let buffer = buffer.finish();
|
5037
|
-
let actual_encoding = &buffer.stringify_code_bytes();
|
5038
|
-
assert_eq!(expected_encoding, actual_encoding, "{}", expected_printing);
|
5039
|
-
}
|
5040
|
-
}
|