wasmtime 0.4.0 → 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 +265 -204
- data/ext/Cargo.toml +8 -8
- 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.2 → 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.2 → cap-primitives-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/build.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/assert_same_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/canonicalize.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/copy.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/create_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/dir_builder.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/dir_entry.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/dir_options.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/errors.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/file_path_by_searching.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/file_type.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/follow_symlinks.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/hard_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/is_file_read_write.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/manually/canonical_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/manually/canonicalize.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/manually/cow_component.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/manually/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/manually/open.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/manually/open_entry.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/manually/read_link_one.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/maybe_owned_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/metadata.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/open.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/open_ambient.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/open_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/open_options.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/open_unchecked_error.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/permissions.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/read_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/read_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/remove_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/remove_dir_all.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/remove_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/remove_open_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/rename.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/reopen.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/set_permissions.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/set_times.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/stat.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/symlink.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/system_time_spec.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/via_parent/create_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/via_parent/hard_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/via_parent/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/via_parent/open_parent.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/via_parent/read_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/via_parent/remove_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → 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.2 → cap-primitives-1.0.4}/src/fs/via_parent/set_permissions.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/via_parent/set_times_nofollow.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/fs/via_parent/symlink.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/net/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/net/pool.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/darwin/fs/file_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/darwin/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/darwin/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/copy_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/create_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/cvt.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/dir_entry_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → 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.2 → cap-primitives-1.0.4}/src/rustix/fs/errors.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/file_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/file_type_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/hard_link_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/is_file_read_write_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/is_root_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/is_same_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/metadata_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/oflags.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/open_options_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/open_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/permissions_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/read_dir_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/read_link_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/remove_dir_all_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/remove_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/remove_file_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/remove_open_dir_by_searching.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/rename_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/reopen_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/set_permissions_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/set_times_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/stat_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/symlink_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/fs/times.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/linux/fs/canonicalize_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/linux/fs/file_metadata.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/linux/fs/file_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/linux/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/linux/fs/open_entry_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/linux/fs/open_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/linux/fs/procfs.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/linux/fs/set_permissions_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/linux/fs/set_times_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/linux/fs/stat_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/linux/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/rustix/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/time/instant.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/time/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/time/monotonic_clock.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/time/system_clock.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/time/system_time.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/copy.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/create_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/dir_entry_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/dir_options_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/dir_utils.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/errors.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/file_type_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/get_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/hard_link_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/is_file_read_write_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/is_same_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/metadata_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/oflags.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/open_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/open_options_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/open_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/read_dir_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/read_link_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/read_link_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/remove_dir_all_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/remove_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/remove_file_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/remove_open_dir_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/rename_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/reopen_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/set_permissions_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/set_times_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/stat_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → cap-primitives-1.0.4}/src/windows/fs/symlink_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.2 → 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.2 → 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.2 → 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.2 → cap-std-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.2 → cap-std-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.2 → cap-std-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.2 → 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.2 → cap-std-1.0.4}/src/fs/dir_entry.rs +0 -0
- data/ext/cargo-vendor/cap-std-1.0.4/src/fs/file.rs +595 -0
- data/ext/cargo-vendor/{cap-std-1.0.2 → cap-std-1.0.4}/src/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.2 → 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.2 → cap-std-1.0.4}/src/fs_utf8/dir_entry.rs +0 -0
- data/ext/cargo-vendor/cap-std-1.0.4/src/fs_utf8/file.rs +590 -0
- data/ext/cargo-vendor/{cap-std-1.0.2 → cap-std-1.0.4}/src/fs_utf8/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.2 → cap-std-1.0.4}/src/fs_utf8/read_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.2 → cap-std-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.2 → cap-std-1.0.4}/src/net/incoming.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.2 → cap-std-1.0.4}/src/net/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.2 → cap-std-1.0.4}/src/net/pool.rs +0 -0
- data/ext/cargo-vendor/cap-std-1.0.4/src/net/tcp_listener.rs +248 -0
- data/ext/cargo-vendor/cap-std-1.0.4/src/net/tcp_stream.rs +437 -0
- data/ext/cargo-vendor/cap-std-1.0.4/src/net/udp_socket.rs +418 -0
- data/ext/cargo-vendor/{cap-std-1.0.2 → cap-std-1.0.4}/src/os/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.2 → cap-std-1.0.4}/src/os/unix/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.2 → cap-std-1.0.4}/src/os/unix/net/incoming.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.2 → cap-std-1.0.4}/src/os/unix/net/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.2 → cap-std-1.0.4}/src/os/unix/net/unix_datagram.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.2 → cap-std-1.0.4}/src/os/unix/net/unix_listener.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.2 → cap-std-1.0.4}/src/os/unix/net/unix_stream.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.2 → 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.2 → 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/magnus-0.4.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/magnus-0.4.4/CHANGELOG.md +233 -0
- data/ext/cargo-vendor/magnus-0.4.4/Cargo.lock +263 -0
- data/ext/cargo-vendor/magnus-0.4.4/Cargo.toml +60 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/Gemfile +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/LICENSE +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/README.md +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/build.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/examples/custom_exception_ruby/Rakefile +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/examples/custom_exception_ruby/lib/ahriman/error.rb +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/examples/custom_exception_ruby/lib/ahriman.rb +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/examples/custom_exception_ruby/test/error_test.rb +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/examples/custom_exception_rust/Rakefile +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/examples/custom_exception_rust/lib/ahriman.rb +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/examples/custom_exception_rust/test/error_test.rb +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/examples/fibonacci.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/examples/hello_world.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/examples/mut_point.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/examples/point.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/examples/rust_blank/Rakefile +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/examples/rust_blank/lib/rust_blank.rb +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/examples/rust_blank/test/bench.rb +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/examples/rust_blank/test/blank_test.rb +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/binding.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/block.rs +0 -0
- data/ext/cargo-vendor/magnus-0.4.4/src/class.rs +565 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/embed.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/encoding.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/enumerator.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/error.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/exception.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/float.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/gc.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/integer.rs +0 -0
- data/ext/cargo-vendor/magnus-0.4.4/src/lib.rs +2091 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/method.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/module.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/object.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/r_array.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/r_bignum.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/r_complex.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/r_file.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/r_float.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/r_hash.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/r_match.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/r_object.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/r_rational.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/r_regexp.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/r_string.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/r_struct.rs +0 -0
- data/ext/cargo-vendor/magnus-0.4.4/src/r_typed_data.rs +534 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/range.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/rb_sys.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/scan_args.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/symbol.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/try_convert.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/value/flonum.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/src/value.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/test +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/allocate_before_init.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/array_slice.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/block_call.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/call_proc.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/classname.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/codepoints.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/debug_exception.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/encoding_capable.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/enumerator.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/enumeratorize.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/float_convert_from_value.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/float_convert_to_value.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/fmt.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/freeze.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/hash.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/integer_convert_to_value.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/ivar.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/make_proc.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/proc_new.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/range.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/return_iter.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/scan_args.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/str.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/string.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/struct.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/symbol.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/tuple_to_array.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/typed_data.rs +0 -0
- data/ext/cargo-vendor/{magnus-0.4.3 → magnus-0.4.4}/tests/yield.rs +0 -0
- data/ext/cargo-vendor/magnus-macros-0.3.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/magnus-macros-0.3.0/Cargo.toml +36 -0
- data/ext/cargo-vendor/magnus-macros-0.3.0/LICENSE +21 -0
- data/ext/cargo-vendor/{magnus-macros-0.2.0 → magnus-macros-0.3.0}/src/init.rs +0 -0
- data/ext/cargo-vendor/{magnus-macros-0.2.0 → magnus-macros-0.3.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/magnus-macros-0.3.0/src/typed_data.rs +151 -0
- data/ext/cargo-vendor/{magnus-macros-0.2.0 → magnus-macros-0.3.0}/src/util.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.52 → rb-sys-0.9.57}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.52 → rb-sys-0.9.57}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.52 → rb-sys-0.9.57}/bin/release.sh +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.52 → rb-sys-0.9.57}/build/features.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.52 → 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.52 → rb-sys-0.9.57}/build/version.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.52 → rb-sys-0.9.57}/readme.md +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.52 → rb-sys-0.9.57}/src/allocator.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.52 → rb-sys-0.9.57}/src/bindings.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.52 → rb-sys-0.9.57}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.52 → 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.52 → rb-sys-0.9.57}/src/ruby_abi_version.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.52 → rb-sys-0.9.57}/src/special_consts.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.52 → rb-sys-0.9.57}/src/value_type.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.52 → 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.52 → rb-sys-build-0.9.57}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.52 → 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.52 → rb-sys-build-0.9.57}/src/rb_config/flags.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.52 → rb-sys-build-0.9.57}/src/rb_config/library.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.52 → 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/helpers/macros.rs +15 -0
- data/ext/src/ruby_api/caller.rs +2 -2
- data/ext/src/ruby_api/externals.rs +2 -2
- data/ext/src/ruby_api/func.rs +2 -2
- data/ext/src/ruby_api/global.rs +2 -2
- data/ext/src/ruby_api/memory/unsafe_slice.rs +197 -0
- data/ext/src/ruby_api/memory.rs +66 -4
- data/ext/src/ruby_api/store.rs +19 -4
- data/ext/src/ruby_api/table.rs +2 -2
- data/lib/wasmtime/version.rb +1 -1
- metadata +3614 -3353
- 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.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-primitives-1.0.2/Cargo.toml +0 -79
- data/ext/cargo-vendor/cap-primitives-1.0.2/src/fs/via_parent/rename.rs +0 -31
- data/ext/cargo-vendor/cap-primitives-1.0.2/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.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-std-1.0.2/Cargo.toml +0 -70
- data/ext/cargo-vendor/cap-std-1.0.2/src/fs/dir.rs +0 -824
- data/ext/cargo-vendor/cap-std-1.0.2/src/fs/file.rs +0 -576
- data/ext/cargo-vendor/cap-std-1.0.2/src/fs_utf8/dir.rs +0 -745
- data/ext/cargo-vendor/cap-std-1.0.2/src/fs_utf8/file.rs +0 -571
- data/ext/cargo-vendor/cap-std-1.0.2/src/net/tcp_listener.rs +0 -229
- data/ext/cargo-vendor/cap-std-1.0.2/src/net/tcp_stream.rs +0 -418
- data/ext/cargo-vendor/cap-std-1.0.2/src/net/udp_socket.rs +0 -399
- 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/magnus-0.4.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/magnus-0.4.3/CHANGELOG.md +0 -224
- data/ext/cargo-vendor/magnus-0.4.3/Cargo.lock +0 -263
- data/ext/cargo-vendor/magnus-0.4.3/Cargo.toml +0 -60
- data/ext/cargo-vendor/magnus-0.4.3/src/class.rs +0 -542
- data/ext/cargo-vendor/magnus-0.4.3/src/lib.rs +0 -2091
- data/ext/cargo-vendor/magnus-0.4.3/src/r_typed_data.rs +0 -530
- data/ext/cargo-vendor/magnus-macros-0.2.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/magnus-macros-0.2.0/Cargo.toml +0 -36
- data/ext/cargo-vendor/magnus-macros-0.2.0/src/typed_data.rs +0 -147
- 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.52/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-0.9.52/Cargo.toml +0 -45
- data/ext/cargo-vendor/rb-sys-0.9.52/build/ruby_macros.rs +0 -45
- data/ext/cargo-vendor/rb-sys-0.9.52/src/macros/ruby_macros.c +0 -35
- data/ext/cargo-vendor/rb-sys-build-0.9.52/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-build-0.9.52/Cargo.toml +0 -40
- data/ext/cargo-vendor/rb-sys-build-0.9.52/src/bindings.rs +0 -246
- data/ext/cargo-vendor/rb-sys-build-0.9.52/src/lib.rs +0 -10
- data/ext/cargo-vendor/rb-sys-build-0.9.52/src/rb_config.rs +0 -750
- data/ext/cargo-vendor/rb-sys-build-0.9.52/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
@@ -0,0 +1,3677 @@
|
|
1
|
+
//! S390x ISA: binary code emission.
|
2
|
+
|
3
|
+
use crate::binemit::{Reloc, StackMap};
|
4
|
+
use crate::ir::{MemFlags, RelSourceLoc, TrapCode};
|
5
|
+
use crate::isa::s390x::abi::S390xMachineDeps;
|
6
|
+
use crate::isa::s390x::inst::*;
|
7
|
+
use crate::isa::s390x::settings as s390x_settings;
|
8
|
+
use crate::machinst::{Reg, RegClass};
|
9
|
+
use crate::trace;
|
10
|
+
use core::convert::TryFrom;
|
11
|
+
use regalloc2::Allocation;
|
12
|
+
|
13
|
+
/// Debug macro for testing that a regpair is valid: that the high register is even, and the low
|
14
|
+
/// register is one higher than the high register.
|
15
|
+
macro_rules! debug_assert_valid_regpair {
|
16
|
+
($hi:expr, $lo:expr) => {
|
17
|
+
if cfg!(debug_assertions) {
|
18
|
+
match ($hi.to_real_reg(), $lo.to_real_reg()) {
|
19
|
+
(Some(hi), Some(lo)) => {
|
20
|
+
assert!(
|
21
|
+
hi.hw_enc() % 2 == 0,
|
22
|
+
"High register is not even: {}",
|
23
|
+
show_reg($hi)
|
24
|
+
);
|
25
|
+
assert_eq!(
|
26
|
+
hi.hw_enc() + 1,
|
27
|
+
lo.hw_enc(),
|
28
|
+
"Low register is not valid: {}, {}",
|
29
|
+
show_reg($hi),
|
30
|
+
show_reg($lo)
|
31
|
+
);
|
32
|
+
}
|
33
|
+
|
34
|
+
_ => {
|
35
|
+
panic!(
|
36
|
+
"Expected real registers for {} {}",
|
37
|
+
show_reg($hi),
|
38
|
+
show_reg($lo)
|
39
|
+
);
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
};
|
44
|
+
}
|
45
|
+
|
46
|
+
/// Type(s) of memory instructions available for mem_finalize.
|
47
|
+
pub struct MemInstType {
|
48
|
+
/// True if 12-bit unsigned displacement is supported.
|
49
|
+
pub have_d12: bool,
|
50
|
+
/// True if 20-bit signed displacement is supported.
|
51
|
+
pub have_d20: bool,
|
52
|
+
/// True if PC-relative addressing is supported (memory access).
|
53
|
+
pub have_pcrel: bool,
|
54
|
+
/// True if PC-relative addressing is supported (load address).
|
55
|
+
pub have_unaligned_pcrel: bool,
|
56
|
+
/// True if an index register is supported.
|
57
|
+
pub have_index: bool,
|
58
|
+
}
|
59
|
+
|
60
|
+
/// Memory addressing mode finalization: convert "special" modes (e.g.,
|
61
|
+
/// generic arbitrary stack offset) into real addressing modes, possibly by
|
62
|
+
/// emitting some helper instructions that come immediately before the use
|
63
|
+
/// of this amode.
|
64
|
+
pub fn mem_finalize(
|
65
|
+
mem: &MemArg,
|
66
|
+
state: &EmitState,
|
67
|
+
mi: MemInstType,
|
68
|
+
) -> (SmallVec<[Inst; 4]>, MemArg) {
|
69
|
+
let mut insts = SmallVec::new();
|
70
|
+
|
71
|
+
// Resolve virtual addressing modes.
|
72
|
+
let mem = match mem {
|
73
|
+
&MemArg::RegOffset { off, .. }
|
74
|
+
| &MemArg::InitialSPOffset { off }
|
75
|
+
| &MemArg::NominalSPOffset { off } => {
|
76
|
+
let base = match mem {
|
77
|
+
&MemArg::RegOffset { reg, .. } => reg,
|
78
|
+
&MemArg::InitialSPOffset { .. } | &MemArg::NominalSPOffset { .. } => stack_reg(),
|
79
|
+
_ => unreachable!(),
|
80
|
+
};
|
81
|
+
let adj = match mem {
|
82
|
+
&MemArg::InitialSPOffset { .. } => {
|
83
|
+
state.initial_sp_offset + state.virtual_sp_offset
|
84
|
+
}
|
85
|
+
&MemArg::NominalSPOffset { .. } => state.virtual_sp_offset,
|
86
|
+
_ => 0,
|
87
|
+
};
|
88
|
+
let off = off + adj;
|
89
|
+
|
90
|
+
if let Some(disp) = UImm12::maybe_from_u64(off as u64) {
|
91
|
+
MemArg::BXD12 {
|
92
|
+
base,
|
93
|
+
index: zero_reg(),
|
94
|
+
disp,
|
95
|
+
flags: mem.get_flags(),
|
96
|
+
}
|
97
|
+
} else if let Some(disp) = SImm20::maybe_from_i64(off) {
|
98
|
+
MemArg::BXD20 {
|
99
|
+
base,
|
100
|
+
index: zero_reg(),
|
101
|
+
disp,
|
102
|
+
flags: mem.get_flags(),
|
103
|
+
}
|
104
|
+
} else {
|
105
|
+
let tmp = writable_spilltmp_reg();
|
106
|
+
assert!(base != tmp.to_reg());
|
107
|
+
if let Ok(imm) = i16::try_from(off) {
|
108
|
+
insts.push(Inst::Mov64SImm16 { rd: tmp, imm });
|
109
|
+
} else if let Ok(imm) = i32::try_from(off) {
|
110
|
+
insts.push(Inst::Mov64SImm32 { rd: tmp, imm });
|
111
|
+
} else {
|
112
|
+
// The offset must be smaller than the stack frame size,
|
113
|
+
// which the ABI code limits to 128 MB.
|
114
|
+
unreachable!();
|
115
|
+
}
|
116
|
+
MemArg::reg_plus_reg(base, tmp.to_reg(), mem.get_flags())
|
117
|
+
}
|
118
|
+
}
|
119
|
+
_ => mem.clone(),
|
120
|
+
};
|
121
|
+
|
122
|
+
// If this addressing mode cannot be handled by the instruction, use load-address.
|
123
|
+
let need_load_address = match &mem {
|
124
|
+
&MemArg::Label { .. } | &MemArg::Symbol { .. } if !mi.have_pcrel => true,
|
125
|
+
&MemArg::Symbol { flags, .. } if !mi.have_unaligned_pcrel && !flags.aligned() => true,
|
126
|
+
&MemArg::BXD20 { .. } if !mi.have_d20 => true,
|
127
|
+
&MemArg::BXD12 { index, .. } | &MemArg::BXD20 { index, .. } if !mi.have_index => {
|
128
|
+
index != zero_reg()
|
129
|
+
}
|
130
|
+
_ => false,
|
131
|
+
};
|
132
|
+
let mem = if need_load_address {
|
133
|
+
let flags = mem.get_flags();
|
134
|
+
let tmp = writable_spilltmp_reg();
|
135
|
+
insts.push(Inst::LoadAddr { rd: tmp, mem });
|
136
|
+
MemArg::reg(tmp.to_reg(), flags)
|
137
|
+
} else {
|
138
|
+
mem
|
139
|
+
};
|
140
|
+
|
141
|
+
// Convert 12-bit displacement to 20-bit if required.
|
142
|
+
let mem = match &mem {
|
143
|
+
&MemArg::BXD12 {
|
144
|
+
base,
|
145
|
+
index,
|
146
|
+
disp,
|
147
|
+
flags,
|
148
|
+
} if !mi.have_d12 => {
|
149
|
+
assert!(mi.have_d20);
|
150
|
+
MemArg::BXD20 {
|
151
|
+
base,
|
152
|
+
index,
|
153
|
+
disp: SImm20::from_uimm12(disp),
|
154
|
+
flags,
|
155
|
+
}
|
156
|
+
}
|
157
|
+
_ => mem,
|
158
|
+
};
|
159
|
+
|
160
|
+
(insts, mem)
|
161
|
+
}
|
162
|
+
|
163
|
+
pub fn mem_emit(
|
164
|
+
rd: Reg,
|
165
|
+
mem: &MemArg,
|
166
|
+
opcode_rx: Option<u16>,
|
167
|
+
opcode_rxy: Option<u16>,
|
168
|
+
opcode_ril: Option<u16>,
|
169
|
+
add_trap: bool,
|
170
|
+
sink: &mut MachBuffer<Inst>,
|
171
|
+
emit_info: &EmitInfo,
|
172
|
+
state: &mut EmitState,
|
173
|
+
) {
|
174
|
+
let (mem_insts, mem) = mem_finalize(
|
175
|
+
mem,
|
176
|
+
state,
|
177
|
+
MemInstType {
|
178
|
+
have_d12: opcode_rx.is_some(),
|
179
|
+
have_d20: opcode_rxy.is_some(),
|
180
|
+
have_pcrel: opcode_ril.is_some(),
|
181
|
+
have_unaligned_pcrel: opcode_ril.is_some() && !add_trap,
|
182
|
+
have_index: true,
|
183
|
+
},
|
184
|
+
);
|
185
|
+
for inst in mem_insts.into_iter() {
|
186
|
+
inst.emit(&[], sink, emit_info, state);
|
187
|
+
}
|
188
|
+
|
189
|
+
if add_trap && mem.can_trap() {
|
190
|
+
let srcloc = state.cur_srcloc();
|
191
|
+
if !srcloc.is_default() {
|
192
|
+
sink.add_trap(TrapCode::HeapOutOfBounds);
|
193
|
+
}
|
194
|
+
}
|
195
|
+
|
196
|
+
match &mem {
|
197
|
+
&MemArg::BXD12 {
|
198
|
+
base, index, disp, ..
|
199
|
+
} => {
|
200
|
+
put(
|
201
|
+
sink,
|
202
|
+
&enc_rx(opcode_rx.unwrap(), rd, base, index, disp.bits()),
|
203
|
+
);
|
204
|
+
}
|
205
|
+
&MemArg::BXD20 {
|
206
|
+
base, index, disp, ..
|
207
|
+
} => {
|
208
|
+
put(
|
209
|
+
sink,
|
210
|
+
&enc_rxy(opcode_rxy.unwrap(), rd, base, index, disp.bits()),
|
211
|
+
);
|
212
|
+
}
|
213
|
+
&MemArg::Label { target } => {
|
214
|
+
sink.use_label_at_offset(sink.cur_offset(), target, LabelUse::BranchRIL);
|
215
|
+
put(sink, &enc_ril_b(opcode_ril.unwrap(), rd, 0));
|
216
|
+
}
|
217
|
+
&MemArg::Symbol {
|
218
|
+
ref name, offset, ..
|
219
|
+
} => {
|
220
|
+
let reloc = Reloc::S390xPCRel32Dbl;
|
221
|
+
put_with_reloc(
|
222
|
+
sink,
|
223
|
+
&enc_ril_b(opcode_ril.unwrap(), rd, 0),
|
224
|
+
2,
|
225
|
+
reloc,
|
226
|
+
name,
|
227
|
+
offset.into(),
|
228
|
+
);
|
229
|
+
}
|
230
|
+
_ => unreachable!(),
|
231
|
+
}
|
232
|
+
}
|
233
|
+
|
234
|
+
pub fn mem_rs_emit(
|
235
|
+
rd: Reg,
|
236
|
+
rn: Reg,
|
237
|
+
mem: &MemArg,
|
238
|
+
opcode_rs: Option<u16>,
|
239
|
+
opcode_rsy: Option<u16>,
|
240
|
+
add_trap: bool,
|
241
|
+
sink: &mut MachBuffer<Inst>,
|
242
|
+
emit_info: &EmitInfo,
|
243
|
+
state: &mut EmitState,
|
244
|
+
) {
|
245
|
+
let (mem_insts, mem) = mem_finalize(
|
246
|
+
mem,
|
247
|
+
state,
|
248
|
+
MemInstType {
|
249
|
+
have_d12: opcode_rs.is_some(),
|
250
|
+
have_d20: opcode_rsy.is_some(),
|
251
|
+
have_pcrel: false,
|
252
|
+
have_unaligned_pcrel: false,
|
253
|
+
have_index: false,
|
254
|
+
},
|
255
|
+
);
|
256
|
+
for inst in mem_insts.into_iter() {
|
257
|
+
inst.emit(&[], sink, emit_info, state);
|
258
|
+
}
|
259
|
+
|
260
|
+
if add_trap && mem.can_trap() {
|
261
|
+
let srcloc = state.cur_srcloc();
|
262
|
+
if !srcloc.is_default() {
|
263
|
+
sink.add_trap(TrapCode::HeapOutOfBounds);
|
264
|
+
}
|
265
|
+
}
|
266
|
+
|
267
|
+
match &mem {
|
268
|
+
&MemArg::BXD12 {
|
269
|
+
base, index, disp, ..
|
270
|
+
} => {
|
271
|
+
assert!(index == zero_reg());
|
272
|
+
put(sink, &enc_rs(opcode_rs.unwrap(), rd, rn, base, disp.bits()));
|
273
|
+
}
|
274
|
+
&MemArg::BXD20 {
|
275
|
+
base, index, disp, ..
|
276
|
+
} => {
|
277
|
+
assert!(index == zero_reg());
|
278
|
+
put(
|
279
|
+
sink,
|
280
|
+
&enc_rsy(opcode_rsy.unwrap(), rd, rn, base, disp.bits()),
|
281
|
+
);
|
282
|
+
}
|
283
|
+
_ => unreachable!(),
|
284
|
+
}
|
285
|
+
}
|
286
|
+
|
287
|
+
pub fn mem_imm8_emit(
|
288
|
+
imm: u8,
|
289
|
+
mem: &MemArg,
|
290
|
+
opcode_si: u16,
|
291
|
+
opcode_siy: u16,
|
292
|
+
add_trap: bool,
|
293
|
+
sink: &mut MachBuffer<Inst>,
|
294
|
+
emit_info: &EmitInfo,
|
295
|
+
state: &mut EmitState,
|
296
|
+
) {
|
297
|
+
let (mem_insts, mem) = mem_finalize(
|
298
|
+
mem,
|
299
|
+
state,
|
300
|
+
MemInstType {
|
301
|
+
have_d12: true,
|
302
|
+
have_d20: true,
|
303
|
+
have_pcrel: false,
|
304
|
+
have_unaligned_pcrel: false,
|
305
|
+
have_index: false,
|
306
|
+
},
|
307
|
+
);
|
308
|
+
for inst in mem_insts.into_iter() {
|
309
|
+
inst.emit(&[], sink, emit_info, state);
|
310
|
+
}
|
311
|
+
|
312
|
+
if add_trap && mem.can_trap() {
|
313
|
+
let srcloc = state.cur_srcloc();
|
314
|
+
if !srcloc.is_default() {
|
315
|
+
sink.add_trap(TrapCode::HeapOutOfBounds);
|
316
|
+
}
|
317
|
+
}
|
318
|
+
|
319
|
+
match &mem {
|
320
|
+
&MemArg::BXD12 {
|
321
|
+
base, index, disp, ..
|
322
|
+
} => {
|
323
|
+
assert!(index == zero_reg());
|
324
|
+
put(sink, &enc_si(opcode_si, base, disp.bits(), imm));
|
325
|
+
}
|
326
|
+
&MemArg::BXD20 {
|
327
|
+
base, index, disp, ..
|
328
|
+
} => {
|
329
|
+
assert!(index == zero_reg());
|
330
|
+
put(sink, &enc_siy(opcode_siy, base, disp.bits(), imm));
|
331
|
+
}
|
332
|
+
_ => unreachable!(),
|
333
|
+
}
|
334
|
+
}
|
335
|
+
|
336
|
+
pub fn mem_imm16_emit(
|
337
|
+
imm: i16,
|
338
|
+
mem: &MemArg,
|
339
|
+
opcode_sil: u16,
|
340
|
+
add_trap: bool,
|
341
|
+
sink: &mut MachBuffer<Inst>,
|
342
|
+
emit_info: &EmitInfo,
|
343
|
+
state: &mut EmitState,
|
344
|
+
) {
|
345
|
+
let (mem_insts, mem) = mem_finalize(
|
346
|
+
mem,
|
347
|
+
state,
|
348
|
+
MemInstType {
|
349
|
+
have_d12: true,
|
350
|
+
have_d20: false,
|
351
|
+
have_pcrel: false,
|
352
|
+
have_unaligned_pcrel: false,
|
353
|
+
have_index: false,
|
354
|
+
},
|
355
|
+
);
|
356
|
+
for inst in mem_insts.into_iter() {
|
357
|
+
inst.emit(&[], sink, emit_info, state);
|
358
|
+
}
|
359
|
+
|
360
|
+
if add_trap && mem.can_trap() {
|
361
|
+
let srcloc = state.cur_srcloc();
|
362
|
+
if !srcloc.is_default() {
|
363
|
+
sink.add_trap(TrapCode::HeapOutOfBounds);
|
364
|
+
}
|
365
|
+
}
|
366
|
+
|
367
|
+
match &mem {
|
368
|
+
&MemArg::BXD12 {
|
369
|
+
base, index, disp, ..
|
370
|
+
} => {
|
371
|
+
assert!(index == zero_reg());
|
372
|
+
put(sink, &enc_sil(opcode_sil, base, disp.bits(), imm));
|
373
|
+
}
|
374
|
+
_ => unreachable!(),
|
375
|
+
}
|
376
|
+
}
|
377
|
+
|
378
|
+
pub fn mem_mem_emit(
|
379
|
+
dst: &MemArgPair,
|
380
|
+
src: &MemArgPair,
|
381
|
+
len_minus_one: u8,
|
382
|
+
opcode_ss: u8,
|
383
|
+
add_trap: bool,
|
384
|
+
sink: &mut MachBuffer<Inst>,
|
385
|
+
state: &mut EmitState,
|
386
|
+
) {
|
387
|
+
if add_trap && (dst.can_trap() || src.can_trap()) {
|
388
|
+
let srcloc = state.cur_srcloc();
|
389
|
+
if srcloc != Default::default() {
|
390
|
+
sink.add_trap(TrapCode::HeapOutOfBounds);
|
391
|
+
}
|
392
|
+
}
|
393
|
+
|
394
|
+
put(
|
395
|
+
sink,
|
396
|
+
&enc_ss_a(
|
397
|
+
opcode_ss,
|
398
|
+
dst.base,
|
399
|
+
dst.disp.bits(),
|
400
|
+
src.base,
|
401
|
+
src.disp.bits(),
|
402
|
+
len_minus_one,
|
403
|
+
),
|
404
|
+
);
|
405
|
+
}
|
406
|
+
|
407
|
+
pub fn mem_vrx_emit(
|
408
|
+
rd: Reg,
|
409
|
+
mem: &MemArg,
|
410
|
+
opcode: u16,
|
411
|
+
m3: u8,
|
412
|
+
add_trap: bool,
|
413
|
+
sink: &mut MachBuffer<Inst>,
|
414
|
+
emit_info: &EmitInfo,
|
415
|
+
state: &mut EmitState,
|
416
|
+
) {
|
417
|
+
let (mem_insts, mem) = mem_finalize(
|
418
|
+
mem,
|
419
|
+
state,
|
420
|
+
MemInstType {
|
421
|
+
have_d12: true,
|
422
|
+
have_d20: false,
|
423
|
+
have_pcrel: false,
|
424
|
+
have_unaligned_pcrel: false,
|
425
|
+
have_index: true,
|
426
|
+
},
|
427
|
+
);
|
428
|
+
for inst in mem_insts.into_iter() {
|
429
|
+
inst.emit(&[], sink, emit_info, state);
|
430
|
+
}
|
431
|
+
|
432
|
+
if add_trap && mem.can_trap() {
|
433
|
+
let srcloc = state.cur_srcloc();
|
434
|
+
if !srcloc.is_default() {
|
435
|
+
sink.add_trap(TrapCode::HeapOutOfBounds);
|
436
|
+
}
|
437
|
+
}
|
438
|
+
|
439
|
+
match &mem {
|
440
|
+
&MemArg::BXD12 {
|
441
|
+
base, index, disp, ..
|
442
|
+
} => {
|
443
|
+
put(sink, &enc_vrx(opcode, rd, base, index, disp.bits(), m3));
|
444
|
+
}
|
445
|
+
_ => unreachable!(),
|
446
|
+
}
|
447
|
+
}
|
448
|
+
|
449
|
+
//=============================================================================
|
450
|
+
// Instructions and subcomponents: emission
|
451
|
+
|
452
|
+
fn machreg_to_gpr(m: Reg) -> u8 {
|
453
|
+
assert_eq!(m.class(), RegClass::Int);
|
454
|
+
u8::try_from(m.to_real_reg().unwrap().hw_enc()).unwrap()
|
455
|
+
}
|
456
|
+
|
457
|
+
fn machreg_to_vr(m: Reg) -> u8 {
|
458
|
+
assert_eq!(m.class(), RegClass::Float);
|
459
|
+
u8::try_from(m.to_real_reg().unwrap().hw_enc()).unwrap()
|
460
|
+
}
|
461
|
+
|
462
|
+
fn machreg_to_fpr(m: Reg) -> u8 {
|
463
|
+
assert!(is_fpr(m));
|
464
|
+
u8::try_from(m.to_real_reg().unwrap().hw_enc()).unwrap()
|
465
|
+
}
|
466
|
+
|
467
|
+
fn machreg_to_gpr_or_fpr(m: Reg) -> u8 {
|
468
|
+
let reg = u8::try_from(m.to_real_reg().unwrap().hw_enc()).unwrap();
|
469
|
+
assert!(reg < 16);
|
470
|
+
reg
|
471
|
+
}
|
472
|
+
|
473
|
+
fn rxb(v1: Option<Reg>, v2: Option<Reg>, v3: Option<Reg>, v4: Option<Reg>) -> u8 {
|
474
|
+
let mut rxb = 0;
|
475
|
+
|
476
|
+
let is_high_vr = |reg| -> bool {
|
477
|
+
if let Some(reg) = reg {
|
478
|
+
if !is_fpr(reg) {
|
479
|
+
return true;
|
480
|
+
}
|
481
|
+
}
|
482
|
+
false
|
483
|
+
};
|
484
|
+
|
485
|
+
if is_high_vr(v1) {
|
486
|
+
rxb = rxb | 8;
|
487
|
+
}
|
488
|
+
if is_high_vr(v2) {
|
489
|
+
rxb = rxb | 4;
|
490
|
+
}
|
491
|
+
if is_high_vr(v3) {
|
492
|
+
rxb = rxb | 2;
|
493
|
+
}
|
494
|
+
if is_high_vr(v4) {
|
495
|
+
rxb = rxb | 1;
|
496
|
+
}
|
497
|
+
|
498
|
+
rxb
|
499
|
+
}
|
500
|
+
|
501
|
+
/// E-type instructions.
|
502
|
+
///
|
503
|
+
/// 15
|
504
|
+
/// opcode
|
505
|
+
/// 0
|
506
|
+
///
|
507
|
+
fn enc_e(opcode: u16) -> [u8; 2] {
|
508
|
+
let mut enc: [u8; 2] = [0; 2];
|
509
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
510
|
+
let opcode2 = (opcode & 0xff) as u8;
|
511
|
+
|
512
|
+
enc[0] = opcode1;
|
513
|
+
enc[1] = opcode2;
|
514
|
+
enc
|
515
|
+
}
|
516
|
+
|
517
|
+
/// RIa-type instructions.
|
518
|
+
///
|
519
|
+
/// 31 23 19 15
|
520
|
+
/// opcode1 r1 opcode2 i2
|
521
|
+
/// 24 20 16 0
|
522
|
+
///
|
523
|
+
fn enc_ri_a(opcode: u16, r1: Reg, i2: u16) -> [u8; 4] {
|
524
|
+
let mut enc: [u8; 4] = [0; 4];
|
525
|
+
let opcode1 = ((opcode >> 4) & 0xff) as u8;
|
526
|
+
let opcode2 = (opcode & 0xf) as u8;
|
527
|
+
let r1 = machreg_to_gpr(r1) & 0x0f;
|
528
|
+
|
529
|
+
enc[0] = opcode1;
|
530
|
+
enc[1] = r1 << 4 | opcode2;
|
531
|
+
enc[2..].copy_from_slice(&i2.to_be_bytes());
|
532
|
+
enc
|
533
|
+
}
|
534
|
+
|
535
|
+
/// RIb-type instructions.
|
536
|
+
///
|
537
|
+
/// 31 23 19 15
|
538
|
+
/// opcode1 r1 opcode2 ri2
|
539
|
+
/// 24 20 16 0
|
540
|
+
///
|
541
|
+
fn enc_ri_b(opcode: u16, r1: Reg, ri2: i32) -> [u8; 4] {
|
542
|
+
let mut enc: [u8; 4] = [0; 4];
|
543
|
+
let opcode1 = ((opcode >> 4) & 0xff) as u8;
|
544
|
+
let opcode2 = (opcode & 0xf) as u8;
|
545
|
+
let r1 = machreg_to_gpr(r1) & 0x0f;
|
546
|
+
let ri2 = ((ri2 >> 1) & 0xffff) as u16;
|
547
|
+
|
548
|
+
enc[0] = opcode1;
|
549
|
+
enc[1] = r1 << 4 | opcode2;
|
550
|
+
enc[2..].copy_from_slice(&ri2.to_be_bytes());
|
551
|
+
enc
|
552
|
+
}
|
553
|
+
|
554
|
+
/// RIc-type instructions.
|
555
|
+
///
|
556
|
+
/// 31 23 19 15
|
557
|
+
/// opcode1 m1 opcode2 ri2
|
558
|
+
/// 24 20 16 0
|
559
|
+
///
|
560
|
+
fn enc_ri_c(opcode: u16, m1: u8, ri2: i32) -> [u8; 4] {
|
561
|
+
let mut enc: [u8; 4] = [0; 4];
|
562
|
+
let opcode1 = ((opcode >> 4) & 0xff) as u8;
|
563
|
+
let opcode2 = (opcode & 0xf) as u8;
|
564
|
+
let m1 = m1 & 0x0f;
|
565
|
+
let ri2 = ((ri2 >> 1) & 0xffff) as u16;
|
566
|
+
|
567
|
+
enc[0] = opcode1;
|
568
|
+
enc[1] = m1 << 4 | opcode2;
|
569
|
+
enc[2..].copy_from_slice(&ri2.to_be_bytes());
|
570
|
+
enc
|
571
|
+
}
|
572
|
+
|
573
|
+
/// RIEa-type instructions.
|
574
|
+
///
|
575
|
+
/// 47 39 35 31 15 11 7
|
576
|
+
/// opcode1 r1 -- i2 m3 -- opcode2
|
577
|
+
/// 40 36 32 16 12 8 0
|
578
|
+
///
|
579
|
+
fn enc_rie_a(opcode: u16, r1: Reg, i2: u16, m3: u8) -> [u8; 6] {
|
580
|
+
let mut enc: [u8; 6] = [0; 6];
|
581
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
582
|
+
let opcode2 = (opcode & 0xff) as u8;
|
583
|
+
let r1 = machreg_to_gpr(r1) & 0x0f;
|
584
|
+
let m3 = m3 & 0x0f;
|
585
|
+
|
586
|
+
enc[0] = opcode1;
|
587
|
+
enc[1] = r1 << 4;
|
588
|
+
enc[2..4].copy_from_slice(&i2.to_be_bytes());
|
589
|
+
enc[4] = m3 << 4;
|
590
|
+
enc[5] = opcode2;
|
591
|
+
enc
|
592
|
+
}
|
593
|
+
|
594
|
+
/// RIEd-type instructions.
|
595
|
+
///
|
596
|
+
/// 47 39 35 31 15 7
|
597
|
+
/// opcode1 r1 r3 i2 -- opcode2
|
598
|
+
/// 40 36 32 16 8 0
|
599
|
+
///
|
600
|
+
fn enc_rie_d(opcode: u16, r1: Reg, r3: Reg, i2: u16) -> [u8; 6] {
|
601
|
+
let mut enc: [u8; 6] = [0; 6];
|
602
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
603
|
+
let opcode2 = (opcode & 0xff) as u8;
|
604
|
+
let r1 = machreg_to_gpr(r1) & 0x0f;
|
605
|
+
let r3 = machreg_to_gpr(r3) & 0x0f;
|
606
|
+
|
607
|
+
enc[0] = opcode1;
|
608
|
+
enc[1] = r1 << 4 | r3;
|
609
|
+
enc[2..4].copy_from_slice(&i2.to_be_bytes());
|
610
|
+
enc[5] = opcode2;
|
611
|
+
enc
|
612
|
+
}
|
613
|
+
|
614
|
+
/// RIEf-type instructions.
|
615
|
+
///
|
616
|
+
/// 47 39 35 31 23 15 7
|
617
|
+
/// opcode1 r1 r2 i3 i4 i5 opcode2
|
618
|
+
/// 40 36 32 24 16 8 0
|
619
|
+
///
|
620
|
+
fn enc_rie_f(opcode: u16, r1: Reg, r2: Reg, i3: u8, i4: u8, i5: u8) -> [u8; 6] {
|
621
|
+
let mut enc: [u8; 6] = [0; 6];
|
622
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
623
|
+
let opcode2 = (opcode & 0xff) as u8;
|
624
|
+
let r1 = machreg_to_gpr(r1) & 0x0f;
|
625
|
+
let r2 = machreg_to_gpr(r2) & 0x0f;
|
626
|
+
|
627
|
+
enc[0] = opcode1;
|
628
|
+
enc[1] = r1 << 4 | r2;
|
629
|
+
enc[2] = i3;
|
630
|
+
enc[3] = i4;
|
631
|
+
enc[4] = i5;
|
632
|
+
enc[5] = opcode2;
|
633
|
+
enc
|
634
|
+
}
|
635
|
+
|
636
|
+
/// RIEg-type instructions.
|
637
|
+
///
|
638
|
+
/// 47 39 35 31 15 7
|
639
|
+
/// opcode1 r1 m3 i2 -- opcode2
|
640
|
+
/// 40 36 32 16 8 0
|
641
|
+
///
|
642
|
+
fn enc_rie_g(opcode: u16, r1: Reg, i2: u16, m3: u8) -> [u8; 6] {
|
643
|
+
let mut enc: [u8; 6] = [0; 6];
|
644
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
645
|
+
let opcode2 = (opcode & 0xff) as u8;
|
646
|
+
let r1 = machreg_to_gpr(r1) & 0x0f;
|
647
|
+
let m3 = m3 & 0x0f;
|
648
|
+
|
649
|
+
enc[0] = opcode1;
|
650
|
+
enc[1] = r1 << 4 | m3;
|
651
|
+
enc[2..4].copy_from_slice(&i2.to_be_bytes());
|
652
|
+
enc[5] = opcode2;
|
653
|
+
enc
|
654
|
+
}
|
655
|
+
|
656
|
+
/// RILa-type instructions.
|
657
|
+
///
|
658
|
+
/// 47 39 35 31
|
659
|
+
/// opcode1 r1 opcode2 i2
|
660
|
+
/// 40 36 32 0
|
661
|
+
///
|
662
|
+
fn enc_ril_a(opcode: u16, r1: Reg, i2: u32) -> [u8; 6] {
|
663
|
+
let mut enc: [u8; 6] = [0; 6];
|
664
|
+
let opcode1 = ((opcode >> 4) & 0xff) as u8;
|
665
|
+
let opcode2 = (opcode & 0xf) as u8;
|
666
|
+
let r1 = machreg_to_gpr(r1) & 0x0f;
|
667
|
+
|
668
|
+
enc[0] = opcode1;
|
669
|
+
enc[1] = r1 << 4 | opcode2;
|
670
|
+
enc[2..].copy_from_slice(&i2.to_be_bytes());
|
671
|
+
enc
|
672
|
+
}
|
673
|
+
|
674
|
+
/// RILb-type instructions.
|
675
|
+
///
|
676
|
+
/// 47 39 35 31
|
677
|
+
/// opcode1 r1 opcode2 ri2
|
678
|
+
/// 40 36 32 0
|
679
|
+
///
|
680
|
+
fn enc_ril_b(opcode: u16, r1: Reg, ri2: u32) -> [u8; 6] {
|
681
|
+
let mut enc: [u8; 6] = [0; 6];
|
682
|
+
let opcode1 = ((opcode >> 4) & 0xff) as u8;
|
683
|
+
let opcode2 = (opcode & 0xf) as u8;
|
684
|
+
let r1 = machreg_to_gpr(r1) & 0x0f;
|
685
|
+
|
686
|
+
enc[0] = opcode1;
|
687
|
+
enc[1] = r1 << 4 | opcode2;
|
688
|
+
enc[2..].copy_from_slice(&ri2.to_be_bytes());
|
689
|
+
enc
|
690
|
+
}
|
691
|
+
|
692
|
+
/// RILc-type instructions.
|
693
|
+
///
|
694
|
+
/// 47 39 35 31
|
695
|
+
/// opcode1 m1 opcode2 i2
|
696
|
+
/// 40 36 32 0
|
697
|
+
///
|
698
|
+
fn enc_ril_c(opcode: u16, m1: u8, ri2: u32) -> [u8; 6] {
|
699
|
+
let mut enc: [u8; 6] = [0; 6];
|
700
|
+
let opcode1 = ((opcode >> 4) & 0xff) as u8;
|
701
|
+
let opcode2 = (opcode & 0xf) as u8;
|
702
|
+
let m1 = m1 & 0x0f;
|
703
|
+
|
704
|
+
enc[0] = opcode1;
|
705
|
+
enc[1] = m1 << 4 | opcode2;
|
706
|
+
enc[2..].copy_from_slice(&ri2.to_be_bytes());
|
707
|
+
enc
|
708
|
+
}
|
709
|
+
|
710
|
+
/// RR-type instructions.
|
711
|
+
///
|
712
|
+
/// 15 7 3
|
713
|
+
/// opcode r1 r2
|
714
|
+
/// 8 4 0
|
715
|
+
///
|
716
|
+
fn enc_rr(opcode: u16, r1: Reg, r2: Reg) -> [u8; 2] {
|
717
|
+
let mut enc: [u8; 2] = [0; 2];
|
718
|
+
let opcode = (opcode & 0xff) as u8;
|
719
|
+
let r1 = machreg_to_gpr_or_fpr(r1) & 0x0f;
|
720
|
+
let r2 = machreg_to_gpr_or_fpr(r2) & 0x0f;
|
721
|
+
|
722
|
+
enc[0] = opcode;
|
723
|
+
enc[1] = r1 << 4 | r2;
|
724
|
+
enc
|
725
|
+
}
|
726
|
+
|
727
|
+
/// RRD-type instructions.
|
728
|
+
///
|
729
|
+
/// 31 15 11 7 3
|
730
|
+
/// opcode r1 -- r3 r2
|
731
|
+
/// 16 12 8 4 0
|
732
|
+
///
|
733
|
+
fn enc_rrd(opcode: u16, r1: Reg, r2: Reg, r3: Reg) -> [u8; 4] {
|
734
|
+
let mut enc: [u8; 4] = [0; 4];
|
735
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
736
|
+
let opcode2 = (opcode & 0xff) as u8;
|
737
|
+
let r1 = machreg_to_fpr(r1) & 0x0f;
|
738
|
+
let r2 = machreg_to_fpr(r2) & 0x0f;
|
739
|
+
let r3 = machreg_to_fpr(r3) & 0x0f;
|
740
|
+
|
741
|
+
enc[0] = opcode1;
|
742
|
+
enc[1] = opcode2;
|
743
|
+
enc[2] = r1 << 4;
|
744
|
+
enc[3] = r3 << 4 | r2;
|
745
|
+
enc
|
746
|
+
}
|
747
|
+
|
748
|
+
/// RRE-type instructions.
|
749
|
+
///
|
750
|
+
/// 31 15 7 3
|
751
|
+
/// opcode -- r1 r2
|
752
|
+
/// 16 8 4 0
|
753
|
+
///
|
754
|
+
fn enc_rre(opcode: u16, r1: Reg, r2: Reg) -> [u8; 4] {
|
755
|
+
let mut enc: [u8; 4] = [0; 4];
|
756
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
757
|
+
let opcode2 = (opcode & 0xff) as u8;
|
758
|
+
let r1 = machreg_to_gpr_or_fpr(r1) & 0x0f;
|
759
|
+
let r2 = machreg_to_gpr_or_fpr(r2) & 0x0f;
|
760
|
+
|
761
|
+
enc[0] = opcode1;
|
762
|
+
enc[1] = opcode2;
|
763
|
+
enc[3] = r1 << 4 | r2;
|
764
|
+
enc
|
765
|
+
}
|
766
|
+
|
767
|
+
/// RRFa/b-type instructions.
|
768
|
+
///
|
769
|
+
/// 31 15 11 7 3
|
770
|
+
/// opcode r3 m4 r1 r2
|
771
|
+
/// 16 12 8 4 0
|
772
|
+
///
|
773
|
+
fn enc_rrf_ab(opcode: u16, r1: Reg, r2: Reg, r3: Reg, m4: u8) -> [u8; 4] {
|
774
|
+
let mut enc: [u8; 4] = [0; 4];
|
775
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
776
|
+
let opcode2 = (opcode & 0xff) as u8;
|
777
|
+
let r1 = machreg_to_gpr_or_fpr(r1) & 0x0f;
|
778
|
+
let r2 = machreg_to_gpr_or_fpr(r2) & 0x0f;
|
779
|
+
let r3 = machreg_to_gpr_or_fpr(r3) & 0x0f;
|
780
|
+
let m4 = m4 & 0x0f;
|
781
|
+
|
782
|
+
enc[0] = opcode1;
|
783
|
+
enc[1] = opcode2;
|
784
|
+
enc[2] = r3 << 4 | m4;
|
785
|
+
enc[3] = r1 << 4 | r2;
|
786
|
+
enc
|
787
|
+
}
|
788
|
+
|
789
|
+
/// RRFc/d/e-type instructions.
|
790
|
+
///
|
791
|
+
/// 31 15 11 7 3
|
792
|
+
/// opcode m3 m4 r1 r2
|
793
|
+
/// 16 12 8 4 0
|
794
|
+
///
|
795
|
+
fn enc_rrf_cde(opcode: u16, r1: Reg, r2: Reg, m3: u8, m4: u8) -> [u8; 4] {
|
796
|
+
let mut enc: [u8; 4] = [0; 4];
|
797
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
798
|
+
let opcode2 = (opcode & 0xff) as u8;
|
799
|
+
let r1 = machreg_to_gpr_or_fpr(r1) & 0x0f;
|
800
|
+
let r2 = machreg_to_gpr_or_fpr(r2) & 0x0f;
|
801
|
+
let m3 = m3 & 0x0f;
|
802
|
+
let m4 = m4 & 0x0f;
|
803
|
+
|
804
|
+
enc[0] = opcode1;
|
805
|
+
enc[1] = opcode2;
|
806
|
+
enc[2] = m3 << 4 | m4;
|
807
|
+
enc[3] = r1 << 4 | r2;
|
808
|
+
enc
|
809
|
+
}
|
810
|
+
|
811
|
+
/// RS-type instructions.
|
812
|
+
///
|
813
|
+
/// 31 23 19 15 11
|
814
|
+
/// opcode r1 r3 b2 d2
|
815
|
+
/// 24 20 16 12 0
|
816
|
+
///
|
817
|
+
fn enc_rs(opcode: u16, r1: Reg, r3: Reg, b2: Reg, d2: u32) -> [u8; 4] {
|
818
|
+
let opcode = (opcode & 0xff) as u8;
|
819
|
+
let r1 = machreg_to_gpr_or_fpr(r1) & 0x0f;
|
820
|
+
let r3 = machreg_to_gpr_or_fpr(r3) & 0x0f;
|
821
|
+
let b2 = machreg_to_gpr(b2) & 0x0f;
|
822
|
+
let d2_lo = (d2 & 0xff) as u8;
|
823
|
+
let d2_hi = ((d2 >> 8) & 0x0f) as u8;
|
824
|
+
|
825
|
+
let mut enc: [u8; 4] = [0; 4];
|
826
|
+
enc[0] = opcode;
|
827
|
+
enc[1] = r1 << 4 | r3;
|
828
|
+
enc[2] = b2 << 4 | d2_hi;
|
829
|
+
enc[3] = d2_lo;
|
830
|
+
enc
|
831
|
+
}
|
832
|
+
|
833
|
+
/// RSY-type instructions.
|
834
|
+
///
|
835
|
+
/// 47 39 35 31 27 15 7
|
836
|
+
/// opcode1 r1 r3 b2 dl2 dh2 opcode2
|
837
|
+
/// 40 36 32 28 16 8 0
|
838
|
+
///
|
839
|
+
fn enc_rsy(opcode: u16, r1: Reg, r3: Reg, b2: Reg, d2: u32) -> [u8; 6] {
|
840
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
841
|
+
let opcode2 = (opcode & 0xff) as u8;
|
842
|
+
let r1 = machreg_to_gpr_or_fpr(r1) & 0x0f;
|
843
|
+
let r3 = machreg_to_gpr_or_fpr(r3) & 0x0f;
|
844
|
+
let b2 = machreg_to_gpr(b2) & 0x0f;
|
845
|
+
let dl2_lo = (d2 & 0xff) as u8;
|
846
|
+
let dl2_hi = ((d2 >> 8) & 0x0f) as u8;
|
847
|
+
let dh2 = ((d2 >> 12) & 0xff) as u8;
|
848
|
+
|
849
|
+
let mut enc: [u8; 6] = [0; 6];
|
850
|
+
enc[0] = opcode1;
|
851
|
+
enc[1] = r1 << 4 | r3;
|
852
|
+
enc[2] = b2 << 4 | dl2_hi;
|
853
|
+
enc[3] = dl2_lo;
|
854
|
+
enc[4] = dh2;
|
855
|
+
enc[5] = opcode2;
|
856
|
+
enc
|
857
|
+
}
|
858
|
+
|
859
|
+
/// RX-type instructions.
|
860
|
+
///
|
861
|
+
/// 31 23 19 15 11
|
862
|
+
/// opcode r1 x2 b2 d2
|
863
|
+
/// 24 20 16 12 0
|
864
|
+
///
|
865
|
+
fn enc_rx(opcode: u16, r1: Reg, b2: Reg, x2: Reg, d2: u32) -> [u8; 4] {
|
866
|
+
let opcode = (opcode & 0xff) as u8;
|
867
|
+
let r1 = machreg_to_gpr_or_fpr(r1) & 0x0f;
|
868
|
+
let b2 = machreg_to_gpr(b2) & 0x0f;
|
869
|
+
let x2 = machreg_to_gpr(x2) & 0x0f;
|
870
|
+
let d2_lo = (d2 & 0xff) as u8;
|
871
|
+
let d2_hi = ((d2 >> 8) & 0x0f) as u8;
|
872
|
+
|
873
|
+
let mut enc: [u8; 4] = [0; 4];
|
874
|
+
enc[0] = opcode;
|
875
|
+
enc[1] = r1 << 4 | x2;
|
876
|
+
enc[2] = b2 << 4 | d2_hi;
|
877
|
+
enc[3] = d2_lo;
|
878
|
+
enc
|
879
|
+
}
|
880
|
+
|
881
|
+
/// RXY-type instructions.
|
882
|
+
///
|
883
|
+
/// 47 39 35 31 27 15 7
|
884
|
+
/// opcode1 r1 x2 b2 dl2 dh2 opcode2
|
885
|
+
/// 40 36 32 28 16 8 0
|
886
|
+
///
|
887
|
+
fn enc_rxy(opcode: u16, r1: Reg, b2: Reg, x2: Reg, d2: u32) -> [u8; 6] {
|
888
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
889
|
+
let opcode2 = (opcode & 0xff) as u8;
|
890
|
+
let r1 = machreg_to_gpr_or_fpr(r1) & 0x0f;
|
891
|
+
let b2 = machreg_to_gpr(b2) & 0x0f;
|
892
|
+
let x2 = machreg_to_gpr(x2) & 0x0f;
|
893
|
+
let dl2_lo = (d2 & 0xff) as u8;
|
894
|
+
let dl2_hi = ((d2 >> 8) & 0x0f) as u8;
|
895
|
+
let dh2 = ((d2 >> 12) & 0xff) as u8;
|
896
|
+
|
897
|
+
let mut enc: [u8; 6] = [0; 6];
|
898
|
+
enc[0] = opcode1;
|
899
|
+
enc[1] = r1 << 4 | x2;
|
900
|
+
enc[2] = b2 << 4 | dl2_hi;
|
901
|
+
enc[3] = dl2_lo;
|
902
|
+
enc[4] = dh2;
|
903
|
+
enc[5] = opcode2;
|
904
|
+
enc
|
905
|
+
}
|
906
|
+
|
907
|
+
/// SI-type instructions.
|
908
|
+
///
|
909
|
+
/// 31 23 15 11
|
910
|
+
/// opcode i2 b1 d1
|
911
|
+
/// 24 16 12 0
|
912
|
+
///
|
913
|
+
fn enc_si(opcode: u16, b1: Reg, d1: u32, i2: u8) -> [u8; 4] {
|
914
|
+
let opcode = (opcode & 0xff) as u8;
|
915
|
+
let b1 = machreg_to_gpr(b1) & 0x0f;
|
916
|
+
let d1_lo = (d1 & 0xff) as u8;
|
917
|
+
let d1_hi = ((d1 >> 8) & 0x0f) as u8;
|
918
|
+
|
919
|
+
let mut enc: [u8; 4] = [0; 4];
|
920
|
+
enc[0] = opcode;
|
921
|
+
enc[1] = i2;
|
922
|
+
enc[2] = b1 << 4 | d1_hi;
|
923
|
+
enc[3] = d1_lo;
|
924
|
+
enc
|
925
|
+
}
|
926
|
+
|
927
|
+
/// SIL-type instructions.
|
928
|
+
///
|
929
|
+
/// 47 31 27 15
|
930
|
+
/// opcode b1 d1 i2
|
931
|
+
/// 32 28 16 0
|
932
|
+
///
|
933
|
+
fn enc_sil(opcode: u16, b1: Reg, d1: u32, i2: i16) -> [u8; 6] {
|
934
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
935
|
+
let opcode2 = (opcode & 0xff) as u8;
|
936
|
+
let b1 = machreg_to_gpr(b1) & 0x0f;
|
937
|
+
let d1_lo = (d1 & 0xff) as u8;
|
938
|
+
let d1_hi = ((d1 >> 8) & 0x0f) as u8;
|
939
|
+
|
940
|
+
let mut enc: [u8; 6] = [0; 6];
|
941
|
+
enc[0] = opcode1;
|
942
|
+
enc[1] = opcode2;
|
943
|
+
enc[2] = b1 << 4 | d1_hi;
|
944
|
+
enc[3] = d1_lo;
|
945
|
+
enc[4..].copy_from_slice(&i2.to_be_bytes());
|
946
|
+
enc
|
947
|
+
}
|
948
|
+
|
949
|
+
/// SIY-type instructions.
|
950
|
+
///
|
951
|
+
/// 47 39 31 27 15 7
|
952
|
+
/// opcode1 i2 b1 dl1 dh1 opcode2
|
953
|
+
/// 40 32 28 16 8 0
|
954
|
+
///
|
955
|
+
fn enc_siy(opcode: u16, b1: Reg, d1: u32, i2: u8) -> [u8; 6] {
|
956
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
957
|
+
let opcode2 = (opcode & 0xff) as u8;
|
958
|
+
let b1 = machreg_to_gpr(b1) & 0x0f;
|
959
|
+
let dl1_lo = (d1 & 0xff) as u8;
|
960
|
+
let dl1_hi = ((d1 >> 8) & 0x0f) as u8;
|
961
|
+
let dh1 = ((d1 >> 12) & 0xff) as u8;
|
962
|
+
|
963
|
+
let mut enc: [u8; 6] = [0; 6];
|
964
|
+
enc[0] = opcode1;
|
965
|
+
enc[1] = i2;
|
966
|
+
enc[2] = b1 << 4 | dl1_hi;
|
967
|
+
enc[3] = dl1_lo;
|
968
|
+
enc[4] = dh1;
|
969
|
+
enc[5] = opcode2;
|
970
|
+
enc
|
971
|
+
}
|
972
|
+
|
973
|
+
/// SSa-type instructions.
|
974
|
+
///
|
975
|
+
/// 47 39 31 27 15 11
|
976
|
+
/// opcode l b1 d1 b2 d2
|
977
|
+
/// 40 32 28 16 12 0
|
978
|
+
///
|
979
|
+
///
|
980
|
+
fn enc_ss_a(opcode: u8, b1: Reg, d1: u32, b2: Reg, d2: u32, l: u8) -> [u8; 6] {
|
981
|
+
let b1 = machreg_to_gpr(b1) & 0x0f;
|
982
|
+
let d1_lo = (d1 & 0xff) as u8;
|
983
|
+
let d1_hi = ((d1 >> 8) & 0x0f) as u8;
|
984
|
+
let b2 = machreg_to_gpr(b2) & 0x0f;
|
985
|
+
let d2_lo = (d2 & 0xff) as u8;
|
986
|
+
let d2_hi = ((d2 >> 8) & 0x0f) as u8;
|
987
|
+
|
988
|
+
let mut enc: [u8; 6] = [0; 6];
|
989
|
+
enc[0] = opcode;
|
990
|
+
enc[1] = l;
|
991
|
+
enc[2] = b1 << 4 | d1_hi;
|
992
|
+
enc[3] = d1_lo;
|
993
|
+
enc[4] = b2 << 4 | d2_hi;
|
994
|
+
enc[5] = d2_lo;
|
995
|
+
enc
|
996
|
+
}
|
997
|
+
|
998
|
+
/// VRIa-type instructions.
|
999
|
+
///
|
1000
|
+
/// 47 39 35 31 15 11 7
|
1001
|
+
/// opcode1 v1 - i2 m3 rxb opcode2
|
1002
|
+
/// 40 36 32 16 12 8 0
|
1003
|
+
///
|
1004
|
+
fn enc_vri_a(opcode: u16, v1: Reg, i2: u16, m3: u8) -> [u8; 6] {
|
1005
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
1006
|
+
let opcode2 = (opcode & 0xff) as u8;
|
1007
|
+
let rxb = rxb(Some(v1), None, None, None);
|
1008
|
+
let v1 = machreg_to_vr(v1) & 0x0f;
|
1009
|
+
let m3 = m3 & 0x0f;
|
1010
|
+
|
1011
|
+
let mut enc: [u8; 6] = [0; 6];
|
1012
|
+
enc[0] = opcode1;
|
1013
|
+
enc[1] = v1 << 4;
|
1014
|
+
enc[2..4].copy_from_slice(&i2.to_be_bytes());
|
1015
|
+
enc[4] = m3 << 4 | rxb;
|
1016
|
+
enc[5] = opcode2;
|
1017
|
+
enc
|
1018
|
+
}
|
1019
|
+
|
1020
|
+
/// VRIb-type instructions.
|
1021
|
+
///
|
1022
|
+
/// 47 39 35 31 23 15 11 7
|
1023
|
+
/// opcode1 v1 - i2 i3 m4 rxb opcode2
|
1024
|
+
/// 40 36 32 24 16 12 8 0
|
1025
|
+
///
|
1026
|
+
fn enc_vri_b(opcode: u16, v1: Reg, i2: u8, i3: u8, m4: u8) -> [u8; 6] {
|
1027
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
1028
|
+
let opcode2 = (opcode & 0xff) as u8;
|
1029
|
+
let rxb = rxb(Some(v1), None, None, None);
|
1030
|
+
let v1 = machreg_to_vr(v1) & 0x0f;
|
1031
|
+
let m4 = m4 & 0x0f;
|
1032
|
+
|
1033
|
+
let mut enc: [u8; 6] = [0; 6];
|
1034
|
+
enc[0] = opcode1;
|
1035
|
+
enc[1] = v1 << 4;
|
1036
|
+
enc[2] = i2;
|
1037
|
+
enc[3] = i3;
|
1038
|
+
enc[4] = m4 << 4 | rxb;
|
1039
|
+
enc[5] = opcode2;
|
1040
|
+
enc
|
1041
|
+
}
|
1042
|
+
|
1043
|
+
/// VRIc-type instructions.
|
1044
|
+
///
|
1045
|
+
/// 47 39 35 31 15 11 7
|
1046
|
+
/// opcode1 v1 v3 i2 m4 rxb opcode2
|
1047
|
+
/// 40 36 32 16 12 8 0
|
1048
|
+
///
|
1049
|
+
fn enc_vri_c(opcode: u16, v1: Reg, i2: u16, v3: Reg, m4: u8) -> [u8; 6] {
|
1050
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
1051
|
+
let opcode2 = (opcode & 0xff) as u8;
|
1052
|
+
let rxb = rxb(Some(v1), Some(v3), None, None);
|
1053
|
+
let v1 = machreg_to_vr(v1) & 0x0f;
|
1054
|
+
let v3 = machreg_to_vr(v3) & 0x0f;
|
1055
|
+
let m4 = m4 & 0x0f;
|
1056
|
+
|
1057
|
+
let mut enc: [u8; 6] = [0; 6];
|
1058
|
+
enc[0] = opcode1;
|
1059
|
+
enc[1] = v1 << 4 | v3;
|
1060
|
+
enc[2..4].copy_from_slice(&i2.to_be_bytes());
|
1061
|
+
enc[4] = m4 << 4 | rxb;
|
1062
|
+
enc[5] = opcode2;
|
1063
|
+
enc
|
1064
|
+
}
|
1065
|
+
|
1066
|
+
/// VRRa-type instructions.
|
1067
|
+
///
|
1068
|
+
/// 47 39 35 31 23 19 15 11 7
|
1069
|
+
/// opcode1 v1 v2 - m5 m3 m2 rxb opcode2
|
1070
|
+
/// 40 36 32 24 20 16 12 8 0
|
1071
|
+
///
|
1072
|
+
fn enc_vrr_a(opcode: u16, v1: Reg, v2: Reg, m3: u8, m4: u8, m5: u8) -> [u8; 6] {
|
1073
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
1074
|
+
let opcode2 = (opcode & 0xff) as u8;
|
1075
|
+
let rxb = rxb(Some(v1), Some(v2), None, None);
|
1076
|
+
let v1 = machreg_to_vr(v1) & 0x0f;
|
1077
|
+
let v2 = machreg_to_vr(v2) & 0x0f;
|
1078
|
+
let m3 = m3 & 0x0f;
|
1079
|
+
let m4 = m4 & 0x0f;
|
1080
|
+
let m5 = m5 & 0x0f;
|
1081
|
+
|
1082
|
+
let mut enc: [u8; 6] = [0; 6];
|
1083
|
+
enc[0] = opcode1;
|
1084
|
+
enc[1] = v1 << 4 | v2;
|
1085
|
+
enc[2] = 0;
|
1086
|
+
enc[3] = m5 << 4 | m4;
|
1087
|
+
enc[4] = m3 << 4 | rxb;
|
1088
|
+
enc[5] = opcode2;
|
1089
|
+
enc
|
1090
|
+
}
|
1091
|
+
|
1092
|
+
/// VRRb-type instructions.
|
1093
|
+
///
|
1094
|
+
/// 47 39 35 31 27 23 19 15 11 7
|
1095
|
+
/// opcode1 v1 v2 v3 - m5 - m4 rxb opcode2
|
1096
|
+
/// 40 36 32 28 24 20 16 12 8 0
|
1097
|
+
///
|
1098
|
+
fn enc_vrr_b(opcode: u16, v1: Reg, v2: Reg, v3: Reg, m4: u8, m5: u8) -> [u8; 6] {
|
1099
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
1100
|
+
let opcode2 = (opcode & 0xff) as u8;
|
1101
|
+
let rxb = rxb(Some(v1), Some(v2), Some(v3), None);
|
1102
|
+
let v1 = machreg_to_vr(v1) & 0x0f;
|
1103
|
+
let v2 = machreg_to_vr(v2) & 0x0f;
|
1104
|
+
let v3 = machreg_to_vr(v3) & 0x0f;
|
1105
|
+
let m4 = m4 & 0x0f;
|
1106
|
+
let m5 = m5 & 0x0f;
|
1107
|
+
|
1108
|
+
let mut enc: [u8; 6] = [0; 6];
|
1109
|
+
enc[0] = opcode1;
|
1110
|
+
enc[1] = v1 << 4 | v2;
|
1111
|
+
enc[2] = v3 << 4;
|
1112
|
+
enc[3] = m5 << 4;
|
1113
|
+
enc[4] = m4 << 4 | rxb;
|
1114
|
+
enc[5] = opcode2;
|
1115
|
+
enc
|
1116
|
+
}
|
1117
|
+
|
1118
|
+
/// VRRc-type instructions.
|
1119
|
+
///
|
1120
|
+
/// 47 39 35 31 27 23 19 15 11 7
|
1121
|
+
/// opcode1 v1 v2 v3 - m6 m5 m4 rxb opcode2
|
1122
|
+
/// 40 36 32 28 24 20 16 12 8 0
|
1123
|
+
///
|
1124
|
+
fn enc_vrr_c(opcode: u16, v1: Reg, v2: Reg, v3: Reg, m4: u8, m5: u8, m6: u8) -> [u8; 6] {
|
1125
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
1126
|
+
let opcode2 = (opcode & 0xff) as u8;
|
1127
|
+
let rxb = rxb(Some(v1), Some(v2), Some(v3), None);
|
1128
|
+
let v1 = machreg_to_vr(v1) & 0x0f;
|
1129
|
+
let v2 = machreg_to_vr(v2) & 0x0f;
|
1130
|
+
let v3 = machreg_to_vr(v3) & 0x0f;
|
1131
|
+
let m4 = m4 & 0x0f;
|
1132
|
+
let m5 = m5 & 0x0f;
|
1133
|
+
let m6 = m6 & 0x0f;
|
1134
|
+
|
1135
|
+
let mut enc: [u8; 6] = [0; 6];
|
1136
|
+
enc[0] = opcode1;
|
1137
|
+
enc[1] = v1 << 4 | v2;
|
1138
|
+
enc[2] = v3 << 4;
|
1139
|
+
enc[3] = m6 << 4 | m5;
|
1140
|
+
enc[4] = m4 << 4 | rxb;
|
1141
|
+
enc[5] = opcode2;
|
1142
|
+
enc
|
1143
|
+
}
|
1144
|
+
|
1145
|
+
/// VRRe-type instructions.
|
1146
|
+
///
|
1147
|
+
/// 47 39 35 31 27 23 19 15 11 7
|
1148
|
+
/// opcode1 v1 v2 v3 m6 - m5 v4 rxb opcode2
|
1149
|
+
/// 40 36 32 28 24 20 16 12 8 0
|
1150
|
+
///
|
1151
|
+
fn enc_vrr_e(opcode: u16, v1: Reg, v2: Reg, v3: Reg, v4: Reg, m5: u8, m6: u8) -> [u8; 6] {
|
1152
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
1153
|
+
let opcode2 = (opcode & 0xff) as u8;
|
1154
|
+
let rxb = rxb(Some(v1), Some(v2), Some(v3), Some(v4));
|
1155
|
+
let v1 = machreg_to_vr(v1) & 0x0f;
|
1156
|
+
let v2 = machreg_to_vr(v2) & 0x0f;
|
1157
|
+
let v3 = machreg_to_vr(v3) & 0x0f;
|
1158
|
+
let v4 = machreg_to_vr(v4) & 0x0f;
|
1159
|
+
let m5 = m5 & 0x0f;
|
1160
|
+
let m6 = m6 & 0x0f;
|
1161
|
+
|
1162
|
+
let mut enc: [u8; 6] = [0; 6];
|
1163
|
+
enc[0] = opcode1;
|
1164
|
+
enc[1] = v1 << 4 | v2;
|
1165
|
+
enc[2] = v3 << 4 | m6;
|
1166
|
+
enc[3] = m5;
|
1167
|
+
enc[4] = v4 << 4 | rxb;
|
1168
|
+
enc[5] = opcode2;
|
1169
|
+
enc
|
1170
|
+
}
|
1171
|
+
|
1172
|
+
/// VRRf-type instructions.
|
1173
|
+
///
|
1174
|
+
/// 47 39 35 31 27 11 7
|
1175
|
+
/// opcode1 v1 r2 r3 - rxb opcode2
|
1176
|
+
/// 40 36 32 28 12 8 0
|
1177
|
+
///
|
1178
|
+
fn enc_vrr_f(opcode: u16, v1: Reg, r2: Reg, r3: Reg) -> [u8; 6] {
|
1179
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
1180
|
+
let opcode2 = (opcode & 0xff) as u8;
|
1181
|
+
let rxb = rxb(Some(v1), None, None, None);
|
1182
|
+
let v1 = machreg_to_vr(v1) & 0x0f;
|
1183
|
+
let r2 = machreg_to_gpr(r2) & 0x0f;
|
1184
|
+
let r3 = machreg_to_gpr(r3) & 0x0f;
|
1185
|
+
|
1186
|
+
let mut enc: [u8; 6] = [0; 6];
|
1187
|
+
enc[0] = opcode1;
|
1188
|
+
enc[1] = v1 << 4 | r2;
|
1189
|
+
enc[2] = r3 << 4;
|
1190
|
+
enc[4] = rxb;
|
1191
|
+
enc[5] = opcode2;
|
1192
|
+
enc
|
1193
|
+
}
|
1194
|
+
|
1195
|
+
/// VRSa-type instructions.
|
1196
|
+
///
|
1197
|
+
/// 47 39 35 31 27 15 11 7
|
1198
|
+
/// opcode1 v1 v3 b2 d2 m4 rxb opcode2
|
1199
|
+
/// 40 36 32 28 16 12 8 0
|
1200
|
+
///
|
1201
|
+
fn enc_vrs_a(opcode: u16, v1: Reg, b2: Reg, d2: u32, v3: Reg, m4: u8) -> [u8; 6] {
|
1202
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
1203
|
+
let opcode2 = (opcode & 0xff) as u8;
|
1204
|
+
let rxb = rxb(Some(v1), Some(v3), None, None);
|
1205
|
+
let v1 = machreg_to_vr(v1) & 0x0f;
|
1206
|
+
let b2 = machreg_to_gpr(b2) & 0x0f;
|
1207
|
+
let v3 = machreg_to_vr(v3) & 0x0f;
|
1208
|
+
let d2_lo = (d2 & 0xff) as u8;
|
1209
|
+
let d2_hi = ((d2 >> 8) & 0x0f) as u8;
|
1210
|
+
let m4 = m4 & 0x0f;
|
1211
|
+
|
1212
|
+
let mut enc: [u8; 6] = [0; 6];
|
1213
|
+
enc[0] = opcode1;
|
1214
|
+
enc[1] = v1 << 4 | v3;
|
1215
|
+
enc[2] = b2 << 4 | d2_hi;
|
1216
|
+
enc[3] = d2_lo;
|
1217
|
+
enc[4] = m4 << 4 | rxb;
|
1218
|
+
enc[5] = opcode2;
|
1219
|
+
enc
|
1220
|
+
}
|
1221
|
+
|
1222
|
+
/// VRSb-type instructions.
|
1223
|
+
///
|
1224
|
+
/// 47 39 35 31 27 15 11 7
|
1225
|
+
/// opcode1 v1 r3 b2 d2 m4 rxb opcode2
|
1226
|
+
/// 40 36 32 28 16 12 8 0
|
1227
|
+
///
|
1228
|
+
fn enc_vrs_b(opcode: u16, v1: Reg, b2: Reg, d2: u32, r3: Reg, m4: u8) -> [u8; 6] {
|
1229
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
1230
|
+
let opcode2 = (opcode & 0xff) as u8;
|
1231
|
+
let rxb = rxb(Some(v1), None, None, None);
|
1232
|
+
let v1 = machreg_to_vr(v1) & 0x0f;
|
1233
|
+
let b2 = machreg_to_gpr(b2) & 0x0f;
|
1234
|
+
let r3 = machreg_to_gpr(r3) & 0x0f;
|
1235
|
+
let d2_lo = (d2 & 0xff) as u8;
|
1236
|
+
let d2_hi = ((d2 >> 8) & 0x0f) as u8;
|
1237
|
+
let m4 = m4 & 0x0f;
|
1238
|
+
|
1239
|
+
let mut enc: [u8; 6] = [0; 6];
|
1240
|
+
enc[0] = opcode1;
|
1241
|
+
enc[1] = v1 << 4 | r3;
|
1242
|
+
enc[2] = b2 << 4 | d2_hi;
|
1243
|
+
enc[3] = d2_lo;
|
1244
|
+
enc[4] = m4 << 4 | rxb;
|
1245
|
+
enc[5] = opcode2;
|
1246
|
+
enc
|
1247
|
+
}
|
1248
|
+
|
1249
|
+
/// VRSc-type instructions.
|
1250
|
+
///
|
1251
|
+
/// 47 39 35 31 27 15 11 7
|
1252
|
+
/// opcode1 r1 v3 b2 d2 m4 rxb opcode2
|
1253
|
+
/// 40 36 32 28 16 12 8 0
|
1254
|
+
///
|
1255
|
+
fn enc_vrs_c(opcode: u16, r1: Reg, b2: Reg, d2: u32, v3: Reg, m4: u8) -> [u8; 6] {
|
1256
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
1257
|
+
let opcode2 = (opcode & 0xff) as u8;
|
1258
|
+
let rxb = rxb(None, Some(v3), None, None);
|
1259
|
+
let r1 = machreg_to_gpr(r1) & 0x0f;
|
1260
|
+
let b2 = machreg_to_gpr(b2) & 0x0f;
|
1261
|
+
let v3 = machreg_to_vr(v3) & 0x0f;
|
1262
|
+
let d2_lo = (d2 & 0xff) as u8;
|
1263
|
+
let d2_hi = ((d2 >> 8) & 0x0f) as u8;
|
1264
|
+
let m4 = m4 & 0x0f;
|
1265
|
+
|
1266
|
+
let mut enc: [u8; 6] = [0; 6];
|
1267
|
+
enc[0] = opcode1;
|
1268
|
+
enc[1] = r1 << 4 | v3;
|
1269
|
+
enc[2] = b2 << 4 | d2_hi;
|
1270
|
+
enc[3] = d2_lo;
|
1271
|
+
enc[4] = m4 << 4 | rxb;
|
1272
|
+
enc[5] = opcode2;
|
1273
|
+
enc
|
1274
|
+
}
|
1275
|
+
|
1276
|
+
/// VRX-type instructions.
|
1277
|
+
///
|
1278
|
+
/// 47 39 35 31 27 15 11 7
|
1279
|
+
/// opcode1 v1 x2 b2 d2 m3 rxb opcode2
|
1280
|
+
/// 40 36 32 28 16 12 8 0
|
1281
|
+
///
|
1282
|
+
fn enc_vrx(opcode: u16, v1: Reg, b2: Reg, x2: Reg, d2: u32, m3: u8) -> [u8; 6] {
|
1283
|
+
let opcode1 = ((opcode >> 8) & 0xff) as u8;
|
1284
|
+
let opcode2 = (opcode & 0xff) as u8;
|
1285
|
+
let rxb = rxb(Some(v1), None, None, None);
|
1286
|
+
let v1 = machreg_to_vr(v1) & 0x0f;
|
1287
|
+
let b2 = machreg_to_gpr(b2) & 0x0f;
|
1288
|
+
let x2 = machreg_to_gpr(x2) & 0x0f;
|
1289
|
+
let d2_lo = (d2 & 0xff) as u8;
|
1290
|
+
let d2_hi = ((d2 >> 8) & 0x0f) as u8;
|
1291
|
+
let m3 = m3 & 0x0f;
|
1292
|
+
|
1293
|
+
let mut enc: [u8; 6] = [0; 6];
|
1294
|
+
enc[0] = opcode1;
|
1295
|
+
enc[1] = v1 << 4 | x2;
|
1296
|
+
enc[2] = b2 << 4 | d2_hi;
|
1297
|
+
enc[3] = d2_lo;
|
1298
|
+
enc[4] = m3 << 4 | rxb;
|
1299
|
+
enc[5] = opcode2;
|
1300
|
+
enc
|
1301
|
+
}
|
1302
|
+
|
1303
|
+
/// Emit encoding to sink.
|
1304
|
+
fn put(sink: &mut MachBuffer<Inst>, enc: &[u8]) {
|
1305
|
+
for byte in enc {
|
1306
|
+
sink.put1(*byte);
|
1307
|
+
}
|
1308
|
+
}
|
1309
|
+
|
1310
|
+
/// Emit encoding to sink, adding a trap on the last byte.
|
1311
|
+
fn put_with_trap(sink: &mut MachBuffer<Inst>, enc: &[u8], trap_code: TrapCode) {
|
1312
|
+
let len = enc.len();
|
1313
|
+
for i in 0..len - 1 {
|
1314
|
+
sink.put1(enc[i]);
|
1315
|
+
}
|
1316
|
+
sink.add_trap(trap_code);
|
1317
|
+
sink.put1(enc[len - 1]);
|
1318
|
+
}
|
1319
|
+
|
1320
|
+
/// Emit encoding to sink, adding a relocation at byte offset.
|
1321
|
+
fn put_with_reloc(
|
1322
|
+
sink: &mut MachBuffer<Inst>,
|
1323
|
+
enc: &[u8],
|
1324
|
+
offset: usize,
|
1325
|
+
ri2_reloc: Reloc,
|
1326
|
+
ri2_name: &ExternalName,
|
1327
|
+
ri2_offset: i64,
|
1328
|
+
) {
|
1329
|
+
let len = enc.len();
|
1330
|
+
for i in 0..offset {
|
1331
|
+
sink.put1(enc[i]);
|
1332
|
+
}
|
1333
|
+
sink.add_reloc(ri2_reloc, ri2_name, ri2_offset + offset as i64);
|
1334
|
+
for i in offset..len {
|
1335
|
+
sink.put1(enc[i]);
|
1336
|
+
}
|
1337
|
+
}
|
1338
|
+
|
1339
|
+
/// State carried between emissions of a sequence of instructions.
|
1340
|
+
#[derive(Default, Clone, Debug)]
|
1341
|
+
pub struct EmitState {
|
1342
|
+
pub(crate) initial_sp_offset: i64,
|
1343
|
+
pub(crate) virtual_sp_offset: i64,
|
1344
|
+
/// Safepoint stack map for upcoming instruction, as provided to `pre_safepoint()`.
|
1345
|
+
stack_map: Option<StackMap>,
|
1346
|
+
/// Current source-code location corresponding to instruction to be emitted.
|
1347
|
+
cur_srcloc: RelSourceLoc,
|
1348
|
+
}
|
1349
|
+
|
1350
|
+
impl MachInstEmitState<Inst> for EmitState {
|
1351
|
+
fn new(abi: &Callee<S390xMachineDeps>) -> Self {
|
1352
|
+
EmitState {
|
1353
|
+
virtual_sp_offset: 0,
|
1354
|
+
initial_sp_offset: abi.frame_size() as i64,
|
1355
|
+
stack_map: None,
|
1356
|
+
cur_srcloc: Default::default(),
|
1357
|
+
}
|
1358
|
+
}
|
1359
|
+
|
1360
|
+
fn pre_safepoint(&mut self, stack_map: StackMap) {
|
1361
|
+
self.stack_map = Some(stack_map);
|
1362
|
+
}
|
1363
|
+
|
1364
|
+
fn pre_sourceloc(&mut self, srcloc: RelSourceLoc) {
|
1365
|
+
self.cur_srcloc = srcloc;
|
1366
|
+
}
|
1367
|
+
}
|
1368
|
+
|
1369
|
+
impl EmitState {
|
1370
|
+
fn take_stack_map(&mut self) -> Option<StackMap> {
|
1371
|
+
self.stack_map.take()
|
1372
|
+
}
|
1373
|
+
|
1374
|
+
fn clear_post_insn(&mut self) {
|
1375
|
+
self.stack_map = None;
|
1376
|
+
}
|
1377
|
+
|
1378
|
+
fn cur_srcloc(&self) -> RelSourceLoc {
|
1379
|
+
self.cur_srcloc
|
1380
|
+
}
|
1381
|
+
}
|
1382
|
+
|
1383
|
+
/// Constant state used during function compilation.
|
1384
|
+
pub struct EmitInfo {
|
1385
|
+
isa_flags: s390x_settings::Flags,
|
1386
|
+
}
|
1387
|
+
|
1388
|
+
impl EmitInfo {
|
1389
|
+
pub(crate) fn new(isa_flags: s390x_settings::Flags) -> Self {
|
1390
|
+
Self { isa_flags }
|
1391
|
+
}
|
1392
|
+
}
|
1393
|
+
|
1394
|
+
impl MachInstEmit for Inst {
|
1395
|
+
type State = EmitState;
|
1396
|
+
type Info = EmitInfo;
|
1397
|
+
|
1398
|
+
fn emit(
|
1399
|
+
&self,
|
1400
|
+
allocs: &[Allocation],
|
1401
|
+
sink: &mut MachBuffer<Inst>,
|
1402
|
+
emit_info: &Self::Info,
|
1403
|
+
state: &mut EmitState,
|
1404
|
+
) {
|
1405
|
+
let mut allocs = AllocationConsumer::new(allocs);
|
1406
|
+
self.emit_with_alloc_consumer(&mut allocs, sink, emit_info, state)
|
1407
|
+
}
|
1408
|
+
|
1409
|
+
fn pretty_print_inst(&self, allocs: &[Allocation], state: &mut EmitState) -> String {
|
1410
|
+
let mut allocs = AllocationConsumer::new(allocs);
|
1411
|
+
self.print_with_state(state, &mut allocs)
|
1412
|
+
}
|
1413
|
+
}
|
1414
|
+
|
1415
|
+
impl Inst {
|
1416
|
+
fn emit_with_alloc_consumer(
|
1417
|
+
&self,
|
1418
|
+
allocs: &mut AllocationConsumer<'_>,
|
1419
|
+
sink: &mut MachBuffer<Inst>,
|
1420
|
+
emit_info: &EmitInfo,
|
1421
|
+
state: &mut EmitState,
|
1422
|
+
) {
|
1423
|
+
// Verify that we can emit this Inst in the current ISA
|
1424
|
+
let matches_isa_flags = |iset_requirement: &InstructionSet| -> bool {
|
1425
|
+
match iset_requirement {
|
1426
|
+
// Baseline ISA is z14
|
1427
|
+
InstructionSet::Base => true,
|
1428
|
+
// Miscellaneous-Instruction-Extensions Facility 2 (z15)
|
1429
|
+
InstructionSet::MIE2 => emit_info.isa_flags.has_mie2(),
|
1430
|
+
// Vector-Enhancements Facility 2 (z15)
|
1431
|
+
InstructionSet::VXRS_EXT2 => emit_info.isa_flags.has_vxrs_ext2(),
|
1432
|
+
}
|
1433
|
+
};
|
1434
|
+
let isa_requirements = self.available_in_isa();
|
1435
|
+
if !matches_isa_flags(&isa_requirements) {
|
1436
|
+
panic!(
|
1437
|
+
"Cannot emit inst '{:?}' for target; failed to match ISA requirements: {:?}",
|
1438
|
+
self, isa_requirements
|
1439
|
+
)
|
1440
|
+
}
|
1441
|
+
|
1442
|
+
// N.B.: we *must* not exceed the "worst-case size" used to compute
|
1443
|
+
// where to insert islands, except when islands are explicitly triggered
|
1444
|
+
// (with an `EmitIsland`). We check this in debug builds. This is `mut`
|
1445
|
+
// to allow disabling the check for `JTSequence`, which is always
|
1446
|
+
// emitted following an `EmitIsland`.
|
1447
|
+
let mut start_off = sink.cur_offset();
|
1448
|
+
|
1449
|
+
match self {
|
1450
|
+
&Inst::AluRRR { alu_op, rd, rn, rm } => {
|
1451
|
+
let rd = allocs.next_writable(rd);
|
1452
|
+
let rn = allocs.next(rn);
|
1453
|
+
let rm = allocs.next(rm);
|
1454
|
+
|
1455
|
+
let (opcode, have_rr) = match alu_op {
|
1456
|
+
ALUOp::Add32 => (0xb9f8, true), // ARK
|
1457
|
+
ALUOp::Add64 => (0xb9e8, true), // AGRK
|
1458
|
+
ALUOp::AddLogical32 => (0xb9fa, true), // ALRK
|
1459
|
+
ALUOp::AddLogical64 => (0xb9ea, true), // ALGRK
|
1460
|
+
ALUOp::Sub32 => (0xb9f9, true), // SRK
|
1461
|
+
ALUOp::Sub64 => (0xb9e9, true), // SGRK
|
1462
|
+
ALUOp::SubLogical32 => (0xb9fb, true), // SLRK
|
1463
|
+
ALUOp::SubLogical64 => (0xb9eb, true), // SLGRK
|
1464
|
+
ALUOp::Mul32 => (0xb9fd, true), // MSRKC
|
1465
|
+
ALUOp::Mul64 => (0xb9ed, true), // MSGRKC
|
1466
|
+
ALUOp::And32 => (0xb9f4, true), // NRK
|
1467
|
+
ALUOp::And64 => (0xb9e4, true), // NGRK
|
1468
|
+
ALUOp::Orr32 => (0xb9f6, true), // ORK
|
1469
|
+
ALUOp::Orr64 => (0xb9e6, true), // OGRK
|
1470
|
+
ALUOp::Xor32 => (0xb9f7, true), // XRK
|
1471
|
+
ALUOp::Xor64 => (0xb9e7, true), // XGRK
|
1472
|
+
ALUOp::NotAnd32 => (0xb974, false), // NNRK
|
1473
|
+
ALUOp::NotAnd64 => (0xb964, false), // NNGRK
|
1474
|
+
ALUOp::NotOrr32 => (0xb976, false), // NORK
|
1475
|
+
ALUOp::NotOrr64 => (0xb966, false), // NOGRK
|
1476
|
+
ALUOp::NotXor32 => (0xb977, false), // NXRK
|
1477
|
+
ALUOp::NotXor64 => (0xb967, false), // NXGRK
|
1478
|
+
ALUOp::AndNot32 => (0xb9f5, false), // NCRK
|
1479
|
+
ALUOp::AndNot64 => (0xb9e5, false), // NCGRK
|
1480
|
+
ALUOp::OrrNot32 => (0xb975, false), // OCRK
|
1481
|
+
ALUOp::OrrNot64 => (0xb965, false), // OCGRK
|
1482
|
+
_ => unreachable!(),
|
1483
|
+
};
|
1484
|
+
if have_rr && rd.to_reg() == rn {
|
1485
|
+
let inst = Inst::AluRR {
|
1486
|
+
alu_op,
|
1487
|
+
rd,
|
1488
|
+
ri: rn,
|
1489
|
+
rm,
|
1490
|
+
};
|
1491
|
+
inst.emit(&[], sink, emit_info, state);
|
1492
|
+
} else {
|
1493
|
+
put(sink, &enc_rrf_ab(opcode, rd.to_reg(), rn, rm, 0));
|
1494
|
+
}
|
1495
|
+
}
|
1496
|
+
&Inst::AluRRSImm16 {
|
1497
|
+
alu_op,
|
1498
|
+
rd,
|
1499
|
+
rn,
|
1500
|
+
imm,
|
1501
|
+
} => {
|
1502
|
+
let rd = allocs.next_writable(rd);
|
1503
|
+
let rn = allocs.next(rn);
|
1504
|
+
|
1505
|
+
if rd.to_reg() == rn {
|
1506
|
+
let inst = Inst::AluRSImm16 {
|
1507
|
+
alu_op,
|
1508
|
+
rd,
|
1509
|
+
ri: rn,
|
1510
|
+
imm,
|
1511
|
+
};
|
1512
|
+
inst.emit(&[], sink, emit_info, state);
|
1513
|
+
} else {
|
1514
|
+
let opcode = match alu_op {
|
1515
|
+
ALUOp::Add32 => 0xecd8, // AHIK
|
1516
|
+
ALUOp::Add64 => 0xecd9, // AGHIK
|
1517
|
+
_ => unreachable!(),
|
1518
|
+
};
|
1519
|
+
put(sink, &enc_rie_d(opcode, rd.to_reg(), rn, imm as u16));
|
1520
|
+
}
|
1521
|
+
}
|
1522
|
+
&Inst::AluRR { alu_op, rd, ri, rm } => {
|
1523
|
+
let rd = allocs.next_writable(rd);
|
1524
|
+
let ri = allocs.next(ri);
|
1525
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
1526
|
+
let rm = allocs.next(rm);
|
1527
|
+
|
1528
|
+
let (opcode, is_rre) = match alu_op {
|
1529
|
+
ALUOp::Add32 => (0x1a, false), // AR
|
1530
|
+
ALUOp::Add64 => (0xb908, true), // AGR
|
1531
|
+
ALUOp::Add64Ext32 => (0xb918, true), // AGFR
|
1532
|
+
ALUOp::AddLogical32 => (0x1e, false), // ALR
|
1533
|
+
ALUOp::AddLogical64 => (0xb90a, true), // ALGR
|
1534
|
+
ALUOp::AddLogical64Ext32 => (0xb91a, true), // ALGFR
|
1535
|
+
ALUOp::Sub32 => (0x1b, false), // SR
|
1536
|
+
ALUOp::Sub64 => (0xb909, true), // SGR
|
1537
|
+
ALUOp::Sub64Ext32 => (0xb919, true), // SGFR
|
1538
|
+
ALUOp::SubLogical32 => (0x1f, false), // SLR
|
1539
|
+
ALUOp::SubLogical64 => (0xb90b, true), // SLGR
|
1540
|
+
ALUOp::SubLogical64Ext32 => (0xb91b, true), // SLGFR
|
1541
|
+
ALUOp::Mul32 => (0xb252, true), // MSR
|
1542
|
+
ALUOp::Mul64 => (0xb90c, true), // MSGR
|
1543
|
+
ALUOp::Mul64Ext32 => (0xb91c, true), // MSGFR
|
1544
|
+
ALUOp::And32 => (0x14, false), // NR
|
1545
|
+
ALUOp::And64 => (0xb980, true), // NGR
|
1546
|
+
ALUOp::Orr32 => (0x16, false), // OR
|
1547
|
+
ALUOp::Orr64 => (0xb981, true), // OGR
|
1548
|
+
ALUOp::Xor32 => (0x17, false), // XR
|
1549
|
+
ALUOp::Xor64 => (0xb982, true), // XGR
|
1550
|
+
_ => unreachable!(),
|
1551
|
+
};
|
1552
|
+
if is_rre {
|
1553
|
+
put(sink, &enc_rre(opcode, rd.to_reg(), rm));
|
1554
|
+
} else {
|
1555
|
+
put(sink, &enc_rr(opcode, rd.to_reg(), rm));
|
1556
|
+
}
|
1557
|
+
}
|
1558
|
+
&Inst::AluRX {
|
1559
|
+
alu_op,
|
1560
|
+
rd,
|
1561
|
+
ri,
|
1562
|
+
ref mem,
|
1563
|
+
} => {
|
1564
|
+
let rd = allocs.next_writable(rd);
|
1565
|
+
let ri = allocs.next(ri);
|
1566
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
1567
|
+
let mem = mem.with_allocs(allocs);
|
1568
|
+
|
1569
|
+
let (opcode_rx, opcode_rxy) = match alu_op {
|
1570
|
+
ALUOp::Add32 => (Some(0x5a), Some(0xe35a)), // A(Y)
|
1571
|
+
ALUOp::Add32Ext16 => (Some(0x4a), Some(0xe34a)), // AH(Y)
|
1572
|
+
ALUOp::Add64 => (None, Some(0xe308)), // AG
|
1573
|
+
ALUOp::Add64Ext16 => (None, Some(0xe338)), // AGH
|
1574
|
+
ALUOp::Add64Ext32 => (None, Some(0xe318)), // AGF
|
1575
|
+
ALUOp::AddLogical32 => (Some(0x5e), Some(0xe35e)), // AL(Y)
|
1576
|
+
ALUOp::AddLogical64 => (None, Some(0xe30a)), // ALG
|
1577
|
+
ALUOp::AddLogical64Ext32 => (None, Some(0xe31a)), // ALGF
|
1578
|
+
ALUOp::Sub32 => (Some(0x5b), Some(0xe35b)), // S(Y)
|
1579
|
+
ALUOp::Sub32Ext16 => (Some(0x4b), Some(0xe37b)), // SH(Y)
|
1580
|
+
ALUOp::Sub64 => (None, Some(0xe309)), // SG
|
1581
|
+
ALUOp::Sub64Ext16 => (None, Some(0xe339)), // SGH
|
1582
|
+
ALUOp::Sub64Ext32 => (None, Some(0xe319)), // SGF
|
1583
|
+
ALUOp::SubLogical32 => (Some(0x5f), Some(0xe35f)), // SL(Y)
|
1584
|
+
ALUOp::SubLogical64 => (None, Some(0xe30b)), // SLG
|
1585
|
+
ALUOp::SubLogical64Ext32 => (None, Some(0xe31b)), // SLGF
|
1586
|
+
ALUOp::Mul32 => (Some(0x71), Some(0xe351)), // MS(Y)
|
1587
|
+
ALUOp::Mul32Ext16 => (Some(0x4c), Some(0xe37c)), // MH(Y)
|
1588
|
+
ALUOp::Mul64 => (None, Some(0xe30c)), // MSG
|
1589
|
+
ALUOp::Mul64Ext16 => (None, Some(0xe33c)), // MSH
|
1590
|
+
ALUOp::Mul64Ext32 => (None, Some(0xe31c)), // MSGF
|
1591
|
+
ALUOp::And32 => (Some(0x54), Some(0xe354)), // N(Y)
|
1592
|
+
ALUOp::And64 => (None, Some(0xe380)), // NG
|
1593
|
+
ALUOp::Orr32 => (Some(0x56), Some(0xe356)), // O(Y)
|
1594
|
+
ALUOp::Orr64 => (None, Some(0xe381)), // OG
|
1595
|
+
ALUOp::Xor32 => (Some(0x57), Some(0xe357)), // X(Y)
|
1596
|
+
ALUOp::Xor64 => (None, Some(0xe382)), // XG
|
1597
|
+
_ => unreachable!(),
|
1598
|
+
};
|
1599
|
+
let rd = rd.to_reg();
|
1600
|
+
mem_emit(
|
1601
|
+
rd, &mem, opcode_rx, opcode_rxy, None, true, sink, emit_info, state,
|
1602
|
+
);
|
1603
|
+
}
|
1604
|
+
&Inst::AluRSImm16 {
|
1605
|
+
alu_op,
|
1606
|
+
rd,
|
1607
|
+
ri,
|
1608
|
+
imm,
|
1609
|
+
} => {
|
1610
|
+
let rd = allocs.next_writable(rd);
|
1611
|
+
let ri = allocs.next(ri);
|
1612
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
1613
|
+
|
1614
|
+
let opcode = match alu_op {
|
1615
|
+
ALUOp::Add32 => 0xa7a, // AHI
|
1616
|
+
ALUOp::Add64 => 0xa7b, // AGHI
|
1617
|
+
ALUOp::Mul32 => 0xa7c, // MHI
|
1618
|
+
ALUOp::Mul64 => 0xa7d, // MGHI
|
1619
|
+
_ => unreachable!(),
|
1620
|
+
};
|
1621
|
+
put(sink, &enc_ri_a(opcode, rd.to_reg(), imm as u16));
|
1622
|
+
}
|
1623
|
+
&Inst::AluRSImm32 {
|
1624
|
+
alu_op,
|
1625
|
+
rd,
|
1626
|
+
ri,
|
1627
|
+
imm,
|
1628
|
+
} => {
|
1629
|
+
let rd = allocs.next_writable(rd);
|
1630
|
+
let ri = allocs.next(ri);
|
1631
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
1632
|
+
|
1633
|
+
let opcode = match alu_op {
|
1634
|
+
ALUOp::Add32 => 0xc29, // AFI
|
1635
|
+
ALUOp::Add64 => 0xc28, // AGFI
|
1636
|
+
ALUOp::Mul32 => 0xc21, // MSFI
|
1637
|
+
ALUOp::Mul64 => 0xc20, // MSGFI
|
1638
|
+
_ => unreachable!(),
|
1639
|
+
};
|
1640
|
+
put(sink, &enc_ril_a(opcode, rd.to_reg(), imm as u32));
|
1641
|
+
}
|
1642
|
+
&Inst::AluRUImm32 {
|
1643
|
+
alu_op,
|
1644
|
+
rd,
|
1645
|
+
ri,
|
1646
|
+
imm,
|
1647
|
+
} => {
|
1648
|
+
let rd = allocs.next_writable(rd);
|
1649
|
+
let ri = allocs.next(ri);
|
1650
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
1651
|
+
|
1652
|
+
let opcode = match alu_op {
|
1653
|
+
ALUOp::AddLogical32 => 0xc2b, // ALFI
|
1654
|
+
ALUOp::AddLogical64 => 0xc2a, // ALGFI
|
1655
|
+
ALUOp::SubLogical32 => 0xc25, // SLFI
|
1656
|
+
ALUOp::SubLogical64 => 0xc24, // SLGFI
|
1657
|
+
_ => unreachable!(),
|
1658
|
+
};
|
1659
|
+
put(sink, &enc_ril_a(opcode, rd.to_reg(), imm));
|
1660
|
+
}
|
1661
|
+
&Inst::AluRUImm16Shifted {
|
1662
|
+
alu_op,
|
1663
|
+
rd,
|
1664
|
+
ri,
|
1665
|
+
imm,
|
1666
|
+
} => {
|
1667
|
+
let rd = allocs.next_writable(rd);
|
1668
|
+
let ri = allocs.next(ri);
|
1669
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
1670
|
+
|
1671
|
+
let opcode = match (alu_op, imm.shift) {
|
1672
|
+
(ALUOp::And32, 0) => 0xa57, // NILL
|
1673
|
+
(ALUOp::And32, 1) => 0xa56, // NILH
|
1674
|
+
(ALUOp::And64, 0) => 0xa57, // NILL
|
1675
|
+
(ALUOp::And64, 1) => 0xa56, // NILH
|
1676
|
+
(ALUOp::And64, 2) => 0xa55, // NIHL
|
1677
|
+
(ALUOp::And64, 3) => 0xa54, // NIHL
|
1678
|
+
(ALUOp::Orr32, 0) => 0xa5b, // OILL
|
1679
|
+
(ALUOp::Orr32, 1) => 0xa5a, // OILH
|
1680
|
+
(ALUOp::Orr64, 0) => 0xa5b, // OILL
|
1681
|
+
(ALUOp::Orr64, 1) => 0xa5a, // OILH
|
1682
|
+
(ALUOp::Orr64, 2) => 0xa59, // OIHL
|
1683
|
+
(ALUOp::Orr64, 3) => 0xa58, // OIHH
|
1684
|
+
_ => unreachable!(),
|
1685
|
+
};
|
1686
|
+
put(sink, &enc_ri_a(opcode, rd.to_reg(), imm.bits));
|
1687
|
+
}
|
1688
|
+
&Inst::AluRUImm32Shifted {
|
1689
|
+
alu_op,
|
1690
|
+
rd,
|
1691
|
+
ri,
|
1692
|
+
imm,
|
1693
|
+
} => {
|
1694
|
+
let rd = allocs.next_writable(rd);
|
1695
|
+
let ri = allocs.next(ri);
|
1696
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
1697
|
+
|
1698
|
+
let opcode = match (alu_op, imm.shift) {
|
1699
|
+
(ALUOp::And32, 0) => 0xc0b, // NILF
|
1700
|
+
(ALUOp::And64, 0) => 0xc0b, // NILF
|
1701
|
+
(ALUOp::And64, 1) => 0xc0a, // NIHF
|
1702
|
+
(ALUOp::Orr32, 0) => 0xc0d, // OILF
|
1703
|
+
(ALUOp::Orr64, 0) => 0xc0d, // OILF
|
1704
|
+
(ALUOp::Orr64, 1) => 0xc0c, // OILF
|
1705
|
+
(ALUOp::Xor32, 0) => 0xc07, // XILF
|
1706
|
+
(ALUOp::Xor64, 0) => 0xc07, // XILF
|
1707
|
+
(ALUOp::Xor64, 1) => 0xc06, // XILH
|
1708
|
+
_ => unreachable!(),
|
1709
|
+
};
|
1710
|
+
put(sink, &enc_ril_a(opcode, rd.to_reg(), imm.bits));
|
1711
|
+
}
|
1712
|
+
|
1713
|
+
&Inst::SMulWide { rd, rn, rm } => {
|
1714
|
+
let rn = allocs.next(rn);
|
1715
|
+
let rm = allocs.next(rm);
|
1716
|
+
let rd1 = allocs.next_writable(rd.hi);
|
1717
|
+
let rd2 = allocs.next_writable(rd.lo);
|
1718
|
+
debug_assert_valid_regpair!(rd1.to_reg(), rd2.to_reg());
|
1719
|
+
|
1720
|
+
let opcode = 0xb9ec; // MGRK
|
1721
|
+
put(sink, &enc_rrf_ab(opcode, rd1.to_reg(), rn, rm, 0));
|
1722
|
+
}
|
1723
|
+
&Inst::UMulWide { rd, ri, rn } => {
|
1724
|
+
let rn = allocs.next(rn);
|
1725
|
+
let rd1 = allocs.next_writable(rd.hi);
|
1726
|
+
let rd2 = allocs.next_writable(rd.lo);
|
1727
|
+
debug_assert_valid_regpair!(rd1.to_reg(), rd2.to_reg());
|
1728
|
+
let ri = allocs.next(ri);
|
1729
|
+
debug_assert_eq!(rd2.to_reg(), ri);
|
1730
|
+
|
1731
|
+
let opcode = 0xb986; // MLGR
|
1732
|
+
put(sink, &enc_rre(opcode, rd1.to_reg(), rn));
|
1733
|
+
}
|
1734
|
+
&Inst::SDivMod32 { rd, ri, rn } => {
|
1735
|
+
let rn = allocs.next(rn);
|
1736
|
+
let rd1 = allocs.next_writable(rd.hi);
|
1737
|
+
let rd2 = allocs.next_writable(rd.lo);
|
1738
|
+
debug_assert_valid_regpair!(rd1.to_reg(), rd2.to_reg());
|
1739
|
+
let ri = allocs.next(ri);
|
1740
|
+
debug_assert_eq!(rd2.to_reg(), ri);
|
1741
|
+
|
1742
|
+
let opcode = 0xb91d; // DSGFR
|
1743
|
+
let trap_code = TrapCode::IntegerDivisionByZero;
|
1744
|
+
put_with_trap(sink, &enc_rre(opcode, rd1.to_reg(), rn), trap_code);
|
1745
|
+
}
|
1746
|
+
&Inst::SDivMod64 { rd, ri, rn } => {
|
1747
|
+
let rn = allocs.next(rn);
|
1748
|
+
let rd1 = allocs.next_writable(rd.hi);
|
1749
|
+
let rd2 = allocs.next_writable(rd.lo);
|
1750
|
+
debug_assert_valid_regpair!(rd1.to_reg(), rd2.to_reg());
|
1751
|
+
let ri = allocs.next(ri);
|
1752
|
+
debug_assert_eq!(rd2.to_reg(), ri);
|
1753
|
+
|
1754
|
+
let opcode = 0xb90d; // DSGR
|
1755
|
+
let trap_code = TrapCode::IntegerDivisionByZero;
|
1756
|
+
put_with_trap(sink, &enc_rre(opcode, rd1.to_reg(), rn), trap_code);
|
1757
|
+
}
|
1758
|
+
&Inst::UDivMod32 { rd, ri, rn } => {
|
1759
|
+
let rn = allocs.next(rn);
|
1760
|
+
let rd1 = allocs.next_writable(rd.hi);
|
1761
|
+
let rd2 = allocs.next_writable(rd.lo);
|
1762
|
+
debug_assert_valid_regpair!(rd1.to_reg(), rd2.to_reg());
|
1763
|
+
let ri1 = allocs.next(ri.hi);
|
1764
|
+
let ri2 = allocs.next(ri.lo);
|
1765
|
+
debug_assert_eq!(rd1.to_reg(), ri1);
|
1766
|
+
debug_assert_eq!(rd2.to_reg(), ri2);
|
1767
|
+
|
1768
|
+
let opcode = 0xb997; // DLR
|
1769
|
+
let trap_code = TrapCode::IntegerDivisionByZero;
|
1770
|
+
put_with_trap(sink, &enc_rre(opcode, rd1.to_reg(), rn), trap_code);
|
1771
|
+
}
|
1772
|
+
&Inst::UDivMod64 { rd, ri, rn } => {
|
1773
|
+
let rn = allocs.next(rn);
|
1774
|
+
let rd1 = allocs.next_writable(rd.hi);
|
1775
|
+
let rd2 = allocs.next_writable(rd.lo);
|
1776
|
+
debug_assert_valid_regpair!(rd1.to_reg(), rd2.to_reg());
|
1777
|
+
let ri1 = allocs.next(ri.hi);
|
1778
|
+
let ri2 = allocs.next(ri.lo);
|
1779
|
+
debug_assert_eq!(rd1.to_reg(), ri1);
|
1780
|
+
debug_assert_eq!(rd2.to_reg(), ri2);
|
1781
|
+
|
1782
|
+
let opcode = 0xb987; // DLGR
|
1783
|
+
let trap_code = TrapCode::IntegerDivisionByZero;
|
1784
|
+
put_with_trap(sink, &enc_rre(opcode, rd1.to_reg(), rn), trap_code);
|
1785
|
+
}
|
1786
|
+
&Inst::Flogr { rd, rn } => {
|
1787
|
+
let rn = allocs.next(rn);
|
1788
|
+
let rd1 = allocs.next_writable(rd.hi);
|
1789
|
+
let rd2 = allocs.next_writable(rd.lo);
|
1790
|
+
debug_assert_valid_regpair!(rd1.to_reg(), rd2.to_reg());
|
1791
|
+
|
1792
|
+
let opcode = 0xb983; // FLOGR
|
1793
|
+
put(sink, &enc_rre(opcode, rd1.to_reg(), rn));
|
1794
|
+
}
|
1795
|
+
|
1796
|
+
&Inst::ShiftRR {
|
1797
|
+
shift_op,
|
1798
|
+
rd,
|
1799
|
+
rn,
|
1800
|
+
shift_imm,
|
1801
|
+
shift_reg,
|
1802
|
+
} => {
|
1803
|
+
let rd = allocs.next_writable(rd);
|
1804
|
+
let rn = allocs.next(rn);
|
1805
|
+
let shift_reg = allocs.next(shift_reg);
|
1806
|
+
|
1807
|
+
let opcode = match shift_op {
|
1808
|
+
ShiftOp::RotL32 => 0xeb1d, // RLL
|
1809
|
+
ShiftOp::RotL64 => 0xeb1c, // RLLG
|
1810
|
+
ShiftOp::LShL32 => 0xebdf, // SLLK (SLL ?)
|
1811
|
+
ShiftOp::LShL64 => 0xeb0d, // SLLG
|
1812
|
+
ShiftOp::LShR32 => 0xebde, // SRLK (SRL ?)
|
1813
|
+
ShiftOp::LShR64 => 0xeb0c, // SRLG
|
1814
|
+
ShiftOp::AShR32 => 0xebdc, // SRAK (SRA ?)
|
1815
|
+
ShiftOp::AShR64 => 0xeb0a, // SRAG
|
1816
|
+
};
|
1817
|
+
put(
|
1818
|
+
sink,
|
1819
|
+
&enc_rsy(opcode, rd.to_reg(), rn, shift_reg, shift_imm.into()),
|
1820
|
+
);
|
1821
|
+
}
|
1822
|
+
|
1823
|
+
&Inst::RxSBG {
|
1824
|
+
op,
|
1825
|
+
rd,
|
1826
|
+
ri,
|
1827
|
+
rn,
|
1828
|
+
start_bit,
|
1829
|
+
end_bit,
|
1830
|
+
rotate_amt,
|
1831
|
+
} => {
|
1832
|
+
let rd = allocs.next_writable(rd);
|
1833
|
+
let ri = allocs.next(ri);
|
1834
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
1835
|
+
let rn = allocs.next(rn);
|
1836
|
+
|
1837
|
+
let opcode = match op {
|
1838
|
+
RxSBGOp::Insert => 0xec59, // RISBGN
|
1839
|
+
RxSBGOp::And => 0xec54, // RNSBG
|
1840
|
+
RxSBGOp::Or => 0xec56, // ROSBG
|
1841
|
+
RxSBGOp::Xor => 0xec57, // RXSBG
|
1842
|
+
};
|
1843
|
+
put(
|
1844
|
+
sink,
|
1845
|
+
&enc_rie_f(
|
1846
|
+
opcode,
|
1847
|
+
rd.to_reg(),
|
1848
|
+
rn,
|
1849
|
+
start_bit,
|
1850
|
+
end_bit,
|
1851
|
+
(rotate_amt as u8) & 63,
|
1852
|
+
),
|
1853
|
+
);
|
1854
|
+
}
|
1855
|
+
|
1856
|
+
&Inst::RxSBGTest {
|
1857
|
+
op,
|
1858
|
+
rd,
|
1859
|
+
rn,
|
1860
|
+
start_bit,
|
1861
|
+
end_bit,
|
1862
|
+
rotate_amt,
|
1863
|
+
} => {
|
1864
|
+
let rd = allocs.next(rd);
|
1865
|
+
let rn = allocs.next(rn);
|
1866
|
+
|
1867
|
+
let opcode = match op {
|
1868
|
+
RxSBGOp::And => 0xec54, // RNSBG
|
1869
|
+
RxSBGOp::Or => 0xec56, // ROSBG
|
1870
|
+
RxSBGOp::Xor => 0xec57, // RXSBG
|
1871
|
+
_ => unreachable!(),
|
1872
|
+
};
|
1873
|
+
put(
|
1874
|
+
sink,
|
1875
|
+
&enc_rie_f(
|
1876
|
+
opcode,
|
1877
|
+
rd,
|
1878
|
+
rn,
|
1879
|
+
start_bit | 0x80,
|
1880
|
+
end_bit,
|
1881
|
+
(rotate_amt as u8) & 63,
|
1882
|
+
),
|
1883
|
+
);
|
1884
|
+
}
|
1885
|
+
|
1886
|
+
&Inst::UnaryRR { op, rd, rn } => {
|
1887
|
+
let rd = allocs.next_writable(rd);
|
1888
|
+
let rn = allocs.next(rn);
|
1889
|
+
|
1890
|
+
match op {
|
1891
|
+
UnaryOp::Abs32 => {
|
1892
|
+
let opcode = 0x10; // LPR
|
1893
|
+
put(sink, &enc_rr(opcode, rd.to_reg(), rn));
|
1894
|
+
}
|
1895
|
+
UnaryOp::Abs64 => {
|
1896
|
+
let opcode = 0xb900; // LPGR
|
1897
|
+
put(sink, &enc_rre(opcode, rd.to_reg(), rn));
|
1898
|
+
}
|
1899
|
+
UnaryOp::Abs64Ext32 => {
|
1900
|
+
let opcode = 0xb910; // LPGFR
|
1901
|
+
put(sink, &enc_rre(opcode, rd.to_reg(), rn));
|
1902
|
+
}
|
1903
|
+
UnaryOp::Neg32 => {
|
1904
|
+
let opcode = 0x13; // LCR
|
1905
|
+
put(sink, &enc_rr(opcode, rd.to_reg(), rn));
|
1906
|
+
}
|
1907
|
+
UnaryOp::Neg64 => {
|
1908
|
+
let opcode = 0xb903; // LCGR
|
1909
|
+
put(sink, &enc_rre(opcode, rd.to_reg(), rn));
|
1910
|
+
}
|
1911
|
+
UnaryOp::Neg64Ext32 => {
|
1912
|
+
let opcode = 0xb913; // LCGFR
|
1913
|
+
put(sink, &enc_rre(opcode, rd.to_reg(), rn));
|
1914
|
+
}
|
1915
|
+
UnaryOp::PopcntByte => {
|
1916
|
+
let opcode = 0xb9e1; // POPCNT
|
1917
|
+
put(sink, &enc_rrf_cde(opcode, rd.to_reg(), rn, 0, 0));
|
1918
|
+
}
|
1919
|
+
UnaryOp::PopcntReg => {
|
1920
|
+
let opcode = 0xb9e1; // POPCNT
|
1921
|
+
put(sink, &enc_rrf_cde(opcode, rd.to_reg(), rn, 8, 0));
|
1922
|
+
}
|
1923
|
+
UnaryOp::BSwap32 => {
|
1924
|
+
let opcode = 0xb91f; // LRVR
|
1925
|
+
put(sink, &enc_rre(opcode, rd.to_reg(), rn));
|
1926
|
+
}
|
1927
|
+
UnaryOp::BSwap64 => {
|
1928
|
+
let opcode = 0xb90f; // LRVRG
|
1929
|
+
put(sink, &enc_rre(opcode, rd.to_reg(), rn));
|
1930
|
+
}
|
1931
|
+
}
|
1932
|
+
}
|
1933
|
+
|
1934
|
+
&Inst::Extend {
|
1935
|
+
rd,
|
1936
|
+
rn,
|
1937
|
+
signed,
|
1938
|
+
from_bits,
|
1939
|
+
to_bits,
|
1940
|
+
} => {
|
1941
|
+
let rd = allocs.next_writable(rd);
|
1942
|
+
let rn = allocs.next(rn);
|
1943
|
+
|
1944
|
+
let opcode = match (signed, from_bits, to_bits) {
|
1945
|
+
(_, 1, 32) => 0xb926, // LBR
|
1946
|
+
(_, 1, 64) => 0xb906, // LGBR
|
1947
|
+
(false, 8, 32) => 0xb994, // LLCR
|
1948
|
+
(false, 8, 64) => 0xb984, // LLGCR
|
1949
|
+
(true, 8, 32) => 0xb926, // LBR
|
1950
|
+
(true, 8, 64) => 0xb906, // LGBR
|
1951
|
+
(false, 16, 32) => 0xb995, // LLHR
|
1952
|
+
(false, 16, 64) => 0xb985, // LLGHR
|
1953
|
+
(true, 16, 32) => 0xb927, // LHR
|
1954
|
+
(true, 16, 64) => 0xb907, // LGHR
|
1955
|
+
(false, 32, 64) => 0xb916, // LLGFR
|
1956
|
+
(true, 32, 64) => 0xb914, // LGFR
|
1957
|
+
_ => panic!(
|
1958
|
+
"Unsupported extend combination: signed = {}, from_bits = {}, to_bits = {}",
|
1959
|
+
signed, from_bits, to_bits
|
1960
|
+
),
|
1961
|
+
};
|
1962
|
+
put(sink, &enc_rre(opcode, rd.to_reg(), rn));
|
1963
|
+
}
|
1964
|
+
|
1965
|
+
&Inst::CmpRR { op, rn, rm } => {
|
1966
|
+
let rn = allocs.next(rn);
|
1967
|
+
let rm = allocs.next(rm);
|
1968
|
+
|
1969
|
+
let (opcode, is_rre) = match op {
|
1970
|
+
CmpOp::CmpS32 => (0x19, false), // CR
|
1971
|
+
CmpOp::CmpS64 => (0xb920, true), // CGR
|
1972
|
+
CmpOp::CmpS64Ext32 => (0xb930, true), // CGFR
|
1973
|
+
CmpOp::CmpL32 => (0x15, false), // CLR
|
1974
|
+
CmpOp::CmpL64 => (0xb921, true), // CLGR
|
1975
|
+
CmpOp::CmpL64Ext32 => (0xb931, true), // CLGFR
|
1976
|
+
_ => unreachable!(),
|
1977
|
+
};
|
1978
|
+
if is_rre {
|
1979
|
+
put(sink, &enc_rre(opcode, rn, rm));
|
1980
|
+
} else {
|
1981
|
+
put(sink, &enc_rr(opcode, rn, rm));
|
1982
|
+
}
|
1983
|
+
}
|
1984
|
+
&Inst::CmpRX { op, rn, ref mem } => {
|
1985
|
+
let rn = allocs.next(rn);
|
1986
|
+
let mem = mem.with_allocs(allocs);
|
1987
|
+
|
1988
|
+
let (opcode_rx, opcode_rxy, opcode_ril) = match op {
|
1989
|
+
CmpOp::CmpS32 => (Some(0x59), Some(0xe359), Some(0xc6d)), // C(Y), CRL
|
1990
|
+
CmpOp::CmpS32Ext16 => (Some(0x49), Some(0xe379), Some(0xc65)), // CH(Y), CHRL
|
1991
|
+
CmpOp::CmpS64 => (None, Some(0xe320), Some(0xc68)), // CG, CGRL
|
1992
|
+
CmpOp::CmpS64Ext16 => (None, Some(0xe334), Some(0xc64)), // CGH, CGHRL
|
1993
|
+
CmpOp::CmpS64Ext32 => (None, Some(0xe330), Some(0xc6c)), // CGF, CGFRL
|
1994
|
+
CmpOp::CmpL32 => (Some(0x55), Some(0xe355), Some(0xc6f)), // CL(Y), CLRL
|
1995
|
+
CmpOp::CmpL32Ext16 => (None, None, Some(0xc67)), // CLHRL
|
1996
|
+
CmpOp::CmpL64 => (None, Some(0xe321), Some(0xc6a)), // CLG, CLGRL
|
1997
|
+
CmpOp::CmpL64Ext16 => (None, None, Some(0xc66)), // CLGHRL
|
1998
|
+
CmpOp::CmpL64Ext32 => (None, Some(0xe331), Some(0xc6e)), // CLGF, CLGFRL
|
1999
|
+
};
|
2000
|
+
mem_emit(
|
2001
|
+
rn, &mem, opcode_rx, opcode_rxy, opcode_ril, true, sink, emit_info, state,
|
2002
|
+
);
|
2003
|
+
}
|
2004
|
+
&Inst::CmpRSImm16 { op, rn, imm } => {
|
2005
|
+
let rn = allocs.next(rn);
|
2006
|
+
|
2007
|
+
let opcode = match op {
|
2008
|
+
CmpOp::CmpS32 => 0xa7e, // CHI
|
2009
|
+
CmpOp::CmpS64 => 0xa7f, // CGHI
|
2010
|
+
_ => unreachable!(),
|
2011
|
+
};
|
2012
|
+
put(sink, &enc_ri_a(opcode, rn, imm as u16));
|
2013
|
+
}
|
2014
|
+
&Inst::CmpRSImm32 { op, rn, imm } => {
|
2015
|
+
let rn = allocs.next(rn);
|
2016
|
+
|
2017
|
+
let opcode = match op {
|
2018
|
+
CmpOp::CmpS32 => 0xc2d, // CFI
|
2019
|
+
CmpOp::CmpS64 => 0xc2c, // CGFI
|
2020
|
+
_ => unreachable!(),
|
2021
|
+
};
|
2022
|
+
put(sink, &enc_ril_a(opcode, rn, imm as u32));
|
2023
|
+
}
|
2024
|
+
&Inst::CmpRUImm32 { op, rn, imm } => {
|
2025
|
+
let rn = allocs.next(rn);
|
2026
|
+
|
2027
|
+
let opcode = match op {
|
2028
|
+
CmpOp::CmpL32 => 0xc2f, // CLFI
|
2029
|
+
CmpOp::CmpL64 => 0xc2e, // CLGFI
|
2030
|
+
_ => unreachable!(),
|
2031
|
+
};
|
2032
|
+
put(sink, &enc_ril_a(opcode, rn, imm));
|
2033
|
+
}
|
2034
|
+
&Inst::CmpTrapRR {
|
2035
|
+
op,
|
2036
|
+
rn,
|
2037
|
+
rm,
|
2038
|
+
cond,
|
2039
|
+
trap_code,
|
2040
|
+
} => {
|
2041
|
+
let rn = allocs.next(rn);
|
2042
|
+
let rm = allocs.next(rm);
|
2043
|
+
|
2044
|
+
let opcode = match op {
|
2045
|
+
CmpOp::CmpS32 => 0xb972, // CRT
|
2046
|
+
CmpOp::CmpS64 => 0xb960, // CGRT
|
2047
|
+
CmpOp::CmpL32 => 0xb973, // CLRT
|
2048
|
+
CmpOp::CmpL64 => 0xb961, // CLGRT
|
2049
|
+
_ => unreachable!(),
|
2050
|
+
};
|
2051
|
+
put_with_trap(
|
2052
|
+
sink,
|
2053
|
+
&enc_rrf_cde(opcode, rn, rm, cond.bits(), 0),
|
2054
|
+
trap_code,
|
2055
|
+
);
|
2056
|
+
}
|
2057
|
+
&Inst::CmpTrapRSImm16 {
|
2058
|
+
op,
|
2059
|
+
rn,
|
2060
|
+
imm,
|
2061
|
+
cond,
|
2062
|
+
trap_code,
|
2063
|
+
} => {
|
2064
|
+
let rn = allocs.next(rn);
|
2065
|
+
|
2066
|
+
let opcode = match op {
|
2067
|
+
CmpOp::CmpS32 => 0xec72, // CIT
|
2068
|
+
CmpOp::CmpS64 => 0xec70, // CGIT
|
2069
|
+
_ => unreachable!(),
|
2070
|
+
};
|
2071
|
+
put_with_trap(
|
2072
|
+
sink,
|
2073
|
+
&enc_rie_a(opcode, rn, imm as u16, cond.bits()),
|
2074
|
+
trap_code,
|
2075
|
+
);
|
2076
|
+
}
|
2077
|
+
&Inst::CmpTrapRUImm16 {
|
2078
|
+
op,
|
2079
|
+
rn,
|
2080
|
+
imm,
|
2081
|
+
cond,
|
2082
|
+
trap_code,
|
2083
|
+
} => {
|
2084
|
+
let rn = allocs.next(rn);
|
2085
|
+
|
2086
|
+
let opcode = match op {
|
2087
|
+
CmpOp::CmpL32 => 0xec73, // CLFIT
|
2088
|
+
CmpOp::CmpL64 => 0xec71, // CLGIT
|
2089
|
+
_ => unreachable!(),
|
2090
|
+
};
|
2091
|
+
put_with_trap(sink, &enc_rie_a(opcode, rn, imm, cond.bits()), trap_code);
|
2092
|
+
}
|
2093
|
+
|
2094
|
+
&Inst::AtomicRmw {
|
2095
|
+
alu_op,
|
2096
|
+
rd,
|
2097
|
+
rn,
|
2098
|
+
ref mem,
|
2099
|
+
} => {
|
2100
|
+
let rd = allocs.next_writable(rd);
|
2101
|
+
let rn = allocs.next(rn);
|
2102
|
+
let mem = mem.with_allocs(allocs);
|
2103
|
+
|
2104
|
+
let opcode = match alu_op {
|
2105
|
+
ALUOp::Add32 => 0xebf8, // LAA
|
2106
|
+
ALUOp::Add64 => 0xebe8, // LAAG
|
2107
|
+
ALUOp::AddLogical32 => 0xebfa, // LAAL
|
2108
|
+
ALUOp::AddLogical64 => 0xebea, // LAALG
|
2109
|
+
ALUOp::And32 => 0xebf4, // LAN
|
2110
|
+
ALUOp::And64 => 0xebe4, // LANG
|
2111
|
+
ALUOp::Orr32 => 0xebf6, // LAO
|
2112
|
+
ALUOp::Orr64 => 0xebe6, // LAOG
|
2113
|
+
ALUOp::Xor32 => 0xebf7, // LAX
|
2114
|
+
ALUOp::Xor64 => 0xebe7, // LAXG
|
2115
|
+
_ => unreachable!(),
|
2116
|
+
};
|
2117
|
+
|
2118
|
+
let rd = rd.to_reg();
|
2119
|
+
mem_rs_emit(
|
2120
|
+
rd,
|
2121
|
+
rn,
|
2122
|
+
&mem,
|
2123
|
+
None,
|
2124
|
+
Some(opcode),
|
2125
|
+
true,
|
2126
|
+
sink,
|
2127
|
+
emit_info,
|
2128
|
+
state,
|
2129
|
+
);
|
2130
|
+
}
|
2131
|
+
&Inst::Loop { ref body, cond } => {
|
2132
|
+
// This sequence is *one* instruction in the vcode, and is expanded only here at
|
2133
|
+
// emission time, because it requires branching to internal labels.
|
2134
|
+
let loop_label = sink.get_label();
|
2135
|
+
let done_label = sink.get_label();
|
2136
|
+
|
2137
|
+
// Emit label at the start of the loop.
|
2138
|
+
sink.bind_label(loop_label);
|
2139
|
+
|
2140
|
+
for inst in (&body).into_iter() {
|
2141
|
+
match &inst {
|
2142
|
+
// Replace a CondBreak with a branch to done_label.
|
2143
|
+
&Inst::CondBreak { cond } => {
|
2144
|
+
let inst = Inst::OneWayCondBr {
|
2145
|
+
target: done_label,
|
2146
|
+
cond: *cond,
|
2147
|
+
};
|
2148
|
+
inst.emit_with_alloc_consumer(allocs, sink, emit_info, state);
|
2149
|
+
}
|
2150
|
+
_ => inst.emit_with_alloc_consumer(allocs, sink, emit_info, state),
|
2151
|
+
};
|
2152
|
+
}
|
2153
|
+
|
2154
|
+
let inst = Inst::OneWayCondBr {
|
2155
|
+
target: loop_label,
|
2156
|
+
cond,
|
2157
|
+
};
|
2158
|
+
inst.emit(&[], sink, emit_info, state);
|
2159
|
+
|
2160
|
+
// Emit label at the end of the loop.
|
2161
|
+
sink.bind_label(done_label);
|
2162
|
+
}
|
2163
|
+
&Inst::CondBreak { .. } => unreachable!(), // Only valid inside a Loop.
|
2164
|
+
&Inst::AtomicCas32 {
|
2165
|
+
rd,
|
2166
|
+
ri,
|
2167
|
+
rn,
|
2168
|
+
ref mem,
|
2169
|
+
}
|
2170
|
+
| &Inst::AtomicCas64 {
|
2171
|
+
rd,
|
2172
|
+
ri,
|
2173
|
+
rn,
|
2174
|
+
ref mem,
|
2175
|
+
} => {
|
2176
|
+
let rd = allocs.next_writable(rd);
|
2177
|
+
let ri = allocs.next(ri);
|
2178
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
2179
|
+
let rn = allocs.next(rn);
|
2180
|
+
let mem = mem.with_allocs(allocs);
|
2181
|
+
|
2182
|
+
let (opcode_rs, opcode_rsy) = match self {
|
2183
|
+
&Inst::AtomicCas32 { .. } => (Some(0xba), Some(0xeb14)), // CS(Y)
|
2184
|
+
&Inst::AtomicCas64 { .. } => (None, Some(0xeb30)), // CSG
|
2185
|
+
_ => unreachable!(),
|
2186
|
+
};
|
2187
|
+
|
2188
|
+
let rd = rd.to_reg();
|
2189
|
+
mem_rs_emit(
|
2190
|
+
rd, rn, &mem, opcode_rs, opcode_rsy, true, sink, emit_info, state,
|
2191
|
+
);
|
2192
|
+
}
|
2193
|
+
&Inst::Fence => {
|
2194
|
+
put(sink, &enc_e(0x07e0));
|
2195
|
+
}
|
2196
|
+
|
2197
|
+
&Inst::Load32 { rd, ref mem }
|
2198
|
+
| &Inst::Load32ZExt8 { rd, ref mem }
|
2199
|
+
| &Inst::Load32SExt8 { rd, ref mem }
|
2200
|
+
| &Inst::Load32ZExt16 { rd, ref mem }
|
2201
|
+
| &Inst::Load32SExt16 { rd, ref mem }
|
2202
|
+
| &Inst::Load64 { rd, ref mem }
|
2203
|
+
| &Inst::Load64ZExt8 { rd, ref mem }
|
2204
|
+
| &Inst::Load64SExt8 { rd, ref mem }
|
2205
|
+
| &Inst::Load64ZExt16 { rd, ref mem }
|
2206
|
+
| &Inst::Load64SExt16 { rd, ref mem }
|
2207
|
+
| &Inst::Load64ZExt32 { rd, ref mem }
|
2208
|
+
| &Inst::Load64SExt32 { rd, ref mem }
|
2209
|
+
| &Inst::LoadRev16 { rd, ref mem }
|
2210
|
+
| &Inst::LoadRev32 { rd, ref mem }
|
2211
|
+
| &Inst::LoadRev64 { rd, ref mem } => {
|
2212
|
+
let rd = allocs.next_writable(rd);
|
2213
|
+
let mem = mem.with_allocs(allocs);
|
2214
|
+
|
2215
|
+
let (opcode_rx, opcode_rxy, opcode_ril) = match self {
|
2216
|
+
&Inst::Load32 { .. } => (Some(0x58), Some(0xe358), Some(0xc4d)), // L(Y), LRL
|
2217
|
+
&Inst::Load32ZExt8 { .. } => (None, Some(0xe394), None), // LLC
|
2218
|
+
&Inst::Load32SExt8 { .. } => (None, Some(0xe376), None), // LB
|
2219
|
+
&Inst::Load32ZExt16 { .. } => (None, Some(0xe395), Some(0xc42)), // LLH, LLHRL
|
2220
|
+
&Inst::Load32SExt16 { .. } => (Some(0x48), Some(0xe378), Some(0xc45)), // LH(Y), LHRL
|
2221
|
+
&Inst::Load64 { .. } => (None, Some(0xe304), Some(0xc48)), // LG, LGRL
|
2222
|
+
&Inst::Load64ZExt8 { .. } => (None, Some(0xe390), None), // LLGC
|
2223
|
+
&Inst::Load64SExt8 { .. } => (None, Some(0xe377), None), // LGB
|
2224
|
+
&Inst::Load64ZExt16 { .. } => (None, Some(0xe391), Some(0xc46)), // LLGH, LLGHRL
|
2225
|
+
&Inst::Load64SExt16 { .. } => (None, Some(0xe315), Some(0xc44)), // LGH, LGHRL
|
2226
|
+
&Inst::Load64ZExt32 { .. } => (None, Some(0xe316), Some(0xc4e)), // LLGF, LLGFRL
|
2227
|
+
&Inst::Load64SExt32 { .. } => (None, Some(0xe314), Some(0xc4c)), // LGF, LGFRL
|
2228
|
+
&Inst::LoadRev16 { .. } => (None, Some(0xe31f), None), // LRVH
|
2229
|
+
&Inst::LoadRev32 { .. } => (None, Some(0xe31e), None), // LRV
|
2230
|
+
&Inst::LoadRev64 { .. } => (None, Some(0xe30f), None), // LRVG
|
2231
|
+
_ => unreachable!(),
|
2232
|
+
};
|
2233
|
+
let rd = rd.to_reg();
|
2234
|
+
mem_emit(
|
2235
|
+
rd, &mem, opcode_rx, opcode_rxy, opcode_ril, true, sink, emit_info, state,
|
2236
|
+
);
|
2237
|
+
}
|
2238
|
+
|
2239
|
+
&Inst::Store8 { rd, ref mem }
|
2240
|
+
| &Inst::Store16 { rd, ref mem }
|
2241
|
+
| &Inst::Store32 { rd, ref mem }
|
2242
|
+
| &Inst::Store64 { rd, ref mem }
|
2243
|
+
| &Inst::StoreRev16 { rd, ref mem }
|
2244
|
+
| &Inst::StoreRev32 { rd, ref mem }
|
2245
|
+
| &Inst::StoreRev64 { rd, ref mem } => {
|
2246
|
+
let rd = allocs.next(rd);
|
2247
|
+
let mem = mem.with_allocs(allocs);
|
2248
|
+
|
2249
|
+
let (opcode_rx, opcode_rxy, opcode_ril) = match self {
|
2250
|
+
&Inst::Store8 { .. } => (Some(0x42), Some(0xe372), None), // STC(Y)
|
2251
|
+
&Inst::Store16 { .. } => (Some(0x40), Some(0xe370), Some(0xc47)), // STH(Y), STHRL
|
2252
|
+
&Inst::Store32 { .. } => (Some(0x50), Some(0xe350), Some(0xc4f)), // ST(Y), STRL
|
2253
|
+
&Inst::Store64 { .. } => (None, Some(0xe324), Some(0xc4b)), // STG, STGRL
|
2254
|
+
&Inst::StoreRev16 { .. } => (None, Some(0xe33f), None), // STRVH
|
2255
|
+
&Inst::StoreRev32 { .. } => (None, Some(0xe33e), None), // STRV
|
2256
|
+
&Inst::StoreRev64 { .. } => (None, Some(0xe32f), None), // STRVG
|
2257
|
+
_ => unreachable!(),
|
2258
|
+
};
|
2259
|
+
mem_emit(
|
2260
|
+
rd, &mem, opcode_rx, opcode_rxy, opcode_ril, true, sink, emit_info, state,
|
2261
|
+
);
|
2262
|
+
}
|
2263
|
+
&Inst::StoreImm8 { imm, ref mem } => {
|
2264
|
+
let mem = mem.with_allocs(allocs);
|
2265
|
+
|
2266
|
+
let opcode_si = 0x92; // MVI
|
2267
|
+
let opcode_siy = 0xeb52; // MVIY
|
2268
|
+
mem_imm8_emit(
|
2269
|
+
imm, &mem, opcode_si, opcode_siy, true, sink, emit_info, state,
|
2270
|
+
);
|
2271
|
+
}
|
2272
|
+
&Inst::StoreImm16 { imm, ref mem }
|
2273
|
+
| &Inst::StoreImm32SExt16 { imm, ref mem }
|
2274
|
+
| &Inst::StoreImm64SExt16 { imm, ref mem } => {
|
2275
|
+
let mem = mem.with_allocs(allocs);
|
2276
|
+
|
2277
|
+
let opcode = match self {
|
2278
|
+
&Inst::StoreImm16 { .. } => 0xe544, // MVHHI
|
2279
|
+
&Inst::StoreImm32SExt16 { .. } => 0xe54c, // MVHI
|
2280
|
+
&Inst::StoreImm64SExt16 { .. } => 0xe548, // MVGHI
|
2281
|
+
_ => unreachable!(),
|
2282
|
+
};
|
2283
|
+
mem_imm16_emit(imm, &mem, opcode, true, sink, emit_info, state);
|
2284
|
+
}
|
2285
|
+
&Inst::Mvc {
|
2286
|
+
ref dst,
|
2287
|
+
ref src,
|
2288
|
+
len_minus_one,
|
2289
|
+
} => {
|
2290
|
+
let dst = dst.with_allocs(allocs);
|
2291
|
+
let src = src.with_allocs(allocs);
|
2292
|
+
let opcode = 0xd2; // MVC
|
2293
|
+
mem_mem_emit(&dst, &src, len_minus_one, opcode, true, sink, state);
|
2294
|
+
}
|
2295
|
+
|
2296
|
+
&Inst::LoadMultiple64 { rt, rt2, ref mem } => {
|
2297
|
+
let mem = mem.with_allocs(allocs);
|
2298
|
+
|
2299
|
+
let opcode = 0xeb04; // LMG
|
2300
|
+
let rt = rt.to_reg();
|
2301
|
+
let rt2 = rt2.to_reg();
|
2302
|
+
mem_rs_emit(
|
2303
|
+
rt,
|
2304
|
+
rt2,
|
2305
|
+
&mem,
|
2306
|
+
None,
|
2307
|
+
Some(opcode),
|
2308
|
+
true,
|
2309
|
+
sink,
|
2310
|
+
emit_info,
|
2311
|
+
state,
|
2312
|
+
);
|
2313
|
+
}
|
2314
|
+
&Inst::StoreMultiple64 { rt, rt2, ref mem } => {
|
2315
|
+
let mem = mem.with_allocs(allocs);
|
2316
|
+
|
2317
|
+
let opcode = 0xeb24; // STMG
|
2318
|
+
mem_rs_emit(
|
2319
|
+
rt,
|
2320
|
+
rt2,
|
2321
|
+
&mem,
|
2322
|
+
None,
|
2323
|
+
Some(opcode),
|
2324
|
+
true,
|
2325
|
+
sink,
|
2326
|
+
emit_info,
|
2327
|
+
state,
|
2328
|
+
);
|
2329
|
+
}
|
2330
|
+
|
2331
|
+
&Inst::LoadAddr { rd, ref mem } => {
|
2332
|
+
let rd = allocs.next_writable(rd);
|
2333
|
+
let mem = mem.with_allocs(allocs);
|
2334
|
+
|
2335
|
+
let opcode_rx = Some(0x41); // LA
|
2336
|
+
let opcode_rxy = Some(0xe371); // LAY
|
2337
|
+
let opcode_ril = Some(0xc00); // LARL
|
2338
|
+
let rd = rd.to_reg();
|
2339
|
+
mem_emit(
|
2340
|
+
rd, &mem, opcode_rx, opcode_rxy, opcode_ril, false, sink, emit_info, state,
|
2341
|
+
);
|
2342
|
+
}
|
2343
|
+
|
2344
|
+
&Inst::Mov64 { rd, rm } => {
|
2345
|
+
let rd = allocs.next_writable(rd);
|
2346
|
+
let rm = allocs.next(rm);
|
2347
|
+
|
2348
|
+
let opcode = 0xb904; // LGR
|
2349
|
+
put(sink, &enc_rre(opcode, rd.to_reg(), rm));
|
2350
|
+
}
|
2351
|
+
&Inst::MovPReg { rd, rm } => {
|
2352
|
+
let rm: Reg = rm.into();
|
2353
|
+
debug_assert!([regs::gpr(0), regs::gpr(14), regs::gpr(15)].contains(&rm));
|
2354
|
+
let rd = allocs.next_writable(rd);
|
2355
|
+
Inst::Mov64 { rd, rm }.emit(&[], sink, emit_info, state);
|
2356
|
+
}
|
2357
|
+
&Inst::Mov32 { rd, rm } => {
|
2358
|
+
let rd = allocs.next_writable(rd);
|
2359
|
+
let rm = allocs.next(rm);
|
2360
|
+
|
2361
|
+
let opcode = 0x18; // LR
|
2362
|
+
put(sink, &enc_rr(opcode, rd.to_reg(), rm));
|
2363
|
+
}
|
2364
|
+
&Inst::Mov32Imm { rd, imm } => {
|
2365
|
+
let rd = allocs.next_writable(rd);
|
2366
|
+
|
2367
|
+
let opcode = 0xc09; // IILF
|
2368
|
+
put(sink, &enc_ril_a(opcode, rd.to_reg(), imm));
|
2369
|
+
}
|
2370
|
+
&Inst::Mov32SImm16 { rd, imm } => {
|
2371
|
+
let rd = allocs.next_writable(rd);
|
2372
|
+
|
2373
|
+
let opcode = 0xa78; // LHI
|
2374
|
+
put(sink, &enc_ri_a(opcode, rd.to_reg(), imm as u16));
|
2375
|
+
}
|
2376
|
+
&Inst::Mov64SImm16 { rd, imm } => {
|
2377
|
+
let rd = allocs.next_writable(rd);
|
2378
|
+
|
2379
|
+
let opcode = 0xa79; // LGHI
|
2380
|
+
put(sink, &enc_ri_a(opcode, rd.to_reg(), imm as u16));
|
2381
|
+
}
|
2382
|
+
&Inst::Mov64SImm32 { rd, imm } => {
|
2383
|
+
let rd = allocs.next_writable(rd);
|
2384
|
+
|
2385
|
+
let opcode = 0xc01; // LGFI
|
2386
|
+
put(sink, &enc_ril_a(opcode, rd.to_reg(), imm as u32));
|
2387
|
+
}
|
2388
|
+
&Inst::CMov32 { rd, cond, ri, rm } => {
|
2389
|
+
let rd = allocs.next_writable(rd);
|
2390
|
+
let ri = allocs.next(ri);
|
2391
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
2392
|
+
let rm = allocs.next(rm);
|
2393
|
+
|
2394
|
+
let opcode = 0xb9f2; // LOCR
|
2395
|
+
put(sink, &enc_rrf_cde(opcode, rd.to_reg(), rm, cond.bits(), 0));
|
2396
|
+
}
|
2397
|
+
&Inst::CMov64 { rd, cond, ri, rm } => {
|
2398
|
+
let rd = allocs.next_writable(rd);
|
2399
|
+
let ri = allocs.next(ri);
|
2400
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
2401
|
+
let rm = allocs.next(rm);
|
2402
|
+
|
2403
|
+
let opcode = 0xb9e2; // LOCGR
|
2404
|
+
put(sink, &enc_rrf_cde(opcode, rd.to_reg(), rm, cond.bits(), 0));
|
2405
|
+
}
|
2406
|
+
&Inst::CMov32SImm16 { rd, cond, ri, imm } => {
|
2407
|
+
let rd = allocs.next_writable(rd);
|
2408
|
+
let ri = allocs.next(ri);
|
2409
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
2410
|
+
|
2411
|
+
let opcode = 0xec42; // LOCHI
|
2412
|
+
put(
|
2413
|
+
sink,
|
2414
|
+
&enc_rie_g(opcode, rd.to_reg(), imm as u16, cond.bits()),
|
2415
|
+
);
|
2416
|
+
}
|
2417
|
+
&Inst::CMov64SImm16 { rd, cond, ri, imm } => {
|
2418
|
+
let rd = allocs.next_writable(rd);
|
2419
|
+
let ri = allocs.next(ri);
|
2420
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
2421
|
+
|
2422
|
+
let opcode = 0xec46; // LOCGHI
|
2423
|
+
put(
|
2424
|
+
sink,
|
2425
|
+
&enc_rie_g(opcode, rd.to_reg(), imm as u16, cond.bits()),
|
2426
|
+
);
|
2427
|
+
}
|
2428
|
+
&Inst::Mov64UImm16Shifted { rd, imm } => {
|
2429
|
+
let rd = allocs.next_writable(rd);
|
2430
|
+
|
2431
|
+
let opcode = match imm.shift {
|
2432
|
+
0 => 0xa5f, // LLILL
|
2433
|
+
1 => 0xa5e, // LLILH
|
2434
|
+
2 => 0xa5d, // LLIHL
|
2435
|
+
3 => 0xa5c, // LLIHH
|
2436
|
+
_ => unreachable!(),
|
2437
|
+
};
|
2438
|
+
put(sink, &enc_ri_a(opcode, rd.to_reg(), imm.bits));
|
2439
|
+
}
|
2440
|
+
&Inst::Mov64UImm32Shifted { rd, imm } => {
|
2441
|
+
let rd = allocs.next_writable(rd);
|
2442
|
+
|
2443
|
+
let opcode = match imm.shift {
|
2444
|
+
0 => 0xc0f, // LLILF
|
2445
|
+
1 => 0xc0e, // LLIHF
|
2446
|
+
_ => unreachable!(),
|
2447
|
+
};
|
2448
|
+
put(sink, &enc_ril_a(opcode, rd.to_reg(), imm.bits));
|
2449
|
+
}
|
2450
|
+
&Inst::Insert64UImm16Shifted { rd, ri, imm } => {
|
2451
|
+
let rd = allocs.next_writable(rd);
|
2452
|
+
let ri = allocs.next(ri);
|
2453
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
2454
|
+
|
2455
|
+
let opcode = match imm.shift {
|
2456
|
+
0 => 0xa53, // IILL
|
2457
|
+
1 => 0xa52, // IILH
|
2458
|
+
2 => 0xa51, // IIHL
|
2459
|
+
3 => 0xa50, // IIHH
|
2460
|
+
_ => unreachable!(),
|
2461
|
+
};
|
2462
|
+
put(sink, &enc_ri_a(opcode, rd.to_reg(), imm.bits));
|
2463
|
+
}
|
2464
|
+
&Inst::Insert64UImm32Shifted { rd, ri, imm } => {
|
2465
|
+
let rd = allocs.next_writable(rd);
|
2466
|
+
let ri = allocs.next(ri);
|
2467
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
2468
|
+
|
2469
|
+
let opcode = match imm.shift {
|
2470
|
+
0 => 0xc09, // IILF
|
2471
|
+
1 => 0xc08, // IIHF
|
2472
|
+
_ => unreachable!(),
|
2473
|
+
};
|
2474
|
+
put(sink, &enc_ril_a(opcode, rd.to_reg(), imm.bits));
|
2475
|
+
}
|
2476
|
+
&Inst::LoadAR { rd, ar } => {
|
2477
|
+
let rd = allocs.next_writable(rd);
|
2478
|
+
let opcode = 0xb24f; // EAR
|
2479
|
+
put(sink, &enc_rre(opcode, rd.to_reg(), gpr(ar)));
|
2480
|
+
}
|
2481
|
+
|
2482
|
+
&Inst::InsertAR { rd, ri, ar } => {
|
2483
|
+
let rd = allocs.next_writable(rd);
|
2484
|
+
let ri = allocs.next(ri);
|
2485
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
2486
|
+
|
2487
|
+
let opcode = 0xb24f; // EAR
|
2488
|
+
put(sink, &enc_rre(opcode, rd.to_reg(), gpr(ar)));
|
2489
|
+
}
|
2490
|
+
&Inst::LoadSymbolReloc {
|
2491
|
+
rd,
|
2492
|
+
ref symbol_reloc,
|
2493
|
+
} => {
|
2494
|
+
let rd = allocs.next_writable(rd);
|
2495
|
+
|
2496
|
+
let opcode = 0xa75; // BRAS
|
2497
|
+
let reg = writable_spilltmp_reg().to_reg();
|
2498
|
+
put(sink, &enc_ri_b(opcode, reg, 12));
|
2499
|
+
let (reloc, name, offset) = match &**symbol_reloc {
|
2500
|
+
SymbolReloc::Absolute { name, offset } => (Reloc::Abs8, name, *offset),
|
2501
|
+
SymbolReloc::TlsGd { name } => (Reloc::S390xTlsGd64, name, 0),
|
2502
|
+
};
|
2503
|
+
sink.add_reloc(reloc, name, offset);
|
2504
|
+
sink.put8(0);
|
2505
|
+
let inst = Inst::Load64 {
|
2506
|
+
rd,
|
2507
|
+
mem: MemArg::reg(reg, MemFlags::trusted()),
|
2508
|
+
};
|
2509
|
+
inst.emit(&[], sink, emit_info, state);
|
2510
|
+
}
|
2511
|
+
|
2512
|
+
&Inst::FpuMove32 { rd, rn } => {
|
2513
|
+
let rd = allocs.next_writable(rd);
|
2514
|
+
let rn = allocs.next(rn);
|
2515
|
+
|
2516
|
+
if is_fpr(rd.to_reg()) && is_fpr(rn) {
|
2517
|
+
let opcode = 0x38; // LER
|
2518
|
+
put(sink, &enc_rr(opcode, rd.to_reg(), rn));
|
2519
|
+
} else {
|
2520
|
+
let opcode = 0xe756; // VLR
|
2521
|
+
put(sink, &enc_vrr_a(opcode, rd.to_reg(), rn, 0, 0, 0));
|
2522
|
+
}
|
2523
|
+
}
|
2524
|
+
&Inst::FpuMove64 { rd, rn } => {
|
2525
|
+
let rd = allocs.next_writable(rd);
|
2526
|
+
let rn = allocs.next(rn);
|
2527
|
+
|
2528
|
+
if is_fpr(rd.to_reg()) && is_fpr(rn) {
|
2529
|
+
let opcode = 0x28; // LDR
|
2530
|
+
put(sink, &enc_rr(opcode, rd.to_reg(), rn));
|
2531
|
+
} else {
|
2532
|
+
let opcode = 0xe756; // VLR
|
2533
|
+
put(sink, &enc_vrr_a(opcode, rd.to_reg(), rn, 0, 0, 0));
|
2534
|
+
}
|
2535
|
+
}
|
2536
|
+
&Inst::FpuCMov32 { rd, cond, ri, rm } => {
|
2537
|
+
let rd = allocs.next_writable(rd);
|
2538
|
+
let ri = allocs.next(ri);
|
2539
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
2540
|
+
let rm = allocs.next(rm);
|
2541
|
+
|
2542
|
+
if is_fpr(rd.to_reg()) && is_fpr(rm) {
|
2543
|
+
let opcode = 0xa74; // BCR
|
2544
|
+
put(sink, &enc_ri_c(opcode, cond.invert().bits(), 4 + 2));
|
2545
|
+
let opcode = 0x38; // LER
|
2546
|
+
put(sink, &enc_rr(opcode, rd.to_reg(), rm));
|
2547
|
+
} else {
|
2548
|
+
let opcode = 0xa74; // BCR
|
2549
|
+
put(sink, &enc_ri_c(opcode, cond.invert().bits(), 4 + 6));
|
2550
|
+
let opcode = 0xe756; // VLR
|
2551
|
+
put(sink, &enc_vrr_a(opcode, rd.to_reg(), rm, 0, 0, 0));
|
2552
|
+
}
|
2553
|
+
}
|
2554
|
+
&Inst::FpuCMov64 { rd, cond, ri, rm } => {
|
2555
|
+
let rd = allocs.next_writable(rd);
|
2556
|
+
let ri = allocs.next(ri);
|
2557
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
2558
|
+
let rm = allocs.next(rm);
|
2559
|
+
|
2560
|
+
if is_fpr(rd.to_reg()) && is_fpr(rm) {
|
2561
|
+
let opcode = 0xa74; // BCR
|
2562
|
+
put(sink, &enc_ri_c(opcode, cond.invert().bits(), 4 + 2));
|
2563
|
+
let opcode = 0x28; // LDR
|
2564
|
+
put(sink, &enc_rr(opcode, rd.to_reg(), rm));
|
2565
|
+
} else {
|
2566
|
+
let opcode = 0xa74; // BCR
|
2567
|
+
put(sink, &enc_ri_c(opcode, cond.invert().bits(), 4 + 6));
|
2568
|
+
let opcode = 0xe756; // VLR
|
2569
|
+
put(sink, &enc_vrr_a(opcode, rd.to_reg(), rm, 0, 0, 0));
|
2570
|
+
}
|
2571
|
+
}
|
2572
|
+
&Inst::LoadFpuConst32 { rd, const_data } => {
|
2573
|
+
let rd = allocs.next_writable(rd);
|
2574
|
+
|
2575
|
+
let opcode = 0xa75; // BRAS
|
2576
|
+
let reg = writable_spilltmp_reg().to_reg();
|
2577
|
+
put(sink, &enc_ri_b(opcode, reg, 8));
|
2578
|
+
sink.put4(const_data.swap_bytes());
|
2579
|
+
let inst = Inst::VecLoadLaneUndef {
|
2580
|
+
size: 32,
|
2581
|
+
rd,
|
2582
|
+
mem: MemArg::reg(reg, MemFlags::trusted()),
|
2583
|
+
lane_imm: 0,
|
2584
|
+
};
|
2585
|
+
inst.emit(&[], sink, emit_info, state);
|
2586
|
+
}
|
2587
|
+
&Inst::LoadFpuConst64 { rd, const_data } => {
|
2588
|
+
let rd = allocs.next_writable(rd);
|
2589
|
+
|
2590
|
+
let opcode = 0xa75; // BRAS
|
2591
|
+
let reg = writable_spilltmp_reg().to_reg();
|
2592
|
+
put(sink, &enc_ri_b(opcode, reg, 12));
|
2593
|
+
sink.put8(const_data.swap_bytes());
|
2594
|
+
let inst = Inst::VecLoadLaneUndef {
|
2595
|
+
size: 64,
|
2596
|
+
rd,
|
2597
|
+
mem: MemArg::reg(reg, MemFlags::trusted()),
|
2598
|
+
lane_imm: 0,
|
2599
|
+
};
|
2600
|
+
inst.emit(&[], sink, emit_info, state);
|
2601
|
+
}
|
2602
|
+
&Inst::FpuRR { fpu_op, rd, rn } => {
|
2603
|
+
let rd = allocs.next_writable(rd);
|
2604
|
+
let rn = allocs.next(rn);
|
2605
|
+
|
2606
|
+
let (opcode, m3, m4, m5, opcode_fpr) = match fpu_op {
|
2607
|
+
FPUOp1::Abs32 => (0xe7cc, 2, 8, 2, Some(0xb300)), // WFPSO, LPEBR
|
2608
|
+
FPUOp1::Abs64 => (0xe7cc, 3, 8, 2, Some(0xb310)), // WFPSO, LPDBR
|
2609
|
+
FPUOp1::Abs32x4 => (0xe7cc, 2, 0, 2, None), // VFPSO
|
2610
|
+
FPUOp1::Abs64x2 => (0xe7cc, 3, 0, 2, None), // VFPSO
|
2611
|
+
FPUOp1::Neg32 => (0xe7cc, 2, 8, 0, Some(0xb303)), // WFPSO, LCEBR
|
2612
|
+
FPUOp1::Neg64 => (0xe7cc, 3, 8, 0, Some(0xb313)), // WFPSO, LCDBR
|
2613
|
+
FPUOp1::Neg32x4 => (0xe7cc, 2, 0, 0, None), // VFPSO
|
2614
|
+
FPUOp1::Neg64x2 => (0xe7cc, 3, 0, 0, None), // VFPSO
|
2615
|
+
FPUOp1::NegAbs32 => (0xe7cc, 2, 8, 1, Some(0xb301)), // WFPSO, LNEBR
|
2616
|
+
FPUOp1::NegAbs64 => (0xe7cc, 3, 8, 1, Some(0xb311)), // WFPSO, LNDBR
|
2617
|
+
FPUOp1::NegAbs32x4 => (0xe7cc, 2, 0, 1, None), // VFPSO
|
2618
|
+
FPUOp1::NegAbs64x2 => (0xe7cc, 3, 0, 1, None), // VFPSO
|
2619
|
+
FPUOp1::Sqrt32 => (0xe7ce, 2, 8, 0, Some(0xb314)), // WFSQ, SQEBR
|
2620
|
+
FPUOp1::Sqrt64 => (0xe7ce, 3, 8, 0, Some(0xb315)), // WFSQ, SQDBR
|
2621
|
+
FPUOp1::Sqrt32x4 => (0xe7ce, 2, 0, 0, None), // VFSQ
|
2622
|
+
FPUOp1::Sqrt64x2 => (0xe7ce, 3, 0, 0, None), // VFSQ
|
2623
|
+
FPUOp1::Cvt32To64 => (0xe7c4, 2, 8, 0, Some(0xb304)), // WFLL, LDEBR
|
2624
|
+
FPUOp1::Cvt32x4To64x2 => (0xe7c4, 2, 0, 0, None), // VFLL
|
2625
|
+
};
|
2626
|
+
if m4 == 8 && is_fpr(rd.to_reg()) && is_fpr(rn) {
|
2627
|
+
put(sink, &enc_rre(opcode_fpr.unwrap(), rd.to_reg(), rn));
|
2628
|
+
} else {
|
2629
|
+
put(sink, &enc_vrr_a(opcode, rd.to_reg(), rn, m3, m4, m5));
|
2630
|
+
}
|
2631
|
+
}
|
2632
|
+
&Inst::FpuRRR { fpu_op, rd, rn, rm } => {
|
2633
|
+
let rd = allocs.next_writable(rd);
|
2634
|
+
let rn = allocs.next(rn);
|
2635
|
+
let rm = allocs.next(rm);
|
2636
|
+
|
2637
|
+
let (opcode, m4, m5, m6, opcode_fpr) = match fpu_op {
|
2638
|
+
FPUOp2::Add32 => (0xe7e3, 2, 8, 0, Some(0xb30a)), // WFA, AEBR
|
2639
|
+
FPUOp2::Add64 => (0xe7e3, 3, 8, 0, Some(0xb31a)), // WFA, ADBR
|
2640
|
+
FPUOp2::Add32x4 => (0xe7e3, 2, 0, 0, None), // VFA
|
2641
|
+
FPUOp2::Add64x2 => (0xe7e3, 3, 0, 0, None), // VFA
|
2642
|
+
FPUOp2::Sub32 => (0xe7e2, 2, 8, 0, Some(0xb30b)), // WFS, SEBR
|
2643
|
+
FPUOp2::Sub64 => (0xe7e2, 3, 8, 0, Some(0xb31b)), // WFS, SDBR
|
2644
|
+
FPUOp2::Sub32x4 => (0xe7e2, 2, 0, 0, None), // VFS
|
2645
|
+
FPUOp2::Sub64x2 => (0xe7e2, 3, 0, 0, None), // VFS
|
2646
|
+
FPUOp2::Mul32 => (0xe7e7, 2, 8, 0, Some(0xb317)), // WFM, MEEBR
|
2647
|
+
FPUOp2::Mul64 => (0xe7e7, 3, 8, 0, Some(0xb31c)), // WFM, MDBR
|
2648
|
+
FPUOp2::Mul32x4 => (0xe7e7, 2, 0, 0, None), // VFM
|
2649
|
+
FPUOp2::Mul64x2 => (0xe7e7, 3, 0, 0, None), // VFM
|
2650
|
+
FPUOp2::Div32 => (0xe7e5, 2, 8, 0, Some(0xb30d)), // WFD, DEBR
|
2651
|
+
FPUOp2::Div64 => (0xe7e5, 3, 8, 0, Some(0xb31d)), // WFD, DDBR
|
2652
|
+
FPUOp2::Div32x4 => (0xe7e5, 2, 0, 0, None), // VFD
|
2653
|
+
FPUOp2::Div64x2 => (0xe7e5, 3, 0, 0, None), // VFD
|
2654
|
+
FPUOp2::Max32 => (0xe7ef, 2, 8, 1, None), // WFMAX
|
2655
|
+
FPUOp2::Max64 => (0xe7ef, 3, 8, 1, None), // WFMAX
|
2656
|
+
FPUOp2::Max32x4 => (0xe7ef, 2, 0, 1, None), // VFMAX
|
2657
|
+
FPUOp2::Max64x2 => (0xe7ef, 3, 0, 1, None), // VFMAX
|
2658
|
+
FPUOp2::Min32 => (0xe7ee, 2, 8, 1, None), // WFMIN
|
2659
|
+
FPUOp2::Min64 => (0xe7ee, 3, 8, 1, None), // WFMIN
|
2660
|
+
FPUOp2::Min32x4 => (0xe7ee, 2, 0, 1, None), // VFMIN
|
2661
|
+
FPUOp2::Min64x2 => (0xe7ee, 3, 0, 1, None), // VFMIN
|
2662
|
+
FPUOp2::MaxPseudo32 => (0xe7ef, 2, 8, 3, None), // WFMAX
|
2663
|
+
FPUOp2::MaxPseudo64 => (0xe7ef, 3, 8, 3, None), // WFMAX
|
2664
|
+
FPUOp2::MaxPseudo32x4 => (0xe7ef, 2, 0, 3, None), // VFMAX
|
2665
|
+
FPUOp2::MaxPseudo64x2 => (0xe7ef, 3, 0, 3, None), // VFMAX
|
2666
|
+
FPUOp2::MinPseudo32 => (0xe7ee, 2, 8, 3, None), // WFMIN
|
2667
|
+
FPUOp2::MinPseudo64 => (0xe7ee, 3, 8, 3, None), // WFMIN
|
2668
|
+
FPUOp2::MinPseudo32x4 => (0xe7ee, 2, 0, 3, None), // VFMIN
|
2669
|
+
FPUOp2::MinPseudo64x2 => (0xe7ee, 3, 0, 3, None), // VFMIN
|
2670
|
+
};
|
2671
|
+
if m5 == 8 && opcode_fpr.is_some() && rd.to_reg() == rn && is_fpr(rn) && is_fpr(rm)
|
2672
|
+
{
|
2673
|
+
put(sink, &enc_rre(opcode_fpr.unwrap(), rd.to_reg(), rm));
|
2674
|
+
} else {
|
2675
|
+
put(sink, &enc_vrr_c(opcode, rd.to_reg(), rn, rm, m4, m5, m6));
|
2676
|
+
}
|
2677
|
+
}
|
2678
|
+
&Inst::FpuRRRR {
|
2679
|
+
fpu_op,
|
2680
|
+
rd,
|
2681
|
+
rn,
|
2682
|
+
rm,
|
2683
|
+
ra,
|
2684
|
+
} => {
|
2685
|
+
let rd = allocs.next_writable(rd);
|
2686
|
+
let rn = allocs.next(rn);
|
2687
|
+
let rm = allocs.next(rm);
|
2688
|
+
let ra = allocs.next(ra);
|
2689
|
+
|
2690
|
+
let (opcode, m5, m6, opcode_fpr) = match fpu_op {
|
2691
|
+
FPUOp3::MAdd32 => (0xe78f, 8, 2, Some(0xb30e)), // WFMA, MAEBR
|
2692
|
+
FPUOp3::MAdd64 => (0xe78f, 8, 3, Some(0xb31e)), // WFMA, MADBR
|
2693
|
+
FPUOp3::MAdd32x4 => (0xe78f, 0, 2, None), // VFMA
|
2694
|
+
FPUOp3::MAdd64x2 => (0xe78f, 0, 3, None), // VFMA
|
2695
|
+
FPUOp3::MSub32 => (0xe78e, 8, 2, Some(0xb30f)), // WFMS, MSEBR
|
2696
|
+
FPUOp3::MSub64 => (0xe78e, 8, 3, Some(0xb31f)), // WFMS, MSDBR
|
2697
|
+
FPUOp3::MSub32x4 => (0xe78e, 0, 2, None), // VFMS
|
2698
|
+
FPUOp3::MSub64x2 => (0xe78e, 0, 3, None), // VFMS
|
2699
|
+
};
|
2700
|
+
if m5 == 8 && rd.to_reg() == ra && is_fpr(rn) && is_fpr(rm) && is_fpr(ra) {
|
2701
|
+
put(sink, &enc_rrd(opcode_fpr.unwrap(), rd.to_reg(), rm, rn));
|
2702
|
+
} else {
|
2703
|
+
put(sink, &enc_vrr_e(opcode, rd.to_reg(), rn, rm, ra, m5, m6));
|
2704
|
+
}
|
2705
|
+
}
|
2706
|
+
&Inst::FpuRound { op, mode, rd, rn } => {
|
2707
|
+
let rd = allocs.next_writable(rd);
|
2708
|
+
let rn = allocs.next(rn);
|
2709
|
+
|
2710
|
+
let mode = match mode {
|
2711
|
+
FpuRoundMode::Current => 0,
|
2712
|
+
FpuRoundMode::ToNearest => 1,
|
2713
|
+
FpuRoundMode::ShorterPrecision => 3,
|
2714
|
+
FpuRoundMode::ToNearestTiesToEven => 4,
|
2715
|
+
FpuRoundMode::ToZero => 5,
|
2716
|
+
FpuRoundMode::ToPosInfinity => 6,
|
2717
|
+
FpuRoundMode::ToNegInfinity => 7,
|
2718
|
+
};
|
2719
|
+
let (opcode, m3, m4, opcode_fpr) = match op {
|
2720
|
+
FpuRoundOp::Cvt64To32 => (0xe7c5, 3, 8, Some(0xb344)), // WFLR, LEDBR(A)
|
2721
|
+
FpuRoundOp::Cvt64x2To32x4 => (0xe7c5, 3, 0, None), // VFLR
|
2722
|
+
FpuRoundOp::Round32 => (0xe7c7, 2, 8, Some(0xb357)), // WFI, FIEBR
|
2723
|
+
FpuRoundOp::Round64 => (0xe7c7, 3, 8, Some(0xb35f)), // WFI, FIDBR
|
2724
|
+
FpuRoundOp::Round32x4 => (0xe7c7, 2, 0, None), // VFI
|
2725
|
+
FpuRoundOp::Round64x2 => (0xe7c7, 3, 0, None), // VFI
|
2726
|
+
FpuRoundOp::ToSInt32 => (0xe7c2, 2, 8, None), // WCSFP
|
2727
|
+
FpuRoundOp::ToSInt64 => (0xe7c2, 3, 8, None), // WCSFP
|
2728
|
+
FpuRoundOp::ToUInt32 => (0xe7c0, 2, 8, None), // WCLFP
|
2729
|
+
FpuRoundOp::ToUInt64 => (0xe7c0, 3, 8, None), // WCLFP
|
2730
|
+
FpuRoundOp::ToSInt32x4 => (0xe7c2, 2, 0, None), // VCSFP
|
2731
|
+
FpuRoundOp::ToSInt64x2 => (0xe7c2, 3, 0, None), // VCSFP
|
2732
|
+
FpuRoundOp::ToUInt32x4 => (0xe7c0, 2, 0, None), // VCLFP
|
2733
|
+
FpuRoundOp::ToUInt64x2 => (0xe7c0, 3, 0, None), // VCLFP
|
2734
|
+
FpuRoundOp::FromSInt32 => (0xe7c3, 2, 8, None), // WCFPS
|
2735
|
+
FpuRoundOp::FromSInt64 => (0xe7c3, 3, 8, None), // WCFPS
|
2736
|
+
FpuRoundOp::FromUInt32 => (0xe7c1, 2, 8, None), // WCFPL
|
2737
|
+
FpuRoundOp::FromUInt64 => (0xe7c1, 3, 8, None), // WCFPL
|
2738
|
+
FpuRoundOp::FromSInt32x4 => (0xe7c3, 2, 0, None), // VCFPS
|
2739
|
+
FpuRoundOp::FromSInt64x2 => (0xe7c3, 3, 0, None), // VCFPS
|
2740
|
+
FpuRoundOp::FromUInt32x4 => (0xe7c1, 2, 0, None), // VCFPL
|
2741
|
+
FpuRoundOp::FromUInt64x2 => (0xe7c1, 3, 0, None), // VCFPL
|
2742
|
+
};
|
2743
|
+
if m4 == 8 && opcode_fpr.is_some() && is_fpr(rd.to_reg()) && is_fpr(rn) {
|
2744
|
+
put(
|
2745
|
+
sink,
|
2746
|
+
&enc_rrf_cde(opcode_fpr.unwrap(), rd.to_reg(), rn, mode, 0),
|
2747
|
+
);
|
2748
|
+
} else {
|
2749
|
+
put(sink, &enc_vrr_a(opcode, rd.to_reg(), rn, m3, m4, mode));
|
2750
|
+
}
|
2751
|
+
}
|
2752
|
+
&Inst::FpuCmp32 { rn, rm } => {
|
2753
|
+
let rn = allocs.next(rn);
|
2754
|
+
let rm = allocs.next(rm);
|
2755
|
+
|
2756
|
+
if is_fpr(rn) && is_fpr(rm) {
|
2757
|
+
let opcode = 0xb309; // CEBR
|
2758
|
+
put(sink, &enc_rre(opcode, rn, rm));
|
2759
|
+
} else {
|
2760
|
+
let opcode = 0xe7cb; // WFC
|
2761
|
+
put(sink, &enc_vrr_a(opcode, rn, rm, 2, 0, 0));
|
2762
|
+
}
|
2763
|
+
}
|
2764
|
+
&Inst::FpuCmp64 { rn, rm } => {
|
2765
|
+
let rn = allocs.next(rn);
|
2766
|
+
let rm = allocs.next(rm);
|
2767
|
+
|
2768
|
+
if is_fpr(rn) && is_fpr(rm) {
|
2769
|
+
let opcode = 0xb319; // CDBR
|
2770
|
+
put(sink, &enc_rre(opcode, rn, rm));
|
2771
|
+
} else {
|
2772
|
+
let opcode = 0xe7cb; // WFC
|
2773
|
+
put(sink, &enc_vrr_a(opcode, rn, rm, 3, 0, 0));
|
2774
|
+
}
|
2775
|
+
}
|
2776
|
+
|
2777
|
+
&Inst::VecRRR { op, rd, rn, rm } => {
|
2778
|
+
let rd = allocs.next_writable(rd);
|
2779
|
+
let rn = allocs.next(rn);
|
2780
|
+
let rm = allocs.next(rm);
|
2781
|
+
|
2782
|
+
let (opcode, m4) = match op {
|
2783
|
+
VecBinaryOp::Add8x16 => (0xe7f3, 0), // VAB
|
2784
|
+
VecBinaryOp::Add16x8 => (0xe7f3, 1), // VAH
|
2785
|
+
VecBinaryOp::Add32x4 => (0xe7f3, 2), // VAF
|
2786
|
+
VecBinaryOp::Add64x2 => (0xe7f3, 3), // VAG
|
2787
|
+
VecBinaryOp::Add128 => (0xe7f3, 4), // VAQ
|
2788
|
+
VecBinaryOp::Sub8x16 => (0xe7f7, 0), // VSB
|
2789
|
+
VecBinaryOp::Sub16x8 => (0xe7f7, 1), // VSH
|
2790
|
+
VecBinaryOp::Sub32x4 => (0xe7f7, 2), // VSF
|
2791
|
+
VecBinaryOp::Sub64x2 => (0xe7f7, 3), // VSG
|
2792
|
+
VecBinaryOp::Sub128 => (0xe7f7, 4), // VSQ
|
2793
|
+
VecBinaryOp::Mul8x16 => (0xe7a2, 0), // VMLB
|
2794
|
+
VecBinaryOp::Mul16x8 => (0xe7a2, 1), // VMLHW
|
2795
|
+
VecBinaryOp::Mul32x4 => (0xe7a2, 2), // VMLF
|
2796
|
+
VecBinaryOp::UMulHi8x16 => (0xe7a1, 0), // VMLHB
|
2797
|
+
VecBinaryOp::UMulHi16x8 => (0xe7a1, 1), // VMLHH
|
2798
|
+
VecBinaryOp::UMulHi32x4 => (0xe7a1, 2), // VMLHF
|
2799
|
+
VecBinaryOp::SMulHi8x16 => (0xe7a3, 0), // VMHB
|
2800
|
+
VecBinaryOp::SMulHi16x8 => (0xe7a3, 1), // VMHH
|
2801
|
+
VecBinaryOp::SMulHi32x4 => (0xe7a3, 2), // VMHF
|
2802
|
+
VecBinaryOp::UMulEven8x16 => (0xe7a4, 0), // VMLEB
|
2803
|
+
VecBinaryOp::UMulEven16x8 => (0xe7a4, 1), // VMLEH
|
2804
|
+
VecBinaryOp::UMulEven32x4 => (0xe7a4, 2), // VMLEF
|
2805
|
+
VecBinaryOp::SMulEven8x16 => (0xe7a6, 0), // VMEB
|
2806
|
+
VecBinaryOp::SMulEven16x8 => (0xe7a6, 1), // VMEH
|
2807
|
+
VecBinaryOp::SMulEven32x4 => (0xe7a6, 2), // VMEF
|
2808
|
+
VecBinaryOp::UMulOdd8x16 => (0xe7a5, 0), // VMLOB
|
2809
|
+
VecBinaryOp::UMulOdd16x8 => (0xe7a5, 1), // VMLOH
|
2810
|
+
VecBinaryOp::UMulOdd32x4 => (0xe7a5, 2), // VMLOF
|
2811
|
+
VecBinaryOp::SMulOdd8x16 => (0xe7a7, 0), // VMOB
|
2812
|
+
VecBinaryOp::SMulOdd16x8 => (0xe7a7, 1), // VMOH
|
2813
|
+
VecBinaryOp::SMulOdd32x4 => (0xe7a7, 2), // VMOF
|
2814
|
+
VecBinaryOp::UMax8x16 => (0xe7fd, 0), // VMXLB
|
2815
|
+
VecBinaryOp::UMax16x8 => (0xe7fd, 1), // VMXLH
|
2816
|
+
VecBinaryOp::UMax32x4 => (0xe7fd, 2), // VMXLF
|
2817
|
+
VecBinaryOp::UMax64x2 => (0xe7fd, 3), // VMXLG
|
2818
|
+
VecBinaryOp::SMax8x16 => (0xe7ff, 0), // VMXB
|
2819
|
+
VecBinaryOp::SMax16x8 => (0xe7ff, 1), // VMXH
|
2820
|
+
VecBinaryOp::SMax32x4 => (0xe7ff, 2), // VMXF
|
2821
|
+
VecBinaryOp::SMax64x2 => (0xe7ff, 3), // VMXG
|
2822
|
+
VecBinaryOp::UMin8x16 => (0xe7fc, 0), // VMNLB
|
2823
|
+
VecBinaryOp::UMin16x8 => (0xe7fc, 1), // VMNLH
|
2824
|
+
VecBinaryOp::UMin32x4 => (0xe7fc, 2), // VMNLF
|
2825
|
+
VecBinaryOp::UMin64x2 => (0xe7fc, 3), // VMNLG
|
2826
|
+
VecBinaryOp::SMin8x16 => (0xe7fe, 0), // VMNB
|
2827
|
+
VecBinaryOp::SMin16x8 => (0xe7fe, 1), // VMNH
|
2828
|
+
VecBinaryOp::SMin32x4 => (0xe7fe, 2), // VMNF
|
2829
|
+
VecBinaryOp::SMin64x2 => (0xe7fe, 3), // VMNG
|
2830
|
+
VecBinaryOp::UAvg8x16 => (0xe7f0, 0), // VAVGLB
|
2831
|
+
VecBinaryOp::UAvg16x8 => (0xe7f0, 1), // VAVGLH
|
2832
|
+
VecBinaryOp::UAvg32x4 => (0xe7f0, 2), // VAVGLF
|
2833
|
+
VecBinaryOp::UAvg64x2 => (0xe7f0, 3), // VAVGLG
|
2834
|
+
VecBinaryOp::SAvg8x16 => (0xe7f2, 0), // VAVGB
|
2835
|
+
VecBinaryOp::SAvg16x8 => (0xe7f2, 1), // VAVGH
|
2836
|
+
VecBinaryOp::SAvg32x4 => (0xe7f2, 2), // VAVGF
|
2837
|
+
VecBinaryOp::SAvg64x2 => (0xe7f2, 3), // VAVGG
|
2838
|
+
VecBinaryOp::And128 => (0xe768, 0), // VN
|
2839
|
+
VecBinaryOp::Orr128 => (0xe76a, 0), // VO
|
2840
|
+
VecBinaryOp::Xor128 => (0xe76d, 0), // VX
|
2841
|
+
VecBinaryOp::NotAnd128 => (0xe76e, 0), // VNN
|
2842
|
+
VecBinaryOp::NotOrr128 => (0xe76b, 0), // VNO
|
2843
|
+
VecBinaryOp::NotXor128 => (0xe76c, 0), // VNX
|
2844
|
+
VecBinaryOp::AndNot128 => (0xe769, 0), // VNC
|
2845
|
+
VecBinaryOp::OrrNot128 => (0xe76f, 0), // VOC
|
2846
|
+
VecBinaryOp::BitPermute128 => (0xe785, 0), // VBPERM
|
2847
|
+
VecBinaryOp::LShLByByte128 => (0xe775, 0), // VSLB
|
2848
|
+
VecBinaryOp::LShRByByte128 => (0xe77d, 0), // VSRLB
|
2849
|
+
VecBinaryOp::AShRByByte128 => (0xe77f, 0), // VSRAB
|
2850
|
+
VecBinaryOp::LShLByBit128 => (0xe774, 0), // VSL
|
2851
|
+
VecBinaryOp::LShRByBit128 => (0xe77c, 0), // VSRL
|
2852
|
+
VecBinaryOp::AShRByBit128 => (0xe77e, 0), // VSRA
|
2853
|
+
VecBinaryOp::Pack16x8 => (0xe794, 1), // VPKH
|
2854
|
+
VecBinaryOp::Pack32x4 => (0xe794, 2), // VPKF
|
2855
|
+
VecBinaryOp::Pack64x2 => (0xe794, 3), // VPKG
|
2856
|
+
VecBinaryOp::PackUSat16x8 => (0xe795, 1), // VPKLSH
|
2857
|
+
VecBinaryOp::PackUSat32x4 => (0xe795, 2), // VPKLSF
|
2858
|
+
VecBinaryOp::PackUSat64x2 => (0xe795, 3), // VPKLSG
|
2859
|
+
VecBinaryOp::PackSSat16x8 => (0xe797, 1), // VPKSH
|
2860
|
+
VecBinaryOp::PackSSat32x4 => (0xe797, 2), // VPKSF
|
2861
|
+
VecBinaryOp::PackSSat64x2 => (0xe797, 3), // VPKSG
|
2862
|
+
VecBinaryOp::MergeLow8x16 => (0xe760, 0), // VMRLB
|
2863
|
+
VecBinaryOp::MergeLow16x8 => (0xe760, 1), // VMRLH
|
2864
|
+
VecBinaryOp::MergeLow32x4 => (0xe760, 2), // VMRLF
|
2865
|
+
VecBinaryOp::MergeLow64x2 => (0xe760, 3), // VMRLG
|
2866
|
+
VecBinaryOp::MergeHigh8x16 => (0xe761, 0), // VMRHB
|
2867
|
+
VecBinaryOp::MergeHigh16x8 => (0xe761, 1), // VMRHH
|
2868
|
+
VecBinaryOp::MergeHigh32x4 => (0xe761, 2), // VMRHF
|
2869
|
+
VecBinaryOp::MergeHigh64x2 => (0xe761, 3), // VMRHG
|
2870
|
+
};
|
2871
|
+
|
2872
|
+
put(sink, &enc_vrr_c(opcode, rd.to_reg(), rn, rm, m4, 0, 0));
|
2873
|
+
}
|
2874
|
+
&Inst::VecRR { op, rd, rn } => {
|
2875
|
+
let rd = allocs.next_writable(rd);
|
2876
|
+
let rn = allocs.next(rn);
|
2877
|
+
|
2878
|
+
let (opcode, m3) = match op {
|
2879
|
+
VecUnaryOp::Abs8x16 => (0xe7df, 0), // VLPB
|
2880
|
+
VecUnaryOp::Abs16x8 => (0xe7df, 1), // VLPH
|
2881
|
+
VecUnaryOp::Abs32x4 => (0xe7df, 2), // VLPF
|
2882
|
+
VecUnaryOp::Abs64x2 => (0xe7df, 3), // VLPG
|
2883
|
+
VecUnaryOp::Neg8x16 => (0xe7de, 0), // VLCB
|
2884
|
+
VecUnaryOp::Neg16x8 => (0xe7de, 1), // VLCH
|
2885
|
+
VecUnaryOp::Neg32x4 => (0xe7de, 2), // VLCF
|
2886
|
+
VecUnaryOp::Neg64x2 => (0xe7de, 3), // VLCG
|
2887
|
+
VecUnaryOp::Popcnt8x16 => (0xe750, 0), // VPOPCTB
|
2888
|
+
VecUnaryOp::Popcnt16x8 => (0xe750, 1), // VPOPCTH
|
2889
|
+
VecUnaryOp::Popcnt32x4 => (0xe750, 2), // VPOPCTF
|
2890
|
+
VecUnaryOp::Popcnt64x2 => (0xe750, 3), // VPOPCTG
|
2891
|
+
VecUnaryOp::Clz8x16 => (0xe753, 0), // VCLZB
|
2892
|
+
VecUnaryOp::Clz16x8 => (0xe753, 1), // VCLZH
|
2893
|
+
VecUnaryOp::Clz32x4 => (0xe753, 2), // VCLZF
|
2894
|
+
VecUnaryOp::Clz64x2 => (0xe753, 3), // VCLZG
|
2895
|
+
VecUnaryOp::Ctz8x16 => (0xe752, 0), // VCTZB
|
2896
|
+
VecUnaryOp::Ctz16x8 => (0xe752, 1), // VCTZH
|
2897
|
+
VecUnaryOp::Ctz32x4 => (0xe752, 2), // VCTZF
|
2898
|
+
VecUnaryOp::Ctz64x2 => (0xe752, 3), // VCTZG
|
2899
|
+
VecUnaryOp::UnpackULow8x16 => (0xe7d4, 0), // VUPLLB
|
2900
|
+
VecUnaryOp::UnpackULow16x8 => (0xe7d4, 1), // VUPLLH
|
2901
|
+
VecUnaryOp::UnpackULow32x4 => (0xe7d4, 2), // VUPLLF
|
2902
|
+
VecUnaryOp::UnpackUHigh8x16 => (0xe7d5, 0), // VUPLHB
|
2903
|
+
VecUnaryOp::UnpackUHigh16x8 => (0xe7d5, 1), // VUPLHH
|
2904
|
+
VecUnaryOp::UnpackUHigh32x4 => (0xe7d5, 2), // VUPLHF
|
2905
|
+
VecUnaryOp::UnpackSLow8x16 => (0xe7d6, 0), // VUPLB
|
2906
|
+
VecUnaryOp::UnpackSLow16x8 => (0xe7d6, 1), // VUPLH
|
2907
|
+
VecUnaryOp::UnpackSLow32x4 => (0xe7d6, 2), // VUPLF
|
2908
|
+
VecUnaryOp::UnpackSHigh8x16 => (0xe7d7, 0), // VUPHB
|
2909
|
+
VecUnaryOp::UnpackSHigh16x8 => (0xe7d7, 1), // VUPHH
|
2910
|
+
VecUnaryOp::UnpackSHigh32x4 => (0xe7d7, 2), // VUPHF
|
2911
|
+
};
|
2912
|
+
|
2913
|
+
put(sink, &enc_vrr_a(opcode, rd.to_reg(), rn, m3, 0, 0));
|
2914
|
+
}
|
2915
|
+
&Inst::VecShiftRR {
|
2916
|
+
shift_op,
|
2917
|
+
rd,
|
2918
|
+
rn,
|
2919
|
+
shift_imm,
|
2920
|
+
shift_reg,
|
2921
|
+
} => {
|
2922
|
+
let rd = allocs.next_writable(rd);
|
2923
|
+
let rn = allocs.next(rn);
|
2924
|
+
let shift_reg = allocs.next(shift_reg);
|
2925
|
+
|
2926
|
+
let (opcode, m4) = match shift_op {
|
2927
|
+
VecShiftOp::RotL8x16 => (0xe733, 0), // VERLLB
|
2928
|
+
VecShiftOp::RotL16x8 => (0xe733, 1), // VERLLH
|
2929
|
+
VecShiftOp::RotL32x4 => (0xe733, 2), // VERLLF
|
2930
|
+
VecShiftOp::RotL64x2 => (0xe733, 3), // VERLLG
|
2931
|
+
VecShiftOp::LShL8x16 => (0xe730, 0), // VESLB
|
2932
|
+
VecShiftOp::LShL16x8 => (0xe730, 1), // VESLH
|
2933
|
+
VecShiftOp::LShL32x4 => (0xe730, 2), // VESLF
|
2934
|
+
VecShiftOp::LShL64x2 => (0xe730, 3), // VESLG
|
2935
|
+
VecShiftOp::LShR8x16 => (0xe738, 0), // VESRLB
|
2936
|
+
VecShiftOp::LShR16x8 => (0xe738, 1), // VESRLH
|
2937
|
+
VecShiftOp::LShR32x4 => (0xe738, 2), // VESRLF
|
2938
|
+
VecShiftOp::LShR64x2 => (0xe738, 3), // VESRLG
|
2939
|
+
VecShiftOp::AShR8x16 => (0xe73a, 0), // VESRAB
|
2940
|
+
VecShiftOp::AShR16x8 => (0xe73a, 1), // VESRAH
|
2941
|
+
VecShiftOp::AShR32x4 => (0xe73a, 2), // VESRAF
|
2942
|
+
VecShiftOp::AShR64x2 => (0xe73a, 3), // VESRAG
|
2943
|
+
};
|
2944
|
+
put(
|
2945
|
+
sink,
|
2946
|
+
&enc_vrs_a(opcode, rd.to_reg(), shift_reg, shift_imm.into(), rn, m4),
|
2947
|
+
);
|
2948
|
+
}
|
2949
|
+
&Inst::VecSelect { rd, rn, rm, ra } => {
|
2950
|
+
let rd = allocs.next_writable(rd);
|
2951
|
+
let rn = allocs.next(rn);
|
2952
|
+
let rm = allocs.next(rm);
|
2953
|
+
let ra = allocs.next(ra);
|
2954
|
+
|
2955
|
+
let opcode = 0xe78d; // VSEL
|
2956
|
+
put(sink, &enc_vrr_e(opcode, rd.to_reg(), rn, rm, ra, 0, 0));
|
2957
|
+
}
|
2958
|
+
&Inst::VecPermute { rd, rn, rm, ra } => {
|
2959
|
+
let rd = allocs.next_writable(rd);
|
2960
|
+
let rn = allocs.next(rn);
|
2961
|
+
let rm = allocs.next(rm);
|
2962
|
+
let ra = allocs.next(ra);
|
2963
|
+
|
2964
|
+
let opcode = 0xe78c; // VPERM
|
2965
|
+
put(sink, &enc_vrr_e(opcode, rd.to_reg(), rn, rm, ra, 0, 0));
|
2966
|
+
}
|
2967
|
+
&Inst::VecPermuteDWImm {
|
2968
|
+
rd,
|
2969
|
+
rn,
|
2970
|
+
rm,
|
2971
|
+
idx1,
|
2972
|
+
idx2,
|
2973
|
+
} => {
|
2974
|
+
let rd = allocs.next_writable(rd);
|
2975
|
+
let rn = allocs.next(rn);
|
2976
|
+
let rm = allocs.next(rm);
|
2977
|
+
let m4 = (idx1 & 1) * 4 + (idx2 & 1);
|
2978
|
+
|
2979
|
+
let opcode = 0xe784; // VPDI
|
2980
|
+
put(sink, &enc_vrr_c(opcode, rd.to_reg(), rn, rm, m4, 0, 0));
|
2981
|
+
}
|
2982
|
+
&Inst::VecIntCmp { op, rd, rn, rm } | &Inst::VecIntCmpS { op, rd, rn, rm } => {
|
2983
|
+
let rd = allocs.next_writable(rd);
|
2984
|
+
let rn = allocs.next(rn);
|
2985
|
+
let rm = allocs.next(rm);
|
2986
|
+
|
2987
|
+
let (opcode, m4) = match op {
|
2988
|
+
VecIntCmpOp::CmpEq8x16 => (0xe7f8, 0), // VCEQB
|
2989
|
+
VecIntCmpOp::CmpEq16x8 => (0xe7f8, 1), // VCEQH
|
2990
|
+
VecIntCmpOp::CmpEq32x4 => (0xe7f8, 2), // VCEQF
|
2991
|
+
VecIntCmpOp::CmpEq64x2 => (0xe7f8, 3), // VCEQG
|
2992
|
+
VecIntCmpOp::SCmpHi8x16 => (0xe7fb, 0), // VCHB
|
2993
|
+
VecIntCmpOp::SCmpHi16x8 => (0xe7fb, 1), // VCHH
|
2994
|
+
VecIntCmpOp::SCmpHi32x4 => (0xe7fb, 2), // VCHG
|
2995
|
+
VecIntCmpOp::SCmpHi64x2 => (0xe7fb, 3), // VCHG
|
2996
|
+
VecIntCmpOp::UCmpHi8x16 => (0xe7f9, 0), // VCHLB
|
2997
|
+
VecIntCmpOp::UCmpHi16x8 => (0xe7f9, 1), // VCHLH
|
2998
|
+
VecIntCmpOp::UCmpHi32x4 => (0xe7f9, 2), // VCHLG
|
2999
|
+
VecIntCmpOp::UCmpHi64x2 => (0xe7f9, 3), // VCHLG
|
3000
|
+
};
|
3001
|
+
let m5 = match self {
|
3002
|
+
&Inst::VecIntCmp { .. } => 0,
|
3003
|
+
&Inst::VecIntCmpS { .. } => 1,
|
3004
|
+
_ => unreachable!(),
|
3005
|
+
};
|
3006
|
+
|
3007
|
+
put(sink, &enc_vrr_b(opcode, rd.to_reg(), rn, rm, m4, m5));
|
3008
|
+
}
|
3009
|
+
&Inst::VecFloatCmp { op, rd, rn, rm } | &Inst::VecFloatCmpS { op, rd, rn, rm } => {
|
3010
|
+
let rd = allocs.next_writable(rd);
|
3011
|
+
let rn = allocs.next(rn);
|
3012
|
+
let rm = allocs.next(rm);
|
3013
|
+
|
3014
|
+
let (opcode, m4) = match op {
|
3015
|
+
VecFloatCmpOp::CmpEq32x4 => (0xe7e8, 2), // VFCESB
|
3016
|
+
VecFloatCmpOp::CmpEq64x2 => (0xe7e8, 3), // VFCEDB
|
3017
|
+
VecFloatCmpOp::CmpHi32x4 => (0xe7eb, 2), // VFCHSB
|
3018
|
+
VecFloatCmpOp::CmpHi64x2 => (0xe7eb, 3), // VFCHDB
|
3019
|
+
VecFloatCmpOp::CmpHiEq32x4 => (0xe7ea, 2), // VFCHESB
|
3020
|
+
VecFloatCmpOp::CmpHiEq64x2 => (0xe7ea, 3), // VFCHEDB
|
3021
|
+
};
|
3022
|
+
let m6 = match self {
|
3023
|
+
&Inst::VecFloatCmp { .. } => 0,
|
3024
|
+
&Inst::VecFloatCmpS { .. } => 1,
|
3025
|
+
_ => unreachable!(),
|
3026
|
+
};
|
3027
|
+
|
3028
|
+
put(sink, &enc_vrr_c(opcode, rd.to_reg(), rn, rm, m4, 0, m6));
|
3029
|
+
}
|
3030
|
+
&Inst::VecInt128SCmpHi { tmp, rn, rm } | &Inst::VecInt128UCmpHi { tmp, rn, rm } => {
|
3031
|
+
// Synthetic instruction to compare 128-bit values.
|
3032
|
+
// Sets CC 1 if rn > rm, sets a different CC otherwise.
|
3033
|
+
let tmp = allocs.next_writable(tmp);
|
3034
|
+
let rn = allocs.next(rn);
|
3035
|
+
let rm = allocs.next(rm);
|
3036
|
+
|
3037
|
+
// Use VECTOR ELEMENT COMPARE to compare the high parts.
|
3038
|
+
// Swap the inputs to get:
|
3039
|
+
// CC 1 if high(rn) > high(rm)
|
3040
|
+
// CC 2 if high(rn) < high(rm)
|
3041
|
+
// CC 0 if high(rn) == high(rm)
|
3042
|
+
let (opcode, m3) = match self {
|
3043
|
+
&Inst::VecInt128SCmpHi { .. } => (0xe7db, 3), // VECG
|
3044
|
+
&Inst::VecInt128UCmpHi { .. } => (0xe7d9, 3), // VECLG
|
3045
|
+
_ => unreachable!(),
|
3046
|
+
};
|
3047
|
+
put(sink, &enc_vrr_a(opcode, rm, rn, m3, 0, 0));
|
3048
|
+
|
3049
|
+
// If CC != 0, we'd done, so jump over the next instruction.
|
3050
|
+
let opcode = 0xa74; // BCR
|
3051
|
+
put(sink, &enc_ri_c(opcode, 7, 4 + 6));
|
3052
|
+
|
3053
|
+
// Otherwise, use VECTOR COMPARE HIGH LOGICAL.
|
3054
|
+
// Since we already know the high parts are equal, the CC
|
3055
|
+
// result will only depend on the low parts:
|
3056
|
+
// CC 1 if low(rn) > low(rm)
|
3057
|
+
// CC 3 if low(rn) <= low(rm)
|
3058
|
+
let inst = Inst::VecIntCmpS {
|
3059
|
+
op: VecIntCmpOp::UCmpHi64x2,
|
3060
|
+
// N.B.: This is the first write to tmp, and it happens
|
3061
|
+
// after all uses of rn and rm. If this were to ever
|
3062
|
+
// change, tmp would have to become an early-def.
|
3063
|
+
rd: tmp,
|
3064
|
+
rn,
|
3065
|
+
rm,
|
3066
|
+
};
|
3067
|
+
inst.emit(&[], sink, emit_info, state);
|
3068
|
+
}
|
3069
|
+
|
3070
|
+
&Inst::VecLoad { rd, ref mem }
|
3071
|
+
| &Inst::VecLoadRev { rd, ref mem }
|
3072
|
+
| &Inst::VecLoadByte16Rev { rd, ref mem }
|
3073
|
+
| &Inst::VecLoadByte32Rev { rd, ref mem }
|
3074
|
+
| &Inst::VecLoadByte64Rev { rd, ref mem }
|
3075
|
+
| &Inst::VecLoadElt16Rev { rd, ref mem }
|
3076
|
+
| &Inst::VecLoadElt32Rev { rd, ref mem }
|
3077
|
+
| &Inst::VecLoadElt64Rev { rd, ref mem } => {
|
3078
|
+
let rd = allocs.next_writable(rd);
|
3079
|
+
let mem = mem.with_allocs(allocs);
|
3080
|
+
|
3081
|
+
let (opcode, m3) = match self {
|
3082
|
+
&Inst::VecLoad { .. } => (0xe706, 0), // VL
|
3083
|
+
&Inst::VecLoadRev { .. } => (0xe606, 4), // VLBRQ
|
3084
|
+
&Inst::VecLoadByte16Rev { .. } => (0xe606, 1), // VLBRH
|
3085
|
+
&Inst::VecLoadByte32Rev { .. } => (0xe606, 2), // VLBRF
|
3086
|
+
&Inst::VecLoadByte64Rev { .. } => (0xe606, 3), // VLBRG
|
3087
|
+
&Inst::VecLoadElt16Rev { .. } => (0xe607, 1), // VLERH
|
3088
|
+
&Inst::VecLoadElt32Rev { .. } => (0xe607, 2), // VLERF
|
3089
|
+
&Inst::VecLoadElt64Rev { .. } => (0xe607, 3), // VLERG
|
3090
|
+
_ => unreachable!(),
|
3091
|
+
};
|
3092
|
+
mem_vrx_emit(rd.to_reg(), &mem, opcode, m3, true, sink, emit_info, state);
|
3093
|
+
}
|
3094
|
+
&Inst::VecStore { rd, ref mem }
|
3095
|
+
| &Inst::VecStoreRev { rd, ref mem }
|
3096
|
+
| &Inst::VecStoreByte16Rev { rd, ref mem }
|
3097
|
+
| &Inst::VecStoreByte32Rev { rd, ref mem }
|
3098
|
+
| &Inst::VecStoreByte64Rev { rd, ref mem }
|
3099
|
+
| &Inst::VecStoreElt16Rev { rd, ref mem }
|
3100
|
+
| &Inst::VecStoreElt32Rev { rd, ref mem }
|
3101
|
+
| &Inst::VecStoreElt64Rev { rd, ref mem } => {
|
3102
|
+
let rd = allocs.next(rd);
|
3103
|
+
let mem = mem.with_allocs(allocs);
|
3104
|
+
|
3105
|
+
let (opcode, m3) = match self {
|
3106
|
+
&Inst::VecStore { .. } => (0xe70e, 0), // VST
|
3107
|
+
&Inst::VecStoreRev { .. } => (0xe60e, 4), // VSTBRQ
|
3108
|
+
&Inst::VecStoreByte16Rev { .. } => (0xe60e, 1), // VSTBRH
|
3109
|
+
&Inst::VecStoreByte32Rev { .. } => (0xe60e, 2), // VSTBRF
|
3110
|
+
&Inst::VecStoreByte64Rev { .. } => (0xe60e, 3), // VSTBRG
|
3111
|
+
&Inst::VecStoreElt16Rev { .. } => (0xe60f, 1), // VSTERH
|
3112
|
+
&Inst::VecStoreElt32Rev { .. } => (0xe60f, 2), // VSTERF
|
3113
|
+
&Inst::VecStoreElt64Rev { .. } => (0xe60f, 3), // VSTERG
|
3114
|
+
_ => unreachable!(),
|
3115
|
+
};
|
3116
|
+
mem_vrx_emit(rd, &mem, opcode, m3, true, sink, emit_info, state);
|
3117
|
+
}
|
3118
|
+
&Inst::VecLoadReplicate { size, rd, ref mem }
|
3119
|
+
| &Inst::VecLoadReplicateRev { size, rd, ref mem } => {
|
3120
|
+
let rd = allocs.next_writable(rd);
|
3121
|
+
let mem = mem.with_allocs(allocs);
|
3122
|
+
|
3123
|
+
let (opcode, m3) = match (self, size) {
|
3124
|
+
(&Inst::VecLoadReplicate { .. }, 8) => (0xe705, 0), // VLREPB
|
3125
|
+
(&Inst::VecLoadReplicate { .. }, 16) => (0xe705, 1), // VLREPH
|
3126
|
+
(&Inst::VecLoadReplicate { .. }, 32) => (0xe705, 2), // VLREPF
|
3127
|
+
(&Inst::VecLoadReplicate { .. }, 64) => (0xe705, 3), // VLREPG
|
3128
|
+
(&Inst::VecLoadReplicateRev { .. }, 16) => (0xe605, 1), // VLREPBRH
|
3129
|
+
(&Inst::VecLoadReplicateRev { .. }, 32) => (0xe605, 2), // VLREPBRF
|
3130
|
+
(&Inst::VecLoadReplicateRev { .. }, 64) => (0xe605, 3), // VLREPBRG
|
3131
|
+
_ => unreachable!(),
|
3132
|
+
};
|
3133
|
+
mem_vrx_emit(rd.to_reg(), &mem, opcode, m3, true, sink, emit_info, state);
|
3134
|
+
}
|
3135
|
+
|
3136
|
+
&Inst::VecMov { rd, rn } => {
|
3137
|
+
let rd = allocs.next_writable(rd);
|
3138
|
+
let rn = allocs.next(rn);
|
3139
|
+
|
3140
|
+
let opcode = 0xe756; // VLR
|
3141
|
+
put(sink, &enc_vrr_a(opcode, rd.to_reg(), rn, 0, 0, 0));
|
3142
|
+
}
|
3143
|
+
&Inst::VecCMov { rd, cond, ri, rm } => {
|
3144
|
+
let rd = allocs.next_writable(rd);
|
3145
|
+
let ri = allocs.next(ri);
|
3146
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
3147
|
+
let rm = allocs.next(rm);
|
3148
|
+
|
3149
|
+
let opcode = 0xa74; // BCR
|
3150
|
+
put(sink, &enc_ri_c(opcode, cond.invert().bits(), 4 + 6));
|
3151
|
+
let opcode = 0xe756; // VLR
|
3152
|
+
put(sink, &enc_vrr_a(opcode, rd.to_reg(), rm, 0, 0, 0));
|
3153
|
+
}
|
3154
|
+
&Inst::MovToVec128 { rd, rn, rm } => {
|
3155
|
+
let rd = allocs.next_writable(rd);
|
3156
|
+
let rn = allocs.next(rn);
|
3157
|
+
let rm = allocs.next(rm);
|
3158
|
+
|
3159
|
+
let opcode = 0xe762; // VLVGP
|
3160
|
+
put(sink, &enc_vrr_f(opcode, rd.to_reg(), rn, rm));
|
3161
|
+
}
|
3162
|
+
&Inst::VecLoadConst { rd, const_data } => {
|
3163
|
+
let rd = allocs.next_writable(rd);
|
3164
|
+
|
3165
|
+
let opcode = 0xa75; // BRAS
|
3166
|
+
let reg = writable_spilltmp_reg().to_reg();
|
3167
|
+
put(sink, &enc_ri_b(opcode, reg, 20));
|
3168
|
+
for i in const_data.to_be_bytes().iter() {
|
3169
|
+
sink.put1(*i);
|
3170
|
+
}
|
3171
|
+
let inst = Inst::VecLoad {
|
3172
|
+
rd,
|
3173
|
+
mem: MemArg::reg(reg, MemFlags::trusted()),
|
3174
|
+
};
|
3175
|
+
inst.emit(&[], sink, emit_info, state);
|
3176
|
+
}
|
3177
|
+
&Inst::VecLoadConstReplicate {
|
3178
|
+
size,
|
3179
|
+
rd,
|
3180
|
+
const_data,
|
3181
|
+
} => {
|
3182
|
+
let rd = allocs.next_writable(rd);
|
3183
|
+
|
3184
|
+
let opcode = 0xa75; // BRAS
|
3185
|
+
let reg = writable_spilltmp_reg().to_reg();
|
3186
|
+
put(sink, &enc_ri_b(opcode, reg, (4 + size / 8) as i32));
|
3187
|
+
for i in 0..size / 8 {
|
3188
|
+
sink.put1((const_data >> (size - 8 - 8 * i)) as u8);
|
3189
|
+
}
|
3190
|
+
let inst = Inst::VecLoadReplicate {
|
3191
|
+
size,
|
3192
|
+
rd,
|
3193
|
+
mem: MemArg::reg(reg, MemFlags::trusted()),
|
3194
|
+
};
|
3195
|
+
inst.emit(&[], sink, emit_info, state);
|
3196
|
+
}
|
3197
|
+
&Inst::VecImmByteMask { rd, mask } => {
|
3198
|
+
let rd = allocs.next_writable(rd);
|
3199
|
+
let opcode = 0xe744; // VGBM
|
3200
|
+
put(sink, &enc_vri_a(opcode, rd.to_reg(), mask, 0));
|
3201
|
+
}
|
3202
|
+
&Inst::VecImmBitMask {
|
3203
|
+
size,
|
3204
|
+
rd,
|
3205
|
+
start_bit,
|
3206
|
+
end_bit,
|
3207
|
+
} => {
|
3208
|
+
let rd = allocs.next_writable(rd);
|
3209
|
+
let (opcode, m4) = match size {
|
3210
|
+
8 => (0xe746, 0), // VGMB
|
3211
|
+
16 => (0xe746, 1), // VGMH
|
3212
|
+
32 => (0xe746, 2), // VGMF
|
3213
|
+
64 => (0xe746, 3), // VGMG
|
3214
|
+
_ => unreachable!(),
|
3215
|
+
};
|
3216
|
+
put(
|
3217
|
+
sink,
|
3218
|
+
&enc_vri_b(opcode, rd.to_reg(), start_bit, end_bit, m4),
|
3219
|
+
);
|
3220
|
+
}
|
3221
|
+
&Inst::VecImmReplicate { size, rd, imm } => {
|
3222
|
+
let rd = allocs.next_writable(rd);
|
3223
|
+
let (opcode, m3) = match size {
|
3224
|
+
8 => (0xe745, 0), // VREPIB
|
3225
|
+
16 => (0xe745, 1), // VREPIH
|
3226
|
+
32 => (0xe745, 2), // VREPIF
|
3227
|
+
64 => (0xe745, 3), // VREPIG
|
3228
|
+
_ => unreachable!(),
|
3229
|
+
};
|
3230
|
+
put(sink, &enc_vri_a(opcode, rd.to_reg(), imm as u16, m3));
|
3231
|
+
}
|
3232
|
+
&Inst::VecLoadLane {
|
3233
|
+
size,
|
3234
|
+
rd,
|
3235
|
+
ri,
|
3236
|
+
ref mem,
|
3237
|
+
lane_imm,
|
3238
|
+
}
|
3239
|
+
| &Inst::VecLoadLaneRev {
|
3240
|
+
size,
|
3241
|
+
rd,
|
3242
|
+
ri,
|
3243
|
+
ref mem,
|
3244
|
+
lane_imm,
|
3245
|
+
} => {
|
3246
|
+
let rd = allocs.next_writable(rd);
|
3247
|
+
let ri = allocs.next(ri);
|
3248
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
3249
|
+
let mem = mem.with_allocs(allocs);
|
3250
|
+
|
3251
|
+
let opcode_vrx = match (self, size) {
|
3252
|
+
(&Inst::VecLoadLane { .. }, 8) => 0xe700, // VLEB
|
3253
|
+
(&Inst::VecLoadLane { .. }, 16) => 0xe701, // VLEH
|
3254
|
+
(&Inst::VecLoadLane { .. }, 32) => 0xe703, // VLEF
|
3255
|
+
(&Inst::VecLoadLane { .. }, 64) => 0xe702, // VLEG
|
3256
|
+
(&Inst::VecLoadLaneRev { .. }, 16) => 0xe601, // VLEBRH
|
3257
|
+
(&Inst::VecLoadLaneRev { .. }, 32) => 0xe603, // VLEBRF
|
3258
|
+
(&Inst::VecLoadLaneRev { .. }, 64) => 0xe602, // VLEBRG
|
3259
|
+
_ => unreachable!(),
|
3260
|
+
};
|
3261
|
+
|
3262
|
+
let rd = rd.to_reg();
|
3263
|
+
mem_vrx_emit(
|
3264
|
+
rd,
|
3265
|
+
&mem,
|
3266
|
+
opcode_vrx,
|
3267
|
+
lane_imm.into(),
|
3268
|
+
true,
|
3269
|
+
sink,
|
3270
|
+
emit_info,
|
3271
|
+
state,
|
3272
|
+
);
|
3273
|
+
}
|
3274
|
+
&Inst::VecLoadLaneUndef {
|
3275
|
+
size,
|
3276
|
+
rd,
|
3277
|
+
ref mem,
|
3278
|
+
lane_imm,
|
3279
|
+
}
|
3280
|
+
| &Inst::VecLoadLaneRevUndef {
|
3281
|
+
size,
|
3282
|
+
rd,
|
3283
|
+
ref mem,
|
3284
|
+
lane_imm,
|
3285
|
+
} => {
|
3286
|
+
let rd = allocs.next_writable(rd);
|
3287
|
+
let mem = mem.with_allocs(allocs);
|
3288
|
+
|
3289
|
+
let (opcode_vrx, opcode_rx, opcode_rxy) = match (self, size) {
|
3290
|
+
(&Inst::VecLoadLaneUndef { .. }, 8) => (0xe700, None, None), // VLEB
|
3291
|
+
(&Inst::VecLoadLaneUndef { .. }, 16) => (0xe701, None, None), // VLEH
|
3292
|
+
(&Inst::VecLoadLaneUndef { .. }, 32) => (0xe703, Some(0x78), Some(0xed64)), // VLEF, LE(Y)
|
3293
|
+
(&Inst::VecLoadLaneUndef { .. }, 64) => (0xe702, Some(0x68), Some(0xed65)), // VLEG, LD(Y)
|
3294
|
+
(&Inst::VecLoadLaneRevUndef { .. }, 16) => (0xe601, None, None), // VLEBRH
|
3295
|
+
(&Inst::VecLoadLaneRevUndef { .. }, 32) => (0xe603, None, None), // VLEBRF
|
3296
|
+
(&Inst::VecLoadLaneRevUndef { .. }, 64) => (0xe602, None, None), // VLEBRG
|
3297
|
+
_ => unreachable!(),
|
3298
|
+
};
|
3299
|
+
|
3300
|
+
let rd = rd.to_reg();
|
3301
|
+
if lane_imm == 0 && is_fpr(rd) && opcode_rx.is_some() {
|
3302
|
+
mem_emit(
|
3303
|
+
rd, &mem, opcode_rx, opcode_rxy, None, true, sink, emit_info, state,
|
3304
|
+
);
|
3305
|
+
} else {
|
3306
|
+
mem_vrx_emit(
|
3307
|
+
rd,
|
3308
|
+
&mem,
|
3309
|
+
opcode_vrx,
|
3310
|
+
lane_imm.into(),
|
3311
|
+
true,
|
3312
|
+
sink,
|
3313
|
+
emit_info,
|
3314
|
+
state,
|
3315
|
+
);
|
3316
|
+
}
|
3317
|
+
}
|
3318
|
+
&Inst::VecStoreLane {
|
3319
|
+
size,
|
3320
|
+
rd,
|
3321
|
+
ref mem,
|
3322
|
+
lane_imm,
|
3323
|
+
}
|
3324
|
+
| &Inst::VecStoreLaneRev {
|
3325
|
+
size,
|
3326
|
+
rd,
|
3327
|
+
ref mem,
|
3328
|
+
lane_imm,
|
3329
|
+
} => {
|
3330
|
+
let rd = allocs.next(rd);
|
3331
|
+
let mem = mem.with_allocs(allocs);
|
3332
|
+
|
3333
|
+
let (opcode_vrx, opcode_rx, opcode_rxy) = match (self, size) {
|
3334
|
+
(&Inst::VecStoreLane { .. }, 8) => (0xe708, None, None), // VSTEB
|
3335
|
+
(&Inst::VecStoreLane { .. }, 16) => (0xe709, None, None), // VSTEH
|
3336
|
+
(&Inst::VecStoreLane { .. }, 32) => (0xe70b, Some(0x70), Some(0xed66)), // VSTEF, STE(Y)
|
3337
|
+
(&Inst::VecStoreLane { .. }, 64) => (0xe70a, Some(0x60), Some(0xed67)), // VSTEG, STD(Y)
|
3338
|
+
(&Inst::VecStoreLaneRev { .. }, 16) => (0xe609, None, None), // VSTEBRH
|
3339
|
+
(&Inst::VecStoreLaneRev { .. }, 32) => (0xe60b, None, None), // VSTEBRF
|
3340
|
+
(&Inst::VecStoreLaneRev { .. }, 64) => (0xe60a, None, None), // VSTEBRG
|
3341
|
+
_ => unreachable!(),
|
3342
|
+
};
|
3343
|
+
|
3344
|
+
if lane_imm == 0 && is_fpr(rd) && opcode_rx.is_some() {
|
3345
|
+
mem_emit(
|
3346
|
+
rd, &mem, opcode_rx, opcode_rxy, None, true, sink, emit_info, state,
|
3347
|
+
);
|
3348
|
+
} else {
|
3349
|
+
mem_vrx_emit(
|
3350
|
+
rd,
|
3351
|
+
&mem,
|
3352
|
+
opcode_vrx,
|
3353
|
+
lane_imm.into(),
|
3354
|
+
true,
|
3355
|
+
sink,
|
3356
|
+
emit_info,
|
3357
|
+
state,
|
3358
|
+
);
|
3359
|
+
}
|
3360
|
+
}
|
3361
|
+
&Inst::VecInsertLane {
|
3362
|
+
size,
|
3363
|
+
rd,
|
3364
|
+
ri,
|
3365
|
+
rn,
|
3366
|
+
lane_imm,
|
3367
|
+
lane_reg,
|
3368
|
+
} => {
|
3369
|
+
let rd = allocs.next_writable(rd);
|
3370
|
+
let ri = allocs.next(ri);
|
3371
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
3372
|
+
let rn = allocs.next(rn);
|
3373
|
+
let lane_reg = allocs.next(lane_reg);
|
3374
|
+
|
3375
|
+
let (opcode_vrs, m4) = match size {
|
3376
|
+
8 => (0xe722, 0), // VLVGB
|
3377
|
+
16 => (0xe722, 1), // VLVGH
|
3378
|
+
32 => (0xe722, 2), // VLVGF
|
3379
|
+
64 => (0xe722, 3), // VLVGG
|
3380
|
+
_ => unreachable!(),
|
3381
|
+
};
|
3382
|
+
put(
|
3383
|
+
sink,
|
3384
|
+
&enc_vrs_b(opcode_vrs, rd.to_reg(), lane_reg, lane_imm.into(), rn, m4),
|
3385
|
+
);
|
3386
|
+
}
|
3387
|
+
&Inst::VecInsertLaneUndef {
|
3388
|
+
size,
|
3389
|
+
rd,
|
3390
|
+
rn,
|
3391
|
+
lane_imm,
|
3392
|
+
lane_reg,
|
3393
|
+
} => {
|
3394
|
+
let rd = allocs.next_writable(rd);
|
3395
|
+
let rn = allocs.next(rn);
|
3396
|
+
let lane_reg = allocs.next(lane_reg);
|
3397
|
+
|
3398
|
+
let (opcode_vrs, m4, opcode_rre) = match size {
|
3399
|
+
8 => (0xe722, 0, None), // VLVGB
|
3400
|
+
16 => (0xe722, 1, None), // VLVGH
|
3401
|
+
32 => (0xe722, 2, None), // VLVGF
|
3402
|
+
64 => (0xe722, 3, Some(0xb3c1)), // VLVGG, LDGR
|
3403
|
+
_ => unreachable!(),
|
3404
|
+
};
|
3405
|
+
if opcode_rre.is_some()
|
3406
|
+
&& lane_imm == 0
|
3407
|
+
&& lane_reg == zero_reg()
|
3408
|
+
&& is_fpr(rd.to_reg())
|
3409
|
+
{
|
3410
|
+
put(sink, &enc_rre(opcode_rre.unwrap(), rd.to_reg(), rn));
|
3411
|
+
} else {
|
3412
|
+
put(
|
3413
|
+
sink,
|
3414
|
+
&enc_vrs_b(opcode_vrs, rd.to_reg(), lane_reg, lane_imm.into(), rn, m4),
|
3415
|
+
);
|
3416
|
+
}
|
3417
|
+
}
|
3418
|
+
&Inst::VecExtractLane {
|
3419
|
+
size,
|
3420
|
+
rd,
|
3421
|
+
rn,
|
3422
|
+
lane_imm,
|
3423
|
+
lane_reg,
|
3424
|
+
} => {
|
3425
|
+
let rd = allocs.next_writable(rd);
|
3426
|
+
let rn = allocs.next(rn);
|
3427
|
+
let lane_reg = allocs.next(lane_reg);
|
3428
|
+
|
3429
|
+
let (opcode_vrs, m4, opcode_rre) = match size {
|
3430
|
+
8 => (0xe721, 0, None), // VLGVB
|
3431
|
+
16 => (0xe721, 1, None), // VLGVH
|
3432
|
+
32 => (0xe721, 2, None), // VLGVF
|
3433
|
+
64 => (0xe721, 3, Some(0xb3cd)), // VLGVG, LGDR
|
3434
|
+
_ => unreachable!(),
|
3435
|
+
};
|
3436
|
+
if opcode_rre.is_some() && lane_imm == 0 && lane_reg == zero_reg() && is_fpr(rn) {
|
3437
|
+
put(sink, &enc_rre(opcode_rre.unwrap(), rd.to_reg(), rn));
|
3438
|
+
} else {
|
3439
|
+
put(
|
3440
|
+
sink,
|
3441
|
+
&enc_vrs_c(opcode_vrs, rd.to_reg(), lane_reg, lane_imm.into(), rn, m4),
|
3442
|
+
);
|
3443
|
+
}
|
3444
|
+
}
|
3445
|
+
&Inst::VecInsertLaneImm {
|
3446
|
+
size,
|
3447
|
+
rd,
|
3448
|
+
ri,
|
3449
|
+
imm,
|
3450
|
+
lane_imm,
|
3451
|
+
} => {
|
3452
|
+
let rd = allocs.next_writable(rd);
|
3453
|
+
let ri = allocs.next(ri);
|
3454
|
+
debug_assert_eq!(rd.to_reg(), ri);
|
3455
|
+
|
3456
|
+
let opcode = match size {
|
3457
|
+
8 => 0xe740, // VLEIB
|
3458
|
+
16 => 0xe741, // LEIVH
|
3459
|
+
32 => 0xe743, // VLEIF
|
3460
|
+
64 => 0xe742, // VLEIG
|
3461
|
+
_ => unreachable!(),
|
3462
|
+
};
|
3463
|
+
put(
|
3464
|
+
sink,
|
3465
|
+
&enc_vri_a(opcode, rd.to_reg(), imm as u16, lane_imm.into()),
|
3466
|
+
);
|
3467
|
+
}
|
3468
|
+
&Inst::VecReplicateLane {
|
3469
|
+
size,
|
3470
|
+
rd,
|
3471
|
+
rn,
|
3472
|
+
lane_imm,
|
3473
|
+
} => {
|
3474
|
+
let rd = allocs.next_writable(rd);
|
3475
|
+
let rn = allocs.next(rn);
|
3476
|
+
|
3477
|
+
let (opcode, m4) = match size {
|
3478
|
+
8 => (0xe74d, 0), // VREPB
|
3479
|
+
16 => (0xe74d, 1), // VREPH
|
3480
|
+
32 => (0xe74d, 2), // VREPF
|
3481
|
+
64 => (0xe74d, 3), // VREPG
|
3482
|
+
_ => unreachable!(),
|
3483
|
+
};
|
3484
|
+
put(
|
3485
|
+
sink,
|
3486
|
+
&enc_vri_c(opcode, rd.to_reg(), lane_imm.into(), rn, m4),
|
3487
|
+
);
|
3488
|
+
}
|
3489
|
+
|
3490
|
+
&Inst::Call { link, ref info } => {
|
3491
|
+
debug_assert_eq!(link.to_reg(), gpr(14));
|
3492
|
+
|
3493
|
+
// Add relocation for TLS libcalls to enable linker optimizations.
|
3494
|
+
match &info.tls_symbol {
|
3495
|
+
None => {}
|
3496
|
+
Some(SymbolReloc::TlsGd { name }) => {
|
3497
|
+
sink.add_reloc(Reloc::S390xTlsGdCall, name, 0)
|
3498
|
+
}
|
3499
|
+
_ => unreachable!(),
|
3500
|
+
}
|
3501
|
+
|
3502
|
+
let opcode = 0xc05; // BRASL
|
3503
|
+
let reloc = Reloc::S390xPLTRel32Dbl;
|
3504
|
+
if let Some(s) = state.take_stack_map() {
|
3505
|
+
sink.add_stack_map(StackMapExtent::UpcomingBytes(6), s);
|
3506
|
+
}
|
3507
|
+
put_with_reloc(
|
3508
|
+
sink,
|
3509
|
+
&enc_ril_b(opcode, link.to_reg(), 0),
|
3510
|
+
2,
|
3511
|
+
reloc,
|
3512
|
+
&info.dest,
|
3513
|
+
0,
|
3514
|
+
);
|
3515
|
+
if info.opcode.is_call() {
|
3516
|
+
sink.add_call_site(info.opcode);
|
3517
|
+
}
|
3518
|
+
}
|
3519
|
+
&Inst::CallInd { link, ref info } => {
|
3520
|
+
debug_assert_eq!(link.to_reg(), gpr(14));
|
3521
|
+
let rn = allocs.next(info.rn);
|
3522
|
+
|
3523
|
+
let opcode = 0x0d; // BASR
|
3524
|
+
if let Some(s) = state.take_stack_map() {
|
3525
|
+
sink.add_stack_map(StackMapExtent::UpcomingBytes(2), s);
|
3526
|
+
}
|
3527
|
+
put(sink, &enc_rr(opcode, link.to_reg(), rn));
|
3528
|
+
if info.opcode.is_call() {
|
3529
|
+
sink.add_call_site(info.opcode);
|
3530
|
+
}
|
3531
|
+
}
|
3532
|
+
&Inst::Args { .. } => {}
|
3533
|
+
&Inst::Ret { link, .. } => {
|
3534
|
+
debug_assert_eq!(link, gpr(14));
|
3535
|
+
|
3536
|
+
let opcode = 0x07; // BCR
|
3537
|
+
put(sink, &enc_rr(opcode, gpr(15), link));
|
3538
|
+
}
|
3539
|
+
&Inst::Jump { dest } => {
|
3540
|
+
let off = sink.cur_offset();
|
3541
|
+
// Indicate that the jump uses a label, if so, so that a fixup can occur later.
|
3542
|
+
sink.use_label_at_offset(off, dest, LabelUse::BranchRIL);
|
3543
|
+
sink.add_uncond_branch(off, off + 6, dest);
|
3544
|
+
// Emit the jump itself.
|
3545
|
+
let opcode = 0xc04; // BCRL
|
3546
|
+
put(sink, &enc_ril_c(opcode, 15, 0));
|
3547
|
+
}
|
3548
|
+
&Inst::IndirectBr { rn, .. } => {
|
3549
|
+
let rn = allocs.next(rn);
|
3550
|
+
|
3551
|
+
let opcode = 0x07; // BCR
|
3552
|
+
put(sink, &enc_rr(opcode, gpr(15), rn));
|
3553
|
+
}
|
3554
|
+
&Inst::CondBr {
|
3555
|
+
taken,
|
3556
|
+
not_taken,
|
3557
|
+
cond,
|
3558
|
+
} => {
|
3559
|
+
let opcode = 0xc04; // BCRL
|
3560
|
+
|
3561
|
+
// Conditional part first.
|
3562
|
+
let cond_off = sink.cur_offset();
|
3563
|
+
sink.use_label_at_offset(cond_off, taken, LabelUse::BranchRIL);
|
3564
|
+
let inverted = &enc_ril_c(opcode, cond.invert().bits(), 0);
|
3565
|
+
sink.add_cond_branch(cond_off, cond_off + 6, taken, inverted);
|
3566
|
+
put(sink, &enc_ril_c(opcode, cond.bits(), 0));
|
3567
|
+
|
3568
|
+
// Unconditional part next.
|
3569
|
+
let uncond_off = sink.cur_offset();
|
3570
|
+
sink.use_label_at_offset(uncond_off, not_taken, LabelUse::BranchRIL);
|
3571
|
+
sink.add_uncond_branch(uncond_off, uncond_off + 6, not_taken);
|
3572
|
+
put(sink, &enc_ril_c(opcode, 15, 0));
|
3573
|
+
}
|
3574
|
+
&Inst::OneWayCondBr { target, cond } => {
|
3575
|
+
let opcode = 0xc04; // BCRL
|
3576
|
+
sink.use_label_at_offset(sink.cur_offset(), target, LabelUse::BranchRIL);
|
3577
|
+
put(sink, &enc_ril_c(opcode, cond.bits(), 0));
|
3578
|
+
}
|
3579
|
+
&Inst::Nop0 => {}
|
3580
|
+
&Inst::Nop2 => {
|
3581
|
+
put(sink, &enc_e(0x0707));
|
3582
|
+
}
|
3583
|
+
&Inst::Debugtrap => {
|
3584
|
+
put(sink, &enc_e(0x0001));
|
3585
|
+
}
|
3586
|
+
&Inst::Trap { trap_code } => {
|
3587
|
+
if let Some(s) = state.take_stack_map() {
|
3588
|
+
sink.add_stack_map(StackMapExtent::UpcomingBytes(2), s);
|
3589
|
+
}
|
3590
|
+
put_with_trap(sink, &enc_e(0x0000), trap_code);
|
3591
|
+
}
|
3592
|
+
&Inst::TrapIf { cond, trap_code } => {
|
3593
|
+
// Branch over trap if condition is false.
|
3594
|
+
let opcode = 0xa74; // BCR
|
3595
|
+
put(sink, &enc_ri_c(opcode, cond.invert().bits(), 4 + 2));
|
3596
|
+
// Now emit the actual trap.
|
3597
|
+
if let Some(s) = state.take_stack_map() {
|
3598
|
+
sink.add_stack_map(StackMapExtent::UpcomingBytes(2), s);
|
3599
|
+
}
|
3600
|
+
put_with_trap(sink, &enc_e(0x0000), trap_code);
|
3601
|
+
}
|
3602
|
+
&Inst::JTSequence { ridx, ref targets } => {
|
3603
|
+
let ridx = allocs.next(ridx);
|
3604
|
+
|
3605
|
+
let table_label = sink.get_label();
|
3606
|
+
|
3607
|
+
// This sequence is *one* instruction in the vcode, and is expanded only here at
|
3608
|
+
// emission time, because we cannot allow the regalloc to insert spills/reloads in
|
3609
|
+
// the middle; we depend on hardcoded PC-rel addressing below.
|
3610
|
+
|
3611
|
+
// Set temp register to address of jump table.
|
3612
|
+
let rtmp = writable_spilltmp_reg();
|
3613
|
+
let inst = Inst::LoadAddr {
|
3614
|
+
rd: rtmp,
|
3615
|
+
mem: MemArg::Label {
|
3616
|
+
target: table_label,
|
3617
|
+
},
|
3618
|
+
};
|
3619
|
+
inst.emit(&[], sink, emit_info, state);
|
3620
|
+
|
3621
|
+
// Set temp to target address by adding the value of the jump table entry.
|
3622
|
+
let inst = Inst::AluRX {
|
3623
|
+
alu_op: ALUOp::Add64Ext32,
|
3624
|
+
rd: rtmp,
|
3625
|
+
ri: rtmp.to_reg(),
|
3626
|
+
mem: MemArg::reg_plus_reg(rtmp.to_reg(), ridx, MemFlags::trusted()),
|
3627
|
+
};
|
3628
|
+
inst.emit(&[], sink, emit_info, state);
|
3629
|
+
|
3630
|
+
// Branch to computed address. (`targets` here is only used for successor queries
|
3631
|
+
// and is not needed for emission.)
|
3632
|
+
let inst = Inst::IndirectBr {
|
3633
|
+
rn: rtmp.to_reg(),
|
3634
|
+
targets: vec![],
|
3635
|
+
};
|
3636
|
+
inst.emit(&[], sink, emit_info, state);
|
3637
|
+
|
3638
|
+
// Emit jump table (table of 32-bit offsets).
|
3639
|
+
// The first entry is the default target, which is not emitted
|
3640
|
+
// into the jump table, so we skip it here. It is only in the
|
3641
|
+
// list so MachTerminator will see the potential target.
|
3642
|
+
sink.bind_label(table_label);
|
3643
|
+
let jt_off = sink.cur_offset();
|
3644
|
+
for &target in targets.iter().skip(1) {
|
3645
|
+
let word_off = sink.cur_offset();
|
3646
|
+
let off_into_table = word_off - jt_off;
|
3647
|
+
sink.use_label_at_offset(word_off, target, LabelUse::PCRel32);
|
3648
|
+
sink.put4(off_into_table.swap_bytes());
|
3649
|
+
}
|
3650
|
+
|
3651
|
+
// Lowering produces an EmitIsland before using a JTSequence, so we can safely
|
3652
|
+
// disable the worst-case-size check in this case.
|
3653
|
+
start_off = sink.cur_offset();
|
3654
|
+
}
|
3655
|
+
|
3656
|
+
&Inst::VirtualSPOffsetAdj { offset } => {
|
3657
|
+
trace!(
|
3658
|
+
"virtual sp offset adjusted by {} -> {}",
|
3659
|
+
offset,
|
3660
|
+
state.virtual_sp_offset + offset
|
3661
|
+
);
|
3662
|
+
state.virtual_sp_offset += offset;
|
3663
|
+
}
|
3664
|
+
|
3665
|
+
&Inst::Unwind { ref inst } => {
|
3666
|
+
sink.add_unwind(inst.clone());
|
3667
|
+
}
|
3668
|
+
|
3669
|
+
&Inst::DummyUse { .. } => {}
|
3670
|
+
}
|
3671
|
+
|
3672
|
+
let end_off = sink.cur_offset();
|
3673
|
+
debug_assert!((end_off - start_off) <= Inst::worst_case_size());
|
3674
|
+
|
3675
|
+
state.clear_post_insn();
|
3676
|
+
}
|
3677
|
+
}
|