wasmtime 0.4.1 → 5.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Cargo.lock +261 -200
- data/ext/Cargo.toml +7 -7
- data/ext/cargo-vendor/async-trait-0.1.62/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/async-trait-0.1.62/Cargo.toml +62 -0
- data/ext/cargo-vendor/{libc-0.2.138 → async-trait-0.1.62}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/README.md +262 -0
- data/ext/cargo-vendor/async-trait-0.1.62/build.rs +31 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/args.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/bound.rs +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/src/expand.rs +488 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/lib.rs +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/src/lifetime.rs +112 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/parse.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/receiver.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/compiletest.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/executor/mod.rs +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/tests/test.rs +1491 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/arg-implementation-detail.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/arg-implementation-detail.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/bare-trait-object.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/bare-trait-object.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/consider-restricting.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/consider-restricting.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/delimiter-span.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/delimiter-span.stderr +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/tests/ui/lifetime-defined-here.rs +23 -0
- data/ext/cargo-vendor/async-trait-0.1.62/tests/ui/lifetime-defined-here.stderr +29 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/lifetime-span.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/lifetime-span.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-impl.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-impl.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-trait.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-trait.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-body.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-body.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/must-use.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/must-use.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/self-span.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/self-span.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/send-not-implemented.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/send-not-implemented.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unreachable.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unreachable.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unsupported-self.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unsupported-self.stderr +0 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/CHANGELOG.md +654 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/Cargo.toml +66 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → bumpalo-3.12.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/README.md +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/alloc.rs +0 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/src/boxed.rs +683 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/collect_in.rs +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/mod.rs +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/raw_vec.rs +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/str/lossy.rs +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/str/mod.rs +0 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/src/collections/string.rs +2141 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/src/collections/vec.rs +2614 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/src/lib.rs +2023 -0
- data/ext/cargo-vendor/cap-fs-ext-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-fs-ext-1.0.4/Cargo.toml +63 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → cap-fs-ext-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/build.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/dir_entry_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/dir_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/file_type_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/is_file_read_write.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/metadata_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/open_options_follow_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/open_options_maybe_dir_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/reopen.rs +0 -0
- data/ext/cargo-vendor/cap-primitives-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-primitives-1.0.4/Cargo.toml +79 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-primitives-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/build.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/assert_same_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/canonicalize.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/copy.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/create_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/dir_builder.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/dir_entry.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/dir_options.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/errors.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/file_path_by_searching.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/file_type.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/follow_symlinks.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/hard_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/is_file_read_write.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/canonical_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/canonicalize.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/cow_component.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/open.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/open_entry.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/read_link_one.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/maybe_owned_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/metadata.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_ambient.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_options.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_unchecked_error.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/permissions.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/read_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/read_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_dir_all.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_open_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/rename.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/reopen.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/set_permissions.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/set_times.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/stat.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/symlink.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/system_time_spec.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/create_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/hard_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/open_parent.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/read_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/remove_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/remove_file.rs +0 -0
- data/ext/cargo-vendor/cap-primitives-1.0.4/src/fs/via_parent/rename.rs +50 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/set_permissions.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/set_times_nofollow.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/symlink.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/net/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/net/pool.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/darwin/fs/file_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/darwin/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/darwin/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/copy_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/create_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/cvt.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/dir_entry_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/dir_options_ext.rs +0 -0
- data/ext/cargo-vendor/cap-primitives-1.0.4/src/rustix/fs/dir_utils.rs +225 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/errors.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/file_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/file_type_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/hard_link_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/is_file_read_write_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/is_root_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/is_same_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/metadata_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/oflags.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/open_options_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/open_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/permissions_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/read_dir_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/read_link_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/remove_dir_all_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/remove_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/remove_file_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/remove_open_dir_by_searching.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/rename_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/reopen_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/set_permissions_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/set_times_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/stat_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/symlink_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/times.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/canonicalize_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/file_metadata.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/file_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/open_entry_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/open_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/procfs.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/set_permissions_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/set_times_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/stat_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/instant.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/monotonic_clock.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/system_clock.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/system_time.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/copy.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/create_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/dir_entry_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/dir_options_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/dir_utils.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/errors.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/file_type_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/get_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/hard_link_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/is_file_read_write_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/is_same_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/metadata_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/oflags.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/open_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/open_options_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/open_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/read_dir_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/read_link_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/read_link_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_dir_all_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_file_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_open_dir_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/rename_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/reopen_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/set_permissions_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/set_times_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/stat_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/symlink_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/mod.rs +0 -0
- data/ext/cargo-vendor/cap-rand-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-rand-1.0.4/Cargo.toml +38 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-rand-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cap-std-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-std-1.0.4/Cargo.toml +70 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-std-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/build.rs +0 -0
- data/ext/cargo-vendor/cap-std-1.0.4/src/fs/dir.rs +843 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/dir_entry.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/file.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/read_dir.rs +0 -0
- data/ext/cargo-vendor/cap-std-1.0.4/src/fs_utf8/dir.rs +785 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/dir_entry.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/file.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/read_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/incoming.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/pool.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/tcp_listener.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/tcp_stream.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/udp_socket.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/incoming.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/unix_datagram.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/unix_listener.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/unix_stream.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/time/mod.rs +0 -0
- data/ext/cargo-vendor/cap-time-ext-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-time-ext-1.0.4/Cargo.toml +42 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-time-ext-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/src/monotonic_clock.rs +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/src/system_clock.rs +0 -0
- data/ext/cargo-vendor/cc-1.0.78/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cc-1.0.78/Cargo.lock +110 -0
- data/ext/cargo-vendor/cc-1.0.78/Cargo.toml +39 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cc-1.0.78}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/README.md +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/bin/gcc-shim.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/com.rs +0 -0
- data/ext/cargo-vendor/cc-1.0.78/src/lib.rs +3568 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/registry.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/setup_config.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/vs_instances.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/winapi.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/windows_registry.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/cc_env.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/cflags.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/cxxflags.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/support/mod.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/test.rs +0 -0
- data/ext/cargo-vendor/cranelift-bforest-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-bforest-0.92.0/Cargo.toml +34 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/map.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/node.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/path.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/pool.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/set.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/Cargo.toml +149 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/benches/x64-evex-encoding.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/build.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/alias_analysis.rs +409 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/binemit/mod.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/binemit/stack_map.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/bitset.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/cfg_printer.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/constant_hash.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/context.rs +397 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ctxhash.rs +168 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/cursor.rs +666 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/data_value.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/dbg.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/dce.rs +36 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/divconst_magic_numbers.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/dominator_tree.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/egraph/cost.rs +97 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/egraph/domtree.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/egraph/elaborate.rs +686 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/egraph.rs +569 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/flowgraph.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/fx.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/incremental_cache.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/inst_predicates.rs +183 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/atomic_rmw_op.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/builder.rs +279 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/condcodes.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/constant.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/dfg.rs +1546 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/dynamic_type.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/entities.rs +562 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/extfunc.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/extname.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/function.rs +531 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/globalvalue.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/immediates.rs +1615 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/instructions.rs +853 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/jumptable.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/known_symbol.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/layout.rs +1333 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/libcall.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/memflags.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/mod.rs +107 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/progpoint.rs +166 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/sourceloc.rs +117 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/stackslot.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/table.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/trapcode.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/types.rs +631 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/abi.rs +1275 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/args.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/emit.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/emit_tests.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/imms.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/inst/mod.rs +3072 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/regs.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/inst.isle +3762 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst_neon.isle +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/lower/isle/generated_code.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/lower/isle.rs +741 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/lower.isle +2565 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/lower.rs +763 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/lower_dynamic_neon.isle +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/mod.rs +429 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/settings.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/call_conv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/mod.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/abi.rs +722 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/args.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst/emit.rs +2789 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst/emit_tests.rs +2240 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/imms.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst/mod.rs +1722 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/regs.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst.isle +2328 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/lower/isle/generated_code.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/lower/isle.rs +464 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/lower.isle +871 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/lower.rs +33 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/mod.rs +256 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/settings.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/abi.rs +945 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/args.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst/emit.rs +3677 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst/emit_tests.rs +13396 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/imms.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst/mod.rs +3393 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/regs.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst.isle +5049 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/lower/isle/generated_code.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/lower/isle.rs +1027 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/lower.isle +3973 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/lower.rs +28 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/mod.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/settings.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/unwind/winx64.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/abi.rs +969 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/evex.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/mod.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/rex.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/vex.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/args.rs +1934 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/emit.rs +3257 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/emit_tests.rs +5162 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/mod.rs +2553 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/regs.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/unwind/winx64.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst.isle +3928 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower/isle/generated_code.rs +14 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower/isle.rs +1070 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower.isle +3775 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower.rs +318 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/mod.rs +488 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/settings.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isle_prelude.rs +641 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/iterators.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/legalizer/globalvalue.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/legalizer/mod.rs +319 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/legalizer/table.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/lib.rs +141 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/licm.rs +242 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/loop_analysis.rs +443 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/abi.rs +2410 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/blockorder.rs +704 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/buffer.rs +2104 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/compile.rs +89 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/helpers.rs +33 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/inst_common.rs +74 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/isle.rs +753 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/lower.rs +1384 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/mod.rs +438 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/machinst/reg.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/machinst/valueregs.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/vcode.rs +1593 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/nan_canonicalization.rs +104 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/opts/algebraic.isle +242 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/opts/cprop.isle +140 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/opts/generated_code.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/opts.rs +131 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/prelude.isle +450 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/prelude_lower.isle +723 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/prelude_opt.isle +34 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/print_errors.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/remove_constant_phis.rs +425 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/result.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/scoped_hash_map.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/settings.rs +601 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/simple_gvn.rs +149 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/simple_preopt.rs +932 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/souper_harvest.rs +576 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/timing.rs +263 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/unionfind.rs +74 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/unreachable_code.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/value_label.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/verifier/mod.rs +1862 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/write.rs +654 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/Cargo.toml +26 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/formats.rs +134 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/instructions.rs +477 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/cdsl/isa.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/cdsl/mod.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/operands.rs +171 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/cdsl/settings.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/types.rs +500 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/typevar.rs +928 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/constant_hash.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/gen_inst.rs +1555 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/gen_settings.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/gen_types.rs +75 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/arm64.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/mod.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/isa/riscv64.rs +28 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/s390x.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/x86.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/entities.rs +85 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/formats.rs +218 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/immediates.rs +213 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/instructions.rs +3621 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/shared/mod.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/settings.rs +355 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/types.rs +137 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/srcgen.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/unique_table.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-shared-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-codegen-shared-0.92.0/Cargo.toml +22 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/src/constant_hash.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/src/constants.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cranelift-entity-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-entity-0.92.0/Cargo.toml +38 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/boxed_slice.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/iter.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/keys.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/list.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/map.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/packed_option.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/primary.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/set.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/sparse.rs +0 -0
- data/ext/cargo-vendor/cranelift-frontend-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-frontend-0.92.0/Cargo.toml +53 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/cranelift-frontend-0.92.0/src/frontend.rs +1836 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cranelift-frontend-0.92.0/src/ssa.rs +1399 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/src/switch.rs +0 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/src/variable.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/Cargo.toml +37 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/build.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/bad_converters.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/bound_var_type_mismatch.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/converter_extractor_constructor.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/error1.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/extra_parens.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/impure_expression.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/impure_rhs.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/multi_internal_etor.isle +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/borrows.isle +15 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/borrows_main.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/iflets.isle +29 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/iflets_main.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/multi_constructor.isle +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/multi_constructor_main.rs +71 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/multi_extractor.isle +14 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/multi_extractor_main.rs +50 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/test.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/test_main.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/bound_var.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/construct_and_extract.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/conversions.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/conversions_extern.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/let.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/nodebug.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/prio_trie_bug.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/test2.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/test3.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/test4.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/tutorial.isle +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/run/iconst.isle +17 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/run/iconst_main.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/run/let_shadowing.isle +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/run/let_shadowing_main.rs +27 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/ast.rs +421 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/codegen.rs +1046 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/compile.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/ir.rs +425 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/lexer.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/lib.rs +252 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/log.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/overlap.rs +137 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/parser.rs +586 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/sema.rs +2488 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/trie.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/trie_again.rs +683 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/tests/run_tests.rs +0 -0
- data/ext/cargo-vendor/cranelift-native-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-native-0.92.0/Cargo.toml +41 -0
- data/ext/cargo-vendor/{cranelift-native-0.91.0 → cranelift-native-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-native-0.91.0 → cranelift-native-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-native-0.91.0 → cranelift-native-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/Cargo.toml +88 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/code_translator/bounds_checks.rs +413 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/code_translator.rs +3241 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/environ/dummy.rs +905 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/environ/mod.rs +12 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/environ/spec.rs +790 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/func_translator.rs +417 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/heap.rs +99 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/lib.rs +78 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/module_translator.rs +128 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/sections_translator.rs +429 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/state.rs +540 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/src/translation_utils.rs +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/tests/wasm_testsuite.rs +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/arith.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/br_table.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/call-simd.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/call.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_fannkuch.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_fasta.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_ifs.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_primes.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/fac-multi-value.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/fibonacci.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/globals.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/icall-simd.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/icall.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-0.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-1.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-2.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-3.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-4.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-5.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-6.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-unreachable-else-params-2.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-unreachable-else-params.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/issue-1306-name-section-with-u32-max-function-index.wasm +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/memory.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-0.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-1.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-10.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-11.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-12.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-13.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-14.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-15.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-16.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-17.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-2.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-3.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-4.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-5.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-6.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-7.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-8.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-9.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/nullref.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/passive-data.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/pr2303.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/pr2559.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/ref-func-0.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/rust_fannkuch.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/select.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/simd-store.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/simd.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/table-copy.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/unreachable_code.wat +0 -0
- data/ext/cargo-vendor/env_logger-0.10.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/env_logger-0.10.0/Cargo.lock +254 -0
- data/ext/cargo-vendor/env_logger-0.10.0/Cargo.toml +129 -0
- data/ext/cargo-vendor/{cc-1.0.77 → env_logger-0.10.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/README.md +0 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/custom_default_format.rs +40 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/custom_format.rs +54 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/custom_logger.rs +62 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/default.rs +38 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/direct_logger.rs +39 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/filters_from_code.rs +20 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/in_tests.rs +54 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/syslog_friendly_format.rs +24 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/filter/mod.rs +868 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/filter/regex.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/filter/string.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/humantime/extern_impl.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/humantime/mod.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/humantime/shim_impl.rs +0 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/mod.rs +652 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/atty.rs +33 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/mod.rs +253 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/termcolor/extern_impl.rs +532 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/termcolor/mod.rs +12 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/writer/termcolor/shim_impl.rs +0 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/lib.rs +1311 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/init-twice-retains-filter.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/log-in-log.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/log_tls_dtors.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/regexp_filter.rs +0 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/Cargo.toml +53 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/LICENSE-APACHE +190 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/LICENSE-MIT +21 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/README.md +72 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/lib.rs +43 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/read_guard.rs +43 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/rw_lock.rs +126 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/mod.rs +17 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/mod.rs +7 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/read_guard.rs +32 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/rw_lock.rs +70 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/write_guard.rs +39 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/mod.rs +9 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/read_guard.rs +31 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/rw_lock.rs +44 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/utils.rs +9 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/write_guard.rs +38 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/mod.rs +8 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/read_guard.rs +31 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/rw_lock.rs +72 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/utils.rs +33 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/write_guard.rs +38 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/write_guard.rs +50 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/tests/test.rs +33 -0
- data/ext/cargo-vendor/file-per-thread-logger-0.1.6/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/file-per-thread-logger-0.1.6/Cargo.toml +36 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/LICENSE +0 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/README.md +0 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/run-tests.sh +0 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/tests/test.rs +0 -0
- data/ext/cargo-vendor/glob-0.3.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/glob-0.3.1/Cargo.toml +30 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → glob-0.3.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{glob-0.3.0 → glob-0.3.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/glob-0.3.1/README.md +38 -0
- data/ext/cargo-vendor/glob-0.3.1/src/lib.rs +1434 -0
- data/ext/cargo-vendor/{glob-0.3.0 → glob-0.3.1}/tests/glob-std.rs +0 -0
- data/ext/cargo-vendor/glob-0.3.1/triagebot.toml +1 -0
- data/ext/cargo-vendor/id-arena-2.2.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/id-arena-2.2.1/CHANGELOG.md +65 -0
- data/ext/cargo-vendor/id-arena-2.2.1/Cargo.toml +31 -0
- data/ext/cargo-vendor/{glob-0.3.0 → id-arena-2.2.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → id-arena-2.2.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/id-arena-2.2.1/README.md +100 -0
- data/ext/cargo-vendor/id-arena-2.2.1/README.tpl +3 -0
- data/ext/cargo-vendor/id-arena-2.2.1/src/lib.rs +726 -0
- data/ext/cargo-vendor/id-arena-2.2.1/src/rayon.rs +282 -0
- data/ext/cargo-vendor/id-arena-2.2.1/tests/readme_up_to_date.rs +22 -0
- data/ext/cargo-vendor/io-extras-0.17.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/io-extras-0.17.1/Cargo.toml +109 -0
- data/ext/cargo-vendor/{hermit-abi-0.1.19 → io-extras-0.17.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{hermit-abi-0.1.19 → io-extras-0.17.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/README.md +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/SECURITY.md +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/build.rs +0 -0
- data/ext/cargo-vendor/io-extras-0.17.1/src/borrowed.rs +301 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/grip.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/mod.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/rustix.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/windows/mod.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/windows/stdio.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/windows/traits.rs +0 -0
- data/ext/cargo-vendor/io-extras-0.17.1/src/os/windows/types.rs +229 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/owned.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/raw.rs +0 -0
- data/ext/cargo-vendor/io-extras-0.17.1/src/read_write.rs +802 -0
- data/ext/cargo-vendor/io-lifetimes-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/io-lifetimes-1.0.4/Cargo.toml +94 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-lifetimes-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-lifetimes-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/io-lifetimes-1.0.4/build.rs +106 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/example_ffi.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_async_std.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_fs_err.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_mio.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_os_pipe.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_socket2.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_std.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_tokio.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/portability.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/raw.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/traits.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/types.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/views.rs +0 -0
- data/ext/cargo-vendor/ipnet-2.7.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/ipnet-2.7.1/Cargo.toml +52 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/README.md +0 -0
- data/ext/cargo-vendor/ipnet-2.7.1/RELEASES.md +77 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/ipext.rs +0 -0
- data/ext/cargo-vendor/ipnet-2.7.1/src/ipnet.rs +1864 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/ipnet_schemars.rs +0 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/ipnet_serde.rs +0 -0
- data/ext/cargo-vendor/ipnet-2.7.1/src/lib.rs +98 -0
- data/ext/cargo-vendor/ipnet-2.7.1/src/mask.rs +128 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/parser.rs +0 -0
- data/ext/cargo-vendor/itoa-1.0.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/itoa-1.0.5/Cargo.toml +38 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → itoa-1.0.5}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → itoa-1.0.5}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/itoa-1.0.5/README.md +59 -0
- data/ext/cargo-vendor/{itoa-1.0.4 → itoa-1.0.5}/benches/bench.rs +0 -0
- data/ext/cargo-vendor/itoa-1.0.5/src/lib.rs +290 -0
- data/ext/cargo-vendor/{itoa-1.0.4 → itoa-1.0.5}/src/udiv128.rs +0 -0
- data/ext/cargo-vendor/{itoa-1.0.4 → itoa-1.0.5}/tests/test.rs +0 -0
- data/ext/cargo-vendor/ittapi-0.3.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/ittapi-0.3.3/Cargo.toml +44 -0
- data/ext/cargo-vendor/ittapi-0.3.3/README.md +49 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/collection_control.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/domain.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/event.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/jit.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/string.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/task.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/util.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/Cargo.toml +42 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/LICENSES/BSD-3-Clause.txt +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/LICENSES/GPL-2.0-only.txt +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/README.md +75 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/build.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/CMakeLists.txt +127 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/LICENSES/BSD-3-Clause.txt +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/LICENSES/GPL-2.0-only.txt +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/README.md +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeCache.txt +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeCCompiler.cmake +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeCXXCompiler.cmake +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeSystem.cmake +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CompilerIdC/CMakeCCompilerId.c +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CompilerIdC/a.out +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CompilerIdCXX/a.out +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/CMakeOutput.log +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/TargetDirectories.txt +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/cmake.check_cache +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/rules.ninja +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/build.ninja +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/cmake_install.cmake +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/compile_commands.json +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/buildall.py +171 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/advisor-annotate.h +520 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/advisor_annotate.f90 +712 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/posix/ittnotify.f90 +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86/advisor_annotate.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86/advisor_annotate.o +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86/ittfortran.o +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/posix/x86/ittnotify.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86_64/advisor_annotate.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86_64/advisor_annotate.o +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86_64/ittfortran.o +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/posix/x86_64/ittnotify.mod +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/win32/ittnotify.f90 +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86/advisor_annotate.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86/advisor_annotate.obj +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86/ittfortran.obj +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/win32/x86/ittnotify.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86_64/advisor_annotate.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86_64/advisor_annotate.obj +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86_64/ittfortran.obj +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/win32/x86_64/ittnotify.mod +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/ittnotify-zca.h +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/ittnotify.h +4486 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/jitprofiling.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/legacy/ittnotify.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/libittnotify.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/disable_warnings.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittnotify_config.h +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify/ittnotify_static.c +1619 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify/ittnotify_static.h +357 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittnotify_types.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark32.S +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark32.asm +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark64.S +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark64.asm +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify/jitprofiling.c +230 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify_refcol/Makefile +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify_refcol/README.md +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify_refcol/itt_refcol_impl.c +319 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/freebsd/ittnotify_bindings.rs +1891 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2/src/linux → ittapi-sys-0.3.3/src/freebsd}/jitprofiling_bindings.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/lib.rs +38 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/linux/ittnotify_bindings.rs +1889 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2/src/macos → ittapi-sys-0.3.3/src/linux}/jitprofiling_bindings.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/macos/ittnotify_bindings.rs +1889 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/macos/jitprofiling_bindings.rs +1160 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/windows/ittnotify_bindings.rs +2029 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/src/windows/jitprofiling_bindings.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/tests/bindgen-up-to-date.rs +103 -0
- data/ext/cargo-vendor/libc-0.2.139/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/CONTRIBUTING.md +0 -0
- data/ext/cargo-vendor/libc-0.2.139/Cargo.toml +64 -0
- data/ext/cargo-vendor/libc-0.2.139/LICENSE-APACHE +176 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/README.md +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/build.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/rustfmt.toml +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fixed_width_ints.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/fuchsia/mod.rs +4296 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/hermit/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/hermit/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/hermit/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/macros.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/psp.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/sgx.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/solid/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/solid/arm.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/solid/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/switch.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b32/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/aarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/aarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/x86_64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/x86_64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/dragonfly/errno.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/dragonfly/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/arm.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd11/b64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd12/b64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd12/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd12/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd13/b64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd13/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd14/b64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd14/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd14/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/riscv64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/x86_64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/x86_64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/mod.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/bsd/mod.rs +916 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/arm.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/sparc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/arm.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/mips64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/riscv64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/sparc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/b32.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/b64.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/haiku/mod.rs +2037 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/native.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/hermit/aarch64.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/hermit/mod.rs +1023 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/hermit/x86_64.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b32/arm.rs +542 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b32/x86/align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b32/x86/mod.rs +614 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/aarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/aarch64/int128.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b64/aarch64/mod.rs +394 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/riscv64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/riscv64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/x86_64/align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b64/x86_64/mod.rs +794 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/mod.rs +3609 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/emscripten/align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/emscripten/mod.rs +1896 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/emscripten/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/generic/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/mips/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/powerpc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/sparc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/arm/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/arm/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/m68k/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/m68k/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/mips/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/mips/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/riscv32/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/riscv32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/sparc/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/sparc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/x86/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/x86/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/ilp32.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/int128.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/lp64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/loongarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/loongarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/mips64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/mips64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/powerpc64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/powerpc64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/riscv64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/riscv64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/s390x.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/sparc64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/sparc64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/x86_64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/x86_64/x32.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/no_align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/linux/mod.rs +4495 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/arm/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/arm/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/hexagon.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/mips/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/mips/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/riscv32/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/riscv32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/x86/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/x86/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/aarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/aarch64/int128.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/aarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/mips64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/riscv64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/riscv64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/s390x.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/x86_64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/x86_64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/non_exhaustive.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/arm/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/arm/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/arm/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips32/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips32/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips64/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/x86_64/l4re.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/x86_64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/x86_64/other.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/mod.rs +1837 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/mod.rs +1606 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/aarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/arm/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/espidf/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/generic.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/horizon/mod.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/newlib/mod.rs +758 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/powerpc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/no_align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/aarch64.rs +36 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/mod.rs +3286 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/neutrino.rs +1288 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/x86_64.rs +132 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/redox/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/compat.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/illumos.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/solarish/mod.rs +3282 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/solaris.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/x86_common.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/arm.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/vxworks/mod.rs +1930 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/x86_64.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/wasi.rs +825 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/windows/gnu/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/windows/gnu/mod.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/windows/mod.rs +596 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/windows/msvc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/tests/const_fn.rs +0 -0
- data/ext/cargo-vendor/linux-raw-sys-0.1.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/linux-raw-sys-0.1.4/Cargo.toml +76 -0
- data/ext/cargo-vendor/{itoa-1.0.4 → linux-raw-sys-0.1.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{itoa-1.0.4 → linux-raw-sys-0.1.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/README.md +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/netlink.rs +0 -0
- data/ext/cargo-vendor/linux-raw-sys-0.1.4/src/lib.rs +358 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/netlink.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/nom-7.1.3/CHANGELOG.md +1551 -0
- data/ext/cargo-vendor/nom-7.1.3/Cargo.lock +282 -0
- data/ext/cargo-vendor/nom-7.1.3/Cargo.toml +168 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/LICENSE +0 -0
- data/ext/cargo-vendor/nom-7.1.3/README.md +331 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/doc/nom_recipes.md +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/bits/complete.rs +197 -0
- data/ext/cargo-vendor/nom-7.1.3/src/bits/mod.rs +179 -0
- data/ext/cargo-vendor/nom-7.1.3/src/bits/streaming.rs +170 -0
- data/ext/cargo-vendor/nom-7.1.3/src/branch/mod.rs +267 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/branch/tests.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/complete.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/mod.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/streaming.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/tests.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/character/complete.rs +1227 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/character/mod.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/character/streaming.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/character/tests.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/combinator/mod.rs +809 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/combinator/tests.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/error.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/internal.rs +489 -0
- data/ext/cargo-vendor/nom-7.1.3/src/lib.rs +464 -0
- data/ext/cargo-vendor/nom-7.1.3/src/macros.rs +23 -0
- data/ext/cargo-vendor/nom-7.1.3/src/multi/mod.rs +1049 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/multi/tests.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/number/complete.rs +2126 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/number/mod.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/number/streaming.rs +2206 -0
- data/ext/cargo-vendor/nom-7.1.3/src/sequence/mod.rs +279 -0
- data/ext/cargo-vendor/nom-7.1.3/src/sequence/tests.rs +290 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/str.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/traits.rs +1441 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/arithmetic.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/arithmetic_ast.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/css.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/custom_errors.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/escaped.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/float.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/fnmut.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/ini.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/ini_str.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/tests/issues.rs +242 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/json.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/mp4.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/multiline.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/overflow.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/reborrow_fold.rs +0 -0
- data/ext/cargo-vendor/num_cpus-1.15.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/num_cpus-1.15.0/CHANGELOG.md +150 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/CONTRIBUTING.md +0 -0
- data/ext/cargo-vendor/num_cpus-1.15.0/Cargo.lock +26 -0
- data/ext/cargo-vendor/num_cpus-1.15.0/Cargo.toml +32 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → num_cpus-1.15.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/README.md +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/ci/cgroups/Dockerfile +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/examples/values.rs +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/ceil/cpu.cfs_period_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/ceil/cpu.cfs_quota_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/good/cpu.cfs_period_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/good/cpu.cfs_quota_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/zero-period/cpu.cfs_period_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/zero-period/cpu.cfs_quota_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/cgroup +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/mountinfo +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/mountinfo_multi_opt +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/mountinfo_zero_opt +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/cgroups/ceil/cpu.max +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/cgroups/good/cpu.max +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/cgroups/zero-period/cpu.max +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/proc/cgroups/cgroup +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/proc/cgroups/cgroup_multi +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/proc/cgroups/mountinfo +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/src/linux.rs +0 -0
- data/ext/cargo-vendor/once_cell-1.17.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/once_cell-1.17.0/CHANGELOG.md +212 -0
- data/ext/cargo-vendor/once_cell-1.17.0/Cargo.lock +173 -0
- data/ext/cargo-vendor/once_cell-1.17.0/Cargo.toml +109 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → once_cell-1.17.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → once_cell-1.17.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/once_cell-1.17.0/README.md +58 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/bors.toml +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/bench.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/bench_acquire.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/bench_vs_lazy_static.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/lazy_static.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/reentrant_init_deadlocks.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/regex.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/test_synchronization.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/src/imp_cs.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/src/imp_pl.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/src/imp_std.rs +0 -0
- data/ext/cargo-vendor/once_cell-1.17.0/src/lib.rs +1384 -0
- data/ext/cargo-vendor/once_cell-1.17.0/src/race.rs +396 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/tests/it.rs +0 -0
- data/ext/cargo-vendor/paste-1.0.11/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/paste-1.0.11/Cargo.toml +42 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → paste-1.0.11}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → paste-1.0.11}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/paste-1.0.11/README.md +157 -0
- data/ext/cargo-vendor/paste-1.0.11/build.rs +33 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/src/attr.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/src/error.rs +0 -0
- data/ext/cargo-vendor/paste-1.0.11/src/lib.rs +453 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/src/segment.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/compiletest.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/test_attr.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/test_doc.rs +0 -0
- data/ext/cargo-vendor/paste-1.0.11/tests/test_expr.rs +283 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/test_item.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/case-warning.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/case-warning.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-empty.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-empty.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-non-string.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-non-string.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-suffix.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-suffix.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-unexpected.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-unexpected.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/invalid-ident.rs +0 -0
- data/ext/cargo-vendor/paste-1.0.11/tests/ui/invalid-ident.stderr +21 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/missing-paren-on-env.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/missing-paren-on-env.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-env-var.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-env-var.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-ident-after-colon.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-ident-after-colon.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-group.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-group.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-modifier.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-modifier.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-punct.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-punct.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-literal.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-literal.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-modifier.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-modifier.stderr +0 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/CHANGELOG.md +163 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/Cargo.toml +27 -0
- data/ext/cargo-vendor/{paste-1.0.9 → pkg-config-0.3.26}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{toml-0.5.9 → pkg-config-0.3.26}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/README.md +79 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/src/lib.rs +972 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/escape.pc +5 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/foo.pc +16 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/framework.pc +16 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/rpath.pc +7 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/test.rs +323 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/Cargo.toml +63 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/LICENSE-APACHE +176 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → proc-macro2-1.0.50}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/README.md +94 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/build.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/detection.rs +0 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/src/fallback.rs +998 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/src/lib.rs +1312 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/src/location.rs +29 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/marker.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/parse.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/rcvec.rs +0 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/src/wrapper.rs +984 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/comments.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/features.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/marker.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/test.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/test_fmt.rs +0 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/CONTRIBUTING.md +21 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/Cargo.lock +924 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/Cargo.toml +68 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/LICENSE +21 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/README.md +152 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/benches/html_rendering.rs +101 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/benches/lib.rs +49 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/build.rs +186 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/examples/broken-link-callbacks.rs +37 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/examples/event-filter.rs +29 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/examples/string-to-string.rs +26 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/entities.rs +2158 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/escape.rs +356 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/html.rs +461 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/lib.rs +76 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/linklabel.rs +135 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/main.rs +109 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/parse.rs +3374 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/puncttable.rs +351 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/scanners.rs +1308 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/simd.rs +248 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/strings.rs +243 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/tree.rs +216 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/errors.rs +44 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/html.rs +252 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/lib.rs +425 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/footnotes.rs +165 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/gfm_strikethrough.rs +27 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/gfm_table.rs +205 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/gfm_tasklist.rs +39 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/mod.rs +13 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/regression.rs +953 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/smart_punct.rs +201 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/spec.rs +8447 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/table.rs +205 -0
- data/ext/cargo-vendor/quote-1.0.23/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/quote-1.0.23/Cargo.toml +49 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → quote-1.0.23}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → quote-1.0.23}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/quote-1.0.23/README.md +261 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/build.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/rust-toolchain.toml +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/ext.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/format.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/ident_fragment.rs +0 -0
- data/ext/cargo-vendor/quote-1.0.23/src/lib.rs +1434 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/runtime.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/spanned.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/to_tokens.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/compiletest.rs +0 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/test.rs +519 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated-dup.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated-dup.stderr +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated.stderr +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-separated.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-separated.stderr +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter.stderr +0 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-quotable.rs +7 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-quotable.stderr +20 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-repeatable.rs +8 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-repeatable.stderr +35 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/wrong-type-span.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/wrong-type-span.stderr +0 -0
- data/ext/cargo-vendor/rayon-1.6.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rayon-1.6.1/Cargo.toml +55 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/FAQ.md +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → rayon-1.6.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/README.md +0 -0
- data/ext/cargo-vendor/rayon-1.6.1/RELEASES.md +843 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/array.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/binary_heap.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/btree_map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/btree_set.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/hash_map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/hash_set.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/linked_list.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/vec_deque.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/cannot_collect_filtermap_data.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/cannot_zip_filtered_data.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/cell_par_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/must_use.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/no_send_par_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/rc_par_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/delegate.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/chain.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/chunks.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/cloned.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/collect/consumer.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/collect/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/collect/test.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/copied.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/empty.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/enumerate.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/extend.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/filter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/filter_map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/find.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/find_first_last/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/find_first_last/test.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flat_map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flat_map_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flatten.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flatten_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/fold.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/fold_chunks.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/fold_chunks_with.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/for_each.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/from_par_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/inspect.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/interleave.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/interleave_shortest.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/intersperse.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/len.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/map_with.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/multizip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/noop.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/once.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/panic_fuse.rs +0 -0
- data/ext/cargo-vendor/rayon-1.6.1/src/iter/par_bridge.rs +162 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/plumbing/README.md +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/plumbing/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/positions.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/product.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/reduce.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/repeat.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/rev.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/skip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/splitter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/step_by.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/sum.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/take.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/test.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/try_fold.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/try_reduce.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/try_reduce_with.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/unzip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/update.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/while_some.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/zip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/zip_eq.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/math.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/option.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/par_either.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/prelude.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/private.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/range.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/range_inclusive.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/result.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/chunks.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/mergesort.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/quicksort.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/rchunks.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/test.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/split_producer.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/str.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/string.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/vec.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/chars.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/clones.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/collect.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/cross-pool.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/debug.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/drain_vec.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/intersperse.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/issue671-unzip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/issue671.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/iter_panic.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/named-threads.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/octillion.rs +0 -0
- data/ext/cargo-vendor/rayon-1.6.1/tests/par_bridge_recursion.rs +30 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/producer_split_at.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/sort-panic-safe.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/str.rs +0 -0
- data/ext/cargo-vendor/rb-sys-0.9.57/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-0.9.57/Cargo.toml +42 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/bin/release.sh +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/build/features.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/build/main.rs +0 -0
- data/ext/cargo-vendor/rb-sys-0.9.57/build/ruby_macros.rs +14 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/build/version.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/readme.md +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/allocator.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/bindings.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/macros/mod.rs +0 -0
- data/ext/cargo-vendor/rb-sys-0.9.57/src/macros/ruby_macros.c +35 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/ruby_abi_version.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/special_consts.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/value_type.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/wrapper.h +0 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/Cargo.toml +47 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/bindings.rs +254 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/cc.rs +35 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/lib.rs +14 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/src/rb_config/flags.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/src/rb_config/library.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/src/rb_config/search_path.rs +0 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/rb_config.rs +758 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/utils.rs +42 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/Cargo.toml +25 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/LICENSE-APACHE +190 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/LICENSE-MIT +21 -0
- data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/readme.md +0 -0
- data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/src/defines.rs +0 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/src/lib.rs +180 -0
- data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/src/rb_env.rs +0 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/src/ruby_version.rs +163 -0
- data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/src/utils.rs +0 -0
- data/ext/cargo-vendor/regex-1.7.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/regex-1.7.1/CHANGELOG.md +1095 -0
- data/ext/cargo-vendor/regex-1.7.1/Cargo.lock +98 -0
- data/ext/cargo-vendor/regex-1.7.1/Cargo.toml +149 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/HACKING.md +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → regex-1.7.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/PERFORMANCE.md +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/README.md +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/UNICODE.md +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/regexdna-input.txt +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/regexdna-output.txt +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-cheat.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-replace.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-single-cheat.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-single.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/rustfmt.toml +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/backtrack.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/compile.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/dfa.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/error.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/exec.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/expand.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/find_byte.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/freqs.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/input.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/literal/imp.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/literal/mod.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/pattern.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/pikevm.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/pool.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/prog.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/re_builder.rs +0 -0
- data/ext/cargo-vendor/regex-1.7.1/src/re_bytes.rs +1260 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/re_set.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/re_trait.rs +0 -0
- data/ext/cargo-vendor/regex-1.7.1/src/re_unicode.rs +1311 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/sparse.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/LICENSE +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/README +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/basic.dat +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/nullsubexpr.dat +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/repetition.dat +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/utf8.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/test +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/api.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/api_str.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/consistent.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/crates_regex.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/crazy.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/flags.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/fowler.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/macros.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/macros_bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/macros_str.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/misc.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/multiline.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/noparse.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/regression.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/regression_fuzz.rs +0 -0
- data/ext/cargo-vendor/regex-1.7.1/tests/replace.rs +248 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/searcher.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/set.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/shortest_match.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/suffix_reverse.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_backtrack.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_backtrack_bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_backtrack_utf8bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_crates_regex.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_default.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_default_bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_nfa.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_nfa_bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_nfa_utf8bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/unicode.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/word_boundary.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/word_boundary_ascii.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/word_boundary_unicode.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/CONTRIBUTING.md +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/Cargo.toml +236 -0
- data/ext/cargo-vendor/{regex-1.7.0 → rustix-0.36.7}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → rustix-0.36.7}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/README.md +159 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/SECURITY.md +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/benches/mod.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/build.rs +225 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/conv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/fs/dir.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/fs/makedev.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/fs/mod.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/fs/syscalls.rs +1807 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/fs/types.rs +1196 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/io/epoll.rs +422 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/errno.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/io_slice.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/poll_fd.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/io/syscalls.rs +555 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/io/types.rs +159 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/windows_syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io_lifetimes.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io_uring/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io_uring/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mm/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mm/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mm/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/addr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/ext.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/read_sockaddr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/send_recv.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/net/syscalls.rs +887 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/write_sockaddr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/offset.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/param/auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/param/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/cpu_set.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/wait.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/rand/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/rand/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/rand/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/termios/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/termios/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/termios/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/thread/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/thread/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/time/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/time/syscalls.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/time/types.rs +364 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/weak.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/winsock_c.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/aarch64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/arm.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/mips.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/mips64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/riscv64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/thumb.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/x86.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/x86_64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/aarch64.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/arm.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_aarch64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_arm.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_mips.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_mips64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_powerpc64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_riscv64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_x86.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_x86_64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/mips.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/mips64.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/nr_last.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/powerpc64.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_aarch64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_arm.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_mips.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_mips64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_powerpc64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_riscv64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_x86.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_x86_64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/riscv64.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/x86.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/x86.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/x86_64.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/c.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/conv.rs +799 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/elf.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/fs/dir.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/fs/makedev.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/fs/mod.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/fs/syscalls.rs +1415 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/fs/types.rs +729 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/io/epoll.rs +404 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/errno.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/io_slice.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/poll_fd.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io_uring/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io_uring/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mm/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mm/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mm/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/addr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/read_sockaddr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/send_recv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/write_sockaddr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/libc_auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/mustang_auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/cpu_set.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/wait.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/rand/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/rand/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/rand/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/reg.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/runtime/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/runtime/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/runtime/tls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/termios/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/termios/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/termios/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/thread/futex.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/thread/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/thread/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/time/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/time/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/time/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/vdso.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/vdso_wrappers.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/const_assert.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/cstr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/ffi/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/abs.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/at.rs +388 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/constants.rs +20 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/copy_file_range.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/cwd.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/dir.rs +5 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fadvise.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fcntl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fcntl_darwin.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fcopyfile.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/fd.rs +350 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/file_type.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/getpath.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/makedev.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/memfd_create.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/mod.rs +221 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/mount.rs +150 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/openat2.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/raw_dir.rs +204 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/sendfile.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/statx.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/close.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/io/context.rs +163 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/dup.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/errno.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/eventfd.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fcntl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fd/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fd/owned.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fd/raw.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/ioctl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/is_read_write.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/io/mod.rs +99 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/pipe.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/poll.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/procfs.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/io/read_write.rs +178 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/seek_from.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/stdio.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io_uring.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/madvise.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/mmap.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/msync.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/userfaultfd.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/addr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/ip.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/send_recv.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/net/socket.rs +441 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/net/socket_addr_any.rs +103 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/socketpair.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/sockopt.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/wsa.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/param/auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/param/init.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/param/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/path/arg.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/path/dec_int.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/path/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/chdir.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/exit.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/id.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/kill.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/membarrier.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/prctl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/priority.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/procctl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/rlimit.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/sched.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/sched_yield.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/uname.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/wait.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/rand/getrandom.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/rand/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/runtime.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/cf.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/constants.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/tc.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/tty.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/clock.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/futex.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/id.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/prctl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/setns.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/time/clock.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/time/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/time/timerfd.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/utils.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/serde-1.0.152/Cargo.toml +70 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → serde-1.0.152}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → serde-1.0.152}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/serde-1.0.152/README.md +114 -0
- data/ext/cargo-vendor/serde-1.0.152/build.rs +146 -0
- data/ext/cargo-vendor/serde-1.0.152/crates-io.md +65 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/format.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/ignored_any.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/de/impls.rs +2733 -0
- data/ext/cargo-vendor/serde-1.0.152/src/de/mod.rs +2299 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/seed.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/utf8.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/value.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/integer128.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/lib.rs +334 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/macros.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/private/de.rs +2995 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/doc.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/mod.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/ser.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/size_hint.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/ser/fmt.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/ser/impls.rs +983 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/ser/impossible.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/ser/mod.rs +1988 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/std_error.rs +0 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/Cargo.toml +63 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde_derive-1.0.152}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → serde_derive-1.0.152}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/README.md +114 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/build.rs +38 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/crates-io.md +65 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/bound.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/de.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/dummy.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/fragment.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/ast.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/attr.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/case.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/check.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/ctxt.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/mod.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/receiver.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/respan.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/symbol.rs +0 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/src/lib.rs +109 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/pretend.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/ser.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/this.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/try.rs +0 -0
- data/ext/cargo-vendor/syn-1.0.107/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/syn-1.0.107/Cargo.toml +147 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → syn-1.0.107}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → syn-1.0.107}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/syn-1.0.107/README.md +285 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/benches/file.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/benches/rust.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/build.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/attr.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/await.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/bigint.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/buffer.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/custom_keyword.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/custom_punctuation.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/data.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/derive.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/discouraged.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/drops.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/error.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/export.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/expr.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/ext.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/file.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/clone.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/debug.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/eq.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/fold.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/hash.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/visit.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/visit_mut.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen_helper.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/generics.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/group.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/ident.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/item.rs +0 -0
- data/ext/cargo-vendor/syn-1.0.107/src/lib.rs +984 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/lifetime.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/lit.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/lookahead.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/mac.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/macros.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/op.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/parse.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/parse_macro_input.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/parse_quote.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/pat.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/path.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/print.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/punctuated.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/reserved.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/sealed.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/span.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/spanned.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/stmt.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/thread.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/token.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/tt.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/ty.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/verbatim.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/whitespace.rs +0 -0
- data/ext/cargo-vendor/syn-1.0.107/tests/common/eq.rs +806 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/common/mod.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/common/parse.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/debug/gen.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/debug/mod.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/macros/mod.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/regression/issue1108.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/regression/issue1235.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/regression.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/repo/mod.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/repo/progress.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_asyncness.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_attribute.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_derive_input.rs +0 -0
- data/ext/cargo-vendor/syn-1.0.107/tests/test_expr.rs +306 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_generics.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_grouping.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_ident.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_item.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_iterators.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_lit.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_meta.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_parse_buffer.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_parse_stream.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_pat.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_path.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_precedence.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_receiver.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_round_trip.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_shebang.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_should_parse.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_size.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_stmt.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_token_trees.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_ty.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_visibility.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/zzz_stable.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/Cargo.toml +105 -0
- data/ext/cargo-vendor/{syn-1.0.105 → system-interface-0.25.3}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → system-interface-0.25.3}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/README.md +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/SECURITY.md +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/build.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/fs/fd_flags.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/src/fs/file_io_ext.rs +1186 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/io_ext.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/is_read_write.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/mod.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/peek.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/src/io/read_ready.rs +328 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/allocate.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/tests/append.rs +118 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/fd_flags.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/is_read_write.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/live_rename.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/peek.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/read_to_end.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/sys_common/io.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/sys_common/mod.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/tests/vectored_at.rs +627 -0
- data/ext/cargo-vendor/termcolor-1.2.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/COPYING +0 -0
- data/ext/cargo-vendor/termcolor-1.2.0/Cargo.toml +40 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/README.md +0 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/UNLICENSE +0 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/rustfmt.toml +0 -0
- data/ext/cargo-vendor/termcolor-1.2.0/src/lib.rs +2350 -0
- data/ext/cargo-vendor/thiserror-1.0.38/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/thiserror-1.0.38/Cargo.toml +47 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → thiserror-1.0.38}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → thiserror-1.0.38}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/README.md +222 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/build.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/rust-toolchain.toml +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/aserror.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/display.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/provide.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/compiletest.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_backtrace.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_deprecated.rs +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/tests/test_display.rs +301 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_error.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_expr.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_from.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_generics.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_lints.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_option.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_path.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_transparent.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/bad-field-attr.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/bad-field-attr.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/concat-display.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/concat-display.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-enum-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-enum-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-fmt.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-fmt.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-struct-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-struct-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-transparent.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-transparent.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-backtrace-backtrace.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-backtrace-backtrace.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-not-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-not-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/lifetime.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/lifetime.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/missing-fmt.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/missing-fmt.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/no-display.rs +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/tests/ui/no-display.stderr +17 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/source-enum-not-error.rs +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/tests/ui/source-enum-not-error.stderr +22 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/source-struct-not-error.rs +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/tests/ui/source-struct-not-error.stderr +21 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-display.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-display.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-many.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-many.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-many.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-many.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-field-fmt.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-field-fmt.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-struct-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-struct-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/union.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/union.stderr +0 -0
- data/ext/cargo-vendor/thiserror-impl-1.0.38/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/thiserror-impl-1.0.38/Cargo.toml +35 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-impl-1.0.38}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/thiserror-impl-1.0.38/LICENSE-MIT +23 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/ast.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/attr.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/expand.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/fmt.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/generics.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/prop.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/valid.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tokio-1.24.2/CHANGELOG.md +2579 -0
- data/ext/cargo-vendor/tokio-1.24.2/Cargo.toml +239 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/LICENSE +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/README.md +229 -0
- data/ext/cargo-vendor/tokio-1.24.2/build.rs +184 -0
- data/ext/cargo-vendor/tokio-1.24.2/docs/reactor-refactor.md +276 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/external-types.toml +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/blocking.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/doc/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/doc/os.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/canonicalize.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/copy.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/create_dir.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/create_dir_all.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/dir_builder.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/file/tests.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/file.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/hard_link.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/metadata.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/mocks.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/open_options/mock_open_options.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/open_options.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/read.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/fs/read_dir.rs +350 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/read_link.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/read_to_string.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/remove_dir.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/remove_dir_all.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/remove_file.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/rename.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/set_permissions.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink_dir.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink_file.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink_metadata.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/write.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/block_on.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/maybe_done.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/poll_fn.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/trace.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/try_join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_buf_read.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_fd.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_read.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_seek.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_write.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/blocking.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/bsd/poll_aio.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/interest.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/poll_evented.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/read_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/ready.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/seek.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/io/split.rs +184 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stderr.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stdin.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stdio_common.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stdout.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_buf_read_ext.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_read_ext.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_seek_ext.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_write_ext.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/buf_reader.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/buf_stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/buf_writer.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/chain.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/copy.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/copy_bidirectional.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/copy_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/empty.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/fill_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/flush.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/lines.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/mem.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/io/util/read.rs +55 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_exact.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_int.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_line.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_to_end.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_to_string.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_until.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/repeat.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/shutdown.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/sink.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/take.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/vec_with_initialized.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_all.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_all_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_int.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_vectored.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/lib.rs +633 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/mocked.rs +52 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/atomic_u16.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/atomic_u32.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64.rs +19 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_as_mutex.rs +76 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_native.rs +4 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_static_const_new.rs +12 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_static_once_cell.rs +57 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/atomic_usize.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/mod.rs +124 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/mutex.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/parking_lot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/unsafe_cell.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/addr_of.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/macros/cfg.rs +539 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/loom.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/pin.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/ready.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/scoped_tls.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/select.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/support.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/thread_local.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/trace.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/try_join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/addr.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/lookup_host.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/listener.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/socket.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/split.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/net/tcp/split_owned.rs +501 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/udp.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/datagram/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/datagram/socket.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/listener.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/socketaddr.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/split.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/net/unix/split_owned.rs +409 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/ucred.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/windows/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/net/windows/named_pipe.rs +2600 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/kill.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/process/unix/mod.rs +322 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/process/unix/orphan.rs +333 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/unix/reap.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/windows.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/blocking/mod.rs +26 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/blocking/pool.rs +600 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/blocking/schedule.rs +56 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/blocking/shutdown.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/blocking/task.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/builder.rs +1083 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/config.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/context.rs +420 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/coop.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/defer.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/driver.rs +344 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/handle.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/io/metrics.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/io/mod.rs +344 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/io/platform.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/io/registration.rs +251 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/io/scheduled_io.rs +558 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/batch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/io.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/mock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/runtime.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/scheduler.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/worker.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/mod.rs +261 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/park.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/process.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/runtime.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/current_thread.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/handle.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/idle.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/park.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/scheduler/multi_thread/queue.rs +532 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/worker.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/signal/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/abort.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/core.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/error.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/harness.rs +501 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/id.rs +87 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/inject.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/list.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/mod.rs +491 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/raw.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/state.rs +595 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/waker.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/loom_blocking.rs +102 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_current_thread_scheduler.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_join_set.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_local.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_oneshot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_pool.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/loom_queue.rs +209 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_shutdown_join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_yield.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/mod.rs +73 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/queue.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/task.rs +332 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/task_combinations.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/thread_id.rs +31 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/entry.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/handle.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/time/mod.rs +422 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/source.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/tests/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/wheel/level.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/wheel/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/ctrl_c.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/signal/registry.rs +283 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/reusable_box.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/signal/unix.rs +526 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/windows/stub.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/windows/sys.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/windows.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/barrier.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/batch_semaphore.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/broadcast.rs +1163 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/mod.rs +507 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/mpsc/block.rs +448 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/bounded.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/chan.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/error.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/mpsc/list.rs +371 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/mpsc/mod.rs +121 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/unbounded.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mutex.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/notify.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/once_cell.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/oneshot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/owned_read_guard.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/owned_write_guard.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/owned_write_guard_mapped.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/read_guard.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/write_guard.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/write_guard_mapped.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/semaphore.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/task/atomic_waker.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/task/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/atomic_waker.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_atomic_waker.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_broadcast.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_list.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_mpsc.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_notify.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_oneshot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_rwlock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_semaphore_batch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_watch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/notify.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/semaphore_batch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/watch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/blocking.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/builder.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/consume_budget.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/join_set.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/task/local.rs +1176 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/spawn.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/task_local.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/unconstrained.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/yield_now.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/time/clock.rs +258 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/error.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/instant.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/interval.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/time/sleep.rs +438 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/timeout.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/atomic_cell.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/bit.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/error.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/idle_notified_set.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/util/linked_list.rs +694 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/util/once_cell.rs +70 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/pad.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/rand.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/rc_cell.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/slab.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/sync_wrapper.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/trace.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/try_lock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/wake.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/wake_list.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/_require_full.rs +8 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/async_send_sync.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/buffered.rs +50 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_copy.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_dir.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_file.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_link.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_async_fd.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_async_read.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_buf_reader.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_buf_writer.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_chain.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_copy.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_copy_bidirectional.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/io_driver.rs +100 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_driver_drop.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_fill_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_lines.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_mem_stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_poll_aio.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_exact.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_line.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_to_end.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_to_string.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_until.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_take.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_util_empty.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_all.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_all_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_int.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/join_handle_panic.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/macros_join.rs +155 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/macros_pin.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/macros_rename_test.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/macros_select.rs +665 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/macros_test.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/macros_try_join.rs +185 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_bind_resource.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_lookup_host.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_named_pipe.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/no_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_arg0.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_issue_2174.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_issue_42.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_kill_on_drop.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_raw_handle.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_smoke.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_basic.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/rt_common.rs +1279 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_handle_block_on.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/rt_metrics.rs +481 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_threaded.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_ctrl_c.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_drop_recv.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_drop_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_drop_signal.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_multi_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_no_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_notify_both.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_twice.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_usr1.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/support/io_vec.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/support/leaked_buffers.rs +26 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/support/mpsc_stream.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/support/panic.rs +34 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/support/signal.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_barrier.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_broadcast.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_errors.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mpsc.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mpsc_weak.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mutex.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mutex_owned.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_notify.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/sync_once_cell.rs +285 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_oneshot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_rwlock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_semaphore.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_semaphore_owned.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_watch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_abort.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/task_blocking.rs +309 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_builder.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_id.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/task_join_set.rs +235 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_local.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_local_set.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_accept.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_connect.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_echo.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_into_split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_into_std.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/tcp_peek.rs +29 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_shutdown.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_socket.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/test_clock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_interval.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_pause.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_sleep.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_timeout.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/udp.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_cred.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_datagram.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/unwindsafe.rs +0 -0
- data/ext/cargo-vendor/toml-0.5.11/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/toml-0.5.11/Cargo.lock +110 -0
- data/ext/cargo-vendor/toml-0.5.11/Cargo.toml +98 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → toml-0.5.11}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/toml-0.5.11/LICENSE-MIT +25 -0
- data/ext/cargo-vendor/toml-0.5.11/README.md +29 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/examples/decode.rs +0 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/examples/enum_external.rs +0 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/examples/toml2json.rs +0 -0
- data/ext/cargo-vendor/toml-0.5.11/src/datetime.rs +544 -0
- data/ext/cargo-vendor/toml-0.5.11/src/de.rs +2246 -0
- data/ext/cargo-vendor/toml-0.5.11/src/lib.rs +176 -0
- data/ext/cargo-vendor/toml-0.5.11/src/macros.rs +459 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/src/map.rs +0 -0
- data/ext/cargo-vendor/toml-0.5.11/src/ser.rs +1853 -0
- data/ext/cargo-vendor/toml-0.5.11/src/spanned.rs +166 -0
- data/ext/cargo-vendor/toml-0.5.11/src/tokens.rs +742 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/src/value.rs +0 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/tests/enum_external_deserialize.rs +0 -0
- data/ext/cargo-vendor/unicase-2.6.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/unicase-2.6.0/Cargo.toml +30 -0
- data/ext/cargo-vendor/{toml-0.5.9 → unicase-2.6.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/unicase-2.6.0/LICENSE-MIT +20 -0
- data/ext/cargo-vendor/unicase-2.6.0/README.md +31 -0
- data/ext/cargo-vendor/unicase-2.6.0/build.rs +23 -0
- data/ext/cargo-vendor/unicase-2.6.0/src/ascii.rs +187 -0
- data/ext/cargo-vendor/unicase-2.6.0/src/lib.rs +465 -0
- data/ext/cargo-vendor/unicase-2.6.0/src/unicode/map.rs +1995 -0
- data/ext/cargo-vendor/unicase-2.6.0/src/unicode/mod.rs +201 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/AUTHORS +0 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/Cargo.toml +83 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/README.md +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/char_data/mod.rs +173 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/char_data/tables.rs +543 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/data_source.rs +46 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/src/deprecated.rs +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/explicit.rs +209 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/src/format_chars.rs +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/implicit.rs +596 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/src/level.rs +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/lib.rs +1147 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/prepare.rs +450 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/Cargo.toml +58 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/LICENSE-MIT +23 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/LICENSE-UNICODE +0 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/README.md +283 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/benches/xid.rs +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/src/lib.rs +0 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/src/tables.rs +647 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/compare.rs +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/fst/mod.rs +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/fst/xid_continue.fst +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/fst/xid_start.fst +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/roaring/mod.rs +0 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/tests/static_size.rs +95 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/tests/tables/mod.rs +7 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/tests/tables/tables.rs +347 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/trie/mod.rs +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/trie/trie.rs +0 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/COPYRIGHT +7 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/Cargo.toml +51 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/LICENSE-APACHE +201 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/LICENSE-MIT +25 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/README.md +53 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/benches/xid.rs +60 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/src/lib.rs +92 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/src/tables.rs +1494 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/src/tests.rs +95 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/tests/exhaustive_tests.rs +25 -0
- data/ext/cargo-vendor/wasi-cap-std-sync-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasi-cap-std-sync-5.0.0/Cargo.toml +89 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/clocks.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/dir.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/file.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/net.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/sched/unix.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/sched/windows.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/sched.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/stdio.rs +0 -0
- data/ext/cargo-vendor/wasi-common-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasi-common-5.0.0/Cargo.toml +85 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/docs/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/docs.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/typenames.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_args.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_clock.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_environ.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_fd.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_path.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_poll.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_proc.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_random.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_sched.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_sock.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/old/snapshot_0/docs.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/old/snapshot_0/witx/typenames.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/old/snapshot_0/witx/wasi_unstable.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/docs.html +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/docs.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/witx/typenames.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/witx/wasi_snapshot_preview1.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/proposal-template/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/proposals/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/snapshots/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/standard/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/clocks.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/ctx.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/dir.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/file.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/pipe.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/random.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/sched/subscription.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/sched.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/snapshots/mod.rs +0 -0
- data/ext/cargo-vendor/wasi-common-5.0.0/src/snapshots/preview_0.rs +1169 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/snapshots/preview_1/error.rs +0 -0
- data/ext/cargo-vendor/wasi-common-5.0.0/src/snapshots/preview_1.rs +1711 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/string_array.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/table.rs +0 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/Cargo.toml +33 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/README.md +0 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/component/aliases.rs +160 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/canonicals.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/components.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/exports.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/imports.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/instances.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/modules.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/names.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/start.rs +0 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/component/types.rs +736 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/component.rs +137 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/core/code.rs +2874 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/custom.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/data.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/elements.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/exports.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/functions.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/globals.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/imports.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/linking.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/memories.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/names.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/start.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/tables.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/tags.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/types.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core.rs +0 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/lib.rs +188 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/raw.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/Cargo.lock +682 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/Cargo.toml +51 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/README.md +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/benches/benchmark.rs +345 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/examples/simple.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/binary_reader.rs +1673 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/limits.rs +57 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/parser.rs +1491 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/aliases.rs +119 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/canonicals.rs +95 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/exports.rs +92 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/imports.rs +95 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/instances.rs +163 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/names.rs +102 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/start.rs +30 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/types.rs +526 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/readers/component.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/code.rs +146 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/readers/core/custom.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/data.rs +96 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/elements.rs +158 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/exports.rs +65 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/functions.rs +17 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/globals.rs +49 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/imports.rs +76 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/init.rs +51 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/memories.rs +56 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/names.rs +153 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/operators.rs +328 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/producers.rs +78 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/tables.rs +42 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/tags.rs +32 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/types.rs +243 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core.rs +33 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers.rs +307 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/resources.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/component.rs +2046 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/core.rs +1143 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/func.rs +333 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/operators.rs +3222 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/types.rs +2179 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator.rs +1483 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/Cargo.toml +168 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/code.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/component.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func/host.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func/options.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func/typed.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/instance.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/linker.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/matching.rs +0 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/component/mod.rs +44 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/storage.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/store.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/types.rs +0 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/component/values.rs +1143 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/config.rs +1906 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/engine/serialization.rs +603 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/engine.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/externals.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/func/typed.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/func.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/instance.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/limits.rs +0 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/linker.rs +1337 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/memory.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/module/registry.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/module.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/ref.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/signatures.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/store/context.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/store/data.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/store.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/func.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/global.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/memory.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/table.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline.rs +0 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/trap.rs +618 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/types/matching.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/types.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/unix.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/values.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/windows.rs +0 -0
- data/ext/cargo-vendor/wasmtime-asm-macros-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-asm-macros-5.0.0/Cargo.toml +22 -0
- data/ext/cargo-vendor/wasmtime-asm-macros-5.0.0/src/lib.rs +81 -0
- data/ext/cargo-vendor/wasmtime-cache-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-cache-5.0.0/Cargo.toml +73 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/config/tests.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/config.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/tests.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/worker/tests/system_time_stub.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/worker/tests.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/worker.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/tests/cache_write_default_config.rs +0 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/Cargo.toml +58 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/src/bindgen.rs +158 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/src/component.rs +1191 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/src/lib.rs +48 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/char.wit +12 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/conventions.wit +39 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/empty.wit +1 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/flags.wit +54 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/floats.wit +12 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/integers.wit +39 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/lists.wit +84 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/many-arguments.wit +51 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/multi-return.wit +13 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/records.wit +60 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/simple-functions.wit +16 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/simple-lists.wit +13 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/small-anonymous.wit +14 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/smoke-default.wit +5 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/smoke-export.wit +5 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/smoke.wit +5 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/strings.wit +11 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/unions.wit +65 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/variants.wit +146 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen.rs +24 -0
- data/ext/cargo-vendor/wasmtime-component-util-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-component-util-5.0.0/Cargo.toml +25 -0
- data/ext/cargo-vendor/wasmtime-component-util-5.0.0/src/lib.rs +180 -0
- data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/Cargo.toml +84 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/SECURITY.md +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/builder.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/compiler/component.rs +0 -0
- data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/src/compiler.rs +1052 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/gc.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/address_transform.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/attr.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/expression.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/line_program.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/mod.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/range_info_builder.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/refs.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/simulate.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/unit.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/utils.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/write_debuginfo.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug.rs +0 -0
- data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/src/func_environ.rs +2127 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/obj.rs +0 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/Cargo.lock +622 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/Cargo.toml +118 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/examples/factc.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/address_map.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/builtin.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/compilation.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/compiler.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/dfg.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/info.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/translate/adapt.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/translate/inline.rs +0 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/src/component/translate.rs +1027 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/types.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/vmcomponent_offsets.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/core_types.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/signature.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/trampoline.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/transcode.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/traps.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/module.rs +0 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/src/module_environ.rs +841 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/module_types.rs +0 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/src/obj.rs +130 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/ref_bits.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/scopevec.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/stack_map.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/trap_encoding.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/tunables.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/vmoffsets.rs +0 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/Cargo.toml +46 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix/aarch64.rs +184 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/unix/arm.rs +0 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix/riscv64.rs +158 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/unix/s390x.S +0 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/unix/x86.rs +0 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix/x86_64.rs +160 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix.rs +199 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/windows.c +0 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/windows.rs +0 -0
- data/ext/cargo-vendor/wasmtime-jit-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-jit-5.0.0/Cargo.toml +103 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/wasmtime-jit-5.0.0/src/code_memory.rs +258 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/debug.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/demangling.rs +0 -0
- data/ext/cargo-vendor/wasmtime-jit-5.0.0/src/instantiate.rs +698 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/jitdump_disabled.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/jitdump_linux.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/vtune.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/vtune_disabled.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/unwind/winx64.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/unwind.rs +0 -0
- data/ext/cargo-vendor/wasmtime-jit-debug-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-jit-debug-5.0.0/Cargo.toml +58 -0
- data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/src/gdb_jit_int.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/src/perf_jitdump.rs +0 -0
- data/ext/cargo-vendor/wasmtime-jit-icache-coherence-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-jit-icache-coherence-5.0.0/Cargo.toml +34 -0
- data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-3.0.0 → wasmtime-jit-icache-coherence-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-3.0.0 → wasmtime-jit-icache-coherence-5.0.0}/src/libc.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-3.0.0 → wasmtime-jit-icache-coherence-5.0.0}/src/win.rs +0 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/Cargo.toml +110 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/component/transcode.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/component.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/cow.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/debug_builtins.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/export.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/externref.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/helpers.c +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/imports.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling/index_allocator.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling/unix.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling/windows.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/libcalls.rs +494 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/memory.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/mmap.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/mmap_vec.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/module_id.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/parking_spot.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/table.rs +0 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/trampolines/aarch64.rs +122 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/trampolines/riscv64.rs +120 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/trampolines/s390x.S +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/trampolines/s390x.rs +0 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/trampolines/x86_64.rs +142 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/trampolines.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/aarch64.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/riscv64.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/s390x.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/x86_64.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/macos.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/unix.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/windows.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/vmcontext/vm_host_func_context.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/vmcontext.rs +0 -0
- data/ext/cargo-vendor/wasmtime-types-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-types-5.0.0/Cargo.toml +34 -0
- data/ext/cargo-vendor/{wasmtime-types-4.0.0 → wasmtime-types-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-types-4.0.0 → wasmtime-types-5.0.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-types-4.0.0 → wasmtime-types-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmtime-wasi-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-wasi-5.0.0/Cargo.toml +63 -0
- data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/Cargo.toml +29 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/lib.rs +1182 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/rust.rs +412 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/source.rs +130 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/types.rs +207 -0
- data/ext/cargo-vendor/wast-52.0.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wast-52.0.1/Cargo.toml +50 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/LICENSE +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/README.md +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/alias.rs +253 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/binary.rs +949 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/component.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/custom.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/expand.rs +851 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/export.rs +213 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/func.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/import.rs +176 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/instance.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/item_ref.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/module.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/resolve.rs +968 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/types.rs +965 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/wast.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/binary.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/custom.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/export.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/core/expr.rs +1892 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/func.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/global.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/import.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/memory.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/module.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/deinline_import_export.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/mod.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/names.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/types.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/table.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/tag.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/types.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/wast.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/encode.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/error.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/gensym.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/lexer.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/names.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/parser.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/token.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/wast.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/wat.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/tests/annotations.rs +200 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/comments.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-index.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-index.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment0.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment0.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment4.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment4.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment5.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment5.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment6.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment6.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment7.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment7.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment8.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment8.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment0.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment0.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment4.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment4.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment5.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment5.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment6.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment6.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment7.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment7.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment8.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment8.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string0.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string0.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string4.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string4.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string5.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string5.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string6.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string6.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string7.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string7.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string8.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string8.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/inline1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/inline1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/newline-in-string.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/newline-in-string.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string10.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string10.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string11.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string11.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string12.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string12.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string13.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string13.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string14.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string14.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string15.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string15.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string16.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string16.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string4.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string4.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string5.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string5.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string6.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string6.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string7.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string7.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string8.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string8.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string9.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string9.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/unbalanced.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/unbalanced.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/recursive.rs +0 -0
- data/ext/cargo-vendor/wat-1.0.55/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wat-1.0.55/Cargo.toml +27 -0
- data/ext/cargo-vendor/{wat-1.0.52 → wat-1.0.55}/LICENSE +0 -0
- data/ext/cargo-vendor/{wat-1.0.52 → wat-1.0.55}/README.md +0 -0
- data/ext/cargo-vendor/{wat-1.0.52 → wat-1.0.55}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wiggle-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wiggle-5.0.0/Cargo.toml +109 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/borrow.rs +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/guest_type.rs +0 -0
- data/ext/cargo-vendor/wiggle-5.0.0/src/lib.rs +1186 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/region.rs +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/wasmtime.rs +0 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/Cargo.toml +61 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/codegen_settings.rs +151 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/config.rs +696 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/funcs.rs +435 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/lifetimes.rs +0 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/module_trait.rs +102 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/names.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/error.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/flags.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/handle.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/mod.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/record.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/variant.rs +0 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/wasmtime.rs +170 -0
- data/ext/cargo-vendor/wiggle-macro-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wiggle-macro-5.0.0/Cargo.toml +55 -0
- data/ext/cargo-vendor/{wiggle-macro-4.0.0 → wiggle-macro-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/wiggle-macro-5.0.0/src/lib.rs +210 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_aarch64_gnullvm-0.42.0 → windows_aarch64_gnullvm-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_aarch64_gnullvm-0.42.0 → windows_aarch64_gnullvm-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_aarch64_msvc-0.42.0 → windows_aarch64_msvc-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_aarch64_msvc-0.42.0 → windows_aarch64_msvc-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_i686_gnu-0.42.0 → windows_i686_gnu-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_i686_gnu-0.42.0 → windows_i686_gnu-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_i686_msvc-0.42.0 → windows_i686_msvc-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_i686_msvc-0.42.0 → windows_i686_msvc-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_x86_64_gnu-0.42.0 → windows_x86_64_gnu-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_x86_64_gnu-0.42.0 → windows_x86_64_gnu-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_x86_64_gnullvm-0.42.0 → windows_x86_64_gnullvm-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_x86_64_gnullvm-0.42.0 → windows_x86_64_gnullvm-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_x86_64_msvc-0.42.0 → windows_x86_64_msvc-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_x86_64_msvc-0.42.0 → windows_x86_64_msvc-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/Cargo.toml +54 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/README.md +13 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/abi.rs +2140 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/ast/lex.rs +747 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/ast/resolve.rs +589 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/ast.rs +827 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/lib.rs +683 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/sizealign.rs +137 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/all.rs +426 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/comments.wit +23 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/comments.wit.result +22 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/embedded.wit.md +32 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/embedded.wit.md.result +24 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/empty.wit +0 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/empty.wit.result +1 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/functions.wit +12 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/functions.wit.result +103 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/alias-no-type.wit +4 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/alias-no-type.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/async.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/async1.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/bad-list.wit +7 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/bad-list.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle2.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle2.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle3.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle3.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle4.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle4.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle5.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle5.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/dangling-type.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/dangling-type.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-functions.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-functions.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-interface.wit +4 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-interface.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-type.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-type.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-value.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-value.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-enum.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-enum.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-union.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-union.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-variant1.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-variant1.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-md.md +7 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-md.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-toplevel.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-toplevel.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/keyword.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/keyword.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/undefined-typed.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/undefined-typed.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/unknown-interface.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/unknown-interface.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/unterminated-string.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default1.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default1.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default2.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default2.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default3.wit +8 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default3.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields.wit +9 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields2.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields2.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/shared-types.wit +8 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/shared-types.wit.result +56 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/type-then-eof.wit +3 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/type-then-eof.wit.result +16 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/types.wit +59 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/types.wit.result +474 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/values.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/values.wit.result +45 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/wasi.wit +176 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/wasi.wit.result +109 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/world-default.wit +7 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/world-default.wit.result +29 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/worlds.wit +18 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/worlds.wit.result +72 -0
- data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/Cargo.toml +84 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/LICENSE +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/LICENSE.Apache-2.0 +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/LICENSE.BSD-3-Clause +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/LICENSE.Mit +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/Readme.md +0 -0
- data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/build.rs +259 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zdict.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zdict_experimental.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zdict_std.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zdict_std_experimental.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zstd.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zstd_experimental.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zstd_std.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zstd_std_experimental.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/wasm_shim.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/test_it.sh +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/update_bindings.sh +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/update_zstd.sh +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/wasm-shim/stdlib.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/wasm-shim/string.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zdict.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/COPYING +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/LICENSE +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/bitstream.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/compiler.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/cpu.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/debug.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/debug.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/entropy_common.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/error_private.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/error_private.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/fse.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/fse_decompress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/huf.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/mem.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/pool.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/pool.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/portability_macros.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/threading.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/threading.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/xxhash.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/xxhash.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/zstd_common.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/zstd_deps.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/zstd_internal.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/zstd_trace.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/clevels.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/fse_compress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/hist.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/hist.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/huf_compress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_internal.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_literals.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_literals.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_sequences.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_sequences.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_superblock.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_superblock.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_cwksp.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_double_fast.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_double_fast.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_fast.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_fast.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_lazy.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_lazy.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_ldm.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_ldm.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_ldm_geartab.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_opt.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_opt.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstdmt_compress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstdmt_compress.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/huf_decompress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/huf_decompress_amd64.S +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_ddict.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_ddict.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_decompress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_decompress_block.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_decompress_block.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_decompress_internal.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/deprecated/zbuff.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/deprecated/zbuff_common.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/deprecated/zbuff_compress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/deprecated/zbuff_decompress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/cover.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/cover.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/divsufsort.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/divsufsort.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/fastcover.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/zdict.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_legacy.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v01.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v01.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v02.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v02.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v03.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v03.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v04.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v04.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v05.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v05.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v06.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v06.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v07.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v07.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/zdict.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/zstd.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/zstd_errors.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd.h +0 -0
- data/ext/src/ruby_api/memory/unsafe_slice.rs +197 -0
- data/ext/src/ruby_api/memory.rs +64 -2
- data/ext/src/ruby_api/store.rs +19 -4
- data/lib/wasmtime/version.rb +1 -1
- metadata +3519 -3259
- data/ext/cargo-vendor/async-trait-0.1.59/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/async-trait-0.1.59/Cargo.toml +0 -62
- data/ext/cargo-vendor/async-trait-0.1.59/README.md +0 -262
- data/ext/cargo-vendor/async-trait-0.1.59/build.rs +0 -29
- data/ext/cargo-vendor/async-trait-0.1.59/src/expand.rs +0 -473
- data/ext/cargo-vendor/async-trait-0.1.59/src/lifetime.rs +0 -115
- data/ext/cargo-vendor/async-trait-0.1.59/tests/test.rs +0 -1463
- data/ext/cargo-vendor/atty-0.2.14/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/atty-0.2.14/CHANGELOG.md +0 -73
- data/ext/cargo-vendor/atty-0.2.14/Cargo.lock +0 -49
- data/ext/cargo-vendor/atty-0.2.14/Cargo.toml +0 -34
- data/ext/cargo-vendor/atty-0.2.14/LICENSE +0 -20
- data/ext/cargo-vendor/atty-0.2.14/README.md +0 -74
- data/ext/cargo-vendor/atty-0.2.14/examples/atty.rs +0 -9
- data/ext/cargo-vendor/atty-0.2.14/rustfmt.toml +0 -4
- data/ext/cargo-vendor/atty-0.2.14/src/lib.rs +0 -210
- data/ext/cargo-vendor/bumpalo-3.11.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/bumpalo-3.11.1/CHANGELOG.md +0 -637
- data/ext/cargo-vendor/bumpalo-3.11.1/Cargo.toml +0 -67
- data/ext/cargo-vendor/bumpalo-3.11.1/src/boxed.rs +0 -684
- data/ext/cargo-vendor/bumpalo-3.11.1/src/collections/string.rs +0 -2123
- data/ext/cargo-vendor/bumpalo-3.11.1/src/collections/vec.rs +0 -2594
- data/ext/cargo-vendor/bumpalo-3.11.1/src/lib.rs +0 -2019
- data/ext/cargo-vendor/cap-fs-ext-1.0.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-fs-ext-1.0.2/Cargo.toml +0 -63
- data/ext/cargo-vendor/cap-primitives-1.0.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-primitives-1.0.3/Cargo.toml +0 -79
- data/ext/cargo-vendor/cap-primitives-1.0.3/src/fs/via_parent/rename.rs +0 -31
- data/ext/cargo-vendor/cap-primitives-1.0.3/src/rustix/fs/dir_utils.rs +0 -218
- data/ext/cargo-vendor/cap-rand-1.0.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-rand-1.0.2/Cargo.toml +0 -38
- data/ext/cargo-vendor/cap-std-1.0.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-std-1.0.3/Cargo.toml +0 -70
- data/ext/cargo-vendor/cap-std-1.0.3/src/fs/dir.rs +0 -843
- data/ext/cargo-vendor/cap-std-1.0.3/src/fs_utf8/dir.rs +0 -764
- data/ext/cargo-vendor/cap-time-ext-1.0.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-time-ext-1.0.2/Cargo.toml +0 -42
- data/ext/cargo-vendor/cc-1.0.77/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cc-1.0.77/Cargo.lock +0 -110
- data/ext/cargo-vendor/cc-1.0.77/Cargo.toml +0 -39
- data/ext/cargo-vendor/cc-1.0.77/src/lib.rs +0 -3509
- data/ext/cargo-vendor/cranelift-bforest-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-bforest-0.91.0/Cargo.toml +0 -34
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/Cargo.toml +0 -148
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/alias_analysis.rs +0 -389
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/context.rs +0 -382
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/cursor.rs +0 -666
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/dce.rs +0 -36
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph/elaborate.rs +0 -630
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph/node.rs +0 -366
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph/stores.rs +0 -293
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph.rs +0 -429
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/inst_predicates.rs +0 -154
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/builder.rs +0 -279
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/dfg.rs +0 -1487
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/entities.rs +0 -625
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/function.rs +0 -541
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/heap.rs +0 -67
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/immediates.rs +0 -1628
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/instructions.rs +0 -865
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/layout.rs +0 -1345
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/mod.rs +0 -109
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/progpoint.rs +0 -164
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/sourceloc.rs +0 -121
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/types.rs +0 -664
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/abi.rs +0 -1275
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/inst/mod.rs +0 -3095
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/inst.isle +0 -3749
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower/isle.rs +0 -736
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower.isle +0 -2530
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower.rs +0 -799
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower_inst.rs +0 -322
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/mod.rs +0 -431
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/abi.rs +0 -717
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst/emit.rs +0 -2919
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst/emit_tests.rs +0 -2248
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst/mod.rs +0 -1743
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst.isle +0 -2140
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower/isle.rs +0 -518
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower.isle +0 -880
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower.rs +0 -62
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower_inst.rs +0 -36
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/mod.rs +0 -257
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/abi.rs +0 -945
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst/emit.rs +0 -3669
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst/emit_tests.rs +0 -13419
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst/mod.rs +0 -3521
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst.isle +0 -5049
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/lower/isle.rs +0 -1052
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/lower.isle +0 -4016
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/lower.rs +0 -299
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/abi.rs +0 -974
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/args.rs +0 -1846
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/emit.rs +0 -3225
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/emit_tests.rs +0 -5040
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/mod.rs +0 -2616
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst.isle +0 -3914
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower/isle/generated_code.rs +0 -9
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower/isle.rs +0 -1087
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower.isle +0 -3785
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower.rs +0 -618
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/mod.rs +0 -488
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isle_prelude.rs +0 -589
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/legalizer/heap.rs +0 -489
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/legalizer/mod.rs +0 -343
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/lib.rs +0 -136
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/licm.rs +0 -243
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/loop_analysis.rs +0 -443
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/abi.rs +0 -2408
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/blockorder.rs +0 -704
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/buffer.rs +0 -2106
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/compile.rs +0 -92
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/helpers.rs +0 -43
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/inst_common.rs +0 -85
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/isle.rs +0 -843
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/lower.rs +0 -1378
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/mod.rs +0 -443
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/vcode.rs +0 -1571
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/nan_canonicalization.rs +0 -104
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/opts/algebraic.isle +0 -203
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/opts/cprop.isle +0 -134
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/opts.rs +0 -308
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/prelude.isle +0 -419
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/prelude_lower.isle +0 -745
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/prelude_opt.isle +0 -61
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/remove_constant_phis.rs +0 -425
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/settings.rs +0 -596
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/simple_gvn.rs +0 -150
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/simple_preopt.rs +0 -933
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/souper_harvest.rs +0 -576
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/timing.rs +0 -264
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/verifier/flags.rs +0 -161
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/verifier/mod.rs +0 -1937
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/write.rs +0 -709
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/Cargo.toml +0 -26
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/formats.rs +0 -143
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/instructions.rs +0 -473
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/operands.rs +0 -182
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/types.rs +0 -602
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/typevar.rs +0 -995
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/gen_inst.rs +0 -1721
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/gen_types.rs +0 -80
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/isa/riscv64.rs +0 -27
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/entities.rs +0 -90
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/formats.rs +0 -240
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/immediates.rs +0 -230
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/instructions.rs +0 -3944
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/settings.rs +0 -370
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/types.rs +0 -180
- data/ext/cargo-vendor/cranelift-codegen-shared-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-codegen-shared-0.91.0/Cargo.toml +0 -22
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/Cargo.toml +0 -45
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/bumpvec.rs +0 -524
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/ctxhash.rs +0 -281
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/lib.rs +0 -666
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/unionfind.rs +0 -85
- data/ext/cargo-vendor/cranelift-entity-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-entity-0.91.0/Cargo.toml +0 -38
- data/ext/cargo-vendor/cranelift-frontend-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-frontend-0.91.0/Cargo.toml +0 -52
- data/ext/cargo-vendor/cranelift-frontend-0.91.0/src/frontend.rs +0 -1841
- data/ext/cargo-vendor/cranelift-frontend-0.91.0/src/ssa.rs +0 -1399
- data/ext/cargo-vendor/cranelift-isle-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-isle-0.91.0/Cargo.toml +0 -37
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/borrows.isle +0 -15
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/iflets.isle +0 -29
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/multi_constructor_main.rs +0 -57
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/multi_extractor.isle +0 -14
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/multi_extractor_main.rs +0 -46
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/run/iconst.isle +0 -17
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/run/let_shadowing_main.rs +0 -27
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/ast.rs +0 -419
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/codegen.rs +0 -1071
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/ir.rs +0 -424
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/lib.rs +0 -227
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/overlap.rs +0 -134
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/parser.rs +0 -579
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/sema.rs +0 -2404
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/trie_again.rs +0 -629
- data/ext/cargo-vendor/cranelift-native-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-native-0.91.0/Cargo.toml +0 -40
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/Cargo.toml +0 -87
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/code_translator.rs +0 -3094
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/environ/dummy.rs +0 -885
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/environ/mod.rs +0 -10
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/environ/spec.rs +0 -764
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/func_translator.rs +0 -417
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/lib.rs +0 -75
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/module_translator.rs +0 -129
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/sections_translator.rs +0 -426
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/state.rs +0 -540
- data/ext/cargo-vendor/env_logger-0.9.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/env_logger-0.9.3/CHANGELOG.md +0 -3
- data/ext/cargo-vendor/env_logger-0.9.3/Cargo.toml +0 -85
- data/ext/cargo-vendor/env_logger-0.9.3/src/filter/mod.rs +0 -868
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/mod.rs +0 -652
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/atty.rs +0 -32
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/mod.rs +0 -252
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/termcolor/extern_impl.rs +0 -532
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/termcolor/mod.rs +0 -12
- data/ext/cargo-vendor/env_logger-0.9.3/src/lib.rs +0 -1311
- data/ext/cargo-vendor/file-per-thread-logger-0.1.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/file-per-thread-logger-0.1.5/Cargo.toml +0 -27
- data/ext/cargo-vendor/glob-0.3.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/glob-0.3.0/Cargo.toml +0 -24
- data/ext/cargo-vendor/glob-0.3.0/README.md +0 -38
- data/ext/cargo-vendor/glob-0.3.0/src/lib.rs +0 -1411
- data/ext/cargo-vendor/hermit-abi-0.1.19/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/hermit-abi-0.1.19/Cargo.toml +0 -44
- data/ext/cargo-vendor/hermit-abi-0.1.19/README.md +0 -22
- data/ext/cargo-vendor/hermit-abi-0.1.19/rust-toolchain +0 -1
- data/ext/cargo-vendor/hermit-abi-0.1.19/src/lib.rs +0 -490
- data/ext/cargo-vendor/hermit-abi-0.1.19/src/tcplistener.rs +0 -13
- data/ext/cargo-vendor/hermit-abi-0.1.19/src/tcpstream.rs +0 -109
- data/ext/cargo-vendor/io-extras-0.17.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/io-extras-0.17.0/Cargo.toml +0 -108
- data/ext/cargo-vendor/io-extras-0.17.0/src/borrowed.rs +0 -301
- data/ext/cargo-vendor/io-extras-0.17.0/src/os/windows/types.rs +0 -229
- data/ext/cargo-vendor/io-extras-0.17.0/src/read_write.rs +0 -802
- data/ext/cargo-vendor/io-lifetimes-1.0.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/io-lifetimes-1.0.3/Cargo.toml +0 -94
- data/ext/cargo-vendor/io-lifetimes-1.0.3/build.rs +0 -114
- data/ext/cargo-vendor/ipnet-2.5.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/ipnet-2.5.1/Cargo.toml +0 -52
- data/ext/cargo-vendor/ipnet-2.5.1/RELEASES.md +0 -65
- data/ext/cargo-vendor/ipnet-2.5.1/src/ipnet.rs +0 -1806
- data/ext/cargo-vendor/ipnet-2.5.1/src/lib.rs +0 -96
- data/ext/cargo-vendor/itoa-1.0.4/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/itoa-1.0.4/Cargo.toml +0 -38
- data/ext/cargo-vendor/itoa-1.0.4/README.md +0 -59
- data/ext/cargo-vendor/itoa-1.0.4/src/lib.rs +0 -290
- data/ext/cargo-vendor/ittapi-0.3.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/ittapi-0.3.2/Cargo.toml +0 -44
- data/ext/cargo-vendor/ittapi-0.3.2/README.md +0 -47
- data/ext/cargo-vendor/ittapi-sys-0.3.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/ittapi-sys-0.3.2/Cargo.toml +0 -42
- data/ext/cargo-vendor/ittapi-sys-0.3.2/README.md +0 -74
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/CMakeLists.txt +0 -98
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/buildall.py +0 -169
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/include/ittnotify.h +0 -4459
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify/ittnotify_static.c +0 -1595
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify/ittnotify_static.h +0 -355
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify/jitprofiling.c +0 -253
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify_refcol/itt_refcol_impl.c +0 -309
- data/ext/cargo-vendor/ittapi-sys-0.3.2/src/lib.rs +0 -34
- data/ext/cargo-vendor/ittapi-sys-0.3.2/src/linux/ittnotify_bindings.rs +0 -1873
- data/ext/cargo-vendor/ittapi-sys-0.3.2/src/macos/ittnotify_bindings.rs +0 -1873
- data/ext/cargo-vendor/ittapi-sys-0.3.2/src/windows/ittnotify_bindings.rs +0 -2013
- data/ext/cargo-vendor/ittapi-sys-0.3.2/tests/bindgen-up-to-date.rs +0 -101
- data/ext/cargo-vendor/libc-0.2.138/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/libc-0.2.138/Cargo.toml +0 -64
- data/ext/cargo-vendor/libc-0.2.138/src/fuchsia/mod.rs +0 -4292
- data/ext/cargo-vendor/libc-0.2.138/src/unix/bsd/mod.rs +0 -917
- data/ext/cargo-vendor/libc-0.2.138/src/unix/haiku/mod.rs +0 -2038
- data/ext/cargo-vendor/libc-0.2.138/src/unix/hermit/mod.rs +0 -1024
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b32/arm.rs +0 -539
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b32/x86/mod.rs +0 -611
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b64/aarch64/mod.rs +0 -391
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b64/x86_64/mod.rs +0 -791
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/mod.rs +0 -3588
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/emscripten/mod.rs +0 -1897
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/linux/mod.rs +0 -4492
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/mod.rs +0 -1829
- data/ext/cargo-vendor/libc-0.2.138/src/unix/mod.rs +0 -1553
- data/ext/cargo-vendor/libc-0.2.138/src/unix/newlib/mod.rs +0 -759
- data/ext/cargo-vendor/libc-0.2.138/src/unix/solarish/mod.rs +0 -3283
- data/ext/cargo-vendor/libc-0.2.138/src/vxworks/mod.rs +0 -1925
- data/ext/cargo-vendor/libc-0.2.138/src/wasi.rs +0 -821
- data/ext/cargo-vendor/libc-0.2.138/src/windows/mod.rs +0 -592
- data/ext/cargo-vendor/linux-raw-sys-0.1.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/linux-raw-sys-0.1.3/Cargo.toml +0 -75
- data/ext/cargo-vendor/linux-raw-sys-0.1.3/src/lib.rs +0 -305
- data/ext/cargo-vendor/nom-7.1.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/nom-7.1.1/CHANGELOG.md +0 -1482
- data/ext/cargo-vendor/nom-7.1.1/Cargo.lock +0 -282
- data/ext/cargo-vendor/nom-7.1.1/Cargo.toml +0 -129
- data/ext/cargo-vendor/nom-7.1.1/README.md +0 -311
- data/ext/cargo-vendor/nom-7.1.1/src/bits/complete.rs +0 -150
- data/ext/cargo-vendor/nom-7.1.1/src/bits/mod.rs +0 -179
- data/ext/cargo-vendor/nom-7.1.1/src/bits/streaming.rs +0 -129
- data/ext/cargo-vendor/nom-7.1.1/src/branch/mod.rs +0 -291
- data/ext/cargo-vendor/nom-7.1.1/src/character/complete.rs +0 -1227
- data/ext/cargo-vendor/nom-7.1.1/src/combinator/mod.rs +0 -768
- data/ext/cargo-vendor/nom-7.1.1/src/internal.rs +0 -487
- data/ext/cargo-vendor/nom-7.1.1/src/lib.rs +0 -463
- data/ext/cargo-vendor/nom-7.1.1/src/multi/mod.rs +0 -981
- data/ext/cargo-vendor/nom-7.1.1/src/number/complete.rs +0 -2138
- data/ext/cargo-vendor/nom-7.1.1/src/number/streaming.rs +0 -2218
- data/ext/cargo-vendor/nom-7.1.1/src/sequence/mod.rs +0 -270
- data/ext/cargo-vendor/nom-7.1.1/src/sequence/tests.rs +0 -274
- data/ext/cargo-vendor/nom-7.1.1/src/traits.rs +0 -1437
- data/ext/cargo-vendor/nom-7.1.1/tests/issues.rs +0 -216
- data/ext/cargo-vendor/num_cpus-1.14.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/num_cpus-1.14.0/CHANGELOG.md +0 -144
- data/ext/cargo-vendor/num_cpus-1.14.0/Cargo.lock +0 -26
- data/ext/cargo-vendor/num_cpus-1.14.0/Cargo.toml +0 -32
- data/ext/cargo-vendor/once_cell-1.16.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/once_cell-1.16.0/CHANGELOG.md +0 -208
- data/ext/cargo-vendor/once_cell-1.16.0/Cargo.lock +0 -173
- data/ext/cargo-vendor/once_cell-1.16.0/Cargo.toml +0 -109
- data/ext/cargo-vendor/once_cell-1.16.0/README.md +0 -56
- data/ext/cargo-vendor/once_cell-1.16.0/src/lib.rs +0 -1378
- data/ext/cargo-vendor/once_cell-1.16.0/src/race.rs +0 -304
- data/ext/cargo-vendor/paste-1.0.9/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/paste-1.0.9/Cargo.toml +0 -42
- data/ext/cargo-vendor/paste-1.0.9/LICENSE-MIT +0 -25
- data/ext/cargo-vendor/paste-1.0.9/README.md +0 -157
- data/ext/cargo-vendor/paste-1.0.9/src/lib.rs +0 -433
- data/ext/cargo-vendor/paste-1.0.9/tests/test_expr.rs +0 -272
- data/ext/cargo-vendor/paste-1.0.9/tests/ui/invalid-ident.stderr +0 -17
- data/ext/cargo-vendor/proc-macro2-1.0.47/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/proc-macro2-1.0.47/Cargo.toml +0 -60
- data/ext/cargo-vendor/proc-macro2-1.0.47/README.md +0 -94
- data/ext/cargo-vendor/proc-macro2-1.0.47/src/fallback.rs +0 -1002
- data/ext/cargo-vendor/proc-macro2-1.0.47/src/lib.rs +0 -1339
- data/ext/cargo-vendor/proc-macro2-1.0.47/src/wrapper.rs +0 -994
- data/ext/cargo-vendor/quote-1.0.21/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/quote-1.0.21/Cargo.toml +0 -46
- data/ext/cargo-vendor/quote-1.0.21/LICENSE-MIT +0 -25
- data/ext/cargo-vendor/quote-1.0.21/README.md +0 -261
- data/ext/cargo-vendor/quote-1.0.21/src/lib.rs +0 -1434
- data/ext/cargo-vendor/quote-1.0.21/tests/test.rs +0 -520
- data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-quotable.rs +0 -7
- data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-quotable.stderr +0 -17
- data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-repeatable.rs +0 -8
- data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-repeatable.stderr +0 -35
- data/ext/cargo-vendor/rayon-1.6.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rayon-1.6.0/Cargo.toml +0 -58
- data/ext/cargo-vendor/rayon-1.6.0/RELEASES.md +0 -831
- data/ext/cargo-vendor/rayon-1.6.0/src/iter/par_bridge.rs +0 -217
- data/ext/cargo-vendor/rb-sys-0.9.53/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-0.9.53/Cargo.toml +0 -45
- data/ext/cargo-vendor/rb-sys-0.9.53/build/ruby_macros.rs +0 -45
- data/ext/cargo-vendor/rb-sys-0.9.53/src/macros/ruby_macros.c +0 -35
- data/ext/cargo-vendor/rb-sys-build-0.9.53/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-build-0.9.53/Cargo.toml +0 -40
- data/ext/cargo-vendor/rb-sys-build-0.9.53/src/bindings.rs +0 -246
- data/ext/cargo-vendor/rb-sys-build-0.9.53/src/lib.rs +0 -10
- data/ext/cargo-vendor/rb-sys-build-0.9.53/src/rb_config.rs +0 -753
- data/ext/cargo-vendor/rb-sys-build-0.9.53/src/utils.rs +0 -28
- data/ext/cargo-vendor/rb-sys-env-0.1.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-env-0.1.1/Cargo.toml +0 -24
- data/ext/cargo-vendor/rb-sys-env-0.1.1/src/lib.rs +0 -181
- data/ext/cargo-vendor/rb-sys-env-0.1.1/src/ruby_version.rs +0 -163
- data/ext/cargo-vendor/regex-1.7.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/regex-1.7.0/CHANGELOG.md +0 -1079
- data/ext/cargo-vendor/regex-1.7.0/Cargo.lock +0 -98
- data/ext/cargo-vendor/regex-1.7.0/Cargo.toml +0 -149
- data/ext/cargo-vendor/regex-1.7.0/src/re_bytes.rs +0 -1260
- data/ext/cargo-vendor/regex-1.7.0/src/re_unicode.rs +0 -1311
- data/ext/cargo-vendor/regex-1.7.0/tests/replace.rs +0 -230
- data/ext/cargo-vendor/rustix-0.36.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rustix-0.36.5/Cargo.toml +0 -236
- data/ext/cargo-vendor/rustix-0.36.5/README.md +0 -159
- data/ext/cargo-vendor/rustix-0.36.5/build.rs +0 -205
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/fs/syscalls.rs +0 -1772
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/fs/types.rs +0 -1116
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/io/epoll.rs +0 -573
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/io/syscalls.rs +0 -533
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/io/types.rs +0 -164
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/net/syscalls.rs +0 -886
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/time/types.rs +0 -364
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/conv.rs +0 -790
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/fs/syscalls.rs +0 -1384
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/fs/types.rs +0 -646
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/io/epoll.rs +0 -555
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/at.rs +0 -387
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/constants.rs +0 -20
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/dir.rs +0 -5
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/fd.rs +0 -348
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/mod.rs +0 -215
- data/ext/cargo-vendor/rustix-0.36.5/src/io/mod.rs +0 -97
- data/ext/cargo-vendor/rustix-0.36.5/src/io/read_write.rs +0 -170
- data/ext/cargo-vendor/rustix-0.36.5/src/net/socket.rs +0 -439
- data/ext/cargo-vendor/rustix-0.36.5/src/net/socket_addr_any.rs +0 -81
- data/ext/cargo-vendor/serde-1.0.149/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/serde-1.0.149/Cargo.toml +0 -67
- data/ext/cargo-vendor/serde-1.0.149/README.md +0 -114
- data/ext/cargo-vendor/serde-1.0.149/build.rs +0 -141
- data/ext/cargo-vendor/serde-1.0.149/crates-io.md +0 -65
- data/ext/cargo-vendor/serde-1.0.149/src/de/impls.rs +0 -2725
- data/ext/cargo-vendor/serde-1.0.149/src/de/mod.rs +0 -2300
- data/ext/cargo-vendor/serde-1.0.149/src/lib.rs +0 -312
- data/ext/cargo-vendor/serde-1.0.149/src/private/de.rs +0 -2995
- data/ext/cargo-vendor/serde-1.0.149/src/ser/impls.rs +0 -956
- data/ext/cargo-vendor/serde-1.0.149/src/ser/mod.rs +0 -1986
- data/ext/cargo-vendor/serde_derive-1.0.149/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/serde_derive-1.0.149/Cargo.toml +0 -63
- data/ext/cargo-vendor/serde_derive-1.0.149/README.md +0 -114
- data/ext/cargo-vendor/serde_derive-1.0.149/build.rs +0 -36
- data/ext/cargo-vendor/serde_derive-1.0.149/crates-io.md +0 -65
- data/ext/cargo-vendor/serde_derive-1.0.149/src/lib.rs +0 -109
- data/ext/cargo-vendor/syn-1.0.105/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/syn-1.0.105/Cargo.toml +0 -144
- data/ext/cargo-vendor/syn-1.0.105/README.md +0 -285
- data/ext/cargo-vendor/syn-1.0.105/src/lib.rs +0 -984
- data/ext/cargo-vendor/syn-1.0.105/tests/common/eq.rs +0 -806
- data/ext/cargo-vendor/syn-1.0.105/tests/test_expr.rs +0 -326
- data/ext/cargo-vendor/system-interface-0.25.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/system-interface-0.25.0/Cargo.toml +0 -102
- data/ext/cargo-vendor/system-interface-0.25.0/src/fs/file_io_ext.rs +0 -878
- data/ext/cargo-vendor/system-interface-0.25.0/src/io/read_ready.rs +0 -239
- data/ext/cargo-vendor/system-interface-0.25.0/tests/vectored_at.rs +0 -493
- data/ext/cargo-vendor/termcolor-1.1.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/termcolor-1.1.3/Cargo.toml +0 -43
- data/ext/cargo-vendor/termcolor-1.1.3/src/lib.rs +0 -2260
- data/ext/cargo-vendor/thiserror-1.0.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/thiserror-1.0.37/Cargo.toml +0 -47
- data/ext/cargo-vendor/thiserror-1.0.37/README.md +0 -222
- data/ext/cargo-vendor/thiserror-1.0.37/tests/test_display.rs +0 -272
- data/ext/cargo-vendor/thiserror-1.0.37/tests/ui/no-display.stderr +0 -17
- data/ext/cargo-vendor/thiserror-1.0.37/tests/ui/source-enum-not-error.stderr +0 -22
- data/ext/cargo-vendor/thiserror-1.0.37/tests/ui/source-struct-not-error.stderr +0 -21
- data/ext/cargo-vendor/thiserror-impl-1.0.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/thiserror-impl-1.0.37/Cargo.toml +0 -35
- data/ext/cargo-vendor/tokio-1.23.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tokio-1.23.0/CHANGELOG.md +0 -2487
- data/ext/cargo-vendor/tokio-1.23.0/Cargo.toml +0 -239
- data/ext/cargo-vendor/tokio-1.23.0/README.md +0 -229
- data/ext/cargo-vendor/tokio-1.23.0/build.rs +0 -132
- data/ext/cargo-vendor/tokio-1.23.0/docs/reactor-refactor.md +0 -276
- data/ext/cargo-vendor/tokio-1.23.0/src/fs/read_dir.rs +0 -295
- data/ext/cargo-vendor/tokio-1.23.0/src/io/split.rs +0 -181
- data/ext/cargo-vendor/tokio-1.23.0/src/io/util/read.rs +0 -55
- data/ext/cargo-vendor/tokio-1.23.0/src/lib.rs +0 -630
- data/ext/cargo-vendor/tokio-1.23.0/src/loom/mocked.rs +0 -45
- data/ext/cargo-vendor/tokio-1.23.0/src/loom/std/atomic_u64.rs +0 -18
- data/ext/cargo-vendor/tokio-1.23.0/src/loom/std/atomic_u64_as_mutex.rs +0 -70
- data/ext/cargo-vendor/tokio-1.23.0/src/loom/std/mod.rs +0 -104
- data/ext/cargo-vendor/tokio-1.23.0/src/macros/cfg.rs +0 -539
- data/ext/cargo-vendor/tokio-1.23.0/src/net/tcp/split_owned.rs +0 -501
- data/ext/cargo-vendor/tokio-1.23.0/src/net/unix/split_owned.rs +0 -409
- data/ext/cargo-vendor/tokio-1.23.0/src/net/windows/named_pipe.rs +0 -2556
- data/ext/cargo-vendor/tokio-1.23.0/src/process/unix/mod.rs +0 -322
- data/ext/cargo-vendor/tokio-1.23.0/src/process/unix/orphan.rs +0 -333
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/blocking/mod.rs +0 -28
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/blocking/pool.rs +0 -599
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/blocking/schedule.rs +0 -19
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/builder.rs +0 -1057
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/context.rs +0 -400
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/driver.rs +0 -343
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/io/mod.rs +0 -348
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/io/registration.rs +0 -257
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/io/scheduled_io.rs +0 -553
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/mod.rs +0 -258
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/scheduler/multi_thread/queue.rs +0 -532
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/task/harness.rs +0 -506
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/task/mod.rs +0 -619
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/task/state.rs +0 -595
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/loom_blocking.rs +0 -81
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/loom_queue.rs +0 -209
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/mod.rs +0 -55
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/task.rs +0 -332
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/time/mod.rs +0 -422
- data/ext/cargo-vendor/tokio-1.23.0/src/signal/registry.rs +0 -284
- data/ext/cargo-vendor/tokio-1.23.0/src/signal/unix.rs +0 -527
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/broadcast.rs +0 -1160
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/mod.rs +0 -499
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/mpsc/block.rs +0 -385
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/mpsc/list.rs +0 -371
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/mpsc/mod.rs +0 -117
- data/ext/cargo-vendor/tokio-1.23.0/src/task/local.rs +0 -1194
- data/ext/cargo-vendor/tokio-1.23.0/src/time/clock.rs +0 -243
- data/ext/cargo-vendor/tokio-1.23.0/src/time/sleep.rs +0 -438
- data/ext/cargo-vendor/tokio-1.23.0/src/util/linked_list.rs +0 -694
- data/ext/cargo-vendor/tokio-1.23.0/src/util/once_cell.rs +0 -70
- data/ext/cargo-vendor/tokio-1.23.0/tests/_require_full.rs +0 -2
- data/ext/cargo-vendor/tokio-1.23.0/tests/buffered.rs +0 -50
- data/ext/cargo-vendor/tokio-1.23.0/tests/io_driver.rs +0 -100
- data/ext/cargo-vendor/tokio-1.23.0/tests/macros_join.rs +0 -155
- data/ext/cargo-vendor/tokio-1.23.0/tests/macros_select.rs +0 -665
- data/ext/cargo-vendor/tokio-1.23.0/tests/macros_try_join.rs +0 -185
- data/ext/cargo-vendor/tokio-1.23.0/tests/rt_common.rs +0 -1279
- data/ext/cargo-vendor/tokio-1.23.0/tests/rt_metrics.rs +0 -468
- data/ext/cargo-vendor/tokio-1.23.0/tests/support/leaked_buffers.rs +0 -26
- data/ext/cargo-vendor/tokio-1.23.0/tests/support/panic.rs +0 -34
- data/ext/cargo-vendor/tokio-1.23.0/tests/sync_once_cell.rs +0 -274
- data/ext/cargo-vendor/tokio-1.23.0/tests/task_blocking.rs +0 -228
- data/ext/cargo-vendor/tokio-1.23.0/tests/task_join_set.rs +0 -230
- data/ext/cargo-vendor/tokio-1.23.0/tests/tcp_peek.rs +0 -29
- data/ext/cargo-vendor/toml-0.5.9/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/toml-0.5.9/Cargo.lock +0 -101
- data/ext/cargo-vendor/toml-0.5.9/Cargo.toml +0 -49
- data/ext/cargo-vendor/toml-0.5.9/README.md +0 -38
- data/ext/cargo-vendor/toml-0.5.9/src/datetime.rs +0 -544
- data/ext/cargo-vendor/toml-0.5.9/src/de.rs +0 -2262
- data/ext/cargo-vendor/toml-0.5.9/src/lib.rs +0 -180
- data/ext/cargo-vendor/toml-0.5.9/src/macros.rs +0 -462
- data/ext/cargo-vendor/toml-0.5.9/src/ser.rs +0 -1859
- data/ext/cargo-vendor/toml-0.5.9/src/spanned.rs +0 -168
- data/ext/cargo-vendor/toml-0.5.9/src/tokens.rs +0 -740
- data/ext/cargo-vendor/unicode-bidi-0.3.8/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/unicode-bidi-0.3.8/Cargo.toml +0 -78
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/char_data/mod.rs +0 -157
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/char_data/tables.rs +0 -510
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/data_source.rs +0 -16
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/explicit.rs +0 -195
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/implicit.rs +0 -239
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/lib.rs +0 -1066
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/prepare.rs +0 -368
- data/ext/cargo-vendor/unicode-ident-1.0.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/unicode-ident-1.0.5/Cargo.toml +0 -58
- data/ext/cargo-vendor/unicode-ident-1.0.5/README.md +0 -283
- data/ext/cargo-vendor/unicode-ident-1.0.5/src/tables.rs +0 -647
- data/ext/cargo-vendor/unicode-ident-1.0.5/tests/static_size.rs +0 -96
- data/ext/cargo-vendor/wasi-cap-std-sync-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasi-cap-std-sync-4.0.0/Cargo.toml +0 -89
- data/ext/cargo-vendor/wasi-common-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasi-common-4.0.0/Cargo.toml +0 -85
- data/ext/cargo-vendor/wasi-common-4.0.0/src/snapshots/preview_0.rs +0 -1082
- data/ext/cargo-vendor/wasi-common-4.0.0/src/snapshots/preview_1.rs +0 -1568
- data/ext/cargo-vendor/wasm-encoder-0.20.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasm-encoder-0.20.0/Cargo.toml +0 -33
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/component/aliases.rs +0 -129
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/component/types.rs +0 -751
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/component.rs +0 -137
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/core/code.rs +0 -2868
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/lib.rs +0 -188
- data/ext/cargo-vendor/wasmparser-0.95.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmparser-0.95.0/Cargo.lock +0 -683
- data/ext/cargo-vendor/wasmparser-0.95.0/Cargo.toml +0 -54
- data/ext/cargo-vendor/wasmparser-0.95.0/benches/benchmark.rs +0 -336
- data/ext/cargo-vendor/wasmparser-0.95.0/src/binary_reader.rs +0 -2333
- data/ext/cargo-vendor/wasmparser-0.95.0/src/limits.rs +0 -57
- data/ext/cargo-vendor/wasmparser-0.95.0/src/parser.rs +0 -1504
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/aliases.rs +0 -127
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/canonicals.rs +0 -124
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/exports.rs +0 -110
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/imports.rs +0 -127
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/instances.rs +0 -240
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/names.rs +0 -164
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/start.rs +0 -66
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/types.rs +0 -449
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/code.rs +0 -270
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/data.rs +0 -189
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/elements.rs +0 -333
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/exports.rs +0 -123
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/functions.rs +0 -95
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/globals.rs +0 -110
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/imports.rs +0 -129
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/init.rs +0 -46
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/linking.rs +0 -88
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/memories.rs +0 -93
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/names.rs +0 -308
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/operators.rs +0 -342
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/producers.rs +0 -211
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/relocs.rs +0 -198
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/tables.rs +0 -93
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/tags.rs +0 -92
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/types.rs +0 -279
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core.rs +0 -37
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers.rs +0 -181
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/component.rs +0 -2097
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/core.rs +0 -1140
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/func.rs +0 -333
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/operators.rs +0 -3223
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/types.rs +0 -2109
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator.rs +0 -1476
- data/ext/cargo-vendor/wasmtime-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-4.0.0/Cargo.toml +0 -164
- data/ext/cargo-vendor/wasmtime-4.0.0/src/component/mod.rs +0 -42
- data/ext/cargo-vendor/wasmtime-4.0.0/src/component/values.rs +0 -1143
- data/ext/cargo-vendor/wasmtime-4.0.0/src/config.rs +0 -1908
- data/ext/cargo-vendor/wasmtime-4.0.0/src/engine/serialization.rs +0 -611
- data/ext/cargo-vendor/wasmtime-4.0.0/src/linker.rs +0 -1296
- data/ext/cargo-vendor/wasmtime-4.0.0/src/trap.rs +0 -616
- data/ext/cargo-vendor/wasmtime-asm-macros-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-asm-macros-4.0.0/Cargo.toml +0 -22
- data/ext/cargo-vendor/wasmtime-asm-macros-4.0.0/src/lib.rs +0 -91
- data/ext/cargo-vendor/wasmtime-cache-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-cache-4.0.0/Cargo.toml +0 -73
- data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/Cargo.toml +0 -83
- data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/src/compiler.rs +0 -1047
- data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/src/func_environ.rs +0 -2104
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/Cargo.lock +0 -613
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/Cargo.toml +0 -117
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/src/component/translate.rs +0 -1027
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/src/module_environ.rs +0 -840
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/src/obj.rs +0 -121
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/Cargo.toml +0 -46
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix/aarch64.rs +0 -178
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix/riscv64.rs +0 -157
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix/x86_64.rs +0 -159
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix.rs +0 -197
- data/ext/cargo-vendor/wasmtime-jit-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-jit-4.0.0/Cargo.toml +0 -102
- data/ext/cargo-vendor/wasmtime-jit-4.0.0/src/code_memory.rs +0 -301
- data/ext/cargo-vendor/wasmtime-jit-4.0.0/src/instantiate.rs +0 -667
- data/ext/cargo-vendor/wasmtime-jit-debug-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-jit-debug-4.0.0/Cargo.toml +0 -58
- data/ext/cargo-vendor/wasmtime-jit-icache-coherence-3.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-jit-icache-coherence-3.0.0/Cargo.toml +0 -34
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/Cargo.toml +0 -110
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/libcalls.rs +0 -489
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/trampolines/aarch64.rs +0 -121
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/trampolines/riscv64.rs +0 -117
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/trampolines/x86_64.rs +0 -135
- data/ext/cargo-vendor/wasmtime-types-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-types-4.0.0/Cargo.toml +0 -34
- data/ext/cargo-vendor/wasmtime-wasi-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-wasi-4.0.0/Cargo.toml +0 -63
- data/ext/cargo-vendor/wast-50.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wast-50.0.0/Cargo.toml +0 -50
- data/ext/cargo-vendor/wast-50.0.0/src/component/alias.rs +0 -256
- data/ext/cargo-vendor/wast-50.0.0/src/component/binary.rs +0 -951
- data/ext/cargo-vendor/wast-50.0.0/src/component/expand.rs +0 -832
- data/ext/cargo-vendor/wast-50.0.0/src/component/export.rs +0 -197
- data/ext/cargo-vendor/wast-50.0.0/src/component/import.rs +0 -163
- data/ext/cargo-vendor/wast-50.0.0/src/component/resolve.rs +0 -954
- data/ext/cargo-vendor/wast-50.0.0/src/component/types.rs +0 -958
- data/ext/cargo-vendor/wast-50.0.0/src/core/expr.rs +0 -1889
- data/ext/cargo-vendor/wast-50.0.0/tests/annotations.rs +0 -200
- data/ext/cargo-vendor/wat-1.0.52/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wat-1.0.52/Cargo.toml +0 -27
- data/ext/cargo-vendor/wiggle-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wiggle-4.0.0/Cargo.toml +0 -109
- data/ext/cargo-vendor/wiggle-4.0.0/src/lib.rs +0 -1066
- data/ext/cargo-vendor/wiggle-generate-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wiggle-generate-4.0.0/Cargo.toml +0 -61
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/codegen_settings.rs +0 -146
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/config.rs +0 -675
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/funcs.rs +0 -430
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/module_trait.rs +0 -97
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/wasmtime.rs +0 -165
- data/ext/cargo-vendor/wiggle-macro-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wiggle-macro-4.0.0/Cargo.toml +0 -55
- data/ext/cargo-vendor/wiggle-macro-4.0.0/src/lib.rs +0 -208
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.0/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.0/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_i686_gnu-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_i686_gnu-0.42.0/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_i686_msvc-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_i686_msvc-0.42.0/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.0/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.0/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.0/lib/windows.lib +0 -0
- data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/.cargo_vcs_info.json +0 -6
- data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/Cargo.toml +0 -84
- data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/build.rs +0 -252
@@ -1,3785 +0,0 @@
|
|
1
|
-
;; x86-64 instruction selection and CLIF-to-MachInst lowering.
|
2
|
-
|
3
|
-
;; The main lowering constructor term: takes a clif `Inst` and returns the
|
4
|
-
;; register(s) within which the lowered instruction's result values live.
|
5
|
-
(decl lower (Inst) InstOutput)
|
6
|
-
|
7
|
-
;; A variant of the main lowering constructor term, used for branches.
|
8
|
-
;; The only difference is that it gets an extra argument holding a vector
|
9
|
-
;; of branch targets to be used.
|
10
|
-
(decl lower_branch (Inst MachLabelSlice) InstOutput)
|
11
|
-
|
12
|
-
;;;; Rules for `iconst` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
13
|
-
|
14
|
-
;; `i64` and smaller.
|
15
|
-
(rule (lower (has_type (fits_in_64 ty)
|
16
|
-
(iconst (u64_from_imm64 x))))
|
17
|
-
(imm ty x))
|
18
|
-
|
19
|
-
;; `i128`
|
20
|
-
(rule 1 (lower (has_type $I128
|
21
|
-
(iconst (u64_from_imm64 x))))
|
22
|
-
(value_regs (imm $I64 x)
|
23
|
-
(imm $I64 0)))
|
24
|
-
|
25
|
-
;;;; Rules for `f32const` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
26
|
-
|
27
|
-
(rule (lower (f32const (u64_from_ieee32 x)))
|
28
|
-
(imm $F32 x))
|
29
|
-
|
30
|
-
;;;; Rules for `f64const` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
31
|
-
|
32
|
-
(rule (lower (f64const (u64_from_ieee64 x)))
|
33
|
-
(imm $F64 x))
|
34
|
-
|
35
|
-
;;;; Rules for `null` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
36
|
-
|
37
|
-
(rule (lower (has_type ty (null)))
|
38
|
-
(imm ty 0))
|
39
|
-
|
40
|
-
;;;; Rules for `iadd` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
41
|
-
|
42
|
-
;; `i64` and smaller.
|
43
|
-
|
44
|
-
;; Add two registers.
|
45
|
-
(rule -5 (lower (has_type (fits_in_64 ty)
|
46
|
-
(iadd x y)))
|
47
|
-
(x64_add ty x y))
|
48
|
-
|
49
|
-
;; Add a register and an immediate.
|
50
|
-
|
51
|
-
(rule -4 (lower (has_type (fits_in_64 ty)
|
52
|
-
(iadd x (simm32_from_value y))))
|
53
|
-
(x64_add ty x y))
|
54
|
-
|
55
|
-
(rule -3 (lower (has_type (fits_in_64 ty)
|
56
|
-
(iadd (simm32_from_value x) y)))
|
57
|
-
(x64_add ty y x))
|
58
|
-
|
59
|
-
;; Add a register and memory.
|
60
|
-
|
61
|
-
(rule -2 (lower (has_type (fits_in_64 ty)
|
62
|
-
(iadd x (sinkable_load y))))
|
63
|
-
(x64_add ty
|
64
|
-
x
|
65
|
-
(sink_load_to_gpr_mem_imm y)))
|
66
|
-
|
67
|
-
(rule -1 (lower (has_type (fits_in_64 ty)
|
68
|
-
(iadd (sinkable_load x) y)))
|
69
|
-
(x64_add ty
|
70
|
-
y
|
71
|
-
(sink_load_to_gpr_mem_imm x)))
|
72
|
-
|
73
|
-
;; SSE.
|
74
|
-
|
75
|
-
(rule (lower (has_type (multi_lane 8 16)
|
76
|
-
(iadd x y)))
|
77
|
-
(x64_paddb x y))
|
78
|
-
|
79
|
-
(rule (lower (has_type (multi_lane 16 8)
|
80
|
-
(iadd x y)))
|
81
|
-
(x64_paddw x y))
|
82
|
-
|
83
|
-
(rule (lower (has_type (multi_lane 32 4)
|
84
|
-
(iadd x y)))
|
85
|
-
(x64_paddd x y))
|
86
|
-
|
87
|
-
(rule (lower (has_type (multi_lane 64 2)
|
88
|
-
(iadd x y)))
|
89
|
-
(x64_paddq x y))
|
90
|
-
|
91
|
-
;; `i128`
|
92
|
-
(rule 1 (lower (has_type $I128 (iadd x y)))
|
93
|
-
;; Get the high/low registers for `x`.
|
94
|
-
(let ((x_regs ValueRegs x)
|
95
|
-
(x_lo Gpr (value_regs_get_gpr x_regs 0))
|
96
|
-
(x_hi Gpr (value_regs_get_gpr x_regs 1)))
|
97
|
-
;; Get the high/low registers for `y`.
|
98
|
-
(let ((y_regs ValueRegs y)
|
99
|
-
(y_lo Gpr (value_regs_get_gpr y_regs 0))
|
100
|
-
(y_hi Gpr (value_regs_get_gpr y_regs 1)))
|
101
|
-
;; Do an add followed by an add-with-carry.
|
102
|
-
(with_flags (x64_add_with_flags_paired $I64 x_lo y_lo)
|
103
|
-
(x64_adc_paired $I64 x_hi y_hi)))))
|
104
|
-
|
105
|
-
;;;; Rules for `sadd_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
106
|
-
|
107
|
-
(rule (lower (has_type (multi_lane 8 16)
|
108
|
-
(sadd_sat x y)))
|
109
|
-
(x64_paddsb x y))
|
110
|
-
|
111
|
-
(rule (lower (has_type (multi_lane 16 8)
|
112
|
-
(sadd_sat x y)))
|
113
|
-
(x64_paddsw x y))
|
114
|
-
|
115
|
-
;;;; Rules for `uadd_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
116
|
-
|
117
|
-
(rule (lower (has_type (multi_lane 8 16)
|
118
|
-
(uadd_sat x y)))
|
119
|
-
(x64_paddusb x y))
|
120
|
-
|
121
|
-
(rule (lower (has_type (multi_lane 16 8)
|
122
|
-
(uadd_sat x y)))
|
123
|
-
(x64_paddusw x y))
|
124
|
-
|
125
|
-
;;;; Rules for `iadd_ifcout` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
126
|
-
|
127
|
-
;; N.B.: the second output of `iadd_ifcout` is meant to be the
|
128
|
-
;; `iflags` value containing the carry result. However, we plan to
|
129
|
-
;; replace this with a bool carry flag, and all consumers of `iflags`
|
130
|
-
;; remain in the handwritten pattern-matching code and explicitly
|
131
|
-
;; match on the flags producer. So we can get away with just
|
132
|
-
;; using an invalid second output, and the reg-renaming code does the
|
133
|
-
;; right thing, for now. For safety, we assert elsewhere that no one
|
134
|
-
;; actually uses the register assigned to the SSA `iflags`-typed
|
135
|
-
;; `Value`.
|
136
|
-
|
137
|
-
(decl output_ifcout (Reg) InstOutput)
|
138
|
-
(rule (output_ifcout reg)
|
139
|
-
(output_pair reg (value_regs_invalid)))
|
140
|
-
|
141
|
-
;; Add two registers.
|
142
|
-
(rule 0 (lower (has_type (fits_in_64 ty)
|
143
|
-
(iadd_ifcout x y)))
|
144
|
-
(output_ifcout (x64_add ty x y)))
|
145
|
-
|
146
|
-
;; Add a register and an immediate.
|
147
|
-
|
148
|
-
(rule 1 (lower (has_type (fits_in_64 ty)
|
149
|
-
(iadd_ifcout x (simm32_from_value y))))
|
150
|
-
(output_ifcout (x64_add ty x y)))
|
151
|
-
|
152
|
-
(rule 2 (lower (has_type (fits_in_64 ty)
|
153
|
-
(iadd_ifcout (simm32_from_value x) y)))
|
154
|
-
(output_ifcout (x64_add ty y x)))
|
155
|
-
|
156
|
-
;; Add a register and memory.
|
157
|
-
|
158
|
-
(rule 3 (lower (has_type (fits_in_64 ty)
|
159
|
-
(iadd_ifcout x (sinkable_load y))))
|
160
|
-
(output_ifcout (x64_add ty x (sink_load_to_gpr_mem_imm y))))
|
161
|
-
|
162
|
-
(rule 4 (lower (has_type (fits_in_64 ty)
|
163
|
-
(iadd_ifcout (sinkable_load x) y)))
|
164
|
-
(output_ifcout (x64_add ty y (sink_load_to_gpr_mem_imm x))))
|
165
|
-
|
166
|
-
;; (No `iadd_ifcout` for `i128`.)
|
167
|
-
|
168
|
-
;;;; Rules for `isub` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
169
|
-
|
170
|
-
;; `i64` and smaller.
|
171
|
-
|
172
|
-
;; Sub two registers.
|
173
|
-
(rule -3 (lower (has_type (fits_in_64 ty)
|
174
|
-
(isub x y)))
|
175
|
-
(x64_sub ty x y))
|
176
|
-
|
177
|
-
;; Sub a register and an immediate.
|
178
|
-
(rule -2 (lower (has_type (fits_in_64 ty)
|
179
|
-
(isub x (simm32_from_value y))))
|
180
|
-
(x64_sub ty x y))
|
181
|
-
|
182
|
-
;; Sub a register and memory.
|
183
|
-
(rule -1 (lower (has_type (fits_in_64 ty)
|
184
|
-
(isub x (sinkable_load y))))
|
185
|
-
(x64_sub ty x
|
186
|
-
(sink_load_to_gpr_mem_imm y)))
|
187
|
-
|
188
|
-
;; SSE.
|
189
|
-
|
190
|
-
(rule (lower (has_type (multi_lane 8 16)
|
191
|
-
(isub x y)))
|
192
|
-
(x64_psubb x y))
|
193
|
-
|
194
|
-
(rule (lower (has_type (multi_lane 16 8)
|
195
|
-
(isub x y)))
|
196
|
-
(x64_psubw x y))
|
197
|
-
|
198
|
-
(rule (lower (has_type (multi_lane 32 4)
|
199
|
-
(isub x y)))
|
200
|
-
(x64_psubd x y))
|
201
|
-
|
202
|
-
(rule (lower (has_type (multi_lane 64 2)
|
203
|
-
(isub x y)))
|
204
|
-
(x64_psubq x y))
|
205
|
-
|
206
|
-
;; `i128`
|
207
|
-
(rule 1 (lower (has_type $I128 (isub x y)))
|
208
|
-
;; Get the high/low registers for `x`.
|
209
|
-
(let ((x_regs ValueRegs x)
|
210
|
-
(x_lo Gpr (value_regs_get_gpr x_regs 0))
|
211
|
-
(x_hi Gpr (value_regs_get_gpr x_regs 1)))
|
212
|
-
;; Get the high/low registers for `y`.
|
213
|
-
(let ((y_regs ValueRegs y)
|
214
|
-
(y_lo Gpr (value_regs_get_gpr y_regs 0))
|
215
|
-
(y_hi Gpr (value_regs_get_gpr y_regs 1)))
|
216
|
-
;; Do a sub followed by an sub-with-borrow.
|
217
|
-
(with_flags (x64_sub_with_flags_paired $I64 x_lo y_lo)
|
218
|
-
(x64_sbb_paired $I64 x_hi y_hi)))))
|
219
|
-
|
220
|
-
;;;; Rules for `ssub_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
221
|
-
|
222
|
-
(rule (lower (has_type (multi_lane 8 16)
|
223
|
-
(ssub_sat x y)))
|
224
|
-
(x64_psubsb x y))
|
225
|
-
|
226
|
-
(rule (lower (has_type (multi_lane 16 8)
|
227
|
-
(ssub_sat x y)))
|
228
|
-
(x64_psubsw x y))
|
229
|
-
|
230
|
-
;;;; Rules for `usub_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
231
|
-
|
232
|
-
(rule (lower (has_type (multi_lane 8 16)
|
233
|
-
(usub_sat x y)))
|
234
|
-
(x64_psubusb x y))
|
235
|
-
|
236
|
-
(rule (lower (has_type (multi_lane 16 8)
|
237
|
-
(usub_sat x y)))
|
238
|
-
(x64_psubusw x y))
|
239
|
-
|
240
|
-
;;;; Rules for `band` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
241
|
-
|
242
|
-
;; `{i,b}64` and smaller.
|
243
|
-
|
244
|
-
;; And two registers.
|
245
|
-
(rule 0 (lower (has_type ty (band x y)))
|
246
|
-
(if (ty_int_ref_scalar_64 ty))
|
247
|
-
(x64_and ty x y))
|
248
|
-
|
249
|
-
;; And with a memory operand.
|
250
|
-
|
251
|
-
(rule 1 (lower (has_type ty (band x (sinkable_load y))))
|
252
|
-
(if (ty_int_ref_scalar_64 ty))
|
253
|
-
(x64_and ty x
|
254
|
-
(sink_load_to_gpr_mem_imm y)))
|
255
|
-
|
256
|
-
(rule 2 (lower (has_type ty (band (sinkable_load x) y)))
|
257
|
-
(if (ty_int_ref_scalar_64 ty))
|
258
|
-
(x64_and ty
|
259
|
-
y
|
260
|
-
(sink_load_to_gpr_mem_imm x)))
|
261
|
-
|
262
|
-
;; And with an immediate.
|
263
|
-
|
264
|
-
(rule 3 (lower (has_type ty (band x (simm32_from_value y))))
|
265
|
-
(if (ty_int_ref_scalar_64 ty))
|
266
|
-
(x64_and ty x y))
|
267
|
-
|
268
|
-
(rule 4 (lower (has_type ty (band (simm32_from_value x) y)))
|
269
|
-
(if (ty_int_ref_scalar_64 ty))
|
270
|
-
(x64_and ty y x))
|
271
|
-
|
272
|
-
;; f32 and f64
|
273
|
-
|
274
|
-
(rule 5 (lower (has_type (ty_scalar_float ty) (band x y)))
|
275
|
-
(sse_and ty x y))
|
276
|
-
|
277
|
-
;; SSE.
|
278
|
-
|
279
|
-
(decl sse_and (Type Xmm XmmMem) Xmm)
|
280
|
-
(rule (sse_and $F32X4 x y) (x64_andps x y))
|
281
|
-
(rule (sse_and $F64X2 x y) (x64_andpd x y))
|
282
|
-
(rule (sse_and $F32 x y) (x64_andps x y))
|
283
|
-
(rule (sse_and $F64 x y) (x64_andpd x y))
|
284
|
-
(rule -1 (sse_and (multi_lane _bits _lanes) x y) (x64_pand x y))
|
285
|
-
|
286
|
-
(rule 6 (lower (has_type ty @ (multi_lane _bits _lanes)
|
287
|
-
(band x y)))
|
288
|
-
(sse_and ty x y))
|
289
|
-
|
290
|
-
;; `i128`.
|
291
|
-
|
292
|
-
(rule 7 (lower (has_type $I128 (band x y)))
|
293
|
-
(let ((x_regs ValueRegs x)
|
294
|
-
(x_lo Gpr (value_regs_get_gpr x_regs 0))
|
295
|
-
(x_hi Gpr (value_regs_get_gpr x_regs 1))
|
296
|
-
(y_regs ValueRegs y)
|
297
|
-
(y_lo Gpr (value_regs_get_gpr y_regs 0))
|
298
|
-
(y_hi Gpr (value_regs_get_gpr y_regs 1)))
|
299
|
-
(value_gprs (x64_and $I64 x_lo y_lo)
|
300
|
-
(x64_and $I64 x_hi y_hi))))
|
301
|
-
|
302
|
-
;;;; Rules for `bor` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
303
|
-
|
304
|
-
;; `{i,b}64` and smaller.
|
305
|
-
|
306
|
-
;; Or two registers.
|
307
|
-
(rule 0 (lower (has_type ty (bor x y)))
|
308
|
-
(if (ty_int_ref_scalar_64 ty))
|
309
|
-
(x64_or ty x y))
|
310
|
-
|
311
|
-
;; Or with a memory operand.
|
312
|
-
|
313
|
-
(rule 1 (lower (has_type ty (bor x (sinkable_load y))))
|
314
|
-
(if (ty_int_ref_scalar_64 ty))
|
315
|
-
(x64_or ty x
|
316
|
-
(sink_load_to_gpr_mem_imm y)))
|
317
|
-
|
318
|
-
(rule 2 (lower (has_type ty (bor (sinkable_load x) y)))
|
319
|
-
(if (ty_int_ref_scalar_64 ty))
|
320
|
-
(x64_or ty y
|
321
|
-
(sink_load_to_gpr_mem_imm x)))
|
322
|
-
|
323
|
-
;; Or with an immediate.
|
324
|
-
|
325
|
-
(rule 3 (lower (has_type ty (bor x (simm32_from_value y))))
|
326
|
-
(if (ty_int_ref_scalar_64 ty))
|
327
|
-
(x64_or ty x y))
|
328
|
-
|
329
|
-
(rule 4 (lower (has_type ty (bor (simm32_from_value x) y)))
|
330
|
-
(if (ty_int_ref_scalar_64 ty))
|
331
|
-
(x64_or ty y x))
|
332
|
-
|
333
|
-
;; f32 and f64
|
334
|
-
|
335
|
-
(rule 5 (lower (has_type (ty_scalar_float ty) (bor x y)))
|
336
|
-
(sse_or ty x y))
|
337
|
-
|
338
|
-
;; SSE.
|
339
|
-
|
340
|
-
(decl sse_or (Type Xmm XmmMem) Xmm)
|
341
|
-
(rule (sse_or $F32X4 x y) (x64_orps x y))
|
342
|
-
(rule (sse_or $F64X2 x y) (x64_orpd x y))
|
343
|
-
(rule (sse_or $F32 x y) (x64_orps x y))
|
344
|
-
(rule (sse_or $F64 x y) (x64_orpd x y))
|
345
|
-
(rule -1 (sse_or (multi_lane _bits _lanes) x y) (x64_por x y))
|
346
|
-
|
347
|
-
(rule 6 (lower (has_type ty @ (multi_lane _bits _lanes)
|
348
|
-
(bor x y)))
|
349
|
-
(sse_or ty x y))
|
350
|
-
|
351
|
-
;; `{i,b}128`.
|
352
|
-
|
353
|
-
(decl or_i128 (ValueRegs ValueRegs) ValueRegs)
|
354
|
-
(rule (or_i128 x y)
|
355
|
-
(let ((x_lo Gpr (value_regs_get_gpr x 0))
|
356
|
-
(x_hi Gpr (value_regs_get_gpr x 1))
|
357
|
-
(y_lo Gpr (value_regs_get_gpr y 0))
|
358
|
-
(y_hi Gpr (value_regs_get_gpr y 1)))
|
359
|
-
(value_gprs (x64_or $I64 x_lo y_lo)
|
360
|
-
(x64_or $I64 x_hi y_hi))))
|
361
|
-
|
362
|
-
(rule 7 (lower (has_type $I128 (bor x y)))
|
363
|
-
(or_i128 x y))
|
364
|
-
|
365
|
-
;;;; Rules for `bxor` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
366
|
-
|
367
|
-
;; `{i,b}64` and smaller.
|
368
|
-
|
369
|
-
;; Xor two registers.
|
370
|
-
(rule 0 (lower (has_type ty (bxor x y)))
|
371
|
-
(if (ty_int_ref_scalar_64 ty))
|
372
|
-
(x64_xor ty x y))
|
373
|
-
|
374
|
-
;; Xor with a memory operand.
|
375
|
-
|
376
|
-
(rule 1 (lower (has_type ty (bxor x (sinkable_load y))))
|
377
|
-
(if (ty_int_ref_scalar_64 ty))
|
378
|
-
(x64_xor ty x
|
379
|
-
(sink_load_to_gpr_mem_imm y)))
|
380
|
-
|
381
|
-
(rule 2 (lower (has_type ty (bxor (sinkable_load x) y)))
|
382
|
-
(if (ty_int_ref_scalar_64 ty))
|
383
|
-
(x64_xor ty y
|
384
|
-
(sink_load_to_gpr_mem_imm x)))
|
385
|
-
|
386
|
-
;; Xor with an immediate.
|
387
|
-
|
388
|
-
(rule 3 (lower (has_type ty (bxor x (simm32_from_value y))))
|
389
|
-
(if (ty_int_ref_scalar_64 ty))
|
390
|
-
(x64_xor ty x y))
|
391
|
-
|
392
|
-
(rule 4 (lower (has_type ty (bxor (simm32_from_value x) y)))
|
393
|
-
(if (ty_int_ref_scalar_64 ty))
|
394
|
-
(x64_xor ty y x))
|
395
|
-
|
396
|
-
;; f32 and f64
|
397
|
-
|
398
|
-
(rule 5 (lower (has_type (ty_scalar_float ty) (bxor x y)))
|
399
|
-
(sse_xor ty x y))
|
400
|
-
|
401
|
-
;; SSE.
|
402
|
-
|
403
|
-
(rule 6 (lower (has_type ty @ (multi_lane _bits _lanes) (bxor x y)))
|
404
|
-
(sse_xor ty x y))
|
405
|
-
|
406
|
-
;; `{i,b}128`.
|
407
|
-
|
408
|
-
(rule 7 (lower (has_type $I128 (bxor x y)))
|
409
|
-
(let ((x_regs ValueRegs x)
|
410
|
-
(x_lo Gpr (value_regs_get_gpr x_regs 0))
|
411
|
-
(x_hi Gpr (value_regs_get_gpr x_regs 1))
|
412
|
-
(y_regs ValueRegs y)
|
413
|
-
(y_lo Gpr (value_regs_get_gpr y_regs 0))
|
414
|
-
(y_hi Gpr (value_regs_get_gpr y_regs 1)))
|
415
|
-
(value_gprs (x64_xor $I64 x_lo y_lo)
|
416
|
-
(x64_xor $I64 x_hi y_hi))))
|
417
|
-
|
418
|
-
;;;; Rules for `ishl` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
419
|
-
|
420
|
-
;; `i64` and smaller.
|
421
|
-
|
422
|
-
(rule -1 (lower (has_type (fits_in_64 ty) (ishl src amt)))
|
423
|
-
(x64_shl ty src (put_masked_in_imm8_gpr amt ty)))
|
424
|
-
|
425
|
-
;; `i128`.
|
426
|
-
|
427
|
-
(decl shl_i128 (ValueRegs Gpr) ValueRegs)
|
428
|
-
(rule (shl_i128 src amt)
|
429
|
-
;; Unpack the registers that make up the 128-bit value being shifted.
|
430
|
-
(let ((src_lo Gpr (value_regs_get_gpr src 0))
|
431
|
-
(src_hi Gpr (value_regs_get_gpr src 1))
|
432
|
-
;; Do two 64-bit shifts.
|
433
|
-
(lo_shifted Gpr (x64_shl $I64 src_lo amt))
|
434
|
-
(hi_shifted Gpr (x64_shl $I64 src_hi amt))
|
435
|
-
;; `src_lo >> (64 - amt)` are the bits to carry over from the lo
|
436
|
-
;; into the hi.
|
437
|
-
(carry Gpr (x64_shr $I64
|
438
|
-
src_lo
|
439
|
-
(x64_sub $I64
|
440
|
-
(imm $I64 64)
|
441
|
-
amt)))
|
442
|
-
(zero Gpr (imm $I64 0))
|
443
|
-
;; Nullify the carry if we are shifting in by a multiple of 128.
|
444
|
-
(carry_ Gpr (with_flags_reg (x64_test (OperandSize.Size64)
|
445
|
-
(RegMemImm.Imm 127)
|
446
|
-
amt)
|
447
|
-
(cmove $I64
|
448
|
-
(CC.Z)
|
449
|
-
zero
|
450
|
-
carry)))
|
451
|
-
;; Add the carry into the high half.
|
452
|
-
(hi_shifted_ Gpr (x64_or $I64 carry_ hi_shifted)))
|
453
|
-
;; Combine the two shifted halves. However, if we are shifting by >= 64
|
454
|
-
;; (modulo 128), then the low bits are zero and the high bits are our
|
455
|
-
;; low bits.
|
456
|
-
(with_flags (x64_test (OperandSize.Size64) (RegMemImm.Imm 64) amt)
|
457
|
-
(consumes_flags_concat
|
458
|
-
(cmove $I64 (CC.Z) lo_shifted zero)
|
459
|
-
(cmove $I64 (CC.Z) hi_shifted_ lo_shifted)))))
|
460
|
-
|
461
|
-
(rule (lower (has_type $I128 (ishl src amt)))
|
462
|
-
;; NB: Only the low bits of `amt` matter since we logically mask the shift
|
463
|
-
;; amount to the value's bit width.
|
464
|
-
(let ((amt_ Gpr (lo_gpr amt)))
|
465
|
-
(shl_i128 src amt_)))
|
466
|
-
|
467
|
-
;; SSE.
|
468
|
-
|
469
|
-
;; Since the x86 instruction set does not have any 8x16 shift instructions (even
|
470
|
-
;; in higher feature sets like AVX), we lower the `ishl.i8x16` to a sequence of
|
471
|
-
;; instructions. The basic idea, whether the amount to shift by is an immediate
|
472
|
-
;; or not, is to use a 16x8 shift and then mask off the incorrect bits to 0s.
|
473
|
-
(rule (lower (has_type ty @ $I8X16 (ishl src amt)))
|
474
|
-
(let (
|
475
|
-
;; Mask the amount to ensure wrapping behaviour
|
476
|
-
(masked_amt Reg (x64_and $I64 amt (RegMemImm.Imm (shift_mask ty))))
|
477
|
-
;; Shift `src` using 16x8. Unfortunately, a 16x8 shift will only be
|
478
|
-
;; correct for half of the lanes; the others must be fixed up with
|
479
|
-
;; the mask below.
|
480
|
-
(unmasked Xmm (x64_psllw src (mov_rmi_to_xmm masked_amt)))
|
481
|
-
(mask_addr SyntheticAmode (ishl_i8x16_mask masked_amt))
|
482
|
-
(mask Reg (x64_load $I8X16 mask_addr (ExtKind.None))))
|
483
|
-
(sse_and $I8X16 unmasked (RegMem.Reg mask))))
|
484
|
-
|
485
|
-
;; Get the address of the mask to use when fixing up the lanes that weren't
|
486
|
-
;; correctly generated by the 16x8 shift.
|
487
|
-
(decl ishl_i8x16_mask (RegMemImm) SyntheticAmode)
|
488
|
-
|
489
|
-
;; When the shift amount is known, we can statically (i.e. at compile time)
|
490
|
-
;; determine the mask to use and only emit that.
|
491
|
-
(decl ishl_i8x16_mask_for_const (u32) SyntheticAmode)
|
492
|
-
(extern constructor ishl_i8x16_mask_for_const ishl_i8x16_mask_for_const)
|
493
|
-
(rule (ishl_i8x16_mask (RegMemImm.Imm amt))
|
494
|
-
(ishl_i8x16_mask_for_const amt))
|
495
|
-
|
496
|
-
;; Otherwise, we must emit the entire mask table and dynamically (i.e. at run
|
497
|
-
;; time) find the correct mask offset in the table. We use `lea` to find the
|
498
|
-
;; base address of the mask table and then complex addressing to offset to the
|
499
|
-
;; right mask: `base_address + amt << 4`
|
500
|
-
(decl ishl_i8x16_mask_table () SyntheticAmode)
|
501
|
-
(extern constructor ishl_i8x16_mask_table ishl_i8x16_mask_table)
|
502
|
-
(rule (ishl_i8x16_mask (RegMemImm.Reg amt))
|
503
|
-
(let ((mask_table SyntheticAmode (ishl_i8x16_mask_table))
|
504
|
-
(base_mask_addr Gpr (x64_lea mask_table))
|
505
|
-
(mask_offset Gpr (x64_shl $I64 amt
|
506
|
-
(imm8_to_imm8_gpr 4))))
|
507
|
-
(amode_imm_reg_reg_shift 0
|
508
|
-
base_mask_addr
|
509
|
-
mask_offset
|
510
|
-
0)))
|
511
|
-
|
512
|
-
(rule (ishl_i8x16_mask (RegMemImm.Mem amt))
|
513
|
-
(ishl_i8x16_mask (RegMemImm.Reg (x64_load $I64 amt (ExtKind.None)))))
|
514
|
-
|
515
|
-
;; 16x8, 32x4, and 64x2 shifts can each use a single instruction, once the shift amount is masked.
|
516
|
-
|
517
|
-
(rule (lower (has_type ty @ $I16X8 (ishl src amt)))
|
518
|
-
(let ((masked_amt Reg (x64_and $I64 amt (RegMemImm.Imm (shift_mask ty)))))
|
519
|
-
(x64_psllw src (mov_rmi_to_xmm masked_amt))))
|
520
|
-
|
521
|
-
(rule (lower (has_type ty @ $I32X4 (ishl src amt)))
|
522
|
-
(let ((masked_amt Reg (x64_and $I64 amt (RegMemImm.Imm (shift_mask ty)))))
|
523
|
-
(x64_pslld src (mov_rmi_to_xmm masked_amt))))
|
524
|
-
|
525
|
-
(rule (lower (has_type ty @ $I64X2 (ishl src amt)))
|
526
|
-
(let ((masked_amt Reg (x64_and $I64 amt (RegMemImm.Imm (shift_mask ty)))))
|
527
|
-
(x64_psllq src (mov_rmi_to_xmm masked_amt))))
|
528
|
-
|
529
|
-
;;;; Rules for `ushr` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
530
|
-
|
531
|
-
;; `i64` and smaller.
|
532
|
-
|
533
|
-
(rule -1 (lower (has_type (fits_in_64 ty) (ushr src amt)))
|
534
|
-
(let ((src_ Gpr (extend_to_gpr src ty (ExtendKind.Zero))))
|
535
|
-
(x64_shr ty src_ (put_masked_in_imm8_gpr amt ty))))
|
536
|
-
|
537
|
-
;; `i128`.
|
538
|
-
|
539
|
-
(decl shr_i128 (ValueRegs Gpr) ValueRegs)
|
540
|
-
(rule (shr_i128 src amt)
|
541
|
-
;; Unpack the lo/hi halves of `src`.
|
542
|
-
(let ((src_lo Gpr (value_regs_get_gpr src 0))
|
543
|
-
(src_hi Gpr (value_regs_get_gpr src 1))
|
544
|
-
;; Do a shift on each half.
|
545
|
-
(lo_shifted Gpr (x64_shr $I64 src_lo amt))
|
546
|
-
(hi_shifted Gpr (x64_shr $I64 src_hi amt))
|
547
|
-
;; `src_hi << (64 - amt)` are the bits to carry over from the hi
|
548
|
-
;; into the lo.
|
549
|
-
(carry Gpr (x64_shl $I64
|
550
|
-
src_hi
|
551
|
-
(x64_sub $I64
|
552
|
-
(imm $I64 64)
|
553
|
-
amt)))
|
554
|
-
;; Nullify the carry if we are shifting by a multiple of 128.
|
555
|
-
(carry_ Gpr (with_flags_reg (x64_test (OperandSize.Size64) (RegMemImm.Imm 127) amt)
|
556
|
-
(cmove $I64 (CC.Z) (imm $I64 0) carry)))
|
557
|
-
;; Add the carry bits into the lo.
|
558
|
-
(lo_shifted_ Gpr (x64_or $I64 carry_ lo_shifted)))
|
559
|
-
;; Combine the two shifted halves. However, if we are shifting by >= 64
|
560
|
-
;; (modulo 128), then the hi bits are zero and the lo bits are what
|
561
|
-
;; would otherwise be our hi bits.
|
562
|
-
(with_flags (x64_test (OperandSize.Size64) (RegMemImm.Imm 64) amt)
|
563
|
-
(consumes_flags_concat
|
564
|
-
(cmove $I64 (CC.Z) lo_shifted_ hi_shifted)
|
565
|
-
(cmove $I64 (CC.Z) hi_shifted (imm $I64 0))))))
|
566
|
-
|
567
|
-
(rule (lower (has_type $I128 (ushr src amt)))
|
568
|
-
;; NB: Only the low bits of `amt` matter since we logically mask the shift
|
569
|
-
;; amount to the value's bit width.
|
570
|
-
(let ((amt_ Gpr (lo_gpr amt)))
|
571
|
-
(shr_i128 src amt_)))
|
572
|
-
|
573
|
-
;; SSE.
|
574
|
-
|
575
|
-
;; There are no 8x16 shifts in x64. Do the same 16x8-shift-and-mask thing we do
|
576
|
-
;; with 8x16 `ishl`.
|
577
|
-
(rule (lower (has_type ty @ $I8X16 (ushr src amt)))
|
578
|
-
(let (
|
579
|
-
;; Mask the amount to ensure wrapping behaviour
|
580
|
-
(masked_amt Reg (x64_and $I64 amt (RegMemImm.Imm (shift_mask ty))))
|
581
|
-
;; Shift `src` using 16x8. Unfortunately, a 16x8 shift will only be
|
582
|
-
;; correct for half of the lanes; the others must be fixed up with
|
583
|
-
;; the mask below.
|
584
|
-
(unmasked Xmm (x64_psrlw src (mov_rmi_to_xmm masked_amt)))
|
585
|
-
(mask_addr SyntheticAmode (ushr_i8x16_mask masked_amt))
|
586
|
-
(mask Reg (x64_load $I8X16 mask_addr (ExtKind.None))))
|
587
|
-
(sse_and $I8X16
|
588
|
-
unmasked
|
589
|
-
(RegMem.Reg mask))))
|
590
|
-
|
591
|
-
;; Get the address of the mask to use when fixing up the lanes that weren't
|
592
|
-
;; correctly generated by the 16x8 shift.
|
593
|
-
(decl ushr_i8x16_mask (RegMemImm) SyntheticAmode)
|
594
|
-
|
595
|
-
;; When the shift amount is known, we can statically (i.e. at compile time)
|
596
|
-
;; determine the mask to use and only emit that.
|
597
|
-
(decl ushr_i8x16_mask_for_const (u32) SyntheticAmode)
|
598
|
-
(extern constructor ushr_i8x16_mask_for_const ushr_i8x16_mask_for_const)
|
599
|
-
(rule (ushr_i8x16_mask (RegMemImm.Imm amt))
|
600
|
-
(ushr_i8x16_mask_for_const amt))
|
601
|
-
|
602
|
-
;; Otherwise, we must emit the entire mask table and dynamically (i.e. at run
|
603
|
-
;; time) find the correct mask offset in the table. We use `lea` to find the
|
604
|
-
;; base address of the mask table and then complex addressing to offset to the
|
605
|
-
;; right mask: `base_address + amt << 4`
|
606
|
-
(decl ushr_i8x16_mask_table () SyntheticAmode)
|
607
|
-
(extern constructor ushr_i8x16_mask_table ushr_i8x16_mask_table)
|
608
|
-
(rule (ushr_i8x16_mask (RegMemImm.Reg amt))
|
609
|
-
(let ((mask_table SyntheticAmode (ushr_i8x16_mask_table))
|
610
|
-
(base_mask_addr Gpr (x64_lea mask_table))
|
611
|
-
(mask_offset Gpr (x64_shl $I64
|
612
|
-
amt
|
613
|
-
(imm8_to_imm8_gpr 4))))
|
614
|
-
(amode_imm_reg_reg_shift 0
|
615
|
-
base_mask_addr
|
616
|
-
mask_offset
|
617
|
-
0)))
|
618
|
-
|
619
|
-
(rule (ushr_i8x16_mask (RegMemImm.Mem amt))
|
620
|
-
(ushr_i8x16_mask (RegMemImm.Reg (x64_load $I64 amt (ExtKind.None)))))
|
621
|
-
|
622
|
-
;; 16x8, 32x4, and 64x2 shifts can each use a single instruction, once the shift amount is masked.
|
623
|
-
|
624
|
-
(rule (lower (has_type ty @ $I16X8 (ushr src amt)))
|
625
|
-
(let ((masked_amt Reg (x64_and $I64 amt (RegMemImm.Imm (shift_mask ty)))))
|
626
|
-
(x64_psrlw src (mov_rmi_to_xmm masked_amt))))
|
627
|
-
|
628
|
-
(rule (lower (has_type ty @ $I32X4 (ushr src amt)))
|
629
|
-
(let ((masked_amt Reg (x64_and $I64 amt (RegMemImm.Imm (shift_mask ty)))))
|
630
|
-
(x64_psrld src (mov_rmi_to_xmm masked_amt))))
|
631
|
-
|
632
|
-
(rule (lower (has_type ty @ $I64X2 (ushr src amt)))
|
633
|
-
(let ((masked_amt Reg (x64_and $I64 amt (RegMemImm.Imm (shift_mask ty)))))
|
634
|
-
(x64_psrlq src (mov_rmi_to_xmm masked_amt))))
|
635
|
-
|
636
|
-
;;;; Rules for `sshr` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
637
|
-
|
638
|
-
;; `i64` and smaller.
|
639
|
-
|
640
|
-
(rule -1 (lower (has_type (fits_in_64 ty) (sshr src amt)))
|
641
|
-
(let ((src_ Gpr (extend_to_gpr src ty (ExtendKind.Sign))))
|
642
|
-
(x64_sar ty src_ (put_masked_in_imm8_gpr amt ty))))
|
643
|
-
|
644
|
-
;; `i128`.
|
645
|
-
|
646
|
-
(decl sar_i128 (ValueRegs Gpr) ValueRegs)
|
647
|
-
(rule (sar_i128 src amt)
|
648
|
-
;; Unpack the low/high halves of `src`.
|
649
|
-
(let ((src_lo Gpr (value_regs_get_gpr src 0))
|
650
|
-
(src_hi Gpr (value_regs_get_gpr src 1))
|
651
|
-
;; Do a shift of each half. NB: the low half uses an unsigned shift
|
652
|
-
;; because its MSB is not a sign bit.
|
653
|
-
(lo_shifted Gpr (x64_shr $I64 src_lo amt))
|
654
|
-
(hi_shifted Gpr (x64_sar $I64 src_hi amt))
|
655
|
-
;; `src_hi << (64 - amt)` are the bits to carry over from the low
|
656
|
-
;; half to the high half.
|
657
|
-
(carry Gpr (x64_shl $I64
|
658
|
-
src_hi
|
659
|
-
(x64_sub $I64
|
660
|
-
(imm $I64 64)
|
661
|
-
amt)))
|
662
|
-
;; Nullify the carry if we are shifting by a multiple of 128.
|
663
|
-
(carry_ Gpr (with_flags_reg (x64_test (OperandSize.Size64) (RegMemImm.Imm 127) amt)
|
664
|
-
(cmove $I64 (CC.Z) (imm $I64 0) carry)))
|
665
|
-
;; Add the carry into the low half.
|
666
|
-
(lo_shifted_ Gpr (x64_or $I64 lo_shifted carry_))
|
667
|
-
;; Get all sign bits.
|
668
|
-
(sign_bits Gpr (x64_sar $I64 src_hi (imm8_to_imm8_gpr 63))))
|
669
|
-
;; Combine the two shifted halves. However, if we are shifting by >= 64
|
670
|
-
;; (modulo 128), then the hi bits are all sign bits and the lo bits are
|
671
|
-
;; what would otherwise be our hi bits.
|
672
|
-
(with_flags (x64_test (OperandSize.Size64) (RegMemImm.Imm 64) amt)
|
673
|
-
(consumes_flags_concat
|
674
|
-
(cmove $I64 (CC.Z) lo_shifted_ hi_shifted)
|
675
|
-
(cmove $I64 (CC.Z) hi_shifted sign_bits)))))
|
676
|
-
|
677
|
-
(rule (lower (has_type $I128 (sshr src amt)))
|
678
|
-
;; NB: Only the low bits of `amt` matter since we logically mask the shift
|
679
|
-
;; amount to the value's bit width.
|
680
|
-
(let ((amt_ Gpr (lo_gpr amt)))
|
681
|
-
(sar_i128 src amt_)))
|
682
|
-
|
683
|
-
;; SSE.
|
684
|
-
|
685
|
-
;; Since the x86 instruction set does not have an 8x16 shift instruction and the
|
686
|
-
;; approach used for `ishl` and `ushr` cannot be easily used (the masks do not
|
687
|
-
;; preserve the sign), we use a different approach here: separate the low and
|
688
|
-
;; high lanes, shift them separately, and merge them into the final result.
|
689
|
-
;;
|
690
|
-
;; Visually, this looks like the following, where `src.i8x16 = [s0, s1, ...,
|
691
|
-
;; s15]:
|
692
|
-
;;
|
693
|
-
;; lo.i16x8 = [(s0, s0), (s1, s1), ..., (s7, s7)]
|
694
|
-
;; shifted_lo.i16x8 = shift each lane of `low`
|
695
|
-
;; hi.i16x8 = [(s8, s8), (s9, s9), ..., (s15, s15)]
|
696
|
-
;; shifted_hi.i16x8 = shift each lane of `high`
|
697
|
-
;; result = [s0'', s1'', ..., s15'']
|
698
|
-
(rule (lower (has_type ty @ $I8X16 (sshr src amt @ (value_type amt_ty))))
|
699
|
-
(let ((src_ Xmm (put_in_xmm src))
|
700
|
-
;; Mask the amount to ensure wrapping behaviour
|
701
|
-
(masked_amt Reg (x64_and $I64 amt (RegMemImm.Imm (shift_mask ty))))
|
702
|
-
;; In order for `packsswb` later to only use the high byte of each
|
703
|
-
;; 16x8 lane, we shift right an extra 8 bits, relying on `psraw` to
|
704
|
-
;; fill in the upper bits appropriately.
|
705
|
-
(lo Xmm (x64_punpcklbw src_ src_))
|
706
|
-
(hi Xmm (x64_punpckhbw src_ src_))
|
707
|
-
(amt_ XmmMemImm (sshr_i8x16_bigger_shift amt_ty masked_amt))
|
708
|
-
(shifted_lo Xmm (x64_psraw lo amt_))
|
709
|
-
(shifted_hi Xmm (x64_psraw hi amt_)))
|
710
|
-
(x64_packsswb shifted_lo shifted_hi)))
|
711
|
-
|
712
|
-
(decl sshr_i8x16_bigger_shift (Type RegMemImm) XmmMemImm)
|
713
|
-
(rule (sshr_i8x16_bigger_shift _ty (RegMemImm.Imm i))
|
714
|
-
(xmm_mem_imm_new (RegMemImm.Imm (u32_add i 8))))
|
715
|
-
(rule (sshr_i8x16_bigger_shift ty (RegMemImm.Reg r))
|
716
|
-
(mov_rmi_to_xmm (RegMemImm.Reg (x64_add ty
|
717
|
-
r
|
718
|
-
(RegMemImm.Imm 8)))))
|
719
|
-
(rule (sshr_i8x16_bigger_shift ty rmi @ (RegMemImm.Mem _m))
|
720
|
-
(mov_rmi_to_xmm (RegMemImm.Reg (x64_add ty
|
721
|
-
(imm ty 8)
|
722
|
-
rmi))))
|
723
|
-
|
724
|
-
;; `sshr.{i16x8,i32x4}` can be a simple `psra{w,d}`, we just have to make sure
|
725
|
-
;; that if the shift amount is in a register, it is in an XMM register.
|
726
|
-
|
727
|
-
(rule (lower (has_type ty @ $I16X8 (sshr src amt)))
|
728
|
-
(let ((masked_amt Reg (x64_and $I64 amt (RegMemImm.Imm (shift_mask ty)))))
|
729
|
-
(x64_psraw src (mov_rmi_to_xmm masked_amt))))
|
730
|
-
|
731
|
-
(rule (lower (has_type ty @ $I32X4 (sshr src amt)))
|
732
|
-
(let ((masked_amt Reg (x64_and $I64 amt (RegMemImm.Imm (shift_mask ty)))))
|
733
|
-
(x64_psrad src (mov_rmi_to_xmm masked_amt))))
|
734
|
-
|
735
|
-
;; The `sshr.i64x2` CLIF instruction has no single x86 instruction in the older
|
736
|
-
;; feature sets. Newer ones like AVX512VL + AVX512F include `vpsraq`, a 128-bit
|
737
|
-
;; instruction that would fit here, but this backend does not currently have
|
738
|
-
;; support for EVEX encodings. To remedy this, we extract each 64-bit lane to a
|
739
|
-
;; GPR, shift each using a scalar instruction, and insert the shifted values
|
740
|
-
;; back in the `dst` XMM register.
|
741
|
-
;;
|
742
|
-
;; (TODO: when EVEX support is available, add an alternate lowering here).
|
743
|
-
(rule (lower (has_type $I64X2 (sshr src amt)))
|
744
|
-
(let ((src_ Xmm (put_in_xmm src))
|
745
|
-
(lo Gpr (x64_pextrd $I64 src_ 0))
|
746
|
-
(hi Gpr (x64_pextrd $I64 src_ 1))
|
747
|
-
(amt_ Imm8Gpr (put_masked_in_imm8_gpr amt $I64))
|
748
|
-
(shifted_lo Gpr (x64_sar $I64 lo amt_))
|
749
|
-
(shifted_hi Gpr (x64_sar $I64 hi amt_)))
|
750
|
-
(make_i64x2_from_lanes shifted_lo
|
751
|
-
shifted_hi)))
|
752
|
-
|
753
|
-
;;;; Rules for `rotl` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
754
|
-
|
755
|
-
;; `i64` and smaller: we can rely on x86's rotate-amount masking since
|
756
|
-
;; we operate on the whole register. For const's we mask the constant.
|
757
|
-
|
758
|
-
(rule -1 (lower (has_type (fits_in_64 ty) (rotl src amt)))
|
759
|
-
(x64_rotl ty src (put_masked_in_imm8_gpr amt ty)))
|
760
|
-
|
761
|
-
|
762
|
-
;; `i128`.
|
763
|
-
|
764
|
-
(rule (lower (has_type $I128 (rotl src amt)))
|
765
|
-
(let ((src_ ValueRegs src)
|
766
|
-
;; NB: Only the low bits of `amt` matter since we logically mask the
|
767
|
-
;; rotation amount to the value's bit width.
|
768
|
-
(amt_ Gpr (lo_gpr amt)))
|
769
|
-
(or_i128 (shl_i128 src_ amt_)
|
770
|
-
(shr_i128 src_ (x64_sub $I64
|
771
|
-
(imm $I64 128)
|
772
|
-
amt_)))))
|
773
|
-
|
774
|
-
;;;; Rules for `rotr` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
775
|
-
|
776
|
-
;; `i64` and smaller: we can rely on x86's rotate-amount masking since
|
777
|
-
;; we operate on the whole register. For const's we mask the constant.
|
778
|
-
|
779
|
-
(rule -1 (lower (has_type (fits_in_64 ty) (rotr src amt)))
|
780
|
-
(x64_rotr ty src (put_masked_in_imm8_gpr amt ty)))
|
781
|
-
|
782
|
-
|
783
|
-
;; `i128`.
|
784
|
-
|
785
|
-
(rule (lower (has_type $I128 (rotr src amt)))
|
786
|
-
(let ((src_ ValueRegs src)
|
787
|
-
;; NB: Only the low bits of `amt` matter since we logically mask the
|
788
|
-
;; rotation amount to the value's bit width.
|
789
|
-
(amt_ Gpr (lo_gpr amt)))
|
790
|
-
(or_i128 (shr_i128 src_ amt_)
|
791
|
-
(shl_i128 src_ (x64_sub $I64
|
792
|
-
(imm $I64 128)
|
793
|
-
amt_)))))
|
794
|
-
|
795
|
-
;;;; Rules for `ineg` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
796
|
-
|
797
|
-
;; `i64` and smaller.
|
798
|
-
|
799
|
-
(rule -1 (lower (has_type (fits_in_64 ty) (ineg x)))
|
800
|
-
(x64_neg ty x))
|
801
|
-
|
802
|
-
(rule -2 (lower (has_type $I128 (ineg x)))
|
803
|
-
;; Get the high/low registers for `x`.
|
804
|
-
(let ((regs ValueRegs x)
|
805
|
-
(lo Gpr (value_regs_get_gpr regs 0))
|
806
|
-
(hi Gpr (value_regs_get_gpr regs 1)))
|
807
|
-
;; Do a neg followed by an sub-with-borrow.
|
808
|
-
(with_flags (x64_neg_paired $I64 lo)
|
809
|
-
(x64_sbb_paired $I64 (imm $I64 0) hi))))
|
810
|
-
|
811
|
-
;; SSE.
|
812
|
-
|
813
|
-
(rule (lower (has_type $I8X16 (ineg x)))
|
814
|
-
(x64_psubb (imm $I8X16 0) x))
|
815
|
-
|
816
|
-
(rule (lower (has_type $I16X8 (ineg x)))
|
817
|
-
(x64_psubw (imm $I16X8 0) x))
|
818
|
-
|
819
|
-
(rule (lower (has_type $I32X4 (ineg x)))
|
820
|
-
(x64_psubd (imm $I32X4 0) x))
|
821
|
-
|
822
|
-
(rule (lower (has_type $I64X2 (ineg x)))
|
823
|
-
(x64_psubq (imm $I64X2 0) x))
|
824
|
-
|
825
|
-
;;;; Rules for `avg_round` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
826
|
-
|
827
|
-
(rule (lower (has_type (multi_lane 8 16)
|
828
|
-
(avg_round x y)))
|
829
|
-
(x64_pavgb x y))
|
830
|
-
|
831
|
-
(rule (lower (has_type (multi_lane 16 8)
|
832
|
-
(avg_round x y)))
|
833
|
-
(x64_pavgw x y))
|
834
|
-
|
835
|
-
;;;; Rules for `imul` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
836
|
-
|
837
|
-
;; `i64` and smaller.
|
838
|
-
|
839
|
-
;; Multiply two registers.
|
840
|
-
(rule -5 (lower (has_type (fits_in_64 ty) (imul x y)))
|
841
|
-
(x64_mul ty x y))
|
842
|
-
|
843
|
-
;; Multiply a register and an immediate.
|
844
|
-
|
845
|
-
(rule -3 (lower (has_type (fits_in_64 ty)
|
846
|
-
(imul x (simm32_from_value y))))
|
847
|
-
(x64_mul ty x y))
|
848
|
-
|
849
|
-
(rule -4 (lower (has_type (fits_in_64 ty)
|
850
|
-
(imul (simm32_from_value x) y)))
|
851
|
-
(x64_mul ty y x))
|
852
|
-
|
853
|
-
;; Multiply a register and a memory load.
|
854
|
-
|
855
|
-
(rule -2 (lower (has_type (fits_in_64 ty)
|
856
|
-
(imul x (sinkable_load y))))
|
857
|
-
(x64_mul ty
|
858
|
-
x
|
859
|
-
(sink_load_to_gpr_mem_imm y)))
|
860
|
-
|
861
|
-
(rule -1 (lower (has_type (fits_in_64 ty)
|
862
|
-
(imul (sinkable_load x) y)))
|
863
|
-
(x64_mul ty y
|
864
|
-
(sink_load_to_gpr_mem_imm x)))
|
865
|
-
|
866
|
-
;; `i128`.
|
867
|
-
|
868
|
-
;; mul:
|
869
|
-
;; dst_lo = lhs_lo * rhs_lo
|
870
|
-
;; dst_hi = umulhi(lhs_lo, rhs_lo) +
|
871
|
-
;; lhs_lo * rhs_hi +
|
872
|
-
;; lhs_hi * rhs_lo
|
873
|
-
;;
|
874
|
-
;; so we emit:
|
875
|
-
;; lo_hi = mul x_lo, y_hi
|
876
|
-
;; hi_lo = mul x_hi, y_lo
|
877
|
-
;; hilo_hilo = add lo_hi, hi_lo
|
878
|
-
;; dst_lo:hi_lolo = mulhi_u x_lo, y_lo
|
879
|
-
;; dst_hi = add hilo_hilo, hi_lolo
|
880
|
-
;; return (dst_lo, dst_hi)
|
881
|
-
(rule 2 (lower (has_type $I128 (imul x y)))
|
882
|
-
;; Put `x` into registers and unpack its hi/lo halves.
|
883
|
-
(let ((x_regs ValueRegs x)
|
884
|
-
(x_lo Gpr (value_regs_get_gpr x_regs 0))
|
885
|
-
(x_hi Gpr (value_regs_get_gpr x_regs 1))
|
886
|
-
;; Put `y` into registers and unpack its hi/lo halves.
|
887
|
-
(y_regs ValueRegs y)
|
888
|
-
(y_lo Gpr (value_regs_get_gpr y_regs 0))
|
889
|
-
(y_hi Gpr (value_regs_get_gpr y_regs 1))
|
890
|
-
;; lo_hi = mul x_lo, y_hi
|
891
|
-
(lo_hi Gpr (x64_mul $I64 x_lo y_hi))
|
892
|
-
;; hi_lo = mul x_hi, y_lo
|
893
|
-
(hi_lo Gpr (x64_mul $I64 x_hi y_lo))
|
894
|
-
;; hilo_hilo = add lo_hi, hi_lo
|
895
|
-
(hilo_hilo Gpr (x64_add $I64 lo_hi hi_lo))
|
896
|
-
;; dst_lo:hi_lolo = mulhi_u x_lo, y_lo
|
897
|
-
(mul_regs ValueRegs (mulhi_u $I64 x_lo y_lo))
|
898
|
-
(dst_lo Gpr (value_regs_get_gpr mul_regs 0))
|
899
|
-
(hi_lolo Gpr (value_regs_get_gpr mul_regs 1))
|
900
|
-
;; dst_hi = add hilo_hilo, hi_lolo
|
901
|
-
(dst_hi Gpr (x64_add $I64 hilo_hilo hi_lolo)))
|
902
|
-
(value_gprs dst_lo dst_hi)))
|
903
|
-
|
904
|
-
;; SSE.
|
905
|
-
|
906
|
-
;; (No i8x16 multiply.)
|
907
|
-
|
908
|
-
(rule (lower (has_type (multi_lane 16 8) (imul x y)))
|
909
|
-
(x64_pmullw x y))
|
910
|
-
|
911
|
-
(rule (lower (has_type (multi_lane 32 4) (imul x y)))
|
912
|
-
(x64_pmulld x y))
|
913
|
-
|
914
|
-
;; With AVX-512 we can implement `i64x2` multiplication with a single
|
915
|
-
;; instruction.
|
916
|
-
(rule 3 (lower (has_type (and (avx512vl_enabled $true)
|
917
|
-
(avx512dq_enabled $true)
|
918
|
-
(multi_lane 64 2))
|
919
|
-
(imul x y)))
|
920
|
-
(x64_vpmullq x y))
|
921
|
-
|
922
|
-
;; Otherwise, for i64x2 multiplication we describe a lane A as being composed of
|
923
|
-
;; a 32-bit upper half "Ah" and a 32-bit lower half "Al". The 32-bit long hand
|
924
|
-
;; multiplication can then be written as:
|
925
|
-
;;
|
926
|
-
;; Ah Al
|
927
|
-
;; * Bh Bl
|
928
|
-
;; -----
|
929
|
-
;; Al * Bl
|
930
|
-
;; + (Ah * Bl) << 32
|
931
|
-
;; + (Al * Bh) << 32
|
932
|
-
;;
|
933
|
-
;; So for each lane we will compute:
|
934
|
-
;;
|
935
|
-
;; A * B = (Al * Bl) + ((Ah * Bl) + (Al * Bh)) << 32
|
936
|
-
;;
|
937
|
-
;; Note, the algorithm will use `pmuldq` which operates directly on the lower
|
938
|
-
;; 32-bit (`Al` or `Bl`) of a lane and writes the result to the full 64-bits of
|
939
|
-
;; the lane of the destination. For this reason we don't need shifts to isolate
|
940
|
-
;; the lower 32-bits, however, we will need to use shifts to isolate the high
|
941
|
-
;; 32-bits when doing calculations, i.e., `Ah == A >> 32`.
|
942
|
-
(rule (lower (has_type (multi_lane 64 2)
|
943
|
-
(imul a b)))
|
944
|
-
(let ((a0 Xmm a)
|
945
|
-
(b0 Xmm b)
|
946
|
-
;; a_hi = A >> 32
|
947
|
-
(a_hi Xmm (x64_psrlq a0 (RegMemImm.Imm 32)))
|
948
|
-
;; ah_bl = Ah * Bl
|
949
|
-
(ah_bl Xmm (x64_pmuludq a_hi b0))
|
950
|
-
;; b_hi = B >> 32
|
951
|
-
(b_hi Xmm (x64_psrlq b0 (RegMemImm.Imm 32)))
|
952
|
-
;; al_bh = Al * Bh
|
953
|
-
(al_bh Xmm (x64_pmuludq a0 b_hi))
|
954
|
-
;; aa_bb = ah_bl + al_bh
|
955
|
-
(aa_bb Xmm (x64_paddq ah_bl al_bh))
|
956
|
-
;; aa_bb_shifted = aa_bb << 32
|
957
|
-
(aa_bb_shifted Xmm (x64_psllq aa_bb (RegMemImm.Imm 32)))
|
958
|
-
;; al_bl = Al * Bl
|
959
|
-
(al_bl Xmm (x64_pmuludq a0 b0)))
|
960
|
-
;; al_bl + aa_bb_shifted
|
961
|
-
(x64_paddq al_bl aa_bb_shifted)))
|
962
|
-
|
963
|
-
;; Special case for `i16x8.extmul_high_i8x16_s`.
|
964
|
-
(rule 1 (lower (has_type (multi_lane 16 8)
|
965
|
-
(imul (swiden_high (and (value_type (multi_lane 8 16))
|
966
|
-
x))
|
967
|
-
(swiden_high (and (value_type (multi_lane 8 16))
|
968
|
-
y)))))
|
969
|
-
(let ((x1 Xmm x)
|
970
|
-
(x2 Xmm (x64_palignr x1 x1 8 (OperandSize.Size32)))
|
971
|
-
(x3 Xmm (x64_pmovsxbw x2))
|
972
|
-
(y1 Xmm y)
|
973
|
-
(y2 Xmm (x64_palignr y1 y1 8 (OperandSize.Size32)))
|
974
|
-
(y3 Xmm (x64_pmovsxbw y2)))
|
975
|
-
(x64_pmullw x3 y3)))
|
976
|
-
|
977
|
-
;; Special case for `i32x4.extmul_high_i16x8_s`.
|
978
|
-
(rule 1 (lower (has_type (multi_lane 32 4)
|
979
|
-
(imul (swiden_high (and (value_type (multi_lane 16 8))
|
980
|
-
x))
|
981
|
-
(swiden_high (and (value_type (multi_lane 16 8))
|
982
|
-
y)))))
|
983
|
-
(let ((x2 Xmm x)
|
984
|
-
(y2 Xmm y)
|
985
|
-
(lo Xmm (x64_pmullw x2 y2))
|
986
|
-
(hi Xmm (x64_pmulhw x2 y2)))
|
987
|
-
(x64_punpckhwd lo hi)))
|
988
|
-
|
989
|
-
;; Special case for `i64x2.extmul_high_i32x4_s`.
|
990
|
-
(rule 1 (lower (has_type (multi_lane 64 2)
|
991
|
-
(imul (swiden_high (and (value_type (multi_lane 32 4))
|
992
|
-
x))
|
993
|
-
(swiden_high (and (value_type (multi_lane 32 4))
|
994
|
-
y)))))
|
995
|
-
(let ((x2 Xmm (x64_pshufd x
|
996
|
-
0xFA
|
997
|
-
(OperandSize.Size32)))
|
998
|
-
(y2 Xmm (x64_pshufd y
|
999
|
-
0xFA
|
1000
|
-
(OperandSize.Size32))))
|
1001
|
-
(x64_pmuldq x2 y2)))
|
1002
|
-
|
1003
|
-
;; Special case for `i16x8.extmul_low_i8x16_s`.
|
1004
|
-
(rule 1 (lower (has_type (multi_lane 16 8)
|
1005
|
-
(imul (swiden_low (and (value_type (multi_lane 8 16))
|
1006
|
-
x))
|
1007
|
-
(swiden_low (and (value_type (multi_lane 8 16))
|
1008
|
-
y)))))
|
1009
|
-
(let ((x2 Xmm (x64_pmovsxbw x))
|
1010
|
-
(y2 Xmm (x64_pmovsxbw y)))
|
1011
|
-
(x64_pmullw x2 y2)))
|
1012
|
-
|
1013
|
-
;; Special case for `i32x4.extmul_low_i16x8_s`.
|
1014
|
-
(rule 1 (lower (has_type (multi_lane 32 4)
|
1015
|
-
(imul (swiden_low (and (value_type (multi_lane 16 8))
|
1016
|
-
x))
|
1017
|
-
(swiden_low (and (value_type (multi_lane 16 8))
|
1018
|
-
y)))))
|
1019
|
-
(let ((x2 Xmm x)
|
1020
|
-
(y2 Xmm y)
|
1021
|
-
(lo Xmm (x64_pmullw x2 y2))
|
1022
|
-
(hi Xmm (x64_pmulhw x2 y2)))
|
1023
|
-
(x64_punpcklwd lo hi)))
|
1024
|
-
|
1025
|
-
;; Special case for `i64x2.extmul_low_i32x4_s`.
|
1026
|
-
(rule 1 (lower (has_type (multi_lane 64 2)
|
1027
|
-
(imul (swiden_low (and (value_type (multi_lane 32 4))
|
1028
|
-
x))
|
1029
|
-
(swiden_low (and (value_type (multi_lane 32 4))
|
1030
|
-
y)))))
|
1031
|
-
(let ((x2 Xmm (x64_pshufd x
|
1032
|
-
0x50
|
1033
|
-
(OperandSize.Size32)))
|
1034
|
-
(y2 Xmm (x64_pshufd y
|
1035
|
-
0x50
|
1036
|
-
(OperandSize.Size32))))
|
1037
|
-
(x64_pmuldq x2 y2)))
|
1038
|
-
|
1039
|
-
;; Special case for `i16x8.extmul_high_i8x16_u`.
|
1040
|
-
(rule 1 (lower (has_type (multi_lane 16 8)
|
1041
|
-
(imul (uwiden_high (and (value_type (multi_lane 8 16))
|
1042
|
-
x))
|
1043
|
-
(uwiden_high (and (value_type (multi_lane 8 16))
|
1044
|
-
y)))))
|
1045
|
-
(let ((x1 Xmm x)
|
1046
|
-
(x2 Xmm (x64_palignr x1 x1 8 (OperandSize.Size32)))
|
1047
|
-
(x3 Xmm (x64_pmovzxbw x2))
|
1048
|
-
(y1 Xmm y)
|
1049
|
-
(y2 Xmm (x64_palignr y1 y1 8 (OperandSize.Size32)))
|
1050
|
-
(y3 Xmm (x64_pmovzxbw y2)))
|
1051
|
-
(x64_pmullw x3 y3)))
|
1052
|
-
|
1053
|
-
;; Special case for `i32x4.extmul_high_i16x8_u`.
|
1054
|
-
(rule 1 (lower (has_type (multi_lane 32 4)
|
1055
|
-
(imul (uwiden_high (and (value_type (multi_lane 16 8))
|
1056
|
-
x))
|
1057
|
-
(uwiden_high (and (value_type (multi_lane 16 8))
|
1058
|
-
y)))))
|
1059
|
-
(let ((x2 Xmm x)
|
1060
|
-
(y2 Xmm y)
|
1061
|
-
(lo Xmm (x64_pmullw x2 y2))
|
1062
|
-
(hi Xmm (x64_pmulhuw x2 y2)))
|
1063
|
-
(x64_punpckhwd lo hi)))
|
1064
|
-
|
1065
|
-
;; Special case for `i64x2.extmul_high_i32x4_u`.
|
1066
|
-
(rule 1 (lower (has_type (multi_lane 64 2)
|
1067
|
-
(imul (uwiden_high (and (value_type (multi_lane 32 4))
|
1068
|
-
x))
|
1069
|
-
(uwiden_high (and (value_type (multi_lane 32 4))
|
1070
|
-
y)))))
|
1071
|
-
(let ((x2 Xmm (x64_pshufd x
|
1072
|
-
0xFA
|
1073
|
-
(OperandSize.Size32)))
|
1074
|
-
(y2 Xmm (x64_pshufd y
|
1075
|
-
0xFA
|
1076
|
-
(OperandSize.Size32))))
|
1077
|
-
(x64_pmuludq x2 y2)))
|
1078
|
-
|
1079
|
-
;; Special case for `i16x8.extmul_low_i8x16_u`.
|
1080
|
-
(rule 1 (lower (has_type (multi_lane 16 8)
|
1081
|
-
(imul (uwiden_low (and (value_type (multi_lane 8 16))
|
1082
|
-
x))
|
1083
|
-
(uwiden_low (and (value_type (multi_lane 8 16))
|
1084
|
-
y)))))
|
1085
|
-
(let ((x2 Xmm (x64_pmovzxbw x))
|
1086
|
-
(y2 Xmm (x64_pmovzxbw y)))
|
1087
|
-
(x64_pmullw x2 y2)))
|
1088
|
-
|
1089
|
-
;; Special case for `i32x4.extmul_low_i16x8_u`.
|
1090
|
-
(rule 1 (lower (has_type (multi_lane 32 4)
|
1091
|
-
(imul (uwiden_low (and (value_type (multi_lane 16 8))
|
1092
|
-
x))
|
1093
|
-
(uwiden_low (and (value_type (multi_lane 16 8))
|
1094
|
-
y)))))
|
1095
|
-
(let ((x2 Xmm x)
|
1096
|
-
(y2 Xmm y)
|
1097
|
-
(lo Xmm (x64_pmullw x2 y2))
|
1098
|
-
(hi Xmm (x64_pmulhuw x2 y2)))
|
1099
|
-
(x64_punpcklwd lo hi)))
|
1100
|
-
|
1101
|
-
;; Special case for `i64x2.extmul_low_i32x4_u`.
|
1102
|
-
(rule 1 (lower (has_type (multi_lane 64 2)
|
1103
|
-
(imul (uwiden_low (and (value_type (multi_lane 32 4))
|
1104
|
-
x))
|
1105
|
-
(uwiden_low (and (value_type (multi_lane 32 4))
|
1106
|
-
y)))))
|
1107
|
-
(let ((x2 Xmm (x64_pshufd x
|
1108
|
-
0x50
|
1109
|
-
(OperandSize.Size32)))
|
1110
|
-
(y2 Xmm (x64_pshufd y
|
1111
|
-
0x50
|
1112
|
-
(OperandSize.Size32))))
|
1113
|
-
(x64_pmuludq x2 y2)))
|
1114
|
-
|
1115
|
-
;;;; Rules for `band_not` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1116
|
-
|
1117
|
-
(decl sse_and_not (Type Xmm XmmMem) Xmm)
|
1118
|
-
(rule (sse_and_not $F32X4 x y) (x64_andnps x y))
|
1119
|
-
(rule (sse_and_not $F64X2 x y) (x64_andnpd x y))
|
1120
|
-
(rule -1 (sse_and_not (multi_lane _bits _lanes) x y) (x64_pandn x y))
|
1121
|
-
|
1122
|
-
;; Note the flipping of operands below. CLIF specifies
|
1123
|
-
;;
|
1124
|
-
;; band_not(x, y) = and(x, not(y))
|
1125
|
-
;;
|
1126
|
-
;; while x86 does
|
1127
|
-
;;
|
1128
|
-
;; pandn(x, y) = and(not(x), y)
|
1129
|
-
(rule (lower (has_type ty (band_not x y)))
|
1130
|
-
(sse_and_not ty y x))
|
1131
|
-
|
1132
|
-
;;;; Rules for `iabs` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1133
|
-
|
1134
|
-
(rule (lower (has_type $I8X16 (iabs x)))
|
1135
|
-
(x64_pabsb x))
|
1136
|
-
|
1137
|
-
(rule (lower (has_type $I16X8 (iabs x)))
|
1138
|
-
(x64_pabsw x))
|
1139
|
-
|
1140
|
-
(rule (lower (has_type $I32X4 (iabs x)))
|
1141
|
-
(x64_pabsd x))
|
1142
|
-
|
1143
|
-
;; When AVX512 is available, we can use a single `vpabsq` instruction.
|
1144
|
-
(rule 1 (lower (has_type (and (avx512vl_enabled $true)
|
1145
|
-
(avx512f_enabled $true)
|
1146
|
-
$I64X2)
|
1147
|
-
(iabs x)))
|
1148
|
-
(x64_vpabsq x))
|
1149
|
-
|
1150
|
-
;; Otherwise, we use a separate register, `neg`, to contain the results of `0 -
|
1151
|
-
;; x` and then blend in those results with `blendvpd` if the MSB of `neg` was
|
1152
|
-
;; set to 1 (i.e. if `neg` was negative or, conversely, if `x` was originally
|
1153
|
-
;; positive).
|
1154
|
-
(rule (lower (has_type $I64X2 (iabs x)))
|
1155
|
-
(let ((rx Xmm x)
|
1156
|
-
(neg Xmm (x64_psubq (imm $I64X2 0) rx)))
|
1157
|
-
(x64_blendvpd neg rx neg)))
|
1158
|
-
|
1159
|
-
;;;; Rules for `fabs` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1160
|
-
|
1161
|
-
(rule (lower (has_type $F32 (fabs x)))
|
1162
|
-
(x64_andps x (imm $F32 0x7fffffff)))
|
1163
|
-
|
1164
|
-
(rule (lower (has_type $F64 (fabs x)))
|
1165
|
-
(x64_andpd x (imm $F64 0x7fffffffffffffff)))
|
1166
|
-
|
1167
|
-
;; Special case for `f32x4.abs`.
|
1168
|
-
(rule (lower (has_type $F32X4 (fabs x)))
|
1169
|
-
(x64_andps x
|
1170
|
-
(x64_psrld (vector_all_ones)
|
1171
|
-
(RegMemImm.Imm 1))))
|
1172
|
-
|
1173
|
-
;; Special case for `f64x2.abs`.
|
1174
|
-
(rule (lower (has_type $F64X2 (fabs x)))
|
1175
|
-
(x64_andpd x
|
1176
|
-
(x64_psrlq (vector_all_ones)
|
1177
|
-
(RegMemImm.Imm 1))))
|
1178
|
-
|
1179
|
-
;;;; Rules for `fneg` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1180
|
-
|
1181
|
-
(rule (lower (has_type $F32 (fneg x)))
|
1182
|
-
(x64_xorps x (imm $F32 0x80000000)))
|
1183
|
-
|
1184
|
-
(rule (lower (has_type $F64 (fneg x)))
|
1185
|
-
(x64_xorpd x (imm $F64 0x8000000000000000)))
|
1186
|
-
|
1187
|
-
(rule (lower (has_type $F32X4 (fneg x)))
|
1188
|
-
(x64_xorps x
|
1189
|
-
(x64_pslld (vector_all_ones)
|
1190
|
-
(RegMemImm.Imm 31))))
|
1191
|
-
|
1192
|
-
(rule (lower (has_type $F64X2 (fneg x)))
|
1193
|
-
(x64_xorpd x
|
1194
|
-
(x64_psllq (vector_all_ones)
|
1195
|
-
(RegMemImm.Imm 63))))
|
1196
|
-
|
1197
|
-
;;;; Rules for `bmask` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1198
|
-
|
1199
|
-
(decl lower_bmask (Type Type ValueRegs) ValueRegs)
|
1200
|
-
|
1201
|
-
;; Values that fit in a register
|
1202
|
-
;;
|
1203
|
-
;; Use the neg instruction on the input which sets the CF (carry) flag
|
1204
|
-
;; to 0 if the input is 0 or 1 otherwise.
|
1205
|
-
;; We then subtract the output register with itself, which always gives a 0,
|
1206
|
-
;; however use the carry flag from the previous negate to generate a -1 if it
|
1207
|
-
;; was nonzero.
|
1208
|
-
;;
|
1209
|
-
;; neg in_reg
|
1210
|
-
;; sbb out_reg, out_reg
|
1211
|
-
(rule 0
|
1212
|
-
(lower_bmask (fits_in_64 out_ty) (fits_in_64 in_ty) val)
|
1213
|
-
(let ((reg Gpr (value_regs_get_gpr val 0))
|
1214
|
-
(out ValueRegs (with_flags
|
1215
|
-
(x64_neg_paired in_ty reg)
|
1216
|
-
(x64_sbb_paired out_ty reg reg))))
|
1217
|
-
;; Extract only the output of the sbb instruction
|
1218
|
-
(value_reg (value_regs_get out 1))))
|
1219
|
-
|
1220
|
-
|
1221
|
-
;; If the input type is I128 we can `or` the registers, and recurse to the general case.
|
1222
|
-
(rule 1
|
1223
|
-
(lower_bmask (fits_in_64 out_ty) $I128 val)
|
1224
|
-
(let ((lo Gpr (value_regs_get_gpr val 0))
|
1225
|
-
(hi Gpr (value_regs_get_gpr val 1))
|
1226
|
-
(mixed Gpr (x64_or $I64 lo hi)))
|
1227
|
-
(lower_bmask out_ty $I64 (value_reg mixed))))
|
1228
|
-
|
1229
|
-
;; If the output type is I128 we just duplicate the result of the I64 lowering
|
1230
|
-
(rule 2
|
1231
|
-
(lower_bmask $I128 in_ty val)
|
1232
|
-
(let ((res ValueRegs (lower_bmask $I64 in_ty val))
|
1233
|
-
(res Gpr (value_regs_get_gpr res 0)))
|
1234
|
-
(value_regs res res)))
|
1235
|
-
|
1236
|
-
|
1237
|
-
;; Call the lower_bmask rule that does all the procssing
|
1238
|
-
(rule (lower (has_type out_ty (bmask x @ (value_type in_ty))))
|
1239
|
-
(lower_bmask out_ty in_ty x))
|
1240
|
-
|
1241
|
-
;;;; Rules for `bnot` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1242
|
-
|
1243
|
-
;; `i64` and smaller.
|
1244
|
-
|
1245
|
-
(rule -2 (lower (has_type ty (bnot x)))
|
1246
|
-
(if (ty_int_ref_scalar_64 ty))
|
1247
|
-
(x64_not ty x))
|
1248
|
-
|
1249
|
-
|
1250
|
-
;; `i128`.
|
1251
|
-
|
1252
|
-
(decl i128_not (Value) ValueRegs)
|
1253
|
-
(rule (i128_not x)
|
1254
|
-
(let ((x_regs ValueRegs x)
|
1255
|
-
(x_lo Gpr (value_regs_get_gpr x_regs 0))
|
1256
|
-
(x_hi Gpr (value_regs_get_gpr x_regs 1)))
|
1257
|
-
(value_gprs (x64_not $I64 x_lo)
|
1258
|
-
(x64_not $I64 x_hi))))
|
1259
|
-
|
1260
|
-
(rule (lower (has_type $I128 (bnot x)))
|
1261
|
-
(i128_not x))
|
1262
|
-
|
1263
|
-
;; f32 and f64
|
1264
|
-
|
1265
|
-
(rule -3 (lower (has_type (ty_scalar_float ty) (bnot x)))
|
1266
|
-
(sse_xor ty x (vector_all_ones)))
|
1267
|
-
|
1268
|
-
;; Special case for vector-types where bit-negation is an xor against an
|
1269
|
-
;; all-one value
|
1270
|
-
(rule -1 (lower (has_type ty @ (multi_lane _bits _lanes) (bnot x)))
|
1271
|
-
(sse_xor ty x (vector_all_ones)))
|
1272
|
-
|
1273
|
-
;;;; Rules for `bitselect` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1274
|
-
|
1275
|
-
(rule (lower (has_type ty @ (multi_lane _bits _lanes)
|
1276
|
-
(bitselect condition
|
1277
|
-
if_true
|
1278
|
-
if_false)))
|
1279
|
-
;; a = and if_true, condition
|
1280
|
-
;; b = and_not condition, if_false
|
1281
|
-
;; or b, a
|
1282
|
-
(let ((cond_xmm Xmm condition)
|
1283
|
-
(a Xmm (sse_and ty if_true cond_xmm))
|
1284
|
-
(b Xmm (sse_and_not ty cond_xmm if_false)))
|
1285
|
-
(sse_or ty b a)))
|
1286
|
-
|
1287
|
-
;; If every byte of the condition is guaranteed to be all ones or all zeroes,
|
1288
|
-
;; we can use x86_blend like vselect does.
|
1289
|
-
(rule 1 (lower (has_type ty @ (multi_lane _bits _lanes)
|
1290
|
-
(bitselect condition
|
1291
|
-
if_true
|
1292
|
-
if_false)))
|
1293
|
-
(if (all_ones_or_all_zeros condition))
|
1294
|
-
(x64_blend ty
|
1295
|
-
condition
|
1296
|
-
if_true
|
1297
|
-
if_false))
|
1298
|
-
|
1299
|
-
(decl pure all_ones_or_all_zeros (Value) bool)
|
1300
|
-
(rule (all_ones_or_all_zeros (and (icmp _ _ _) (value_type (multi_lane _ _)))) $true)
|
1301
|
-
(rule (all_ones_or_all_zeros (and (fcmp _ _ _) (value_type (multi_lane _ _)))) $true)
|
1302
|
-
(rule (all_ones_or_all_zeros (vconst (vconst_all_ones_or_all_zeros))) $true)
|
1303
|
-
|
1304
|
-
(decl pure vconst_all_ones_or_all_zeros () Constant)
|
1305
|
-
(extern extractor vconst_all_ones_or_all_zeros vconst_all_ones_or_all_zeros)
|
1306
|
-
|
1307
|
-
;;;; Rules for `vselect` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1308
|
-
|
1309
|
-
(rule (lower (has_type ty @ (multi_lane _bits _lanes)
|
1310
|
-
(vselect condition if_true if_false)))
|
1311
|
-
(x64_blend ty
|
1312
|
-
condition
|
1313
|
-
if_true
|
1314
|
-
if_false))
|
1315
|
-
|
1316
|
-
;;;; Rules for `insertlane` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1317
|
-
|
1318
|
-
(rule (lower (insertlane vec @ (value_type ty) val (u8_from_uimm8 idx)))
|
1319
|
-
(vec_insert_lane ty vec val idx))
|
1320
|
-
|
1321
|
-
;; Helper function used below for `insertlane` but also here for other
|
1322
|
-
;; lowerings.
|
1323
|
-
;;
|
1324
|
-
;; Note that the `Type` used here is the type of vector the insertion is
|
1325
|
-
;; happening into, or the type of the first `Reg` argument.
|
1326
|
-
(decl vec_insert_lane (Type Xmm RegMem u8) Xmm)
|
1327
|
-
|
1328
|
-
;; i8x16.replace_lane
|
1329
|
-
(rule (vec_insert_lane $I8X16 vec val idx)
|
1330
|
-
(x64_pinsrb vec val idx))
|
1331
|
-
|
1332
|
-
;; i16x8.replace_lane
|
1333
|
-
(rule (vec_insert_lane $I16X8 vec val idx)
|
1334
|
-
(x64_pinsrw vec val idx))
|
1335
|
-
|
1336
|
-
;; i32x4.replace_lane
|
1337
|
-
(rule (vec_insert_lane $I32X4 vec val idx)
|
1338
|
-
(x64_pinsrd vec val idx (OperandSize.Size32)))
|
1339
|
-
|
1340
|
-
;; i64x2.replace_lane
|
1341
|
-
(rule (vec_insert_lane $I64X2 vec val idx)
|
1342
|
-
(x64_pinsrd vec val idx (OperandSize.Size64)))
|
1343
|
-
|
1344
|
-
;; f32x4.replace_lane
|
1345
|
-
(rule (vec_insert_lane $F32X4 vec val idx)
|
1346
|
-
(x64_insertps vec val (sse_insertps_lane_imm idx)))
|
1347
|
-
|
1348
|
-
;; External rust code used to calculate the immediate value to `insertps`.
|
1349
|
-
(decl sse_insertps_lane_imm (u8) u8)
|
1350
|
-
(extern constructor sse_insertps_lane_imm sse_insertps_lane_imm)
|
1351
|
-
|
1352
|
-
;; f64x2.replace_lane 0
|
1353
|
-
;;
|
1354
|
-
;; Here the `movsd` instruction is used specifically to specialize moving
|
1355
|
-
;; into the fist lane where unlike above cases we're not using the lane
|
1356
|
-
;; immediate as an immediate to the instruction itself.
|
1357
|
-
;;
|
1358
|
-
;; Note, though, the `movsd` has different behavior with respect to the second
|
1359
|
-
;; lane of the f64x2 depending on whether the RegMem operand is a register or
|
1360
|
-
;; memory. When loading from a register `movsd` preserves the upper bits, but
|
1361
|
-
;; when loading from memory it zeros the upper bits. We specifically want to
|
1362
|
-
;; preserve the upper bits so if a `RegMem.Mem` is passed in we need to emit
|
1363
|
-
;; two `movsd` instructions. The first `movsd` (used as `xmm_unary_rm_r`) will
|
1364
|
-
;; load from memory into a temp register and then the second `movsd` (modeled
|
1365
|
-
;; internally as `xmm_rm_r` will merge the temp register into our `vec`
|
1366
|
-
;; register.
|
1367
|
-
(rule 1 (vec_insert_lane $F64X2 vec (RegMem.Reg val) 0)
|
1368
|
-
(x64_movsd_regmove vec val))
|
1369
|
-
(rule (vec_insert_lane $F64X2 vec mem 0)
|
1370
|
-
(x64_movsd_regmove vec (x64_movsd_load mem)))
|
1371
|
-
|
1372
|
-
;; f64x2.replace_lane 1
|
1373
|
-
;;
|
1374
|
-
;; Here the `movlhps` instruction is used specifically to specialize moving
|
1375
|
-
;; into the second lane where unlike above cases we're not using the lane
|
1376
|
-
;; immediate as an immediate to the instruction itself.
|
1377
|
-
(rule (vec_insert_lane $F64X2 vec val 1)
|
1378
|
-
(x64_movlhps vec (reg_mem_to_xmm_mem val)))
|
1379
|
-
|
1380
|
-
;;;; Rules for `smin`, `smax`, `umin`, `umax` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1381
|
-
|
1382
|
-
;; `i64` and smaller.
|
1383
|
-
|
1384
|
-
(decl cmp_and_choose (Type CC Value Value) ValueRegs)
|
1385
|
-
(rule (cmp_and_choose (fits_in_64 ty) cc x y)
|
1386
|
-
(let ((size OperandSize (raw_operand_size_of_type ty))
|
1387
|
-
;; We need to put x and y in registers explicitly because
|
1388
|
-
;; we use the values more than once. Hence, even if these
|
1389
|
-
;; are "unique uses" at the CLIF level and would otherwise
|
1390
|
-
;; allow for load-op merging, here we cannot do that.
|
1391
|
-
(x_reg Reg x)
|
1392
|
-
(y_reg Reg y))
|
1393
|
-
(with_flags_reg (x64_cmp size x_reg y_reg)
|
1394
|
-
(cmove ty cc y_reg x_reg))))
|
1395
|
-
|
1396
|
-
(rule -1 (lower (has_type (fits_in_64 ty) (umin x y)))
|
1397
|
-
(cmp_and_choose ty (CC.B) x y))
|
1398
|
-
|
1399
|
-
(rule -1 (lower (has_type (fits_in_64 ty) (umax x y)))
|
1400
|
-
(cmp_and_choose ty (CC.NB) x y))
|
1401
|
-
|
1402
|
-
(rule -1 (lower (has_type (fits_in_64 ty) (smin x y)))
|
1403
|
-
(cmp_and_choose ty (CC.L) x y))
|
1404
|
-
|
1405
|
-
(rule -1 (lower (has_type (fits_in_64 ty) (smax x y)))
|
1406
|
-
(cmp_and_choose ty (CC.NL) x y))
|
1407
|
-
|
1408
|
-
;; SSE `smax`.
|
1409
|
-
|
1410
|
-
(rule (lower (has_type $I8X16 (smax x y)))
|
1411
|
-
(x64_pmaxsb x y))
|
1412
|
-
|
1413
|
-
(rule (lower (has_type $I16X8 (smax x y)))
|
1414
|
-
(x64_pmaxsw x y))
|
1415
|
-
|
1416
|
-
(rule (lower (has_type $I32X4 (smax x y)))
|
1417
|
-
(x64_pmaxsd x y))
|
1418
|
-
|
1419
|
-
;; SSE `smin`.
|
1420
|
-
|
1421
|
-
(rule (lower (has_type $I8X16 (smin x y)))
|
1422
|
-
(x64_pminsb x y))
|
1423
|
-
|
1424
|
-
(rule (lower (has_type $I16X8 (smin x y)))
|
1425
|
-
(x64_pminsw x y))
|
1426
|
-
|
1427
|
-
(rule (lower (has_type $I32X4 (smin x y)))
|
1428
|
-
(x64_pminsd x y))
|
1429
|
-
|
1430
|
-
;; SSE `umax`.
|
1431
|
-
|
1432
|
-
(rule (lower (has_type $I8X16 (umax x y)))
|
1433
|
-
(x64_pmaxub x y))
|
1434
|
-
|
1435
|
-
(rule (lower (has_type $I16X8 (umax x y)))
|
1436
|
-
(x64_pmaxuw x y))
|
1437
|
-
|
1438
|
-
(rule (lower (has_type $I32X4 (umax x y)))
|
1439
|
-
(x64_pmaxud x y))
|
1440
|
-
|
1441
|
-
;; SSE `umin`.
|
1442
|
-
|
1443
|
-
(rule (lower (has_type $I8X16 (umin x y)))
|
1444
|
-
(x64_pminub x y))
|
1445
|
-
|
1446
|
-
(rule (lower (has_type $I16X8 (umin x y)))
|
1447
|
-
(x64_pminuw x y))
|
1448
|
-
|
1449
|
-
(rule (lower (has_type $I32X4 (umin x y)))
|
1450
|
-
(x64_pminud x y))
|
1451
|
-
|
1452
|
-
;;;; Rules for `trap` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1453
|
-
|
1454
|
-
(rule (lower (trap code))
|
1455
|
-
(side_effect (x64_ud2 code)))
|
1456
|
-
|
1457
|
-
;;;; Rules for `uadd_overflow_trap` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1458
|
-
|
1459
|
-
(rule (lower (has_type (fits_in_64 ty) (uadd_overflow_trap a b tc)))
|
1460
|
-
(with_flags
|
1461
|
-
(x64_add_with_flags_paired ty a b)
|
1462
|
-
(trap_if (CC.B) tc)))
|
1463
|
-
|
1464
|
-
;; Add a register and an immediate.
|
1465
|
-
|
1466
|
-
(rule 1 (lower (has_type (fits_in_64 ty)
|
1467
|
-
(uadd_overflow_trap a (simm32_from_value b) tc)))
|
1468
|
-
(with_flags
|
1469
|
-
(x64_add_with_flags_paired ty a b)
|
1470
|
-
(trap_if (CC.B) tc)))
|
1471
|
-
|
1472
|
-
(rule 2 (lower (has_type (fits_in_64 ty)
|
1473
|
-
(uadd_overflow_trap (simm32_from_value a) b tc)))
|
1474
|
-
(with_flags
|
1475
|
-
(x64_add_with_flags_paired ty b a)
|
1476
|
-
(trap_if (CC.B) tc)))
|
1477
|
-
|
1478
|
-
;; Add a register and memory.
|
1479
|
-
|
1480
|
-
(rule 3 (lower (has_type (fits_in_64 ty)
|
1481
|
-
(uadd_overflow_trap a (sinkable_load b) tc)))
|
1482
|
-
(with_flags
|
1483
|
-
(x64_add_with_flags_paired ty a (sink_load_to_gpr_mem_imm b))
|
1484
|
-
(trap_if (CC.B) tc)))
|
1485
|
-
|
1486
|
-
(rule 4 (lower (has_type (fits_in_64 ty)
|
1487
|
-
(uadd_overflow_trap (sinkable_load a) b tc)))
|
1488
|
-
(with_flags
|
1489
|
-
(x64_add_with_flags_paired ty b (sink_load_to_gpr_mem_imm a))
|
1490
|
-
(trap_if (CC.B) tc)))
|
1491
|
-
|
1492
|
-
;;;; Rules for `resumable_trap` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1493
|
-
|
1494
|
-
(rule (lower (resumable_trap code))
|
1495
|
-
(side_effect (x64_ud2 code)))
|
1496
|
-
|
1497
|
-
;;;; Rules for `return` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1498
|
-
|
1499
|
-
;; N.B.: the Ret itself is generated by the ABI.
|
1500
|
-
(rule (lower (return args))
|
1501
|
-
(lower_return (range 0 (value_slice_len args)) args))
|
1502
|
-
|
1503
|
-
;;;; Rules for `icmp` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1504
|
-
|
1505
|
-
(rule -2 (lower (icmp cc a @ (value_type (fits_in_64 ty)) b))
|
1506
|
-
(lower_icmp_bool (emit_cmp cc a b)))
|
1507
|
-
|
1508
|
-
(rule -1 (lower (icmp cc a @ (value_type $I128) b))
|
1509
|
-
(lower_icmp_bool (emit_cmp cc a b)))
|
1510
|
-
|
1511
|
-
;; Peephole optimization for `x < 0`, when x is a signed 64 bit value
|
1512
|
-
(rule 2 (lower (has_type $I8 (icmp (IntCC.SignedLessThan) x @ (value_type $I64) (u64_from_iconst 0))))
|
1513
|
-
(x64_shr $I64 x (Imm8Reg.Imm8 63)))
|
1514
|
-
|
1515
|
-
;; Peephole optimization for `0 > x`, when x is a signed 64 bit value
|
1516
|
-
(rule 2 (lower (has_type $I8 (icmp (IntCC.SignedGreaterThan) (u64_from_iconst 0) x @ (value_type $I64))))
|
1517
|
-
(x64_shr $I64 x (Imm8Reg.Imm8 63)))
|
1518
|
-
|
1519
|
-
;; Peephole optimization for `0 <= x`, when x is a signed 64 bit value
|
1520
|
-
(rule 2 (lower (has_type $I8 (icmp (IntCC.SignedLessThanOrEqual) (u64_from_iconst 0) x @ (value_type $I64))))
|
1521
|
-
(x64_shr $I64 (x64_not $I64 x) (Imm8Reg.Imm8 63)))
|
1522
|
-
|
1523
|
-
;; Peephole optimization for `x >= 0`, when x is a signed 64 bit value
|
1524
|
-
(rule 2 (lower (has_type $I8 (icmp (IntCC.SignedGreaterThanOrEqual) x @ (value_type $I64) (u64_from_iconst 0))))
|
1525
|
-
(x64_shr $I64 (x64_not $I64 x) (Imm8Reg.Imm8 63)))
|
1526
|
-
|
1527
|
-
;; Peephole optimization for `x < 0`, when x is a signed 32 bit value
|
1528
|
-
(rule 2 (lower (has_type $I8 (icmp (IntCC.SignedLessThan) x @ (value_type $I32) (u64_from_iconst 0))))
|
1529
|
-
(x64_shr $I32 x (Imm8Reg.Imm8 31)))
|
1530
|
-
|
1531
|
-
;; Peephole optimization for `0 > x`, when x is a signed 32 bit value
|
1532
|
-
(rule 2 (lower (has_type $I8 (icmp (IntCC.SignedGreaterThan) (u64_from_iconst 0) x @ (value_type $I32))))
|
1533
|
-
(x64_shr $I32 x (Imm8Reg.Imm8 31)))
|
1534
|
-
|
1535
|
-
;; Peephole optimization for `0 <= x`, when x is a signed 32 bit value
|
1536
|
-
(rule 2 (lower (has_type $I8 (icmp (IntCC.SignedLessThanOrEqual) (u64_from_iconst 0) x @ (value_type $I32))))
|
1537
|
-
(x64_shr $I32 (x64_not $I64 x) (Imm8Reg.Imm8 31)))
|
1538
|
-
|
1539
|
-
;; Peephole optimization for `x >= 0`, when x is a signed 32 bit value
|
1540
|
-
(rule 2 (lower (has_type $I8 (icmp (IntCC.SignedGreaterThanOrEqual) x @ (value_type $I32) (u64_from_iconst 0))))
|
1541
|
-
(x64_shr $I32 (x64_not $I64 x) (Imm8Reg.Imm8 31)))
|
1542
|
-
|
1543
|
-
;; For XMM-held values, we lower to `PCMP*` instructions, sometimes more than
|
1544
|
-
;; one. To note: what is different here about the output values is that each
|
1545
|
-
;; lane will be filled with all 1s or all 0s according to the comparison,
|
1546
|
-
;; whereas for GPR-held values, the result will be simply 0 or 1 (upper bits
|
1547
|
-
;; unset).
|
1548
|
-
(rule (lower (icmp (IntCC.Equal) a @ (value_type (ty_vec128 ty)) b))
|
1549
|
-
(x64_pcmpeq ty a b))
|
1550
|
-
|
1551
|
-
;; To lower a not-equals comparison, we perform an equality comparison
|
1552
|
-
;; (PCMPEQ*) and then invert the bits (PXOR with all 1s).
|
1553
|
-
(rule (lower (icmp (IntCC.NotEqual) a @ (value_type (ty_vec128 ty)) b))
|
1554
|
-
(let ((checked Xmm (x64_pcmpeq ty a b))
|
1555
|
-
(all_ones Xmm (vector_all_ones)))
|
1556
|
-
(x64_pxor checked all_ones)))
|
1557
|
-
;; Signed comparisons have a single-instruction lowering, unlike their unsigned
|
1558
|
-
;; counterparts. These latter instructions use the unsigned min/max
|
1559
|
-
;; (PMINU*/PMAXU*) and negate the result (PXOR with all 1s).
|
1560
|
-
(rule (lower (icmp (IntCC.SignedGreaterThan) a @ (value_type (ty_vec128 ty)) b))
|
1561
|
-
(x64_pcmpgt ty a b))
|
1562
|
-
(rule (lower (icmp (IntCC.SignedLessThan) a @ (value_type (ty_vec128 ty)) b))
|
1563
|
-
(x64_pcmpgt ty b a))
|
1564
|
-
(rule (lower (icmp (IntCC.UnsignedGreaterThan) a @ (value_type (ty_vec128 ty)) b))
|
1565
|
-
;; N.B.: we must manually prevent load coalescing of these operands; the
|
1566
|
-
;; register allocator gets confused otherwise. TODO:
|
1567
|
-
;; https://github.com/bytecodealliance/wasmtime/issues/3953.
|
1568
|
-
(let ((xmm_a Xmm (put_in_xmm a))
|
1569
|
-
(xmm_b Xmm (put_in_xmm b))
|
1570
|
-
(max Xmm (x64_pmaxu ty xmm_a xmm_b))
|
1571
|
-
(eq Xmm (x64_pcmpeq ty max xmm_b))
|
1572
|
-
(all_ones Xmm (vector_all_ones)))
|
1573
|
-
(x64_pxor eq all_ones)))
|
1574
|
-
(rule (lower (icmp (IntCC.UnsignedLessThan) a @ (value_type (ty_vec128 ty)) b))
|
1575
|
-
;; N.B.: see note above.
|
1576
|
-
(let ((xmm_a Xmm (put_in_xmm a))
|
1577
|
-
(xmm_b Xmm (put_in_xmm b))
|
1578
|
-
(min Xmm (x64_pminu ty xmm_a xmm_b))
|
1579
|
-
(eq Xmm (x64_pcmpeq ty min xmm_b))
|
1580
|
-
(all_ones Xmm (vector_all_ones)))
|
1581
|
-
(x64_pxor eq all_ones)))
|
1582
|
-
;; To lower signed and unsigned *-or-equals comparisons, we find the minimum
|
1583
|
-
;; number (PMIN[U|S]*) and compare that to one of the terms (PCMPEQ*). Note that
|
1584
|
-
;; there is no 64x2 version of this lowering (see below).
|
1585
|
-
(rule (lower (icmp (IntCC.SignedGreaterThanOrEqual) a @ (value_type (ty_vec128 ty)) b))
|
1586
|
-
(let ((max Xmm (x64_pmaxs ty a b)))
|
1587
|
-
(x64_pcmpeq ty a max)))
|
1588
|
-
(rule (lower (icmp (IntCC.SignedLessThanOrEqual) a @ (value_type (ty_vec128 ty)) b))
|
1589
|
-
(let ((min Xmm (x64_pmins ty a b)))
|
1590
|
-
(x64_pcmpeq ty a min)))
|
1591
|
-
(rule (lower (icmp (IntCC.UnsignedGreaterThanOrEqual) a @ (value_type (ty_vec128 ty)) b))
|
1592
|
-
(let ((max Xmm (x64_pmaxu ty a b)))
|
1593
|
-
(x64_pcmpeq ty a max)))
|
1594
|
-
(rule (lower (icmp (IntCC.UnsignedLessThanOrEqual) a @ (value_type (ty_vec128 ty)) b))
|
1595
|
-
(let ((min Xmm (x64_pminu ty a b)))
|
1596
|
-
(x64_pcmpeq ty a min)))
|
1597
|
-
;; The PMIN[S|U]Q instruction is only available in AVX512VL/F so we must instead
|
1598
|
-
;; compare with flipped operands (PCMPGT*) and negate the result (PXOR with all
|
1599
|
-
;; 1s), emitting one more instruction than the smaller-lane versions.
|
1600
|
-
(rule 1 (lower (icmp (IntCC.SignedGreaterThanOrEqual) a @ (value_type $I64X2) b))
|
1601
|
-
(let ((checked Xmm (x64_pcmpgt $I64X2 b a))
|
1602
|
-
(all_ones Xmm (vector_all_ones)))
|
1603
|
-
(x64_pxor checked all_ones)))
|
1604
|
-
(rule 1 (lower (icmp (IntCC.SignedLessThanOrEqual) a @ (value_type $I64X2) b))
|
1605
|
-
(let ((checked Xmm (x64_pcmpgt $I64X2 a b))
|
1606
|
-
(all_ones Xmm (vector_all_ones)))
|
1607
|
-
(x64_pxor checked all_ones)))
|
1608
|
-
;; TODO: not used by WebAssembly translation
|
1609
|
-
;; (rule (lower (icmp (IntCC.UnsignedGreaterThanOrEqual) a @ (value_type $I64X2) b))
|
1610
|
-
;; TODO: not used by WebAssembly translation
|
1611
|
-
;; (rule (lower (icmp (IntCC.UnsignedLessThanOrEqual) a @ (value_type $I64X2) b))
|
1612
|
-
|
1613
|
-
|
1614
|
-
;;;; Rules for `fcmp` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1615
|
-
|
1616
|
-
;; CLIF's `fcmp` instruction always operates on XMM registers--both scalar and
|
1617
|
-
;; vector. For the scalar versions, we use the flag-setting behavior of the
|
1618
|
-
;; `UCOMIS*` instruction to `SETcc` a 0 or 1 in a GPR register. Note that CLIF's
|
1619
|
-
;; `select` uses the same kind of flag-setting behavior but chooses values other
|
1620
|
-
;; than 0 or 1.
|
1621
|
-
;;
|
1622
|
-
;; Checking the result of `UCOMIS*` is unfortunately difficult in some cases
|
1623
|
-
;; because we do not have `SETcc` instructions that explicitly check
|
1624
|
-
;; simultaneously for the condition (i.e., `eq`, `le`, `gt`, etc.) *and*
|
1625
|
-
;; orderedness. Instead, we must check the flags multiple times. The UCOMIS*
|
1626
|
-
;; documentation (see Intel's Software Developer's Manual, volume 2, chapter 4)
|
1627
|
-
;; is helpful:
|
1628
|
-
;; - unordered assigns Z = 1, P = 1, C = 1
|
1629
|
-
;; - greater than assigns Z = 0, P = 0, C = 0
|
1630
|
-
;; - less than assigns Z = 0, P = 0, C = 1
|
1631
|
-
;; - equal assigns Z = 1, P = 0, C = 0
|
1632
|
-
|
1633
|
-
(rule -1 (lower (fcmp cc a @ (value_type (ty_scalar_float ty)) b))
|
1634
|
-
(lower_fcmp_bool (emit_fcmp cc a b)))
|
1635
|
-
|
1636
|
-
;; For vector lowerings, we use `CMPP*` instructions with a 3-bit operand that
|
1637
|
-
;; determines the comparison to make. Note that comparisons that succeed will
|
1638
|
-
;; fill the lane with 1s; comparisons that do not will fill the lane with 0s.
|
1639
|
-
|
1640
|
-
(rule (lower (fcmp (FloatCC.Equal) a @ (value_type (ty_vec128 ty)) b))
|
1641
|
-
(x64_cmpp ty a b (FcmpImm.Equal)))
|
1642
|
-
(rule (lower (fcmp (FloatCC.NotEqual) a @ (value_type (ty_vec128 ty)) b))
|
1643
|
-
(x64_cmpp ty a b (FcmpImm.NotEqual)))
|
1644
|
-
(rule (lower (fcmp (FloatCC.LessThan) a @ (value_type (ty_vec128 ty)) b))
|
1645
|
-
(x64_cmpp ty a b (FcmpImm.LessThan)))
|
1646
|
-
(rule (lower (fcmp (FloatCC.LessThanOrEqual) a @ (value_type (ty_vec128 ty)) b))
|
1647
|
-
(x64_cmpp ty a b (FcmpImm.LessThanOrEqual)))
|
1648
|
-
(rule (lower (fcmp (FloatCC.Ordered) a @ (value_type (ty_vec128 ty)) b))
|
1649
|
-
(x64_cmpp ty a b (FcmpImm.Ordered)))
|
1650
|
-
(rule (lower (fcmp (FloatCC.Unordered) a @ (value_type (ty_vec128 ty)) b))
|
1651
|
-
(x64_cmpp ty a b (FcmpImm.Unordered)))
|
1652
|
-
(rule (lower (fcmp (FloatCC.UnorderedOrGreaterThan) a @ (value_type (ty_vec128 ty)) b))
|
1653
|
-
(x64_cmpp ty a b (FcmpImm.UnorderedOrGreaterThan)))
|
1654
|
-
(rule (lower (fcmp (FloatCC.UnorderedOrGreaterThanOrEqual) a @ (value_type (ty_vec128 ty)) b))
|
1655
|
-
(x64_cmpp ty a b (FcmpImm.UnorderedOrGreaterThanOrEqual)))
|
1656
|
-
|
1657
|
-
;; Some vector lowerings rely on flipping the operands and using a reversed
|
1658
|
-
;; comparison code.
|
1659
|
-
|
1660
|
-
(rule (lower (fcmp (FloatCC.GreaterThan) a @ (value_type (ty_vec128 ty)) b))
|
1661
|
-
(x64_cmpp ty b a (FcmpImm.LessThan)))
|
1662
|
-
(rule (lower (fcmp (FloatCC.GreaterThanOrEqual) a @ (value_type (ty_vec128 ty)) b))
|
1663
|
-
(x64_cmpp ty b a (FcmpImm.LessThanOrEqual)))
|
1664
|
-
(rule (lower (fcmp (FloatCC.UnorderedOrLessThan) a @ (value_type (ty_vec128 ty)) b))
|
1665
|
-
(x64_cmpp ty b a (FcmpImm.UnorderedOrGreaterThan)))
|
1666
|
-
(rule (lower (fcmp (FloatCC.UnorderedOrLessThanOrEqual) a @ (value_type (ty_vec128 ty)) b))
|
1667
|
-
(x64_cmpp ty b a (FcmpImm.UnorderedOrGreaterThanOrEqual)))
|
1668
|
-
|
1669
|
-
;; Some vector lowerings are simply not supported for certain codes:
|
1670
|
-
;; - FloatCC::OrderedNotEqual
|
1671
|
-
;; - FloatCC::UnorderedOrEqual
|
1672
|
-
|
1673
|
-
;;;; Rules for `select` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1674
|
-
|
1675
|
-
;; CLIF `select` instructions receive a testable argument (i.e. boolean or
|
1676
|
-
;; integer) that determines which of the other two arguments is selected as
|
1677
|
-
;; output. Since Cranelift booleans are typically generated by a comparison, the
|
1678
|
-
;; lowerings in this section "look upwards in the tree" to emit the proper
|
1679
|
-
;; sequence of "selection" instructions.
|
1680
|
-
;;
|
1681
|
-
;; The following rules--for selecting on a floating-point comparison--emit a
|
1682
|
-
;; `UCOMIS*` instruction and then a conditional move, `cmove`. Note that for
|
1683
|
-
;; values contained in XMM registers, `cmove` and `cmove_or` may in fact emit a
|
1684
|
-
;; jump sequence, not `CMOV`. The `cmove` instruction operates on the flags set
|
1685
|
-
;; by `UCOMIS*`; the key to understanding these is the UCOMIS* documentation
|
1686
|
-
;; (see Intel's Software Developer's Manual, volume 2, chapter 4):
|
1687
|
-
;; - unordered assigns Z = 1, P = 1, C = 1
|
1688
|
-
;; - greater than assigns Z = 0, P = 0, C = 0
|
1689
|
-
;; - less than assigns Z = 0, P = 0, C = 1
|
1690
|
-
;; - equal assigns Z = 1, P = 0, C = 0
|
1691
|
-
;;
|
1692
|
-
;; Note that prefixing the flag with `N` means "not," so that `CC.P -> P = 1`
|
1693
|
-
;; and `CC.NP -> P = 0`. Also, x86 uses mnemonics for certain combinations of
|
1694
|
-
;; flags; e.g.:
|
1695
|
-
;; - `CC.B -> C = 1` (below)
|
1696
|
-
;; - `CC.NB -> C = 0` (not below)
|
1697
|
-
;; - `CC.BE -> C = 1 OR Z = 1` (below or equal)
|
1698
|
-
;; - `CC.NBE -> C = 0 AND Z = 0` (not below or equal)
|
1699
|
-
|
1700
|
-
(rule (lower (has_type ty (select (fcmp (FloatCC.Ordered) a b) x y)))
|
1701
|
-
(with_flags (x64_ucomis b a) (cmove_from_values ty (CC.NP) x y)))
|
1702
|
-
|
1703
|
-
(rule (lower (has_type ty (select (fcmp (FloatCC.Unordered) a b) x y)))
|
1704
|
-
(with_flags (x64_ucomis b a) (cmove_from_values ty (CC.P) x y)))
|
1705
|
-
|
1706
|
-
(rule (lower (has_type ty (select (fcmp (FloatCC.GreaterThan) a b) x y)))
|
1707
|
-
(with_flags (x64_ucomis b a) (cmove_from_values ty (CC.NBE) x y)))
|
1708
|
-
|
1709
|
-
(rule (lower (has_type ty (select (fcmp (FloatCC.GreaterThanOrEqual) a b) x y)))
|
1710
|
-
(with_flags (x64_ucomis b a) (cmove_from_values ty (CC.NB) x y)))
|
1711
|
-
|
1712
|
-
(rule (lower (has_type ty (select (fcmp (FloatCC.UnorderedOrLessThan) a b) x y)))
|
1713
|
-
(with_flags (x64_ucomis b a) (cmove_from_values ty (CC.B) x y)))
|
1714
|
-
|
1715
|
-
(rule (lower (has_type ty (select (fcmp (FloatCC.UnorderedOrLessThanOrEqual) a b) x y)))
|
1716
|
-
(with_flags (x64_ucomis b a) (cmove_from_values ty (CC.BE) x y)))
|
1717
|
-
|
1718
|
-
;; Certain FloatCC variants are implemented by flipping the operands of the
|
1719
|
-
;; comparison (e.g., "greater than" is lowered the same as "less than" but the
|
1720
|
-
;; comparison is reversed). This allows us to use a single flag for the `cmove`,
|
1721
|
-
;; which involves fewer instructions than `cmove_or`.
|
1722
|
-
;;
|
1723
|
-
;; But why flip at all, you may ask? Can't we just use `CC.B` (i.e., below) for
|
1724
|
-
;; `FloatCC.LessThan`? Recall that in these floating-point lowerings, values may
|
1725
|
-
;; be unordered and we must we want to express that `FloatCC.LessThan` is `LT`,
|
1726
|
-
;; not `LT | UNO`. By flipping the operands AND inverting the comparison (e.g.,
|
1727
|
-
;; to `CC.NBE`), we also avoid these unordered cases.
|
1728
|
-
|
1729
|
-
(rule (lower (has_type ty (select (fcmp (FloatCC.LessThan) a b) x y)))
|
1730
|
-
(with_flags (x64_ucomis a b) (cmove_from_values ty (CC.NBE) x y)))
|
1731
|
-
|
1732
|
-
(rule (lower (has_type ty (select (fcmp (FloatCC.LessThanOrEqual) a b) x y)))
|
1733
|
-
(with_flags (x64_ucomis a b) (cmove_from_values ty (CC.NB) x y)))
|
1734
|
-
|
1735
|
-
(rule (lower (has_type ty (select (fcmp (FloatCC.UnorderedOrGreaterThan) a b) x y)))
|
1736
|
-
(with_flags (x64_ucomis a b) (cmove_from_values ty (CC.B) x y)))
|
1737
|
-
|
1738
|
-
(rule (lower (has_type ty (select (fcmp (FloatCC.UnorderedOrGreaterThanOrEqual) a b) x y)))
|
1739
|
-
(with_flags (x64_ucomis a b) (cmove_from_values ty (CC.BE) x y)))
|
1740
|
-
|
1741
|
-
;; `FloatCC.Equal` and `FloatCC.NotEqual` can only be implemented with multiple
|
1742
|
-
;; flag checks. Recall from the flag assignment chart above that equality, e.g.,
|
1743
|
-
;; will assign `Z = 1`. But so does an unordered comparison: `Z = 1, P = 1, C =
|
1744
|
-
;; 1`. In order to avoid semantics like `EQ | UNO` for equality, we must ensure
|
1745
|
-
;; that the values are actually ordered, checking that `P = 0` (note that the
|
1746
|
-
;; `C` flag is irrelevant here). Since we cannot find a single instruction that
|
1747
|
-
;; implements a `Z = 1 AND P = 0` check, we invert the flag checks (i.e., `Z = 1
|
1748
|
-
;; AND P = 0` becomes `Z = 0 OR P = 1`) and also flip the select operands, `x`
|
1749
|
-
;; and `y`. The same argument applies to `FloatCC.NotEqual`.
|
1750
|
-
;;
|
1751
|
-
;; More details about the CLIF semantics for `fcmp` are available at
|
1752
|
-
;; https://docs.rs/cranelift-codegen/latest/cranelift_codegen/ir/trait.InstBuilder.html#method.fcmp.
|
1753
|
-
|
1754
|
-
(rule (lower (has_type ty (select (fcmp (FloatCC.Equal) a b) x y)))
|
1755
|
-
(with_flags (x64_ucomis a b) (cmove_or_from_values ty (CC.NZ) (CC.P) y x)))
|
1756
|
-
|
1757
|
-
(rule (lower (has_type ty (select (fcmp (FloatCC.NotEqual) a b) x y)))
|
1758
|
-
(with_flags (x64_ucomis a b) (cmove_or_from_values ty (CC.NZ) (CC.P) x y)))
|
1759
|
-
|
1760
|
-
;; We also can lower `select`s that depend on an `icmp` test, but more simply
|
1761
|
-
;; than the `fcmp` variants above. In these cases, we lower to a `CMP`
|
1762
|
-
;; instruction plus a `CMOV`; recall that `cmove_from_values` here may emit more
|
1763
|
-
;; than one instruction for certain types (e.g., XMM-held, I128).
|
1764
|
-
|
1765
|
-
(rule (lower (has_type ty (select (icmp cc a @ (value_type (fits_in_64 a_ty)) b) x y)))
|
1766
|
-
(let ((size OperandSize (raw_operand_size_of_type a_ty)))
|
1767
|
-
(with_flags (x64_cmp size b a) (cmove_from_values ty cc x y))))
|
1768
|
-
|
1769
|
-
;; Finally, we lower `select` from a condition value `c`. These rules are meant
|
1770
|
-
;; to be the final, default lowerings if no other patterns matched above.
|
1771
|
-
|
1772
|
-
(rule -1 (lower (has_type ty (select c @ (value_type (fits_in_64 a_ty)) x y)))
|
1773
|
-
(let ((size OperandSize (raw_operand_size_of_type a_ty))
|
1774
|
-
;; N.B.: disallow load-op fusion, see above. TODO:
|
1775
|
-
;; https://github.com/bytecodealliance/wasmtime/issues/3953.
|
1776
|
-
(gpr_c Gpr (put_in_gpr c)))
|
1777
|
-
(with_flags (x64_test size gpr_c gpr_c) (cmove_from_values ty (CC.NZ) x y))))
|
1778
|
-
|
1779
|
-
;; Rules for `clz` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1780
|
-
|
1781
|
-
;; If available, we can use a plain lzcnt instruction here. Note no
|
1782
|
-
;; special handling is required for zero inputs, because the machine
|
1783
|
-
;; instruction does what the CLIF expects for zero, i.e. it returns
|
1784
|
-
;; zero.
|
1785
|
-
(rule 2 (lower
|
1786
|
-
(has_type (and
|
1787
|
-
(ty_32_or_64 ty)
|
1788
|
-
(use_lzcnt $true))
|
1789
|
-
(clz src)))
|
1790
|
-
(x64_lzcnt ty src))
|
1791
|
-
|
1792
|
-
(rule 2 (lower
|
1793
|
-
(has_type (and
|
1794
|
-
(ty_32_or_64 ty)
|
1795
|
-
(use_lzcnt $false))
|
1796
|
-
(clz src)))
|
1797
|
-
(do_clz ty ty src))
|
1798
|
-
|
1799
|
-
(rule 1 (lower
|
1800
|
-
(has_type (ty_8_or_16 ty)
|
1801
|
-
(clz src)))
|
1802
|
-
(do_clz $I32 ty (extend_to_gpr src $I32 (ExtendKind.Zero))))
|
1803
|
-
|
1804
|
-
(rule 0 (lower
|
1805
|
-
(has_type $I128
|
1806
|
-
(clz src)))
|
1807
|
-
(let ((upper Gpr (do_clz $I64 $I64 (value_regs_get_gpr src 1)))
|
1808
|
-
(lower Gpr (x64_add $I64
|
1809
|
-
(do_clz $I64 $I64 (value_regs_get_gpr src 0))
|
1810
|
-
(RegMemImm.Imm 64)))
|
1811
|
-
(result_lo Gpr
|
1812
|
-
(with_flags_reg
|
1813
|
-
(x64_cmp_imm (OperandSize.Size64) 64 upper)
|
1814
|
-
(cmove $I64 (CC.NZ) upper lower))))
|
1815
|
-
(value_regs result_lo (imm $I64 0))))
|
1816
|
-
|
1817
|
-
;; Implementation helper for clz; operates on 32 or 64-bit units.
|
1818
|
-
(decl do_clz (Type Type Gpr) Gpr)
|
1819
|
-
(rule (do_clz ty orig_ty src)
|
1820
|
-
(let ((highest_bit_index Reg (bsr_or_else ty src (imm_i64 $I64 -1)))
|
1821
|
-
(bits_minus_1 Reg (imm ty (u64_sub (ty_bits_u64 orig_ty) 1))))
|
1822
|
-
(x64_sub ty bits_minus_1 highest_bit_index)))
|
1823
|
-
|
1824
|
-
;; Rules for `ctz` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1825
|
-
|
1826
|
-
;; Analogous to `clz` cases above, but using mirror instructions
|
1827
|
-
;; (tzcnt vs lzcnt, bsf vs bsr).
|
1828
|
-
|
1829
|
-
(rule 2 (lower
|
1830
|
-
(has_type (and
|
1831
|
-
(ty_32_or_64 ty)
|
1832
|
-
(use_bmi1 $true))
|
1833
|
-
(ctz src)))
|
1834
|
-
(x64_tzcnt ty src))
|
1835
|
-
|
1836
|
-
(rule 2 (lower
|
1837
|
-
(has_type (and
|
1838
|
-
(ty_32_or_64 ty)
|
1839
|
-
(use_bmi1 $false))
|
1840
|
-
(ctz src)))
|
1841
|
-
(do_ctz ty ty src))
|
1842
|
-
|
1843
|
-
(rule 1 (lower
|
1844
|
-
(has_type (ty_8_or_16 ty)
|
1845
|
-
(ctz src)))
|
1846
|
-
(do_ctz $I32 ty (extend_to_gpr src $I32 (ExtendKind.Zero))))
|
1847
|
-
|
1848
|
-
(rule 0 (lower
|
1849
|
-
(has_type $I128
|
1850
|
-
(ctz src)))
|
1851
|
-
(let ((lower Gpr (do_ctz $I64 $I64 (value_regs_get_gpr src 0)))
|
1852
|
-
(upper Gpr (x64_add $I64
|
1853
|
-
(do_ctz $I64 $I64 (value_regs_get_gpr src 1))
|
1854
|
-
(RegMemImm.Imm 64)))
|
1855
|
-
(result_lo Gpr
|
1856
|
-
(with_flags_reg
|
1857
|
-
(x64_cmp_imm (OperandSize.Size64) 64 lower)
|
1858
|
-
(cmove $I64 (CC.Z) upper lower))))
|
1859
|
-
(value_regs result_lo (imm $I64 0))))
|
1860
|
-
|
1861
|
-
(decl do_ctz (Type Type Gpr) Gpr)
|
1862
|
-
(rule (do_ctz ty orig_ty src)
|
1863
|
-
(bsf_or_else ty src (imm $I64 (ty_bits_u64 orig_ty))))
|
1864
|
-
|
1865
|
-
;; Rules for `popcnt` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1866
|
-
|
1867
|
-
(rule 3 (lower
|
1868
|
-
(has_type (and
|
1869
|
-
(ty_32_or_64 ty)
|
1870
|
-
(use_popcnt $true))
|
1871
|
-
(popcnt src)))
|
1872
|
-
(x64_popcnt ty src))
|
1873
|
-
|
1874
|
-
(rule 2 (lower
|
1875
|
-
(has_type (and
|
1876
|
-
(ty_8_or_16 ty)
|
1877
|
-
(use_popcnt $true))
|
1878
|
-
(popcnt src)))
|
1879
|
-
(x64_popcnt $I32 (extend_to_gpr src $I32 (ExtendKind.Zero))))
|
1880
|
-
|
1881
|
-
(rule 1 (lower
|
1882
|
-
(has_type (and
|
1883
|
-
$I128
|
1884
|
-
(use_popcnt $true))
|
1885
|
-
(popcnt src)))
|
1886
|
-
(let ((lo_count Gpr (x64_popcnt $I64 (value_regs_get_gpr src 0)))
|
1887
|
-
(hi_count Gpr (x64_popcnt $I64 (value_regs_get_gpr src 1))))
|
1888
|
-
(value_regs (x64_add $I64 lo_count hi_count) (imm $I64 0))))
|
1889
|
-
|
1890
|
-
(rule -1 (lower
|
1891
|
-
(has_type (ty_32_or_64 ty)
|
1892
|
-
(popcnt src)))
|
1893
|
-
(do_popcnt ty src))
|
1894
|
-
|
1895
|
-
(rule -2 (lower
|
1896
|
-
(has_type (ty_8_or_16 ty)
|
1897
|
-
(popcnt src)))
|
1898
|
-
(do_popcnt $I32 (extend_to_gpr src $I32 (ExtendKind.Zero))))
|
1899
|
-
|
1900
|
-
(rule (lower
|
1901
|
-
(has_type $I128
|
1902
|
-
(popcnt src)))
|
1903
|
-
(let ((lo_count Gpr (do_popcnt $I64 (value_regs_get_gpr src 0)))
|
1904
|
-
(hi_count Gpr (do_popcnt $I64 (value_regs_get_gpr src 1))))
|
1905
|
-
(value_regs (x64_add $I64 lo_count hi_count) (imm $I64 0))))
|
1906
|
-
|
1907
|
-
;; Implementation of popcount when we don't nave a native popcount
|
1908
|
-
;; instruction.
|
1909
|
-
(decl do_popcnt (Type Gpr) Gpr)
|
1910
|
-
(rule (do_popcnt $I64 src)
|
1911
|
-
(let ((shifted1 Gpr (x64_shr $I64 src (Imm8Reg.Imm8 1)))
|
1912
|
-
(sevens Gpr (imm $I64 0x7777777777777777))
|
1913
|
-
(masked1 Gpr (x64_and $I64 shifted1 sevens))
|
1914
|
-
;; diff1 := src - ((src >> 1) & 0b0111_0111_0111...)
|
1915
|
-
(diff1 Gpr (x64_sub $I64 src masked1))
|
1916
|
-
(shifted2 Gpr (x64_shr $I64 masked1 (Imm8Reg.Imm8 1)))
|
1917
|
-
(masked2 Gpr (x64_and $I64 shifted2 sevens))
|
1918
|
-
;; diff2 := diff1 - ((diff1 >> 1) & 0b0111_0111_0111...)
|
1919
|
-
(diff2 Gpr (x64_sub $I64 diff1 masked2))
|
1920
|
-
(shifted3 Gpr (x64_shr $I64 masked2 (Imm8Reg.Imm8 1)))
|
1921
|
-
(masked3 Gpr (x64_and $I64 shifted3 sevens))
|
1922
|
-
;; diff3 := diff2 - ((diff2 >> 1) & 0b0111_0111_0111...)
|
1923
|
-
;;
|
1924
|
-
;; At this point, each nibble of diff3 is the popcount of
|
1925
|
-
;; that nibble. This works because at each step above, we
|
1926
|
-
;; are basically subtracting floor(value / 2) from the
|
1927
|
-
;; running value; the leftover remainder is 1 if the LSB
|
1928
|
-
;; was 1. After three steps, we have (nibble / 8) -- 0 or
|
1929
|
-
;; 1 for the MSB of the nibble -- plus three possible
|
1930
|
-
;; additions for the three other bits.
|
1931
|
-
(diff3 Gpr (x64_sub $I64 diff2 masked3))
|
1932
|
-
;; Add the two nibbles of each byte together.
|
1933
|
-
(sum1 Gpr (x64_add $I64
|
1934
|
-
(x64_shr $I64 diff3 (Imm8Reg.Imm8 4))
|
1935
|
-
diff3))
|
1936
|
-
;; Mask the above sum to have the popcount for each byte
|
1937
|
-
;; in the lower nibble of that byte.
|
1938
|
-
(ofof Gpr (imm $I64 0x0f0f0f0f0f0f0f0f))
|
1939
|
-
(masked4 Gpr (x64_and $I64 sum1 ofof))
|
1940
|
-
(ones Gpr (imm $I64 0x0101010101010101))
|
1941
|
-
;; Use a multiply to sum all of the bytes' popcounts into
|
1942
|
-
;; the top byte. Consider the binomial expansion for the
|
1943
|
-
;; top byte: it is the sum of the bytes (masked4 >> 56) *
|
1944
|
-
;; 0x01 + (masked4 >> 48) * 0x01 + (masked4 >> 40) * 0x01
|
1945
|
-
;; + ... + (masked4 >> 0).
|
1946
|
-
(mul Gpr (x64_mul $I64 masked4 ones))
|
1947
|
-
;; Now take that top byte and return it as the popcount.
|
1948
|
-
(final Gpr (x64_shr $I64 mul (Imm8Reg.Imm8 56))))
|
1949
|
-
final))
|
1950
|
-
|
1951
|
-
;; This is the 32-bit version of the above; the steps for each nibble
|
1952
|
-
;; are the same, we just use constants half as wide.
|
1953
|
-
(rule (do_popcnt $I32 src)
|
1954
|
-
(let ((shifted1 Gpr (x64_shr $I32 src (Imm8Reg.Imm8 1)))
|
1955
|
-
(sevens Gpr (imm $I32 0x77777777))
|
1956
|
-
(masked1 Gpr (x64_and $I32 shifted1 sevens))
|
1957
|
-
(diff1 Gpr (x64_sub $I32 src masked1))
|
1958
|
-
(shifted2 Gpr (x64_shr $I32 masked1 (Imm8Reg.Imm8 1)))
|
1959
|
-
(masked2 Gpr (x64_and $I32 shifted2 sevens))
|
1960
|
-
(diff2 Gpr (x64_sub $I32 diff1 masked2))
|
1961
|
-
(shifted3 Gpr (x64_shr $I32 masked2 (Imm8Reg.Imm8 1)))
|
1962
|
-
(masked3 Gpr (x64_and $I32 shifted3 sevens))
|
1963
|
-
(diff3 Gpr (x64_sub $I32 diff2 masked3))
|
1964
|
-
(sum1 Gpr (x64_add $I32
|
1965
|
-
(x64_shr $I32 diff3 (Imm8Reg.Imm8 4))
|
1966
|
-
diff3))
|
1967
|
-
(masked4 Gpr (x64_and $I32 sum1 (RegMemImm.Imm 0x0f0f0f0f)))
|
1968
|
-
(mul Gpr (x64_mul $I32 masked4 (RegMemImm.Imm 0x01010101)))
|
1969
|
-
(final Gpr (x64_shr $I32 mul (Imm8Reg.Imm8 24))))
|
1970
|
-
final))
|
1971
|
-
|
1972
|
-
|
1973
|
-
(rule 1 (lower (has_type (and
|
1974
|
-
$I8X16
|
1975
|
-
(avx512vl_enabled $true)
|
1976
|
-
(avx512bitalg_enabled $true))
|
1977
|
-
(popcnt src)))
|
1978
|
-
(x64_vpopcntb src))
|
1979
|
-
|
1980
|
-
|
1981
|
-
|
1982
|
-
;; For SSE 4.2 we use Mula's algorithm (https://arxiv.org/pdf/1611.07612.pdf):
|
1983
|
-
;;
|
1984
|
-
;; __m128i count_bytes ( __m128i v) {
|
1985
|
-
;; __m128i lookup = _mm_setr_epi8(0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4);
|
1986
|
-
;; __m128i low_mask = _mm_set1_epi8 (0x0f);
|
1987
|
-
;; __m128i lo = _mm_and_si128 (v, low_mask);
|
1988
|
-
;; __m128i hi = _mm_and_si128 (_mm_srli_epi16 (v, 4), low_mask);
|
1989
|
-
;; __m128i cnt1 = _mm_shuffle_epi8 (lookup, lo);
|
1990
|
-
;; __m128i cnt2 = _mm_shuffle_epi8 (lookup, hi);
|
1991
|
-
;; return _mm_add_epi8 (cnt1, cnt2);
|
1992
|
-
;; }
|
1993
|
-
;;
|
1994
|
-
;; Details of the above algorithm can be found in the reference noted above, but the basics
|
1995
|
-
;; are to create a lookup table that pre populates the popcnt values for each number [0,15].
|
1996
|
-
;; The algorithm uses shifts to isolate 4 bit sections of the vector, pshufb as part of the
|
1997
|
-
;; lookup process, and adds together the results.
|
1998
|
-
;;
|
1999
|
-
;; __m128i lookup = _mm_setr_epi8(0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4);
|
2000
|
-
|
2001
|
-
(decl popcount_4bit_table () VCodeConstant) ;; bits-per-nibble table `lookup` above
|
2002
|
-
(extern constructor popcount_4bit_table popcount_4bit_table)
|
2003
|
-
|
2004
|
-
(decl popcount_low_mask () VCodeConstant) ;; mask for low nibbles: 0x0f * 16
|
2005
|
-
(extern constructor popcount_low_mask popcount_low_mask)
|
2006
|
-
|
2007
|
-
(rule (lower (has_type $I8X16
|
2008
|
-
(popcnt src)))
|
2009
|
-
(let ((nibble_table_const VCodeConstant (popcount_4bit_table))
|
2010
|
-
(low_mask Xmm (x64_xmm_load_const $I8X16 (popcount_low_mask)))
|
2011
|
-
(low_nibbles Xmm (sse_and $I8X16 src low_mask))
|
2012
|
-
;; Note that this is a 16x8 shift, but that's OK; we mask
|
2013
|
-
;; off anything that traverses from one byte to the next
|
2014
|
-
;; with the low_mask below.
|
2015
|
-
(shifted_src Xmm (x64_psrlw src (RegMemImm.Imm 4)))
|
2016
|
-
(high_nibbles Xmm (sse_and $I8X16 shifted_src low_mask))
|
2017
|
-
(lookup Xmm (x64_xmm_load_const $I8X16 (popcount_4bit_table)))
|
2018
|
-
(bit_counts_low Xmm (x64_pshufb lookup low_nibbles))
|
2019
|
-
(bit_counts_high Xmm (x64_pshufb lookup high_nibbles)))
|
2020
|
-
(x64_paddb bit_counts_low bit_counts_high)))
|
2021
|
-
|
2022
|
-
;; Rules for `bitrev` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2023
|
-
|
2024
|
-
(rule (lower (has_type $I8 (bitrev src)))
|
2025
|
-
(do_bitrev8 $I32 src))
|
2026
|
-
|
2027
|
-
(rule (lower (has_type $I16 (bitrev src)))
|
2028
|
-
(do_bitrev16 $I32 src))
|
2029
|
-
|
2030
|
-
(rule (lower (has_type $I32 (bitrev src)))
|
2031
|
-
(do_bitrev32 $I32 src))
|
2032
|
-
|
2033
|
-
(rule (lower (has_type $I64 (bitrev src)))
|
2034
|
-
(do_bitrev64 $I64 src))
|
2035
|
-
|
2036
|
-
(rule (lower (has_type $I128 (bitrev src)))
|
2037
|
-
(value_regs
|
2038
|
-
(do_bitrev64 $I64 (value_regs_get_gpr src 1))
|
2039
|
-
(do_bitrev64 $I64 (value_regs_get_gpr src 0))))
|
2040
|
-
|
2041
|
-
(decl do_bitrev8 (Type Gpr) Gpr)
|
2042
|
-
(rule (do_bitrev8 ty src)
|
2043
|
-
(let ((tymask u64 (ty_mask ty))
|
2044
|
-
(mask1 Gpr (imm ty (u64_and tymask 0x5555555555555555)))
|
2045
|
-
(lo1 Gpr (x64_and ty src mask1))
|
2046
|
-
(hi1 Gpr (x64_and ty (x64_shr ty src (Imm8Reg.Imm8 1)) mask1))
|
2047
|
-
(swap1 Gpr (x64_or ty
|
2048
|
-
(x64_shl ty lo1 (Imm8Reg.Imm8 1))
|
2049
|
-
hi1))
|
2050
|
-
(mask2 Gpr (imm ty (u64_and tymask 0x3333333333333333)))
|
2051
|
-
(lo2 Gpr (x64_and ty swap1 mask2))
|
2052
|
-
(hi2 Gpr (x64_and ty (x64_shr ty swap1 (Imm8Reg.Imm8 2)) mask2))
|
2053
|
-
(swap2 Gpr (x64_or ty
|
2054
|
-
(x64_shl ty lo2 (Imm8Reg.Imm8 2))
|
2055
|
-
hi2))
|
2056
|
-
(mask4 Gpr (imm ty (u64_and tymask 0x0f0f0f0f0f0f0f0f)))
|
2057
|
-
(lo4 Gpr (x64_and ty swap2 mask4))
|
2058
|
-
(hi4 Gpr (x64_and ty (x64_shr ty swap2 (Imm8Reg.Imm8 4)) mask4))
|
2059
|
-
(swap4 Gpr (x64_or ty
|
2060
|
-
(x64_shl ty lo4 (Imm8Reg.Imm8 4))
|
2061
|
-
hi4)))
|
2062
|
-
swap4))
|
2063
|
-
|
2064
|
-
(decl do_bitrev16 (Type Gpr) Gpr)
|
2065
|
-
(rule (do_bitrev16 ty src)
|
2066
|
-
(let ((src_ Gpr (do_bitrev8 ty src))
|
2067
|
-
(tymask u64 (ty_mask ty))
|
2068
|
-
(mask8 Gpr (imm ty (u64_and tymask 0x00ff00ff00ff00ff)))
|
2069
|
-
(lo8 Gpr (x64_and ty src_ mask8))
|
2070
|
-
(hi8 Gpr (x64_and ty (x64_shr ty src_ (Imm8Reg.Imm8 8)) mask8))
|
2071
|
-
(swap8 Gpr (x64_or ty
|
2072
|
-
(x64_shl ty lo8 (Imm8Reg.Imm8 8))
|
2073
|
-
hi8)))
|
2074
|
-
swap8))
|
2075
|
-
|
2076
|
-
(decl do_bitrev32 (Type Gpr) Gpr)
|
2077
|
-
(rule (do_bitrev32 ty src)
|
2078
|
-
(let ((src_ Gpr (do_bitrev16 ty src))
|
2079
|
-
(tymask u64 (ty_mask ty))
|
2080
|
-
(mask16 Gpr (imm ty (u64_and tymask 0x0000ffff0000ffff)))
|
2081
|
-
(lo16 Gpr (x64_and ty src_ mask16))
|
2082
|
-
(hi16 Gpr (x64_and ty (x64_shr ty src_ (Imm8Reg.Imm8 16)) mask16))
|
2083
|
-
(swap16 Gpr (x64_or ty
|
2084
|
-
(x64_shl ty lo16 (Imm8Reg.Imm8 16))
|
2085
|
-
hi16)))
|
2086
|
-
swap16))
|
2087
|
-
|
2088
|
-
(decl do_bitrev64 (Type Gpr) Gpr)
|
2089
|
-
(rule (do_bitrev64 ty @ $I64 src)
|
2090
|
-
(let ((src_ Gpr (do_bitrev32 ty src))
|
2091
|
-
(mask32 Gpr (imm ty 0xffffffff))
|
2092
|
-
(lo32 Gpr (x64_and ty src_ mask32))
|
2093
|
-
(hi32 Gpr (x64_shr ty src_ (Imm8Reg.Imm8 32)))
|
2094
|
-
(swap32 Gpr (x64_or ty
|
2095
|
-
(x64_shl ty lo32 (Imm8Reg.Imm8 32))
|
2096
|
-
hi32)))
|
2097
|
-
swap32))
|
2098
|
-
|
2099
|
-
;; Rules for `bswap` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2100
|
-
|
2101
|
-
;; x64 bswap instruction is only for 32- or 64-bit swaps
|
2102
|
-
;; implement the 16-bit swap as a rotl by 8
|
2103
|
-
(rule (lower (has_type $I16 (bswap src)))
|
2104
|
-
(x64_rotl $I16 src (Imm8Reg.Imm8 8)))
|
2105
|
-
|
2106
|
-
(rule (lower (has_type $I32 (bswap src)))
|
2107
|
-
(x64_bswap $I32 src))
|
2108
|
-
|
2109
|
-
(rule (lower (has_type $I64 (bswap src)))
|
2110
|
-
(x64_bswap $I64 src))
|
2111
|
-
|
2112
|
-
(rule (lower (has_type $I128 (bswap src)))
|
2113
|
-
(value_regs
|
2114
|
-
(x64_bswap $I64 (value_regs_get_gpr src 1))
|
2115
|
-
(x64_bswap $I64 (value_regs_get_gpr src 0))))
|
2116
|
-
|
2117
|
-
;; Rules for `is_null` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2118
|
-
|
2119
|
-
;; Null references are represented by the constant value `0`.
|
2120
|
-
(rule (lower (is_null src @ (value_type $R64)))
|
2121
|
-
(with_flags
|
2122
|
-
(x64_cmp_imm (OperandSize.Size64) 0 src)
|
2123
|
-
(x64_setcc (CC.Z))))
|
2124
|
-
|
2125
|
-
;; Rules for `is_invalid` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2126
|
-
|
2127
|
-
;; Null references are represented by the constant value `-1`.
|
2128
|
-
(rule (lower (is_invalid src @ (value_type $R64)))
|
2129
|
-
(with_flags
|
2130
|
-
(x64_cmp_imm (OperandSize.Size64) 0xffffffff src) ;; simm32 0xffff_ffff is sign-extended to -1.
|
2131
|
-
(x64_setcc (CC.Z))))
|
2132
|
-
|
2133
|
-
|
2134
|
-
;; Rules for `uextend` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2135
|
-
|
2136
|
-
;; T -> T is a no-op.
|
2137
|
-
(rule 1 (lower (has_type ty (uextend src @ (value_type ty))))
|
2138
|
-
src)
|
2139
|
-
|
2140
|
-
;; I64 -> I128.
|
2141
|
-
(rule -1 (lower (has_type $I128 (uextend src @ (value_type $I64))))
|
2142
|
-
(value_regs src (imm $I64 0)))
|
2143
|
-
|
2144
|
-
;; I{8,16,32} -> I128.
|
2145
|
-
(rule (lower (has_type $I128 (uextend src @ (value_type (fits_in_32 src_ty)))))
|
2146
|
-
(value_regs (extend_to_gpr src $I64 (ExtendKind.Zero)) (imm $I64 0)))
|
2147
|
-
|
2148
|
-
;; I{8,16,32} -> I64.
|
2149
|
-
(rule -1 (lower (has_type $I64 (uextend src @ (value_type (fits_in_32 src_ty)))))
|
2150
|
-
(extend_to_gpr src $I64 (ExtendKind.Zero)))
|
2151
|
-
|
2152
|
-
;; I8 -> I{16,32}, I16 -> I32.
|
2153
|
-
(rule -2 (lower (has_type (fits_in_32 dst_ty) (uextend src @ (value_type (fits_in_32 src_ty)))))
|
2154
|
-
(extend_to_gpr src $I32 (ExtendKind.Zero)))
|
2155
|
-
|
2156
|
-
;; I32 -> I64 with op that produces a zero-extended value in a register.
|
2157
|
-
;;
|
2158
|
-
;; As a particular x64 extra-pattern matching opportunity, all the ALU
|
2159
|
-
;; opcodes on 32-bits will zero-extend the upper 32-bits, so we can
|
2160
|
-
;; even not generate a zero-extended move in this case.
|
2161
|
-
;;
|
2162
|
-
;; (Note that we unfortunately can't factor out the
|
2163
|
-
;; insts-that-zero-upper-32 pattern into a separate extractor until we
|
2164
|
-
;; can write internal extractors with multiple rules; and we'd rather
|
2165
|
-
;; keep these here than write an external extractor containing bits of
|
2166
|
-
;; the instruction pattern.s)
|
2167
|
-
(rule (lower (has_type $I64
|
2168
|
-
(uextend src @ (has_type $I32 (iadd _ _)))))
|
2169
|
-
src)
|
2170
|
-
(rule (lower (has_type $I64
|
2171
|
-
(uextend src @ (has_type $I32 (iadd_ifcout _ _)))))
|
2172
|
-
src)
|
2173
|
-
(rule (lower (has_type $I64
|
2174
|
-
(uextend src @ (has_type $I32 (isub _ _)))))
|
2175
|
-
src)
|
2176
|
-
(rule (lower (has_type $I64
|
2177
|
-
(uextend src @ (has_type $I32 (imul _ _)))))
|
2178
|
-
src)
|
2179
|
-
(rule (lower (has_type $I64
|
2180
|
-
(uextend src @ (has_type $I32 (band _ _)))))
|
2181
|
-
src)
|
2182
|
-
(rule (lower (has_type $I64
|
2183
|
-
(uextend src @ (has_type $I32 (bor _ _)))))
|
2184
|
-
src)
|
2185
|
-
(rule (lower (has_type $I64
|
2186
|
-
(uextend src @ (has_type $I32 (bxor _ _)))))
|
2187
|
-
src)
|
2188
|
-
(rule (lower (has_type $I64
|
2189
|
-
(uextend src @ (has_type $I32 (ishl _ _)))))
|
2190
|
-
src)
|
2191
|
-
(rule (lower (has_type $I64
|
2192
|
-
(uextend src @ (has_type $I32 (ushr _ _)))))
|
2193
|
-
src)
|
2194
|
-
(rule (lower (has_type $I64
|
2195
|
-
(uextend src @ (has_type $I32 (uload32 _ _ _)))))
|
2196
|
-
src)
|
2197
|
-
|
2198
|
-
;; Rules for `sextend` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2199
|
-
|
2200
|
-
(decl generic_sextend (Value Type Type) InstOutput)
|
2201
|
-
|
2202
|
-
;; T -> T is a no-op.
|
2203
|
-
(rule 4 (generic_sextend src ty ty)
|
2204
|
-
src)
|
2205
|
-
|
2206
|
-
;; Produce upper 64 bits sign-extended from lower 64: shift right by
|
2207
|
-
;; 63 bits to spread the sign bit across the result.
|
2208
|
-
(decl spread_sign_bit (Gpr) Gpr)
|
2209
|
-
(rule (spread_sign_bit src)
|
2210
|
-
(x64_sar $I64 src (Imm8Reg.Imm8 63)))
|
2211
|
-
|
2212
|
-
;; I64 -> I128.
|
2213
|
-
(rule 3 (generic_sextend src $I64 $I128)
|
2214
|
-
(value_regs src (spread_sign_bit src)))
|
2215
|
-
|
2216
|
-
;; I{8,16,32} -> I128.
|
2217
|
-
(rule 2 (generic_sextend src (fits_in_32 src_ty) $I128)
|
2218
|
-
(let ((lo Gpr (extend_to_gpr src $I64 (ExtendKind.Sign)))
|
2219
|
-
(hi Gpr (spread_sign_bit lo)))
|
2220
|
-
(value_regs lo hi)))
|
2221
|
-
|
2222
|
-
;; I{8,16,32} -> I64.
|
2223
|
-
(rule 1 (generic_sextend src (fits_in_32 src_ty) $I64)
|
2224
|
-
(extend_to_gpr src $I64 (ExtendKind.Sign)))
|
2225
|
-
|
2226
|
-
;; I8 -> I{16,32}, I16 -> I32.
|
2227
|
-
(rule 0 (generic_sextend src (fits_in_32 src_ty) (fits_in_32 dst_ty))
|
2228
|
-
(extend_to_gpr src $I32 (ExtendKind.Sign)))
|
2229
|
-
|
2230
|
-
(rule (lower
|
2231
|
-
(has_type dst_ty
|
2232
|
-
(sextend src @ (value_type src_ty))))
|
2233
|
-
(generic_sextend src src_ty dst_ty))
|
2234
|
-
|
2235
|
-
;; Rules for `ireduce` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2236
|
-
|
2237
|
-
;; T -> T is always a no-op, even I128 -> I128.
|
2238
|
-
(rule (lower (has_type ty (ireduce src @ (value_type ty))))
|
2239
|
-
src)
|
2240
|
-
|
2241
|
-
;; T -> I{64,32,16,8}: We can simply pass through the value: values
|
2242
|
-
;; are always stored with high bits undefined, so we can just leave
|
2243
|
-
;; them be.
|
2244
|
-
(rule 1 (lower (has_type (fits_in_64 ty) (ireduce src)))
|
2245
|
-
(value_regs_get_gpr src 0))
|
2246
|
-
|
2247
|
-
;; Rules for `debugtrap` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2248
|
-
|
2249
|
-
(rule (lower (debugtrap))
|
2250
|
-
(side_effect (x64_hlt)))
|
2251
|
-
|
2252
|
-
;; Rules for `widening_pairwise_dot_product_s` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2253
|
-
|
2254
|
-
(rule (lower (has_type $I32X4
|
2255
|
-
(widening_pairwise_dot_product_s x y)))
|
2256
|
-
(x64_pmaddwd x y))
|
2257
|
-
|
2258
|
-
;; Rules for `fadd` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2259
|
-
|
2260
|
-
;; N.B.: there are no load-op merging rules here. We can't guarantee
|
2261
|
-
;; the RHS (if a load) is 128-bit aligned, so we must avoid merging a
|
2262
|
-
;; load. Likewise for other ops below.
|
2263
|
-
|
2264
|
-
(rule (lower (has_type $F32 (fadd x y)))
|
2265
|
-
(x64_addss x y))
|
2266
|
-
(rule (lower (has_type $F64 (fadd x y)))
|
2267
|
-
(x64_addsd x y))
|
2268
|
-
(rule (lower (has_type $F32X4 (fadd x y)))
|
2269
|
-
(x64_addps x y))
|
2270
|
-
(rule (lower (has_type $F64X2 (fadd x y)))
|
2271
|
-
(x64_addpd x y))
|
2272
|
-
|
2273
|
-
;; Rules for `fsub` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2274
|
-
|
2275
|
-
(rule (lower (has_type $F32 (fsub x y)))
|
2276
|
-
(x64_subss x y))
|
2277
|
-
(rule (lower (has_type $F64 (fsub x y)))
|
2278
|
-
(x64_subsd x y))
|
2279
|
-
(rule (lower (has_type $F32X4 (fsub x y)))
|
2280
|
-
(x64_subps x y))
|
2281
|
-
(rule (lower (has_type $F64X2 (fsub x y)))
|
2282
|
-
(x64_subpd x y))
|
2283
|
-
|
2284
|
-
;; Rules for `fmul` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2285
|
-
|
2286
|
-
(rule (lower (has_type $F32 (fmul x y)))
|
2287
|
-
(x64_mulss x y))
|
2288
|
-
(rule (lower (has_type $F64 (fmul x y)))
|
2289
|
-
(x64_mulsd x y))
|
2290
|
-
(rule (lower (has_type $F32X4 (fmul x y)))
|
2291
|
-
(x64_mulps x y))
|
2292
|
-
(rule (lower (has_type $F64X2 (fmul x y)))
|
2293
|
-
(x64_mulpd x y))
|
2294
|
-
|
2295
|
-
;; Rules for `fdiv` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2296
|
-
|
2297
|
-
(rule (lower (has_type $F32 (fdiv x y)))
|
2298
|
-
(x64_divss x y))
|
2299
|
-
(rule (lower (has_type $F64 (fdiv x y)))
|
2300
|
-
(x64_divsd x y))
|
2301
|
-
(rule (lower (has_type $F32X4 (fdiv x y)))
|
2302
|
-
(x64_divps x y))
|
2303
|
-
(rule (lower (has_type $F64X2 (fdiv x y)))
|
2304
|
-
(x64_divpd x y))
|
2305
|
-
|
2306
|
-
;; Rules for `sqrt` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2307
|
-
(rule (lower (has_type $F32 (sqrt x)))
|
2308
|
-
(x64_sqrtss x))
|
2309
|
-
(rule (lower (has_type $F64 (sqrt x)))
|
2310
|
-
(x64_sqrtsd x))
|
2311
|
-
(rule (lower (has_type $F32X4 (sqrt x)))
|
2312
|
-
(x64_sqrtps x))
|
2313
|
-
(rule (lower (has_type $F64X2 (sqrt x)))
|
2314
|
-
(x64_sqrtpd x))
|
2315
|
-
|
2316
|
-
;; Rules for `fpromote` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2317
|
-
(rule (lower (has_type $F64 (fpromote x)))
|
2318
|
-
(x64_cvtss2sd x))
|
2319
|
-
|
2320
|
-
;; Rules for `fvpromote` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2321
|
-
(rule (lower (has_type $F64X2 (fvpromote_low x)))
|
2322
|
-
(x64_cvtps2pd (put_in_xmm x)))
|
2323
|
-
|
2324
|
-
;; Rules for `fdemote` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2325
|
-
(rule (lower (has_type $F32 (fdemote x)))
|
2326
|
-
(x64_cvtsd2ss x))
|
2327
|
-
|
2328
|
-
;; Rules for `fvdemote` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2329
|
-
(rule (lower (has_type $F32X4 (fvdemote x)))
|
2330
|
-
(x64_cvtpd2ps x))
|
2331
|
-
|
2332
|
-
;; Rules for `fmin` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2333
|
-
|
2334
|
-
(rule (lower (has_type $F32 (fmin x y)))
|
2335
|
-
(xmm_min_max_seq $F32 $true x y))
|
2336
|
-
(rule (lower (has_type $F64 (fmin x y)))
|
2337
|
-
(xmm_min_max_seq $F64 $true x y))
|
2338
|
-
|
2339
|
-
;; Vector-typed version. We don't use single pseudoinstructions as
|
2340
|
-
;; above, because we don't need to generate a mini-CFG. Instead, we
|
2341
|
-
;; perform a branchless series of operations.
|
2342
|
-
;;
|
2343
|
-
;; We cannot simply use native min instructions (minps, minpd) because
|
2344
|
-
;; NaN handling is different per CLIF semantics than on
|
2345
|
-
;; x86. Specifically, if an argument is NaN, or the arguments are both
|
2346
|
-
;; zero but of opposite signs, then the x86 instruction always
|
2347
|
-
;; produces the second argument. However, per CLIF semantics, we
|
2348
|
-
;; require that fmin(NaN, _) = fmin(_, NaN) = NaN, and fmin(+0, -0) =
|
2349
|
-
;; fmin(-0, +0) = -0.
|
2350
|
-
|
2351
|
-
(rule (lower (has_type $F32X4 (fmin x y)))
|
2352
|
-
;; Compute min(x, y) and min(y, x) with native
|
2353
|
-
;; instructions. These will differ in one of the edge cases
|
2354
|
-
;; above that we have to handle properly. (Conversely, if they
|
2355
|
-
;; don't differ, then the native instruction's answer is the
|
2356
|
-
;; right one per CLIF semantics.)
|
2357
|
-
(let ((min1 Xmm (x64_minps x y))
|
2358
|
-
(min2 Xmm (x64_minps y x))
|
2359
|
-
;; Compute the OR of the two. Note that NaNs have an
|
2360
|
-
;; exponent field of all-ones (0xFF for F32), so if either
|
2361
|
-
;; result is a NaN, this OR will be. And if either is a
|
2362
|
-
;; zero (which has an exponent of 0 and mantissa of 0),
|
2363
|
-
;; this captures a sign-bit of 1 (negative) if either
|
2364
|
-
;; input is negative.
|
2365
|
-
;;
|
2366
|
-
;; In the case where we don't have a +/-0 mismatch or
|
2367
|
-
;; NaNs, then `min1` and `min2` are equal and `min_or` is
|
2368
|
-
;; the correct minimum.
|
2369
|
-
(min_or Xmm (x64_orps min1 min2))
|
2370
|
-
;; "compare unordered" produces a true mask (all ones) in
|
2371
|
-
;; a given lane if the min is a NaN. We use this to
|
2372
|
-
;; generate a mask to ensure quiet NaNs.
|
2373
|
-
(is_nan_mask Xmm (x64_cmpps min_or min2 (FcmpImm.Unordered)))
|
2374
|
-
;; OR in the NaN mask.
|
2375
|
-
(min_or_2 Xmm (x64_orps min_or is_nan_mask))
|
2376
|
-
;; Shift the NaN mask down so that it covers just the
|
2377
|
-
;; fraction below the NaN signalling bit; we'll use this
|
2378
|
-
;; to mask off non-canonical NaN payloads.
|
2379
|
-
;;
|
2380
|
-
;; All-ones for NaN, shifted down to leave 10 top bits (1
|
2381
|
-
;; sign, 8 exponent, 1 QNaN bit that must remain set)
|
2382
|
-
;; cleared.
|
2383
|
-
(nan_fraction_mask Xmm (x64_psrld is_nan_mask (RegMemImm.Imm 10)))
|
2384
|
-
;; Do a NAND, so that we retain every bit not set in
|
2385
|
-
;; `nan_fraction_mask`. This mask will be all zeroes (so
|
2386
|
-
;; we retain every bit) in non-NaN cases, and will have
|
2387
|
-
;; ones (so we clear those bits) in NaN-payload bits
|
2388
|
-
;; otherwise.
|
2389
|
-
(final Xmm (x64_andnps nan_fraction_mask min_or_2)))
|
2390
|
-
final))
|
2391
|
-
|
2392
|
-
;; Likewise for F64 lanes, except that the right-shift is by 13 bits
|
2393
|
-
;; (1 sign, 11 exponent, 1 QNaN bit).
|
2394
|
-
(rule (lower (has_type $F64X2 (fmin x y)))
|
2395
|
-
(let ((min1 Xmm (x64_minpd x y))
|
2396
|
-
(min2 Xmm (x64_minpd y x))
|
2397
|
-
(min_or Xmm (x64_orpd min1 min2))
|
2398
|
-
(is_nan_mask Xmm (x64_cmppd min1 min2 (FcmpImm.Unordered)))
|
2399
|
-
(min_or_2 Xmm (x64_orpd min_or is_nan_mask))
|
2400
|
-
(nan_fraction_mask Xmm (x64_psrlq is_nan_mask (RegMemImm.Imm 13)))
|
2401
|
-
(final Xmm (x64_andnpd nan_fraction_mask min_or_2)))
|
2402
|
-
final))
|
2403
|
-
|
2404
|
-
;; Rules for `fmax` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2405
|
-
|
2406
|
-
(rule (lower (has_type $F32 (fmax x y)))
|
2407
|
-
(xmm_min_max_seq $F32 $false x y))
|
2408
|
-
(rule (lower (has_type $F64 (fmax x y)))
|
2409
|
-
(xmm_min_max_seq $F64 $false x y))
|
2410
|
-
|
2411
|
-
;; The vector version of fmax here is a dual to the fmin sequence
|
2412
|
-
;; above, almost, with a few differences.
|
2413
|
-
|
2414
|
-
(rule (lower (has_type $F32X4 (fmax x y)))
|
2415
|
-
;; Compute max(x, y) and max(y, x) with native
|
2416
|
-
;; instructions. These will differ in one of the edge cases
|
2417
|
-
;; above that we have to handle properly. (Conversely, if they
|
2418
|
-
;; don't differ, then the native instruction's answer is the
|
2419
|
-
;; right one per CLIF semantics.)
|
2420
|
-
(let ((max1 Xmm (x64_maxps x y))
|
2421
|
-
(max2 Xmm (x64_maxps y x))
|
2422
|
-
;; Compute the XOR of the two maxima. In the case
|
2423
|
-
;; where we don't have a +/-0 mismatch or NaNs, then
|
2424
|
-
;; `min1` and `min2` are equal and this XOR is zero.
|
2425
|
-
(max_xor Xmm (x64_xorps max1 max2))
|
2426
|
-
;; OR the XOR into one of the original maxima. If they are
|
2427
|
-
;; equal, this does nothing. If max2 was NaN, its exponent
|
2428
|
-
;; bits were all-ones, so the xor's exponent bits were the
|
2429
|
-
;; complement of max1, and the OR of max1 and max_xor has
|
2430
|
-
;; an all-ones exponent (is a NaN). If max1 was NaN, then
|
2431
|
-
;; its exponent bits were already all-ones, so the OR will
|
2432
|
-
;; be a NaN as well.
|
2433
|
-
(max_blended_nan Xmm (x64_orps max1 max_xor))
|
2434
|
-
;; Subtract the XOR. This ensures that if we had +0 and
|
2435
|
-
;; -0, we end up with +0.
|
2436
|
-
(max_blended_nan_positive Xmm (x64_subps max_blended_nan max_xor))
|
2437
|
-
;; "compare unordered" produces a true mask (all ones) in
|
2438
|
-
;; a given lane if the min is a NaN. We use this to
|
2439
|
-
;; generate a mask to ensure quiet NaNs.
|
2440
|
-
(is_nan_mask Xmm (x64_cmpps max_blended_nan max_blended_nan (FcmpImm.Unordered)))
|
2441
|
-
;; Shift the NaN mask down so that it covers just the
|
2442
|
-
;; fraction below the NaN signalling bit; we'll use this
|
2443
|
-
;; to mask off non-canonical NaN payloads.
|
2444
|
-
;;
|
2445
|
-
;; All-ones for NaN, shifted down to leave 10 top bits (1
|
2446
|
-
;; sign, 8 exponent, 1 QNaN bit that must remain set)
|
2447
|
-
;; cleared.
|
2448
|
-
(nan_fraction_mask Xmm (x64_psrld is_nan_mask (RegMemImm.Imm 10)))
|
2449
|
-
;; Do a NAND, so that we retain every bit not set in
|
2450
|
-
;; `nan_fraction_mask`. This mask will be all zeroes (so
|
2451
|
-
;; we retain every bit) in non-NaN cases, and will have
|
2452
|
-
;; ones (so we clear those bits) in NaN-payload bits
|
2453
|
-
;; otherwise.
|
2454
|
-
(final Xmm (x64_andnps nan_fraction_mask max_blended_nan_positive)))
|
2455
|
-
final))
|
2456
|
-
|
2457
|
-
(rule (lower (has_type $F64X2 (fmax x y)))
|
2458
|
-
;; Compute max(x, y) and max(y, x) with native
|
2459
|
-
;; instructions. These will differ in one of the edge cases
|
2460
|
-
;; above that we have to handle properly. (Conversely, if they
|
2461
|
-
;; don't differ, then the native instruction's answer is the
|
2462
|
-
;; right one per CLIF semantics.)
|
2463
|
-
(let ((max1 Xmm (x64_maxpd x y))
|
2464
|
-
(max2 Xmm (x64_maxpd y x))
|
2465
|
-
;; Compute the XOR of the two maxima. In the case
|
2466
|
-
;; where we don't have a +/-0 mismatch or NaNs, then
|
2467
|
-
;; `min1` and `min2` are equal and this XOR is zero.
|
2468
|
-
(max_xor Xmm (x64_xorpd max1 max2))
|
2469
|
-
;; OR the XOR into one of the original maxima. If they are
|
2470
|
-
;; equal, this does nothing. If max2 was NaN, its exponent
|
2471
|
-
;; bits were all-ones, so the xor's exponent bits were the
|
2472
|
-
;; complement of max1, and the OR of max1 and max_xor has
|
2473
|
-
;; an all-ones exponent (is a NaN). If max1 was NaN, then
|
2474
|
-
;; its exponent bits were already all-ones, so the OR will
|
2475
|
-
;; be a NaN as well.
|
2476
|
-
(max_blended_nan Xmm (x64_orpd max1 max_xor))
|
2477
|
-
;; Subtract the XOR. This ensures that if we had +0 and
|
2478
|
-
;; -0, we end up with +0.
|
2479
|
-
(max_blended_nan_positive Xmm (x64_subpd max_blended_nan max_xor))
|
2480
|
-
;; `cmpps` with predicate index `3` is `cmpunordps`, or
|
2481
|
-
;; "compare unordered": it produces a true mask (all ones)
|
2482
|
-
;; in a given lane if the min is a NaN. We use this to
|
2483
|
-
;; generate a mask to ensure quiet NaNs.
|
2484
|
-
(is_nan_mask Xmm (x64_cmppd max_blended_nan max_blended_nan (FcmpImm.Unordered)))
|
2485
|
-
;; Shift the NaN mask down so that it covers just the
|
2486
|
-
;; fraction below the NaN signalling bit; we'll use this
|
2487
|
-
;; to mask off non-canonical NaN payloads.
|
2488
|
-
;;
|
2489
|
-
;; All-ones for NaN, shifted down to leave 13 top bits (1
|
2490
|
-
;; sign, 11 exponent, 1 QNaN bit that must remain set)
|
2491
|
-
;; cleared.
|
2492
|
-
(nan_fraction_mask Xmm (x64_psrlq is_nan_mask (RegMemImm.Imm 13)))
|
2493
|
-
;; Do a NAND, so that we retain every bit not set in
|
2494
|
-
;; `nan_fraction_mask`. This mask will be all zeroes (so
|
2495
|
-
;; we retain every bit) in non-NaN cases, and will have
|
2496
|
-
;; ones (so we clear those bits) in NaN-payload bits
|
2497
|
-
;; otherwise.
|
2498
|
-
(final Xmm (x64_andnpd nan_fraction_mask max_blended_nan_positive)))
|
2499
|
-
final))
|
2500
|
-
|
2501
|
-
;; Rules for `fmin_pseudo` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2502
|
-
|
2503
|
-
(rule (lower (has_type $F32 (fmin_pseudo x y)))
|
2504
|
-
(x64_minss y x))
|
2505
|
-
(rule (lower (has_type $F64 (fmin_pseudo x y)))
|
2506
|
-
(x64_minsd y x))
|
2507
|
-
(rule (lower (has_type $F32X4 (fmin_pseudo x y)))
|
2508
|
-
(x64_minps y x))
|
2509
|
-
(rule (lower (has_type $F64X2 (fmin_pseudo x y)))
|
2510
|
-
(x64_minpd y x))
|
2511
|
-
|
2512
|
-
;; Rules for `fmax_pseudo` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2513
|
-
|
2514
|
-
(rule (lower (has_type $F32 (fmax_pseudo x y)))
|
2515
|
-
(x64_maxss y x))
|
2516
|
-
(rule (lower (has_type $F64 (fmax_pseudo x y)))
|
2517
|
-
(x64_maxsd y x))
|
2518
|
-
(rule (lower (has_type $F32X4 (fmax_pseudo x y)))
|
2519
|
-
(x64_maxps y x))
|
2520
|
-
(rule (lower (has_type $F64X2 (fmax_pseudo x y)))
|
2521
|
-
(x64_maxpd y x))
|
2522
|
-
|
2523
|
-
;; Rules for `fma` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2524
|
-
|
2525
|
-
(rule (lower (has_type $F32 (fma x y z)))
|
2526
|
-
(libcall_3 (LibCall.FmaF32) x y z))
|
2527
|
-
(rule (lower (has_type $F64 (fma x y z)))
|
2528
|
-
(libcall_3 (LibCall.FmaF64) x y z))
|
2529
|
-
(rule 1 (lower (has_type (and (use_fma $true) $F32) (fma x y z)))
|
2530
|
-
(x64_vfmadd213ss x y z))
|
2531
|
-
(rule 1 (lower (has_type (and (use_fma $true) $F64) (fma x y z)))
|
2532
|
-
(x64_vfmadd213sd x y z))
|
2533
|
-
(rule (lower (has_type (and (use_fma $true) $F32X4) (fma x y z)))
|
2534
|
-
(x64_vfmadd213ps x y z))
|
2535
|
-
(rule (lower (has_type (and (use_fma $true) $F64X2) (fma x y z)))
|
2536
|
-
(x64_vfmadd213pd x y z))
|
2537
|
-
|
2538
|
-
;; Rules for `load*` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2539
|
-
|
2540
|
-
;; In order to load a value from memory to a GPR register, we may need to extend
|
2541
|
-
;; the loaded value from 8-, 16-, or 32-bits to this backend's expected GPR
|
2542
|
-
;; width: 64 bits. Note that `ext_mode` will load 1-bit types (booleans) as
|
2543
|
-
;; 8-bit loads.
|
2544
|
-
;;
|
2545
|
-
;; By default, we zero-extend all sub-64-bit loads to a GPR.
|
2546
|
-
(rule -4 (lower (has_type (and (fits_in_32 ty) (is_gpr_type _)) (load flags address offset)))
|
2547
|
-
(x64_movzx (ext_mode (ty_bits_u16 ty) 64) (to_amode flags address offset)))
|
2548
|
-
;; But if we know that both the `from` and `to` are 64 bits, we simply load with
|
2549
|
-
;; no extension.
|
2550
|
-
(rule -1 (lower (has_type (ty_int_ref_64 ty) (load flags address offset)))
|
2551
|
-
(x64_mov (to_amode flags address offset)))
|
2552
|
-
;; Also, certain scalar loads have a specific `from` width and extension kind
|
2553
|
-
;; (signed -> `sx`, zeroed -> `zx`). We overwrite the high bits of the 64-bit
|
2554
|
-
;; GPR even if the `to` type is smaller (e.g., 16-bits).
|
2555
|
-
(rule (lower (has_type (is_gpr_type ty) (uload8 flags address offset)))
|
2556
|
-
(x64_movzx (ExtMode.BQ) (to_amode flags address offset)))
|
2557
|
-
(rule (lower (has_type (is_gpr_type ty) (sload8 flags address offset)))
|
2558
|
-
(x64_movsx (ExtMode.BQ) (to_amode flags address offset)))
|
2559
|
-
(rule (lower (has_type (is_gpr_type ty) (uload16 flags address offset)))
|
2560
|
-
(x64_movzx (ExtMode.WQ) (to_amode flags address offset)))
|
2561
|
-
(rule (lower (has_type (is_gpr_type ty) (sload16 flags address offset)))
|
2562
|
-
(x64_movsx (ExtMode.WQ) (to_amode flags address offset)))
|
2563
|
-
(rule (lower (has_type (is_gpr_type ty) (uload32 flags address offset)))
|
2564
|
-
(x64_movzx (ExtMode.LQ) (to_amode flags address offset)))
|
2565
|
-
(rule (lower (has_type (is_gpr_type ty) (sload32 flags address offset)))
|
2566
|
-
(x64_movsx (ExtMode.LQ) (to_amode flags address offset)))
|
2567
|
-
|
2568
|
-
;; To load to XMM registers, we use the x64-specific instructions for each type.
|
2569
|
-
;; For `$F32` and `$F64` this is important--we only want to load 32 or 64 bits.
|
2570
|
-
;; But for the 128-bit types, this is not strictly necessary for performance but
|
2571
|
-
;; might help with clarity during disassembly.
|
2572
|
-
(rule (lower (has_type $F32 (load flags address offset)))
|
2573
|
-
(x64_movss_load (to_amode flags address offset)))
|
2574
|
-
(rule (lower (has_type $F64 (load flags address offset)))
|
2575
|
-
(x64_movsd_load (to_amode flags address offset)))
|
2576
|
-
(rule (lower (has_type $F32X4 (load flags address offset)))
|
2577
|
-
(x64_movups (to_amode flags address offset)))
|
2578
|
-
(rule (lower (has_type $F64X2 (load flags address offset)))
|
2579
|
-
(x64_movupd (to_amode flags address offset)))
|
2580
|
-
(rule -2 (lower (has_type (ty_vec128 ty) (load flags address offset)))
|
2581
|
-
(x64_movdqu (to_amode flags address offset)))
|
2582
|
-
|
2583
|
-
;; We can load an I128 by doing two 64-bit loads.
|
2584
|
-
(rule -3 (lower (has_type $I128
|
2585
|
-
(load flags address offset)))
|
2586
|
-
(let ((addr_lo Amode (to_amode flags address offset))
|
2587
|
-
(addr_hi Amode (amode_offset addr_lo 8))
|
2588
|
-
(value_lo Reg (x64_mov addr_lo))
|
2589
|
-
(value_hi Reg (x64_mov addr_hi)))
|
2590
|
-
(value_regs value_lo value_hi)))
|
2591
|
-
|
2592
|
-
;; We also include widening vector loads; these sign- or zero-extend each lane
|
2593
|
-
;; to the next wider width (e.g., 16x4 -> 32x4).
|
2594
|
-
(rule (lower (has_type $I16X8 (sload8x8 flags address offset)))
|
2595
|
-
(x64_pmovsxbw (to_amode flags address offset)))
|
2596
|
-
(rule (lower (has_type $I16X8 (uload8x8 flags address offset)))
|
2597
|
-
(x64_pmovzxbw (to_amode flags address offset)))
|
2598
|
-
(rule (lower (has_type $I32X4 (sload16x4 flags address offset)))
|
2599
|
-
(x64_pmovsxwd (to_amode flags address offset)))
|
2600
|
-
(rule (lower (has_type $I32X4 (uload16x4 flags address offset)))
|
2601
|
-
(x64_pmovzxwd (to_amode flags address offset)))
|
2602
|
-
(rule (lower (has_type $I64X2 (sload32x2 flags address offset)))
|
2603
|
-
(x64_pmovsxdq (to_amode flags address offset)))
|
2604
|
-
(rule (lower (has_type $I64X2 (uload32x2 flags address offset)))
|
2605
|
-
(x64_pmovzxdq (to_amode flags address offset)))
|
2606
|
-
|
2607
|
-
;; Rules for `store*` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2608
|
-
|
2609
|
-
;; 8-, 16-, 32- and 64-bit GPR stores.
|
2610
|
-
(rule -2 (lower (store flags
|
2611
|
-
value @ (value_type (is_gpr_type ty))
|
2612
|
-
address
|
2613
|
-
offset))
|
2614
|
-
(side_effect
|
2615
|
-
(x64_movrm ty (to_amode flags address offset) value)))
|
2616
|
-
|
2617
|
-
;; Explicit 8/16/32-bit opcodes.
|
2618
|
-
(rule (lower (istore8 flags value address offset))
|
2619
|
-
(side_effect
|
2620
|
-
(x64_movrm $I8 (to_amode flags address offset) value)))
|
2621
|
-
(rule (lower (istore16 flags value address offset))
|
2622
|
-
(side_effect
|
2623
|
-
(x64_movrm $I16 (to_amode flags address offset) value)))
|
2624
|
-
(rule (lower (istore32 flags value address offset))
|
2625
|
-
(side_effect
|
2626
|
-
(x64_movrm $I32 (to_amode flags address offset) value)))
|
2627
|
-
|
2628
|
-
;; F32 stores of values in XMM registers.
|
2629
|
-
(rule 1 (lower (store flags
|
2630
|
-
value @ (value_type $F32)
|
2631
|
-
address
|
2632
|
-
offset))
|
2633
|
-
(side_effect
|
2634
|
-
(x64_xmm_movrm (SseOpcode.Movss) (to_amode flags address offset) value)))
|
2635
|
-
|
2636
|
-
;; F64 stores of values in XMM registers.
|
2637
|
-
(rule 1 (lower (store flags
|
2638
|
-
value @ (value_type $F64)
|
2639
|
-
address
|
2640
|
-
offset))
|
2641
|
-
(side_effect
|
2642
|
-
(x64_xmm_movrm (SseOpcode.Movsd) (to_amode flags address offset) value)))
|
2643
|
-
|
2644
|
-
;; Stores of F32X4 vectors.
|
2645
|
-
(rule 1 (lower (store flags
|
2646
|
-
value @ (value_type $F32X4)
|
2647
|
-
address
|
2648
|
-
offset))
|
2649
|
-
(side_effect
|
2650
|
-
(x64_xmm_movrm (SseOpcode.Movups) (to_amode flags address offset) value)))
|
2651
|
-
|
2652
|
-
;; Stores of F64X2 vectors.
|
2653
|
-
(rule 1 (lower (store flags
|
2654
|
-
value @ (value_type $F64X2)
|
2655
|
-
address
|
2656
|
-
offset))
|
2657
|
-
(side_effect
|
2658
|
-
(x64_xmm_movrm (SseOpcode.Movupd) (to_amode flags address offset) value)))
|
2659
|
-
|
2660
|
-
;; Stores of all other 128-bit vector types with integer lanes.
|
2661
|
-
(rule -1 (lower (store flags
|
2662
|
-
value @ (value_type (ty_vec128_int _))
|
2663
|
-
address
|
2664
|
-
offset))
|
2665
|
-
(side_effect
|
2666
|
-
(x64_xmm_movrm (SseOpcode.Movdqu) (to_amode flags address offset) value)))
|
2667
|
-
|
2668
|
-
;; Stores of I128 values: store the two 64-bit halves separately.
|
2669
|
-
(rule 0 (lower (store flags
|
2670
|
-
value @ (value_type $I128)
|
2671
|
-
address
|
2672
|
-
offset))
|
2673
|
-
(let ((value_reg ValueRegs value)
|
2674
|
-
(value_lo Gpr (value_regs_get_gpr value_reg 0))
|
2675
|
-
(value_hi Gpr (value_regs_get_gpr value_reg 1))
|
2676
|
-
(addr_lo Amode (to_amode flags address offset))
|
2677
|
-
(addr_hi Amode (amode_offset addr_lo 8)))
|
2678
|
-
(side_effect
|
2679
|
-
(side_effect_concat
|
2680
|
-
(x64_movrm $I64 addr_lo value_lo)
|
2681
|
-
(x64_movrm $I64 addr_hi value_hi)))))
|
2682
|
-
|
2683
|
-
;; Rules for `load*` + ALU op + `store*` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2684
|
-
|
2685
|
-
;; Add mem, reg
|
2686
|
-
(rule 3 (lower
|
2687
|
-
(store flags
|
2688
|
-
(has_type (ty_32_or_64 ty)
|
2689
|
-
(iadd (and
|
2690
|
-
(sinkable_load sink)
|
2691
|
-
(load flags addr offset))
|
2692
|
-
src2))
|
2693
|
-
addr
|
2694
|
-
offset))
|
2695
|
-
(let ((_ RegMemImm (sink_load sink)))
|
2696
|
-
(side_effect
|
2697
|
-
(x64_add_mem ty (to_amode flags addr offset) src2))))
|
2698
|
-
|
2699
|
-
;; Add mem, reg with args swapped
|
2700
|
-
(rule 2 (lower
|
2701
|
-
(store flags
|
2702
|
-
(has_type (ty_32_or_64 ty)
|
2703
|
-
(iadd src2
|
2704
|
-
(and
|
2705
|
-
(sinkable_load sink)
|
2706
|
-
(load flags addr offset))))
|
2707
|
-
addr
|
2708
|
-
offset))
|
2709
|
-
(let ((_ RegMemImm (sink_load sink)))
|
2710
|
-
(side_effect
|
2711
|
-
(x64_add_mem ty (to_amode flags addr offset) src2))))
|
2712
|
-
|
2713
|
-
;; Sub mem, reg
|
2714
|
-
(rule 2 (lower
|
2715
|
-
(store flags
|
2716
|
-
(has_type (ty_32_or_64 ty)
|
2717
|
-
(isub (and
|
2718
|
-
(sinkable_load sink)
|
2719
|
-
(load flags addr offset))
|
2720
|
-
src2))
|
2721
|
-
addr
|
2722
|
-
offset))
|
2723
|
-
(let ((_ RegMemImm (sink_load sink)))
|
2724
|
-
(side_effect
|
2725
|
-
(x64_sub_mem ty (to_amode flags addr offset) src2))))
|
2726
|
-
|
2727
|
-
;; And mem, reg
|
2728
|
-
(rule 3 (lower
|
2729
|
-
(store flags
|
2730
|
-
(has_type (ty_32_or_64 ty)
|
2731
|
-
(band (and
|
2732
|
-
(sinkable_load sink)
|
2733
|
-
(load flags addr offset))
|
2734
|
-
src2))
|
2735
|
-
addr
|
2736
|
-
offset))
|
2737
|
-
(let ((_ RegMemImm (sink_load sink)))
|
2738
|
-
(side_effect
|
2739
|
-
(x64_and_mem ty (to_amode flags addr offset) src2))))
|
2740
|
-
|
2741
|
-
;; And mem, reg with args swapped
|
2742
|
-
(rule 2 (lower
|
2743
|
-
(store flags
|
2744
|
-
(has_type (ty_32_or_64 ty)
|
2745
|
-
(band src2
|
2746
|
-
(and
|
2747
|
-
(sinkable_load sink)
|
2748
|
-
(load flags addr offset))))
|
2749
|
-
addr
|
2750
|
-
offset))
|
2751
|
-
(let ((_ RegMemImm (sink_load sink)))
|
2752
|
-
(side_effect
|
2753
|
-
(x64_and_mem ty (to_amode flags addr offset) src2))))
|
2754
|
-
|
2755
|
-
;; Or mem, reg
|
2756
|
-
(rule 3 (lower
|
2757
|
-
(store flags
|
2758
|
-
(has_type (ty_32_or_64 ty)
|
2759
|
-
(bor (and
|
2760
|
-
(sinkable_load sink)
|
2761
|
-
(load flags addr offset))
|
2762
|
-
src2))
|
2763
|
-
addr
|
2764
|
-
offset))
|
2765
|
-
(let ((_ RegMemImm (sink_load sink)))
|
2766
|
-
(side_effect
|
2767
|
-
(x64_or_mem ty (to_amode flags addr offset) src2))))
|
2768
|
-
|
2769
|
-
;; Or mem, reg with args swapped
|
2770
|
-
(rule 2 (lower
|
2771
|
-
(store flags
|
2772
|
-
(has_type (ty_32_or_64 ty)
|
2773
|
-
(bor src2
|
2774
|
-
(and
|
2775
|
-
(sinkable_load sink)
|
2776
|
-
(load flags addr offset))))
|
2777
|
-
addr
|
2778
|
-
offset))
|
2779
|
-
(let ((_ RegMemImm (sink_load sink)))
|
2780
|
-
(side_effect
|
2781
|
-
(x64_or_mem ty (to_amode flags addr offset) src2))))
|
2782
|
-
|
2783
|
-
;; Xor mem, reg
|
2784
|
-
(rule 3 (lower
|
2785
|
-
(store flags
|
2786
|
-
(has_type (ty_32_or_64 ty)
|
2787
|
-
(bxor (and
|
2788
|
-
(sinkable_load sink)
|
2789
|
-
(load flags addr offset))
|
2790
|
-
src2))
|
2791
|
-
addr
|
2792
|
-
offset))
|
2793
|
-
(let ((_ RegMemImm (sink_load sink)))
|
2794
|
-
(side_effect
|
2795
|
-
(x64_xor_mem ty (to_amode flags addr offset) src2))))
|
2796
|
-
|
2797
|
-
;; Xor mem, reg with args swapped
|
2798
|
-
(rule 2 (lower
|
2799
|
-
(store flags
|
2800
|
-
(has_type (ty_32_or_64 ty)
|
2801
|
-
(bxor src2
|
2802
|
-
(and
|
2803
|
-
(sinkable_load sink)
|
2804
|
-
(load flags addr offset))))
|
2805
|
-
addr
|
2806
|
-
offset))
|
2807
|
-
(let ((_ RegMemImm (sink_load sink)))
|
2808
|
-
(side_effect
|
2809
|
-
(x64_xor_mem ty (to_amode flags addr offset) src2))))
|
2810
|
-
|
2811
|
-
;; Rules for `fence` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2812
|
-
|
2813
|
-
(rule (lower (fence))
|
2814
|
-
(side_effect (x64_mfence)))
|
2815
|
-
|
2816
|
-
;; Rules for `func_addr` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2817
|
-
|
2818
|
-
(rule (lower (func_addr (func_ref_data _ extname _)))
|
2819
|
-
(load_ext_name extname 0))
|
2820
|
-
|
2821
|
-
;; Rules for `symbol_value` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2822
|
-
|
2823
|
-
(rule (lower (symbol_value (symbol_value_data extname _ offset)))
|
2824
|
-
(load_ext_name extname offset))
|
2825
|
-
|
2826
|
-
;; Rules for `atomic_load` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2827
|
-
|
2828
|
-
;; This is a normal load. The x86-TSO memory model provides sufficient
|
2829
|
-
;; sequencing to satisfy the CLIF synchronisation requirements for `AtomicLoad`
|
2830
|
-
;; without the need for any fence instructions.
|
2831
|
-
;;
|
2832
|
-
;; As described in the `atomic_load` documentation, this lowering is only valid
|
2833
|
-
;; for I8, I16, I32, and I64. The sub-64-bit types are zero extended, as with a
|
2834
|
-
;; normal load.
|
2835
|
-
(rule 1 (lower (has_type $I64 (atomic_load flags address)))
|
2836
|
-
(x64_mov (to_amode flags address (zero_offset))))
|
2837
|
-
(rule (lower (has_type (and (fits_in_32 ty) (ty_int _)) (atomic_load flags address)))
|
2838
|
-
(x64_movzx (ext_mode (ty_bits_u16 ty) 64) (to_amode flags address (zero_offset))))
|
2839
|
-
|
2840
|
-
;; Rules for `atomic_store` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2841
|
-
|
2842
|
-
;; This is a normal store followed by an `mfence` instruction. As described in
|
2843
|
-
;; the `atomic_load` documentation, this lowering is only valid for I8, I16,
|
2844
|
-
;; I32, and I64.
|
2845
|
-
(rule (lower (atomic_store flags
|
2846
|
-
value @ (value_type (and (fits_in_64 ty) (ty_int _)))
|
2847
|
-
address))
|
2848
|
-
(side_effect (side_effect_concat
|
2849
|
-
(x64_movrm ty (to_amode flags address (zero_offset)) value)
|
2850
|
-
(x64_mfence))))
|
2851
|
-
|
2852
|
-
;; Rules for `atomic_cas` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2853
|
-
|
2854
|
-
(rule (lower (has_type (and (fits_in_64 ty) (ty_int _))
|
2855
|
-
(atomic_cas flags address expected replacement)))
|
2856
|
-
(x64_cmpxchg ty expected replacement (to_amode flags address (zero_offset))))
|
2857
|
-
|
2858
|
-
;; Rules for `atomic_rmw` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2859
|
-
|
2860
|
-
;; This is a simple, general-case atomic update, based on a loop involving
|
2861
|
-
;; `cmpxchg`. Note that we could do much better than this in the case where the
|
2862
|
-
;; old value at the location (that is to say, the SSA `Value` computed by this
|
2863
|
-
;; CLIF instruction) is not required. In that case, we could instead implement
|
2864
|
-
;; this using a single `lock`-prefixed x64 read-modify-write instruction. Also,
|
2865
|
-
;; even in the case where the old value is required, for the `add` and `sub`
|
2866
|
-
;; cases, we can use the single instruction `lock xadd`. However, those
|
2867
|
-
;; improvements have been left for another day. TODO: filed as
|
2868
|
-
;; https://github.com/bytecodealliance/wasmtime/issues/2153.
|
2869
|
-
|
2870
|
-
(rule (lower (has_type (and (fits_in_64 ty) (ty_int _))
|
2871
|
-
(atomic_rmw flags op address input)))
|
2872
|
-
(x64_atomic_rmw_seq ty op (to_amode flags address (zero_offset)) input))
|
2873
|
-
|
2874
|
-
;; Rules for `call` and `call_indirect` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2875
|
-
|
2876
|
-
(rule (lower (call (func_ref_data sig_ref extname dist) inputs))
|
2877
|
-
(gen_call sig_ref extname dist inputs))
|
2878
|
-
|
2879
|
-
(rule (lower (call_indirect sig_ref val inputs))
|
2880
|
-
(gen_call_indirect sig_ref val inputs))
|
2881
|
-
|
2882
|
-
;;;; Rules for `get_{frame,stack}_pointer` and `get_return_address` ;;;;;;;;;;;;
|
2883
|
-
|
2884
|
-
(rule (lower (get_frame_pointer))
|
2885
|
-
(x64_rbp))
|
2886
|
-
|
2887
|
-
(rule (lower (get_stack_pointer))
|
2888
|
-
(x64_rsp))
|
2889
|
-
|
2890
|
-
(rule (lower (get_return_address))
|
2891
|
-
(x64_load $I64
|
2892
|
-
(Amode.ImmReg 8 (x64_rbp) (mem_flags_trusted))
|
2893
|
-
(ExtKind.None)))
|
2894
|
-
|
2895
|
-
;; Rules for `jump` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2896
|
-
|
2897
|
-
(rule (lower_branch (jump _ _) (single_target target))
|
2898
|
-
(side_effect (jmp_known target)))
|
2899
|
-
|
2900
|
-
;; Rules for `brz` and `brnz` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2901
|
-
|
2902
|
-
(rule 2 (lower_branch (brz (icmp cc a b) _ _) (two_targets taken not_taken))
|
2903
|
-
(let ((cmp IcmpCondResult (invert_icmp_cond_result (emit_cmp cc a b))))
|
2904
|
-
(side_effect (jmp_cond_icmp cmp taken not_taken))))
|
2905
|
-
|
2906
|
-
(rule 2 (lower_branch (brz (fcmp cc a b) _ _) (two_targets taken not_taken))
|
2907
|
-
(let ((cmp FcmpCondResult (emit_fcmp (floatcc_inverse cc) a b)))
|
2908
|
-
(side_effect (jmp_cond_fcmp cmp taken not_taken))))
|
2909
|
-
|
2910
|
-
(rule 1 (lower_branch (brz val @ (value_type $I128) _ _) (two_targets taken not_taken))
|
2911
|
-
(side_effect (jmp_cond_icmp (cmp_zero_i128 (CC.NZ) val) taken not_taken)))
|
2912
|
-
|
2913
|
-
(rule 0 (lower_branch (brz val @ (value_type (ty_int_bool_or_ref)) _ _) (two_targets taken not_taken))
|
2914
|
-
(side_effect
|
2915
|
-
(with_flags_side_effect (cmp_zero_int_bool_ref val)
|
2916
|
-
(jmp_cond (CC.Z) taken not_taken))))
|
2917
|
-
|
2918
|
-
|
2919
|
-
(rule 2 (lower_branch (brnz (icmp cc a b) _ _) (two_targets taken not_taken))
|
2920
|
-
(side_effect (jmp_cond_icmp (emit_cmp cc a b) taken not_taken)))
|
2921
|
-
|
2922
|
-
(rule 2 (lower_branch (brnz (fcmp cc a b) _ _) (two_targets taken not_taken))
|
2923
|
-
(let ((cmp FcmpCondResult (emit_fcmp cc a b)))
|
2924
|
-
(side_effect (jmp_cond_fcmp cmp taken not_taken))))
|
2925
|
-
|
2926
|
-
(rule 1 (lower_branch (brnz val @ (value_type $I128) _ _) (two_targets taken not_taken))
|
2927
|
-
(side_effect (jmp_cond_icmp (cmp_zero_i128 (CC.Z) val) taken not_taken)))
|
2928
|
-
|
2929
|
-
(rule 0 (lower_branch (brnz val @ (value_type (ty_int_bool_or_ref)) _ _) (two_targets taken not_taken))
|
2930
|
-
(side_effect
|
2931
|
-
(with_flags_side_effect (cmp_zero_int_bool_ref val)
|
2932
|
-
(jmp_cond (CC.NZ) taken not_taken))))
|
2933
|
-
|
2934
|
-
|
2935
|
-
;; Compare an I128 value to zero, returning a flags result suitable for making a
|
2936
|
-
;; jump decision. The comparison is implemented as `(hi == 0) && (low == 0)`,
|
2937
|
-
;; and the result can be interpreted as follows
|
2938
|
-
;; * CC.Z indicates that the value was non-zero, as one or both of the halves of
|
2939
|
-
;; the value were non-zero
|
2940
|
-
;; * CC.NZ indicates that both halves of the value were 0
|
2941
|
-
(decl cmp_zero_i128 (CC ValueRegs) IcmpCondResult)
|
2942
|
-
(rule (cmp_zero_i128 (cc_nz_or_z cc) val)
|
2943
|
-
(let ((lo Gpr (value_regs_get_gpr val 0))
|
2944
|
-
(hi Gpr (value_regs_get_gpr val 1))
|
2945
|
-
(lo_z Gpr (with_flags_reg (x64_cmp (OperandSize.Size64) (RegMemImm.Imm 0) lo)
|
2946
|
-
(x64_setcc (CC.Z))))
|
2947
|
-
(hi_z Gpr (with_flags_reg (x64_cmp (OperandSize.Size64) (RegMemImm.Imm 0) hi)
|
2948
|
-
(x64_setcc (CC.Z)))))
|
2949
|
-
(icmp_cond_result (x64_test (OperandSize.Size8) lo_z hi_z) cc)))
|
2950
|
-
|
2951
|
-
|
2952
|
-
(decl cmp_zero_int_bool_ref (Value) ProducesFlags)
|
2953
|
-
(rule (cmp_zero_int_bool_ref val @ (value_type ty))
|
2954
|
-
(let ((size OperandSize (raw_operand_size_of_type ty))
|
2955
|
-
(src Gpr val))
|
2956
|
-
(x64_test size src src)))
|
2957
|
-
|
2958
|
-
;; Rules for `br_table` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2959
|
-
|
2960
|
-
(rule (lower_branch (br_table idx @ (value_type ty) _ _) (jump_table_targets default_target jt_targets))
|
2961
|
-
(side_effect (jmp_table_seq ty idx default_target jt_targets)))
|
2962
|
-
|
2963
|
-
;; Rules for `select_spectre_guard` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2964
|
-
|
2965
|
-
(rule (lower (select_spectre_guard (icmp cc a b) x y))
|
2966
|
-
(select_icmp (emit_cmp cc a b) x y))
|
2967
|
-
|
2968
|
-
;; Rules for `fcvt_from_sint` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2969
|
-
|
2970
|
-
(rule 2 (lower (has_type $F32 (fcvt_from_sint a @ (value_type $I8))))
|
2971
|
-
(x64_cvtsi2ss $I32 (extend_to_gpr a $I32 (ExtendKind.Sign))))
|
2972
|
-
|
2973
|
-
(rule 2 (lower (has_type $F32 (fcvt_from_sint a @ (value_type $I16))))
|
2974
|
-
(x64_cvtsi2ss $I32 (extend_to_gpr a $I32 (ExtendKind.Sign))))
|
2975
|
-
|
2976
|
-
(rule 1 (lower (has_type $F32 (fcvt_from_sint a @ (value_type (ty_int (fits_in_64 ty))))))
|
2977
|
-
(x64_cvtsi2ss ty a))
|
2978
|
-
|
2979
|
-
(rule 2 (lower (has_type $F64 (fcvt_from_sint a @ (value_type $I8))))
|
2980
|
-
(x64_cvtsi2sd $I32 (extend_to_gpr a $I32 (ExtendKind.Sign))))
|
2981
|
-
|
2982
|
-
(rule 2 (lower (has_type $F64 (fcvt_from_sint a @ (value_type $I16))))
|
2983
|
-
(x64_cvtsi2sd $I32 (extend_to_gpr a $I32 (ExtendKind.Sign))))
|
2984
|
-
|
2985
|
-
(rule 1 (lower (has_type $F64 (fcvt_from_sint a @ (value_type (ty_int (fits_in_64 ty))))))
|
2986
|
-
(x64_cvtsi2sd ty a))
|
2987
|
-
|
2988
|
-
(rule 0 (lower (fcvt_from_sint a @ (value_type $I32X4)))
|
2989
|
-
(x64_cvtdq2ps a))
|
2990
|
-
|
2991
|
-
;; Rules for `fcvt_low_from_sint` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2992
|
-
|
2993
|
-
(rule (lower (fcvt_low_from_sint a @ (value_type ty)))
|
2994
|
-
(x64_cvtdq2pd ty a))
|
2995
|
-
|
2996
|
-
;; Rules for `fcvt_from_uint` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2997
|
-
|
2998
|
-
(rule 1 (lower (has_type $F32 (fcvt_from_uint val @ (value_type (fits_in_32 (ty_int ty))))))
|
2999
|
-
(x64_cvtsi2ss $I64 (extend_to_gpr val $I64 (ExtendKind.Zero))))
|
3000
|
-
|
3001
|
-
(rule 1 (lower (has_type $F64 (fcvt_from_uint val @ (value_type (fits_in_32 (ty_int ty))))))
|
3002
|
-
(x64_cvtsi2sd $I64 (extend_to_gpr val $I64 (ExtendKind.Zero))))
|
3003
|
-
|
3004
|
-
(rule (lower (has_type ty (fcvt_from_uint val @ (value_type $I64))))
|
3005
|
-
(cvt_u64_to_float_seq ty val))
|
3006
|
-
|
3007
|
-
;; Algorithm uses unpcklps to help create a float that is equivalent
|
3008
|
-
;; 0x1.0p52 + double(src). 0x1.0p52 is unique because at this exponent
|
3009
|
-
;; every value of the mantissa represents a corresponding uint32 number.
|
3010
|
-
;; When we subtract 0x1.0p52 we are left with double(src).
|
3011
|
-
(rule 1 (lower (has_type $F64X2 (fcvt_from_uint (uwiden_low val @ (value_type $I32X4)))))
|
3012
|
-
(let ((uint_mask Xmm (x64_xmm_load_const $I32X4 (fcvt_uint_mask_const)))
|
3013
|
-
(res Xmm (x64_unpcklps val uint_mask))
|
3014
|
-
(uint_mask_high Xmm (x64_xmm_load_const $I32X4 (fcvt_uint_mask_high_const))))
|
3015
|
-
(x64_subpd res uint_mask_high)))
|
3016
|
-
|
3017
|
-
;; When AVX512VL and AVX512F are available,
|
3018
|
-
;; `fcvt_from_uint` can be lowered to a single instruction.
|
3019
|
-
(rule 2 (lower (has_type (and (avx512vl_enabled $true) (avx512f_enabled $true) $F32X4)
|
3020
|
-
(fcvt_from_uint src)))
|
3021
|
-
(x64_vcvtudq2ps src))
|
3022
|
-
|
3023
|
-
;; Converting packed unsigned integers to packed floats
|
3024
|
-
;; requires a few steps. There is no single instruction
|
3025
|
-
;; lowering for converting unsigned floats but there is for
|
3026
|
-
;; converting packed signed integers to float (cvtdq2ps). In
|
3027
|
-
;; the steps below we isolate the upper half (16 bits) and
|
3028
|
-
;; lower half (16 bits) of each lane and then we convert
|
3029
|
-
;; each half separately using cvtdq2ps meant for signed
|
3030
|
-
;; integers. In order for this to work for the upper half
|
3031
|
-
;; bits we must shift right by 1 (divide by 2) these bits in
|
3032
|
-
;; order to ensure the most significant bit is 0 not signed,
|
3033
|
-
;; and then after the conversion we double the value.
|
3034
|
-
;; Finally we add the converted values where addition will
|
3035
|
-
;; correctly round.
|
3036
|
-
;;
|
3037
|
-
;; Sequence:
|
3038
|
-
;; -> A = 0xffffffff
|
3039
|
-
;; -> Ah = 0xffff0000
|
3040
|
-
;; -> Al = 0x0000ffff
|
3041
|
-
;; -> Convert(Al) // Convert int to float
|
3042
|
-
;; -> Ah = Ah >> 1 // Shift right 1 to assure Ah conversion isn't treated as signed
|
3043
|
-
;; -> Convert(Ah) // Convert .. with no loss of significant digits from previous shift
|
3044
|
-
;; -> Ah = Ah + Ah // Double Ah to account for shift right before the conversion.
|
3045
|
-
;; -> dst = Ah + Al // Add the two floats together
|
3046
|
-
(rule 1 (lower (has_type $F32X4 (fcvt_from_uint val)))
|
3047
|
-
(let ((a Xmm val)
|
3048
|
-
|
3049
|
-
;; get the low 16 bits
|
3050
|
-
(a_lo Xmm (x64_pslld a (RegMemImm.Imm 16)))
|
3051
|
-
(a_lo Xmm (x64_psrld a_lo (RegMemImm.Imm 16)))
|
3052
|
-
|
3053
|
-
;; get the high 16 bits
|
3054
|
-
(a_hi Xmm (x64_psubd a a_lo))
|
3055
|
-
|
3056
|
-
;; convert the low 16 bits
|
3057
|
-
(a_lo Xmm (x64_cvtdq2ps a_lo))
|
3058
|
-
|
3059
|
-
;; shift the high bits by 1, convert, and double to get the correct
|
3060
|
-
;; value
|
3061
|
-
(a_hi Xmm (x64_psrld a_hi (RegMemImm.Imm 1)))
|
3062
|
-
(a_hi Xmm (x64_cvtdq2ps a_hi))
|
3063
|
-
(a_hi Xmm (x64_addps a_hi a_hi)))
|
3064
|
-
|
3065
|
-
;; add together the two converted values
|
3066
|
-
(x64_addps a_hi a_lo)))
|
3067
|
-
|
3068
|
-
;; Rules for `fcvt_to_uint` and `fcvt_to_sint` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3069
|
-
|
3070
|
-
(rule (lower (has_type out_ty (fcvt_to_uint val @ (value_type (ty_scalar_float _)))))
|
3071
|
-
(cvt_float_to_uint_seq out_ty val $false))
|
3072
|
-
|
3073
|
-
(rule (lower (has_type out_ty (fcvt_to_uint_sat val @ (value_type (ty_scalar_float _)))))
|
3074
|
-
(cvt_float_to_uint_seq out_ty val $true))
|
3075
|
-
|
3076
|
-
(rule (lower (has_type out_ty (fcvt_to_sint val @ (value_type (ty_scalar_float _)))))
|
3077
|
-
(cvt_float_to_sint_seq out_ty val $false))
|
3078
|
-
|
3079
|
-
(rule (lower (has_type out_ty (fcvt_to_sint_sat val @ (value_type (ty_scalar_float _)))))
|
3080
|
-
(cvt_float_to_sint_seq out_ty val $true))
|
3081
|
-
|
3082
|
-
;; The x64 backend currently only supports these two type combinations.
|
3083
|
-
(rule 1 (lower (has_type $I32X4 (fcvt_to_sint_sat val @ (value_type $F32X4))))
|
3084
|
-
(let ((src Xmm val)
|
3085
|
-
|
3086
|
-
;; Sets tmp to zero if float is NaN
|
3087
|
-
(tmp Xmm (x64_cmpps src src (FcmpImm.Equal)))
|
3088
|
-
(dst Xmm (x64_andps src tmp))
|
3089
|
-
|
3090
|
-
;; Sets top bit of tmp if float is positive
|
3091
|
-
;; Setting up to set top bit on negative float values
|
3092
|
-
(tmp Xmm (x64_pxor tmp dst))
|
3093
|
-
|
3094
|
-
;; Convert the packed float to packed doubleword.
|
3095
|
-
(dst Xmm (x64_cvttps2dq $F32X4 dst))
|
3096
|
-
|
3097
|
-
;; Set top bit only if < 0
|
3098
|
-
(tmp Xmm (x64_pand dst tmp))
|
3099
|
-
(tmp Xmm (x64_psrad tmp (RegMemImm.Imm 31))))
|
3100
|
-
|
3101
|
-
;; On overflow 0x80000000 is returned to a lane.
|
3102
|
-
;; Below sets positive overflow lanes to 0x7FFFFFFF
|
3103
|
-
;; Keeps negative overflow lanes as is.
|
3104
|
-
(x64_pxor tmp dst)))
|
3105
|
-
|
3106
|
-
;; The algorithm for converting floats to unsigned ints is a little tricky. The
|
3107
|
-
;; complication arises because we are converting from a signed 64-bit int with a positive
|
3108
|
-
;; integer range from 1..INT_MAX (0x1..0x7FFFFFFF) to an unsigned integer with an extended
|
3109
|
-
;; range from (INT_MAX+1)..UINT_MAX. It's this range from (INT_MAX+1)..UINT_MAX
|
3110
|
-
;; (0x80000000..0xFFFFFFFF) that needs to be accounted for as a special case since our
|
3111
|
-
;; conversion instruction (cvttps2dq) only converts as high as INT_MAX (0x7FFFFFFF), but
|
3112
|
-
;; which conveniently setting underflows and overflows (smaller than MIN_INT or larger than
|
3113
|
-
;; MAX_INT) to be INT_MAX+1 (0x80000000). Nothing that the range (INT_MAX+1)..UINT_MAX includes
|
3114
|
-
;; precisely INT_MAX values we can correctly account for and convert every value in this range
|
3115
|
-
;; if we simply subtract INT_MAX+1 before doing the cvttps2dq conversion. After the subtraction
|
3116
|
-
;; every value originally (INT_MAX+1)..UINT_MAX is now the range (0..INT_MAX).
|
3117
|
-
;; After the conversion we add INT_MAX+1 back to this converted value, noting again that
|
3118
|
-
;; values we are trying to account for were already set to INT_MAX+1 during the original conversion.
|
3119
|
-
;; We simply have to create a mask and make sure we are adding together only the lanes that need
|
3120
|
-
;; to be accounted for. Digesting it all the steps then are:
|
3121
|
-
;;
|
3122
|
-
;; Step 1 - Account for NaN and negative floats by setting these src values to zero.
|
3123
|
-
;; Step 2 - Make a copy (tmp1) of the src value since we need to convert twice for
|
3124
|
-
;; reasons described above.
|
3125
|
-
;; Step 3 - Convert the original src values. This will convert properly all floats up to INT_MAX
|
3126
|
-
;; Step 4 - Subtract INT_MAX from the copy set (tmp1). Note, all zero and negative values are those
|
3127
|
-
;; values that were originally in the range (0..INT_MAX). This will come in handy during
|
3128
|
-
;; step 7 when we zero negative lanes.
|
3129
|
-
;; Step 5 - Create a bit mask for tmp1 that will correspond to all lanes originally less than
|
3130
|
-
;; UINT_MAX that are now less than INT_MAX thanks to the subtraction.
|
3131
|
-
;; Step 6 - Convert the second set of values (tmp1)
|
3132
|
-
;; Step 7 - Prep the converted second set by zeroing out negative lanes (these have already been
|
3133
|
-
;; converted correctly with the first set) and by setting overflow lanes to 0x7FFFFFFF
|
3134
|
-
;; as this will allow us to properly saturate overflow lanes when adding to 0x80000000
|
3135
|
-
;; Step 8 - Add the orginal converted src and the converted tmp1 where float values originally less
|
3136
|
-
;; than and equal to INT_MAX will be unchanged, float values originally between INT_MAX+1 and
|
3137
|
-
;; UINT_MAX will add together (INT_MAX) + (SRC - INT_MAX), and float values originally
|
3138
|
-
;; greater than UINT_MAX will be saturated to UINT_MAX (0xFFFFFFFF) after adding (0x8000000 + 0x7FFFFFFF).
|
3139
|
-
;;
|
3140
|
-
;;
|
3141
|
-
;; The table below illustrates the result after each step where it matters for the converted set.
|
3142
|
-
;; Note the original value range (original src set) is the final dst in Step 8:
|
3143
|
-
;;
|
3144
|
-
;; Original src set:
|
3145
|
-
;; | Original Value Range | Step 1 | Step 3 | Step 8 |
|
3146
|
-
;; | -FLT_MIN..FLT_MAX | 0.0..FLT_MAX | 0..INT_MAX(w/overflow) | 0..UINT_MAX(w/saturation) |
|
3147
|
-
;;
|
3148
|
-
;; Copied src set (tmp1):
|
3149
|
-
;; | Step 2 | Step 4 |
|
3150
|
-
;; | 0.0..FLT_MAX | (0.0-(INT_MAX+1))..(FLT_MAX-(INT_MAX+1)) |
|
3151
|
-
;;
|
3152
|
-
;; | Step 6 | Step 7 |
|
3153
|
-
;; | (0-(INT_MAX+1))..(UINT_MAX-(INT_MAX+1))(w/overflow) | ((INT_MAX+1)-(INT_MAX+1))..(INT_MAX+1) |
|
3154
|
-
(rule 1 (lower (has_type $I32X4 (fcvt_to_uint_sat val @ (value_type $F32X4))))
|
3155
|
-
(let ((src Xmm val)
|
3156
|
-
|
3157
|
-
;; Converting to unsigned int so if float src is negative or NaN
|
3158
|
-
;; will first set to zero.
|
3159
|
-
(tmp2 Xmm (x64_pxor src src)) ;; make a zero
|
3160
|
-
(dst Xmm (x64_maxps src tmp2))
|
3161
|
-
|
3162
|
-
;; Set tmp2 to INT_MAX+1. It is important to note here that after it looks
|
3163
|
-
;; like we are only converting INT_MAX (0x7FFFFFFF) but in fact because
|
3164
|
-
;; single precision IEEE-754 floats can only accurately represent contingous
|
3165
|
-
;; integers up to 2^23 and outside of this range it rounds to the closest
|
3166
|
-
;; integer that it can represent. In the case of INT_MAX, this value gets
|
3167
|
-
;; represented as 0x4f000000 which is the integer value (INT_MAX+1).
|
3168
|
-
(tmp2 Xmm (x64_pcmpeqd tmp2 tmp2))
|
3169
|
-
(tmp2 Xmm (x64_psrld tmp2 (RegMemImm.Imm 1)))
|
3170
|
-
(tmp2 Xmm (x64_cvtdq2ps tmp2))
|
3171
|
-
|
3172
|
-
;; Make a copy of these lanes and then do the first conversion.
|
3173
|
-
;; Overflow lanes greater than the maximum allowed signed value will
|
3174
|
-
;; set to 0x80000000. Negative and NaN lanes will be 0x0
|
3175
|
-
(tmp1 Xmm dst)
|
3176
|
-
(dst Xmm (x64_cvttps2dq $F32X4 dst))
|
3177
|
-
|
3178
|
-
;; Set lanes to src - max_signed_int
|
3179
|
-
(tmp1 Xmm (x64_subps tmp1 tmp2))
|
3180
|
-
|
3181
|
-
;; Create mask for all positive lanes to saturate (i.e. greater than
|
3182
|
-
;; or equal to the maxmimum allowable unsigned int).
|
3183
|
-
(tmp2 Xmm (x64_cmpps tmp2 tmp1 (FcmpImm.LessThanOrEqual)))
|
3184
|
-
|
3185
|
-
;; Convert those set of lanes that have the max_signed_int factored out.
|
3186
|
-
(tmp1 Xmm (x64_cvttps2dq $F32X4 tmp1))
|
3187
|
-
|
3188
|
-
;; Prepare converted lanes by zeroing negative lanes and prepping lanes
|
3189
|
-
;; that have positive overflow (based on the mask) by setting these lanes
|
3190
|
-
;; to 0x7FFFFFFF
|
3191
|
-
(tmp1 Xmm (x64_pxor tmp1 tmp2))
|
3192
|
-
(tmp2 Xmm (x64_pxor tmp2 tmp2)) ;; make another zero
|
3193
|
-
(tmp1 Xmm (x64_pmaxsd tmp1 tmp2)))
|
3194
|
-
|
3195
|
-
;; Add this second set of converted lanes to the original to properly handle
|
3196
|
-
;; values greater than max signed int.
|
3197
|
-
(x64_paddd tmp1 dst)))
|
3198
|
-
|
3199
|
-
;; Rules for `iadd_pairwise` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3200
|
-
|
3201
|
-
(rule (lower
|
3202
|
-
(has_type $I16X8 (iadd_pairwise
|
3203
|
-
(swiden_low val @ (value_type $I8X16))
|
3204
|
-
(swiden_high val))))
|
3205
|
-
(let ((mul_const Xmm (x64_xmm_load_const $I8X16 (iadd_pairwise_mul_const_16))))
|
3206
|
-
(x64_pmaddubsw mul_const val)))
|
3207
|
-
|
3208
|
-
(rule (lower
|
3209
|
-
(has_type $I32X4 (iadd_pairwise
|
3210
|
-
(swiden_low val @ (value_type $I16X8))
|
3211
|
-
(swiden_high val))))
|
3212
|
-
(let ((mul_const Xmm (x64_xmm_load_const $I16X8 (iadd_pairwise_mul_const_32))))
|
3213
|
-
(x64_pmaddwd val mul_const)))
|
3214
|
-
|
3215
|
-
(rule (lower
|
3216
|
-
(has_type $I16X8 (iadd_pairwise
|
3217
|
-
(uwiden_low val @ (value_type $I8X16))
|
3218
|
-
(uwiden_high val))))
|
3219
|
-
(let ((mul_const Xmm (x64_xmm_load_const $I8X16 (iadd_pairwise_mul_const_16))))
|
3220
|
-
(x64_pmaddubsw val mul_const)))
|
3221
|
-
|
3222
|
-
(rule (lower
|
3223
|
-
(has_type $I32X4 (iadd_pairwise
|
3224
|
-
(uwiden_low val @ (value_type $I16X8))
|
3225
|
-
(uwiden_high val))))
|
3226
|
-
(let ((xor_const Xmm (x64_xmm_load_const $I16X8 (iadd_pairwise_xor_const_32)))
|
3227
|
-
(dst Xmm (x64_pxor val xor_const))
|
3228
|
-
|
3229
|
-
(madd_const Xmm (x64_xmm_load_const $I16X8 (iadd_pairwise_mul_const_32)))
|
3230
|
-
(dst Xmm (x64_pmaddwd dst madd_const))
|
3231
|
-
|
3232
|
-
(addd_const Xmm (x64_xmm_load_const $I16X8 (iadd_pairwise_addd_const_32))))
|
3233
|
-
(x64_paddd dst addd_const)))
|
3234
|
-
|
3235
|
-
;; Rules for `swiden_low` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3236
|
-
|
3237
|
-
(rule (lower (has_type $I16X8 (swiden_low val @ (value_type $I8X16))))
|
3238
|
-
(x64_pmovsxbw val))
|
3239
|
-
|
3240
|
-
(rule (lower (has_type $I32X4 (swiden_low val @ (value_type $I16X8))))
|
3241
|
-
(x64_pmovsxwd val))
|
3242
|
-
|
3243
|
-
(rule (lower (has_type $I64X2 (swiden_low val @ (value_type $I32X4))))
|
3244
|
-
(x64_pmovsxdq val))
|
3245
|
-
|
3246
|
-
;; Rules for `swiden_high` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3247
|
-
|
3248
|
-
(rule (lower (has_type $I16X8 (swiden_high val @ (value_type $I8X16))))
|
3249
|
-
(let ((x Xmm val))
|
3250
|
-
(x64_pmovsxbw (x64_palignr x x 8 (OperandSize.Size32)))))
|
3251
|
-
|
3252
|
-
(rule (lower (has_type $I32X4 (swiden_high val @ (value_type $I16X8))))
|
3253
|
-
(let ((x Xmm val))
|
3254
|
-
(x64_pmovsxwd (x64_palignr x x 8 (OperandSize.Size32)))))
|
3255
|
-
|
3256
|
-
(rule (lower (has_type $I64X2 (swiden_high val @ (value_type $I32X4))))
|
3257
|
-
(x64_pmovsxdq (x64_pshufd val 0xEE (OperandSize.Size32))))
|
3258
|
-
|
3259
|
-
;; Rules for `uwiden_low` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3260
|
-
|
3261
|
-
(rule (lower (has_type $I16X8 (uwiden_low val @ (value_type $I8X16))))
|
3262
|
-
(x64_pmovzxbw val))
|
3263
|
-
|
3264
|
-
(rule (lower (has_type $I32X4 (uwiden_low val @ (value_type $I16X8))))
|
3265
|
-
(x64_pmovzxwd val))
|
3266
|
-
|
3267
|
-
(rule (lower (has_type $I64X2 (uwiden_low val @ (value_type $I32X4))))
|
3268
|
-
(x64_pmovzxdq val))
|
3269
|
-
|
3270
|
-
;; Rules for `uwiden_high` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3271
|
-
|
3272
|
-
(rule (lower (has_type $I16X8 (uwiden_high val @ (value_type $I8X16))))
|
3273
|
-
(let ((x Xmm val))
|
3274
|
-
(x64_pmovzxbw (x64_palignr x x 8 (OperandSize.Size32)))))
|
3275
|
-
|
3276
|
-
(rule (lower (has_type $I32X4 (uwiden_high val @ (value_type $I16X8))))
|
3277
|
-
(let ((x Xmm val))
|
3278
|
-
(x64_pmovzxwd (x64_palignr x x 8 (OperandSize.Size32)))))
|
3279
|
-
|
3280
|
-
(rule (lower (has_type $I64X2 (uwiden_high val @ (value_type $I32X4))))
|
3281
|
-
(x64_pmovzxdq (x64_pshufd val 0xEE (OperandSize.Size32))))
|
3282
|
-
|
3283
|
-
;; Rules for `snarrow` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3284
|
-
|
3285
|
-
(rule (lower (has_type $I8X16 (snarrow a @ (value_type $I16X8) b)))
|
3286
|
-
(x64_packsswb a b))
|
3287
|
-
|
3288
|
-
(rule (lower (has_type $I16X8 (snarrow a @ (value_type $I32X4) b)))
|
3289
|
-
(x64_packssdw a b))
|
3290
|
-
|
3291
|
-
;; We're missing a `snarrow` case for $I64X2
|
3292
|
-
;; https://github.com/bytecodealliance/wasmtime/issues/4734
|
3293
|
-
|
3294
|
-
;; This rule is a special case for handling the translation of the wasm op
|
3295
|
-
;; `i32x4.trunc_sat_f64x2_s_zero`. It can be removed once we have an
|
3296
|
-
;; implementation of `snarrow` for `I64X2`.
|
3297
|
-
(rule (lower (has_type $I32X4 (snarrow (has_type $I64X2 (fcvt_to_sint_sat val))
|
3298
|
-
(vconst (u128_from_constant 0)))))
|
3299
|
-
(let ((a Xmm val)
|
3300
|
-
|
3301
|
-
;; y = i32x4.trunc_sat_f64x2_s_zero(x) is lowered to:
|
3302
|
-
;; MOVE xmm_tmp, xmm_x
|
3303
|
-
;; CMPEQPD xmm_tmp, xmm_x
|
3304
|
-
;; MOVE xmm_y, xmm_x
|
3305
|
-
;; ANDPS xmm_tmp, [wasm_f64x2_splat(2147483647.0)]
|
3306
|
-
;; MINPD xmm_y, xmm_tmp
|
3307
|
-
;; CVTTPD2DQ xmm_y, xmm_y
|
3308
|
-
|
3309
|
-
(tmp1 Xmm (x64_cmppd a a (FcmpImm.Equal)))
|
3310
|
-
(umax_mask Xmm (x64_xmm_load_const $F64X2 (snarrow_umax_mask)))
|
3311
|
-
|
3312
|
-
;; ANDPD xmm_y, [wasm_f64x2_splat(2147483647.0)]
|
3313
|
-
(tmp1 Xmm (x64_andps tmp1 umax_mask))
|
3314
|
-
(dst Xmm (x64_minpd a tmp1)))
|
3315
|
-
(x64_cvttpd2dq dst)))
|
3316
|
-
|
3317
|
-
;; Rules for `unarrow` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3318
|
-
|
3319
|
-
(rule (lower (has_type $I8X16 (unarrow a @ (value_type $I16X8) b)))
|
3320
|
-
(x64_packuswb a b))
|
3321
|
-
|
3322
|
-
(rule (lower (has_type $I16X8 (unarrow a @ (value_type $I32X4) b)))
|
3323
|
-
(x64_packusdw a b))
|
3324
|
-
|
3325
|
-
;; We're missing a `unarrow` case for $I64X2
|
3326
|
-
;; https://github.com/bytecodealliance/wasmtime/issues/4734
|
3327
|
-
|
3328
|
-
;; Rules for `bitcast` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3329
|
-
|
3330
|
-
(rule (lower (has_type $I32 (bitcast _ src @ (value_type $F32))))
|
3331
|
-
(bitcast_xmm_to_gpr $F32 src))
|
3332
|
-
|
3333
|
-
(rule (lower (has_type $F32 (bitcast _ src @ (value_type $I32))))
|
3334
|
-
(bitcast_gpr_to_xmm $I32 src))
|
3335
|
-
|
3336
|
-
(rule (lower (has_type $I64 (bitcast _ src @ (value_type $F64))))
|
3337
|
-
(bitcast_xmm_to_gpr $F64 src))
|
3338
|
-
|
3339
|
-
(rule (lower (has_type $F64 (bitcast _ src @ (value_type $I64))))
|
3340
|
-
(bitcast_gpr_to_xmm $I64 src))
|
3341
|
-
|
3342
|
-
;; Bitcast between types residing in GPR registers is a no-op.
|
3343
|
-
(rule 1 (lower (has_type (is_gpr_type _)
|
3344
|
-
(bitcast _ x @ (value_type (is_gpr_type _))))) x)
|
3345
|
-
|
3346
|
-
;; Bitcast between types residing in XMM registers is a no-op.
|
3347
|
-
(rule 2 (lower (has_type (is_xmm_type _)
|
3348
|
-
(bitcast _ x @ (value_type (is_xmm_type _))))) x)
|
3349
|
-
|
3350
|
-
;; Rules for `fcopysign` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3351
|
-
|
3352
|
-
(rule (lower (has_type $F32 (fcopysign a @ (value_type $F32) b)))
|
3353
|
-
(let ((sign_bit Xmm (imm $F32 0x80000000)))
|
3354
|
-
(x64_orps
|
3355
|
-
(x64_andnps sign_bit a)
|
3356
|
-
(x64_andps sign_bit b))))
|
3357
|
-
|
3358
|
-
(rule (lower (has_type $F64 (fcopysign a @ (value_type $F64) b)))
|
3359
|
-
(let ((sign_bit Xmm (imm $F64 0x8000000000000000)))
|
3360
|
-
(x64_orpd
|
3361
|
-
(x64_andnpd sign_bit a)
|
3362
|
-
(x64_andpd sign_bit b))))
|
3363
|
-
|
3364
|
-
;; Rules for `ceil` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3365
|
-
|
3366
|
-
(rule (lower (has_type (use_sse41 $true) (ceil a @ (value_type $F32))))
|
3367
|
-
(x64_roundss a (RoundImm.RoundUp)))
|
3368
|
-
|
3369
|
-
(rule (lower (has_type (use_sse41 $false) (ceil a @ (value_type $F32))))
|
3370
|
-
(libcall_1 (LibCall.CeilF32) a))
|
3371
|
-
|
3372
|
-
(rule (lower (has_type (use_sse41 $true) (ceil a @ (value_type $F64))))
|
3373
|
-
(x64_roundsd a (RoundImm.RoundUp)))
|
3374
|
-
|
3375
|
-
(rule (lower (has_type (use_sse41 $false) (ceil a @ (value_type $F64))))
|
3376
|
-
(libcall_1 (LibCall.CeilF64) a))
|
3377
|
-
|
3378
|
-
(rule (lower (has_type (use_sse41 $true) (ceil a @ (value_type $F32X4))))
|
3379
|
-
(x64_roundps a (RoundImm.RoundUp)))
|
3380
|
-
|
3381
|
-
(rule (lower (has_type (use_sse41 $true) (ceil a @ (value_type $F64X2))))
|
3382
|
-
(x64_roundpd a (RoundImm.RoundUp)))
|
3383
|
-
|
3384
|
-
;; Rules for `floor` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3385
|
-
|
3386
|
-
(rule (lower (has_type (use_sse41 $true) (floor a @ (value_type $F32))))
|
3387
|
-
(x64_roundss a (RoundImm.RoundDown)))
|
3388
|
-
|
3389
|
-
(rule (lower (has_type (use_sse41 $false) (floor a @ (value_type $F32))))
|
3390
|
-
(libcall_1 (LibCall.FloorF32) a))
|
3391
|
-
|
3392
|
-
(rule (lower (has_type (use_sse41 $true) (floor a @ (value_type $F64))))
|
3393
|
-
(x64_roundsd a (RoundImm.RoundDown)))
|
3394
|
-
|
3395
|
-
(rule (lower (has_type (use_sse41 $false) (floor a @ (value_type $F64))))
|
3396
|
-
(libcall_1 (LibCall.FloorF64) a))
|
3397
|
-
|
3398
|
-
(rule (lower (has_type (use_sse41 $true) (floor a @ (value_type $F32X4))))
|
3399
|
-
(x64_roundps a (RoundImm.RoundDown)))
|
3400
|
-
|
3401
|
-
(rule (lower (has_type (use_sse41 $true) (floor a @ (value_type $F64X2))))
|
3402
|
-
(x64_roundpd a (RoundImm.RoundDown)))
|
3403
|
-
|
3404
|
-
;; Rules for `nearest` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3405
|
-
|
3406
|
-
(rule (lower (has_type (use_sse41 $true) (nearest a @ (value_type $F32))))
|
3407
|
-
(x64_roundss a (RoundImm.RoundNearest)))
|
3408
|
-
|
3409
|
-
(rule (lower (has_type (use_sse41 $false) (nearest a @ (value_type $F32))))
|
3410
|
-
(libcall_1 (LibCall.NearestF32) a))
|
3411
|
-
|
3412
|
-
(rule (lower (has_type (use_sse41 $true) (nearest a @ (value_type $F64))))
|
3413
|
-
(x64_roundsd a (RoundImm.RoundNearest)))
|
3414
|
-
|
3415
|
-
(rule (lower (has_type (use_sse41 $false) (nearest a @ (value_type $F64))))
|
3416
|
-
(libcall_1 (LibCall.NearestF64) a))
|
3417
|
-
|
3418
|
-
(rule (lower (has_type (use_sse41 $true) (nearest a @ (value_type $F32X4))))
|
3419
|
-
(x64_roundps a (RoundImm.RoundNearest)))
|
3420
|
-
|
3421
|
-
(rule (lower (has_type (use_sse41 $true) (nearest a @ (value_type $F64X2))))
|
3422
|
-
(x64_roundpd a (RoundImm.RoundNearest)))
|
3423
|
-
|
3424
|
-
;; Rules for `trunc` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3425
|
-
|
3426
|
-
(rule (lower (has_type (use_sse41 $true) (trunc a @ (value_type $F32))))
|
3427
|
-
(x64_roundss a (RoundImm.RoundZero)))
|
3428
|
-
|
3429
|
-
(rule (lower (has_type (use_sse41 $false) (trunc a @ (value_type $F32))))
|
3430
|
-
(libcall_1 (LibCall.TruncF32) a))
|
3431
|
-
|
3432
|
-
(rule (lower (has_type (use_sse41 $true) (trunc a @ (value_type $F64))))
|
3433
|
-
(x64_roundsd a (RoundImm.RoundZero)))
|
3434
|
-
|
3435
|
-
(rule (lower (has_type (use_sse41 $false) (trunc a @ (value_type $F64))))
|
3436
|
-
(libcall_1 (LibCall.TruncF64) a))
|
3437
|
-
|
3438
|
-
(rule (lower (has_type (use_sse41 $true) (trunc a @ (value_type $F32X4))))
|
3439
|
-
(x64_roundps a (RoundImm.RoundZero)))
|
3440
|
-
|
3441
|
-
(rule (lower (has_type (use_sse41 $true) (trunc a @ (value_type $F64X2))))
|
3442
|
-
(x64_roundpd a (RoundImm.RoundZero)))
|
3443
|
-
|
3444
|
-
;; Rules for `stack_addr` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3445
|
-
|
3446
|
-
(rule (lower (stack_addr stack_slot offset))
|
3447
|
-
(stack_addr_impl stack_slot offset))
|
3448
|
-
|
3449
|
-
;; Rules for `udiv` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3450
|
-
|
3451
|
-
(rule (lower (udiv a @ (value_type ty) b))
|
3452
|
-
(div_or_rem (DivOrRemKind.UnsignedDiv) a b))
|
3453
|
-
|
3454
|
-
;; Rules for `sdiv` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3455
|
-
|
3456
|
-
(rule (lower (sdiv a @ (value_type ty) b))
|
3457
|
-
(div_or_rem (DivOrRemKind.SignedDiv) a b))
|
3458
|
-
|
3459
|
-
;; Rules for `urem` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3460
|
-
|
3461
|
-
(rule (lower (urem a @ (value_type ty) b))
|
3462
|
-
(div_or_rem (DivOrRemKind.UnsignedRem) a b))
|
3463
|
-
|
3464
|
-
;; Rules for `srem` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3465
|
-
|
3466
|
-
(rule (lower (srem a @ (value_type ty) b))
|
3467
|
-
(div_or_rem (DivOrRemKind.SignedRem) a b))
|
3468
|
-
|
3469
|
-
;; Rules for `umulhi` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3470
|
-
|
3471
|
-
(rule (lower (umulhi a @ (value_type $I16) b))
|
3472
|
-
(let ((res ValueRegs (mul_hi $I16 $false a b))
|
3473
|
-
(hi Gpr (value_regs_get_gpr res 1)))
|
3474
|
-
hi))
|
3475
|
-
|
3476
|
-
(rule (lower (umulhi a @ (value_type $I32) b))
|
3477
|
-
(let ((res ValueRegs (mul_hi $I32 $false a b))
|
3478
|
-
(hi Gpr (value_regs_get_gpr res 1)))
|
3479
|
-
hi))
|
3480
|
-
|
3481
|
-
(rule (lower (umulhi a @ (value_type $I64) b))
|
3482
|
-
(let ((res ValueRegs (mul_hi $I64 $false a b))
|
3483
|
-
(hi Gpr (value_regs_get_gpr res 1)))
|
3484
|
-
hi))
|
3485
|
-
|
3486
|
-
;; Rules for `smulhi` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3487
|
-
|
3488
|
-
(rule (lower (smulhi a @ (value_type $I16) b))
|
3489
|
-
(let ((res ValueRegs (mul_hi $I16 $true a b))
|
3490
|
-
(hi Gpr (value_regs_get_gpr res 1)))
|
3491
|
-
hi))
|
3492
|
-
|
3493
|
-
(rule (lower (smulhi a @ (value_type $I32) b))
|
3494
|
-
(let ((res ValueRegs (mul_hi $I32 $true a b))
|
3495
|
-
(hi Gpr (value_regs_get_gpr res 1)))
|
3496
|
-
hi))
|
3497
|
-
|
3498
|
-
(rule (lower (smulhi a @ (value_type $I64) b))
|
3499
|
-
(let ((res ValueRegs (mul_hi $I64 $true a b))
|
3500
|
-
(hi Gpr (value_regs_get_gpr res 1)))
|
3501
|
-
hi))
|
3502
|
-
|
3503
|
-
;; Rules for `get_pinned_reg` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3504
|
-
|
3505
|
-
(rule (lower (get_pinned_reg))
|
3506
|
-
(read_pinned_gpr))
|
3507
|
-
|
3508
|
-
;; Rules for `set_pinned_reg` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3509
|
-
|
3510
|
-
(rule (lower (set_pinned_reg a @ (value_type ty)))
|
3511
|
-
(side_effect (write_pinned_gpr a)))
|
3512
|
-
|
3513
|
-
;; Rules for `vconst` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3514
|
-
|
3515
|
-
(rule (lower (has_type ty (vconst const)))
|
3516
|
-
;; TODO use Inst::gen_constant() instead.
|
3517
|
-
(x64_xmm_load_const ty (const_to_vconst const)))
|
3518
|
-
|
3519
|
-
;; Rules for `shuffle` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3520
|
-
|
3521
|
-
;; If `lhs` and `rhs` are the same we can use a single PSHUFB to shuffle the XMM
|
3522
|
-
;; register. We statically build `constructed_mask` to zero out any unknown lane
|
3523
|
-
;; indices (may not be completely necessary: verification could fail incorrect
|
3524
|
-
;; mask values) and fix the indexes to all point to the `dst` vector.
|
3525
|
-
(rule 3 (lower (shuffle a a (vec_mask_from_immediate mask)))
|
3526
|
-
(x64_pshufb a (x64_xmm_load_const $I8X16 (shuffle_0_31_mask mask))))
|
3527
|
-
|
3528
|
-
;; For the case where the shuffle mask contains out-of-bounds values (values
|
3529
|
-
;; greater than 31) we must mask off those resulting values in the result of
|
3530
|
-
;; `vpermi2b`.
|
3531
|
-
(rule 2 (lower (has_type (and (avx512vl_enabled $true) (avx512vbmi_enabled $true))
|
3532
|
-
(shuffle a b (vec_mask_from_immediate
|
3533
|
-
(perm_from_mask_with_zeros mask zeros)))))
|
3534
|
-
(x64_andps
|
3535
|
-
(x64_xmm_load_const $I8X16 zeros)
|
3536
|
-
(x64_vpermi2b b a (x64_xmm_load_const $I8X16 mask))))
|
3537
|
-
|
3538
|
-
;; However, if the shuffle mask contains no out-of-bounds values, we can use
|
3539
|
-
;; `vpermi2b` without any masking.
|
3540
|
-
(rule 1 (lower (has_type (and (avx512vl_enabled $true) (avx512vbmi_enabled $true))
|
3541
|
-
(shuffle a b (vec_mask_from_immediate mask))))
|
3542
|
-
(x64_vpermi2b b a (x64_xmm_load_const $I8X16 (perm_from_mask mask))))
|
3543
|
-
|
3544
|
-
;; If `lhs` and `rhs` are different, we must shuffle each separately and then OR
|
3545
|
-
;; them together. This is necessary due to PSHUFB semantics. As in the case
|
3546
|
-
;; above, we build the `constructed_mask` for each case statically.
|
3547
|
-
(rule (lower (shuffle a b (vec_mask_from_immediate mask)))
|
3548
|
-
(x64_por
|
3549
|
-
(x64_pshufb a (x64_xmm_load_const $I8X16 (shuffle_0_15_mask mask)))
|
3550
|
-
(x64_pshufb b (x64_xmm_load_const $I8X16 (shuffle_16_31_mask mask)))))
|
3551
|
-
|
3552
|
-
;; Rules for `swizzle` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3553
|
-
|
3554
|
-
;; SIMD swizzle; the following inefficient implementation is due to the Wasm
|
3555
|
-
;; SIMD spec requiring mask indexes greater than 15 to have the same semantics
|
3556
|
-
;; as a 0 index. For the spec discussion, see
|
3557
|
-
;; https://github.com/WebAssembly/simd/issues/93. The CLIF semantics match the
|
3558
|
-
;; Wasm SIMD semantics for this instruction. The instruction format maps to
|
3559
|
-
;; variables like: %dst = swizzle %src, %mask
|
3560
|
-
(rule (lower (swizzle src mask))
|
3561
|
-
(let ((mask Xmm (x64_paddusb
|
3562
|
-
mask
|
3563
|
-
(x64_xmm_load_const $I8X16 (swizzle_zero_mask)))))
|
3564
|
-
(x64_pshufb src mask)))
|
3565
|
-
|
3566
|
-
;; Rules for `extractlane` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3567
|
-
|
3568
|
-
;; Remove the extractlane instruction, leaving the float where it is. The upper
|
3569
|
-
;; bits will remain unchanged; for correctness, this relies on Cranelift type
|
3570
|
-
;; checking to avoid using those bits.
|
3571
|
-
(rule 2 (lower (has_type (ty_scalar_float _) (extractlane val (u8_from_uimm8 0))))
|
3572
|
-
val)
|
3573
|
-
|
3574
|
-
;; Cases 2-4 for an F32X4
|
3575
|
-
(rule 1 (lower (has_type $F32 (extractlane val @ (value_type (ty_vec128 ty))
|
3576
|
-
(u8_from_uimm8 lane))))
|
3577
|
-
(x64_pshufd val lane (OperandSize.Size32)))
|
3578
|
-
|
3579
|
-
;; This is the only remaining case for F64X2
|
3580
|
-
(rule 1 (lower (has_type $F64 (extractlane val @ (value_type (ty_vec128 ty))
|
3581
|
-
(u8_from_uimm8 1))))
|
3582
|
-
;; 0xee == 0b11_10_11_10
|
3583
|
-
(x64_pshufd val 0xee (OperandSize.Size32)))
|
3584
|
-
|
3585
|
-
(rule 0 (lower (extractlane val @ (value_type ty @ (multi_lane 8 16)) (u8_from_uimm8 lane)))
|
3586
|
-
(x64_pextrb ty val lane))
|
3587
|
-
|
3588
|
-
(rule 0 (lower (extractlane val @ (value_type ty @ (multi_lane 16 8)) (u8_from_uimm8 lane)))
|
3589
|
-
(x64_pextrw ty val lane))
|
3590
|
-
|
3591
|
-
(rule 0 (lower (extractlane val @ (value_type ty @ (multi_lane 32 4)) (u8_from_uimm8 lane)))
|
3592
|
-
(x64_pextrd ty val lane))
|
3593
|
-
|
3594
|
-
(rule 0 (lower (extractlane val @ (value_type ty @ (multi_lane 64 2)) (u8_from_uimm8 lane)))
|
3595
|
-
(x64_pextrd ty val lane))
|
3596
|
-
|
3597
|
-
;; Rules for `scalar_to_vector` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3598
|
-
|
3599
|
-
;; Case 1: when moving a scalar float, we simply move from one XMM register
|
3600
|
-
;; to another, expecting the register allocator to elide this. Here we
|
3601
|
-
;; assume that the upper bits of a scalar float have not been munged with
|
3602
|
-
;; (the same assumption the old backend makes).
|
3603
|
-
(rule 1 (lower (scalar_to_vector src @ (value_type (ty_scalar_float _))))
|
3604
|
-
src)
|
3605
|
-
|
3606
|
-
;; Case 2: when moving a scalar value of any other type, use MOVD to zero
|
3607
|
-
;; the upper lanes.
|
3608
|
-
(rule (lower (scalar_to_vector src @ (value_type ty)))
|
3609
|
-
(bitcast_gpr_to_xmm ty src))
|
3610
|
-
|
3611
|
-
;; Case 3: when presented with `load + scalar_to_vector`, coalesce into a single
|
3612
|
-
;; MOVSS/MOVSD instruction.
|
3613
|
-
(rule 2 (lower (scalar_to_vector (and (sinkable_load src) (value_type (ty_32 _)))))
|
3614
|
-
(x64_movss_load (sink_load_to_xmm_mem src)))
|
3615
|
-
(rule 3 (lower (scalar_to_vector (and (sinkable_load src) (value_type (ty_64 _)))))
|
3616
|
-
(x64_movsd_load (sink_load_to_xmm_mem src)))
|
3617
|
-
|
3618
|
-
;; Rules for `splat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3619
|
-
|
3620
|
-
(rule (lower (has_type (multi_lane 8 16) (splat src)))
|
3621
|
-
(let ((vec Xmm (vec_insert_lane $I8X16 (xmm_uninit_value) src 0))
|
3622
|
-
(zeros Xmm (x64_pxor vec vec)))
|
3623
|
-
;; Shuffle the lowest byte lane to all other lanes.
|
3624
|
-
(x64_pshufb vec zeros)))
|
3625
|
-
|
3626
|
-
(rule (lower (has_type (multi_lane 16 8) (splat src)))
|
3627
|
-
(let (;; Force the input into a register so that we don't create a
|
3628
|
-
;; VCodeConstant.
|
3629
|
-
(src RegMem (RegMem.Reg src))
|
3630
|
-
(vec Xmm (vec_insert_lane $I16X8 (xmm_uninit_value) src 0))
|
3631
|
-
(vec Xmm (vec_insert_lane $I16X8 vec src 1)))
|
3632
|
-
;; Shuffle the lowest two lanes to all other lanes.
|
3633
|
-
(x64_pshufd vec 0 (OperandSize.Size32))))
|
3634
|
-
|
3635
|
-
(rule 1 (lower (has_type (multi_lane 32 4) (splat src @ (value_type (ty_scalar_float _)))))
|
3636
|
-
(lower_splat_32x4 $F32X4 src))
|
3637
|
-
|
3638
|
-
(rule (lower (has_type (multi_lane 32 4) (splat src)))
|
3639
|
-
(lower_splat_32x4 $I32X4 src))
|
3640
|
-
|
3641
|
-
(decl lower_splat_32x4 (Type Value) Xmm)
|
3642
|
-
(rule (lower_splat_32x4 ty src)
|
3643
|
-
(let ((src RegMem src)
|
3644
|
-
(vec Xmm (vec_insert_lane ty (xmm_uninit_value) src 0)))
|
3645
|
-
;; Shuffle the lowest lane to all other lanes.
|
3646
|
-
(x64_pshufd vec 0 (OperandSize.Size32))))
|
3647
|
-
|
3648
|
-
(rule 1 (lower (has_type (multi_lane 64 2) (splat src @ (value_type (ty_scalar_float _)))))
|
3649
|
-
(lower_splat_64x2 $F64X2 src))
|
3650
|
-
|
3651
|
-
(rule (lower (has_type (multi_lane 64 2) (splat src)))
|
3652
|
-
(lower_splat_64x2 $I64X2 src))
|
3653
|
-
|
3654
|
-
(decl lower_splat_64x2 (Type Value) Xmm)
|
3655
|
-
(rule (lower_splat_64x2 ty src)
|
3656
|
-
(let (;; Force the input into a register so that we don't create a
|
3657
|
-
;; VCodeConstant.
|
3658
|
-
(src RegMem (RegMem.Reg src))
|
3659
|
-
(vec Xmm (vec_insert_lane ty (xmm_uninit_value) src 0)))
|
3660
|
-
(vec_insert_lane ty vec src 1)))
|
3661
|
-
|
3662
|
-
;; Rules for `vany_true` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3663
|
-
|
3664
|
-
(rule (lower (vany_true val))
|
3665
|
-
(let ((val Xmm val))
|
3666
|
-
(with_flags (x64_ptest val val) (x64_setcc (CC.NZ)))))
|
3667
|
-
|
3668
|
-
;; Rules for `vall_true` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3669
|
-
|
3670
|
-
(rule (lower (vall_true val @ (value_type ty)))
|
3671
|
-
(let ((src Xmm val)
|
3672
|
-
(zeros Xmm (x64_pxor src src))
|
3673
|
-
(cmp Xmm (x64_pcmpeq (vec_int_type ty) src zeros)))
|
3674
|
-
(with_flags (x64_ptest cmp cmp) (x64_setcc (CC.Z)))))
|
3675
|
-
|
3676
|
-
;; Rules for `vhigh_bits` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3677
|
-
|
3678
|
-
;; The Intel specification allows using both 32-bit and 64-bit GPRs as
|
3679
|
-
;; destination for the "move mask" instructions. This is controlled by the REX.R
|
3680
|
-
;; bit: "In 64-bit mode, the instruction can access additional registers when
|
3681
|
-
;; used with a REX.R prefix. The default operand size is 64-bit in 64-bit mode"
|
3682
|
-
;; (PMOVMSKB in IA Software Development Manual, vol. 2). This being the case, we
|
3683
|
-
;; will always clear REX.W since its use is unnecessary (`OperandSize` is used
|
3684
|
-
;; for setting/clearing REX.W) as we need at most 16 bits of output for
|
3685
|
-
;; `vhigh_bits`.
|
3686
|
-
|
3687
|
-
(rule (lower (vhigh_bits val @ (value_type (multi_lane 8 16))))
|
3688
|
-
(x64_pmovmskb (OperandSize.Size32) val))
|
3689
|
-
|
3690
|
-
(rule (lower (vhigh_bits val @ (value_type (multi_lane 32 4))))
|
3691
|
-
(x64_movmskps (OperandSize.Size32) val))
|
3692
|
-
|
3693
|
-
(rule (lower (vhigh_bits val @ (value_type (multi_lane 64 2))))
|
3694
|
-
(x64_movmskpd (OperandSize.Size32) val))
|
3695
|
-
|
3696
|
-
;; There is no x86 instruction for extracting the high bit of 16-bit lanes so
|
3697
|
-
;; here we:
|
3698
|
-
;; - duplicate the 16-bit lanes of `src` into 8-bit lanes:
|
3699
|
-
;; PACKSSWB([x1, x2, ...], [x1, x2, ...]) = [x1', x2', ..., x1', x2', ...]
|
3700
|
-
;; - use PMOVMSKB to gather the high bits; now we have duplicates, though
|
3701
|
-
;; - shift away the bottom 8 high bits to remove the duplicates.
|
3702
|
-
(rule (lower (vhigh_bits val @ (value_type (multi_lane 16 8))))
|
3703
|
-
(let ((src Xmm val)
|
3704
|
-
(tmp Xmm (x64_packsswb src src))
|
3705
|
-
(tmp Gpr (x64_pmovmskb (OperandSize.Size32) tmp)))
|
3706
|
-
(x64_shr $I64 tmp (Imm8Reg.Imm8 8))))
|
3707
|
-
|
3708
|
-
;; Rules for `iconcat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3709
|
-
|
3710
|
-
(rule (lower (iconcat lo @ (value_type $I64) hi))
|
3711
|
-
(value_regs lo hi))
|
3712
|
-
|
3713
|
-
;; Rules for `isplit` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3714
|
-
|
3715
|
-
(rule (lower (isplit val @ (value_type $I128)))
|
3716
|
-
(let ((regs ValueRegs val)
|
3717
|
-
(lo Reg (value_regs_get regs 0))
|
3718
|
-
(hi Reg (value_regs_get regs 1)))
|
3719
|
-
(output_pair lo hi)))
|
3720
|
-
|
3721
|
-
;; Rules for `tls_value` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3722
|
-
|
3723
|
-
(rule (lower (has_type (tls_model (TlsModel.ElfGd)) (tls_value (symbol_value_data name _ _))))
|
3724
|
-
(elf_tls_get_addr name))
|
3725
|
-
|
3726
|
-
(rule (lower (has_type (tls_model (TlsModel.Macho)) (tls_value (symbol_value_data name _ _))))
|
3727
|
-
(macho_tls_get_addr name))
|
3728
|
-
|
3729
|
-
(rule (lower (has_type (tls_model (TlsModel.Coff)) (tls_value (symbol_value_data name _ _))))
|
3730
|
-
(coff_tls_get_addr name))
|
3731
|
-
|
3732
|
-
;; Rules for `sqmul_round_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3733
|
-
|
3734
|
-
(rule (lower (sqmul_round_sat qx @ (value_type $I16X8) qy))
|
3735
|
-
(let ((src1 Xmm qx)
|
3736
|
-
(src2 Xmm qy)
|
3737
|
-
|
3738
|
-
(mask Xmm (x64_xmm_load_const $I16X8 (sqmul_round_sat_mask)))
|
3739
|
-
(dst Xmm (x64_pmulhrsw src1 src2))
|
3740
|
-
(cmp Xmm (x64_pcmpeqw mask dst)))
|
3741
|
-
(x64_pxor dst cmp)))
|
3742
|
-
|
3743
|
-
;; Rules for `sqmul_round_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3744
|
-
|
3745
|
-
;; TODO: currently we only lower a special case of `uunarrow` needed to support
|
3746
|
-
;; the translation of wasm's i32x4.trunc_sat_f64x2_u_zero operation.
|
3747
|
-
;; https://github.com/bytecodealliance/wasmtime/issues/4791
|
3748
|
-
;;
|
3749
|
-
;; y = i32x4.trunc_sat_f64x2_u_zero(x) is lowered to:
|
3750
|
-
;; MOVAPD xmm_y, xmm_x
|
3751
|
-
;; XORPD xmm_tmp, xmm_tmp
|
3752
|
-
;; MAXPD xmm_y, xmm_tmp
|
3753
|
-
;; MINPD xmm_y, [wasm_f64x2_splat(4294967295.0)]
|
3754
|
-
;; ROUNDPD xmm_y, xmm_y, 0x0B
|
3755
|
-
;; ADDPD xmm_y, [wasm_f64x2_splat(0x1.0p+52)]
|
3756
|
-
;; SHUFPS xmm_y, xmm_xmp, 0x88
|
3757
|
-
(rule (lower (uunarrow (fcvt_to_uint_sat src @ (value_type $F64X2))
|
3758
|
-
(vconst (u128_from_constant 0))))
|
3759
|
-
(let ((src Xmm src)
|
3760
|
-
|
3761
|
-
;; MOVAPD xmm_y, xmm_x
|
3762
|
-
;; XORPD xmm_tmp, xmm_tmp
|
3763
|
-
(zeros Xmm (x64_xorpd src src))
|
3764
|
-
(dst Xmm (x64_maxpd src zeros))
|
3765
|
-
|
3766
|
-
(umax_mask Xmm (x64_xmm_load_const $F64X2 (uunarrow_umax_mask)))
|
3767
|
-
|
3768
|
-
;; MINPD xmm_y, [wasm_f64x2_splat(4294967295.0)]
|
3769
|
-
(dst Xmm (x64_minpd dst umax_mask))
|
3770
|
-
|
3771
|
-
;; ROUNDPD xmm_y, xmm_y, 0x0B
|
3772
|
-
(dst Xmm (x64_roundpd dst (RoundImm.RoundZero)))
|
3773
|
-
|
3774
|
-
;; ADDPD xmm_y, [wasm_f64x2_splat(0x1.0p+52)]
|
3775
|
-
(uint_mask Xmm (x64_xmm_load_const $F64X2 (uunarrow_uint_mask)))
|
3776
|
-
(dst Xmm (x64_addpd dst uint_mask)))
|
3777
|
-
|
3778
|
-
;; SHUFPS xmm_y, xmm_xmp, 0x88
|
3779
|
-
(x64_shufps dst zeros 0x88)))
|
3780
|
-
|
3781
|
-
;; Rules for `nop` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3782
|
-
|
3783
|
-
(rule (lower (nop))
|
3784
|
-
(invalid_reg))
|
3785
|
-
|