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
@@ -0,0 +1,3928 @@
|
|
1
|
+
;; Extern type definitions and constructors for the x64 `MachInst` type.
|
2
|
+
|
3
|
+
;;;; `MInst` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
4
|
+
|
5
|
+
;; Don't build `MInst` variants directly, in general. Instead, use the
|
6
|
+
;; instruction-emitting helpers defined further down.
|
7
|
+
|
8
|
+
(type MInst nodebug
|
9
|
+
(enum
|
10
|
+
;; Nops of various sizes, including zero.
|
11
|
+
(Nop (len u8))
|
12
|
+
|
13
|
+
;; =========================================
|
14
|
+
;; Integer instructions.
|
15
|
+
|
16
|
+
;; Integer arithmetic/bit-twiddling.
|
17
|
+
(AluRmiR (size OperandSize) ;; 4 or 8
|
18
|
+
(op AluRmiROpcode)
|
19
|
+
(src1 Gpr)
|
20
|
+
(src2 GprMemImm)
|
21
|
+
(dst WritableGpr))
|
22
|
+
|
23
|
+
;; Integer arithmetic read-modify-write on memory.
|
24
|
+
(AluRM (size OperandSize) ;; 4 or 8
|
25
|
+
(op AluRmiROpcode)
|
26
|
+
(src1_dst SyntheticAmode)
|
27
|
+
(src2 Gpr))
|
28
|
+
|
29
|
+
;; Instructions on general-purpose registers that only read src and
|
30
|
+
;; defines dst (dst is not modified). `bsr`, etc.
|
31
|
+
(UnaryRmR (size OperandSize) ;; 2, 4, or 8
|
32
|
+
(op UnaryRmROpcode)
|
33
|
+
(src GprMem)
|
34
|
+
(dst WritableGpr))
|
35
|
+
|
36
|
+
;; Bitwise not.
|
37
|
+
(Not (size OperandSize) ;; 1, 2, 4, or 8
|
38
|
+
(src Gpr)
|
39
|
+
(dst WritableGpr))
|
40
|
+
|
41
|
+
;; Integer negation.
|
42
|
+
(Neg (size OperandSize) ;; 1, 2, 4, or 8
|
43
|
+
(src Gpr)
|
44
|
+
(dst WritableGpr))
|
45
|
+
|
46
|
+
;; Integer quotient and remainder: (div idiv) $rax $rdx (reg addr)
|
47
|
+
(Div (size OperandSize) ;; 1, 2, 4, or 8
|
48
|
+
(signed bool)
|
49
|
+
(divisor GprMem)
|
50
|
+
(dividend_lo Gpr)
|
51
|
+
(dividend_hi Gpr)
|
52
|
+
(dst_quotient WritableGpr)
|
53
|
+
(dst_remainder WritableGpr))
|
54
|
+
|
55
|
+
;; The high (and low) bits of a (un)signed multiply: `RDX:RAX := RAX *
|
56
|
+
;; rhs`.
|
57
|
+
(MulHi (size OperandSize)
|
58
|
+
(signed bool)
|
59
|
+
(src1 Gpr)
|
60
|
+
(src2 GprMem)
|
61
|
+
(dst_lo WritableGpr)
|
62
|
+
(dst_hi WritableGpr))
|
63
|
+
|
64
|
+
;; A synthetic sequence to implement the right inline checks for
|
65
|
+
;; remainder and division, assuming the dividend is in %rax.
|
66
|
+
;;
|
67
|
+
;; The generated code sequence is described in the emit's function match
|
68
|
+
;; arm for this instruction.
|
69
|
+
(CheckedDivOrRemSeq (kind DivOrRemKind)
|
70
|
+
(size OperandSize)
|
71
|
+
(dividend_lo Gpr)
|
72
|
+
(dividend_hi Gpr)
|
73
|
+
(divisor Gpr)
|
74
|
+
(dst_quotient WritableGpr)
|
75
|
+
(dst_remainder WritableGpr)
|
76
|
+
(tmp OptionWritableGpr))
|
77
|
+
|
78
|
+
;; Do a sign-extend based on the sign of the value in rax into rdx: (cwd
|
79
|
+
;; cdq cqo) or al into ah: (cbw)
|
80
|
+
(SignExtendData (size OperandSize) ;; 1, 2, 4, or 8
|
81
|
+
(src Gpr)
|
82
|
+
(dst WritableGpr))
|
83
|
+
|
84
|
+
;; Constant materialization: (imm32 imm64) reg.
|
85
|
+
;;
|
86
|
+
;; Either: movl $imm32, %reg32 or movabsq $imm64, %reg32.
|
87
|
+
(Imm (dst_size OperandSize) ;; 4 or 8
|
88
|
+
(simm64 u64)
|
89
|
+
(dst WritableGpr))
|
90
|
+
|
91
|
+
;; GPR to GPR move: mov (64 32) reg reg.
|
92
|
+
(MovRR (size OperandSize) ;; 4 or 8
|
93
|
+
(src Gpr)
|
94
|
+
(dst WritableGpr))
|
95
|
+
|
96
|
+
;; Like `MovRR` but with a physical register source (for implementing
|
97
|
+
;; CLIF instructions like `get_stack_pointer`).
|
98
|
+
(MovFromPReg (src PReg)
|
99
|
+
(dst WritableGpr))
|
100
|
+
|
101
|
+
;; Like `MovRR` but with a physical register destination (for
|
102
|
+
;; implementing CLIF instructions like `set_pinned_reg`).
|
103
|
+
(MovToPReg (src Gpr)
|
104
|
+
(dst PReg))
|
105
|
+
|
106
|
+
;; Zero-extended loads, except for 64 bits: movz (bl bq wl wq lq) addr
|
107
|
+
;; reg.
|
108
|
+
;;
|
109
|
+
;; Note that the lq variant doesn't really exist since the default
|
110
|
+
;; zero-extend rule makes it unnecessary. For that case we emit the
|
111
|
+
;; equivalent "movl AM, reg32".
|
112
|
+
(MovzxRmR (ext_mode ExtMode)
|
113
|
+
(src GprMem)
|
114
|
+
(dst WritableGpr))
|
115
|
+
|
116
|
+
;; A plain 64-bit integer load, since MovZX_RM_R can't represent that.
|
117
|
+
(Mov64MR (src SyntheticAmode)
|
118
|
+
(dst WritableGpr))
|
119
|
+
|
120
|
+
;; Loads the memory address of addr into dst.
|
121
|
+
(LoadEffectiveAddress (addr SyntheticAmode)
|
122
|
+
(dst WritableGpr))
|
123
|
+
|
124
|
+
;; Sign-extended loads and moves: movs (bl bq wl wq lq) addr reg.
|
125
|
+
(MovsxRmR (ext_mode ExtMode)
|
126
|
+
(src GprMem)
|
127
|
+
(dst WritableGpr))
|
128
|
+
|
129
|
+
;; Immediate store.
|
130
|
+
(MovImmM (size OperandSize)
|
131
|
+
(simm64 u64)
|
132
|
+
(dst SyntheticAmode))
|
133
|
+
|
134
|
+
;; Integer stores: mov (b w l q) reg addr.
|
135
|
+
(MovRM (size OperandSize) ;; 1, 2, 4, or 8
|
136
|
+
(src Gpr)
|
137
|
+
(dst SyntheticAmode))
|
138
|
+
|
139
|
+
;; Arithmetic shifts: (shl shr sar) (b w l q) imm reg.
|
140
|
+
(ShiftR (size OperandSize) ;; 1, 2, 4, or 8
|
141
|
+
(kind ShiftKind)
|
142
|
+
(src Gpr)
|
143
|
+
;; shift count: `Imm8Gpr::Imm8(0 .. #bits-in-type - 1)` or
|
144
|
+
;; `Imm8Reg::Gpr(r)` where `r` get's move mitosis'd into `%cl`.
|
145
|
+
(num_bits Imm8Gpr)
|
146
|
+
(dst WritableGpr))
|
147
|
+
|
148
|
+
;; Arithmetic SIMD shifts.
|
149
|
+
(XmmRmiReg (opcode SseOpcode)
|
150
|
+
(src1 Xmm)
|
151
|
+
(src2 XmmMemImm)
|
152
|
+
(dst WritableXmm))
|
153
|
+
|
154
|
+
;; Integer comparisons/tests: cmp or test (b w l q) (reg addr imm) reg.
|
155
|
+
(CmpRmiR (size OperandSize) ;; 1, 2, 4, or 8
|
156
|
+
(opcode CmpOpcode)
|
157
|
+
(src GprMemImm)
|
158
|
+
(dst Gpr))
|
159
|
+
|
160
|
+
;; Materializes the requested condition code in the destinaton reg.
|
161
|
+
(Setcc (cc CC)
|
162
|
+
(dst WritableGpr))
|
163
|
+
|
164
|
+
;; Swaps byte order in register
|
165
|
+
(Bswap (size OperandSize) ;; 4 or 8
|
166
|
+
(src Gpr)
|
167
|
+
(dst WritableGpr))
|
168
|
+
|
169
|
+
;; =========================================
|
170
|
+
;; Conditional moves.
|
171
|
+
|
172
|
+
;; GPR conditional move; overwrites the destination register.
|
173
|
+
(Cmove (size OperandSize)
|
174
|
+
(cc CC)
|
175
|
+
(consequent GprMem)
|
176
|
+
(alternative Gpr)
|
177
|
+
(dst WritableGpr))
|
178
|
+
|
179
|
+
;; XMM conditional move; overwrites the destination register.
|
180
|
+
(XmmCmove (ty Type)
|
181
|
+
(cc CC)
|
182
|
+
(consequent XmmMem)
|
183
|
+
(alternative Xmm)
|
184
|
+
(dst WritableXmm))
|
185
|
+
|
186
|
+
;; =========================================
|
187
|
+
;; Stack manipulation.
|
188
|
+
|
189
|
+
;; pushq (reg addr imm)
|
190
|
+
(Push64 (src GprMemImm))
|
191
|
+
|
192
|
+
;; popq reg
|
193
|
+
(Pop64 (dst WritableGpr))
|
194
|
+
|
195
|
+
;; Emits a inline stack probe loop.
|
196
|
+
(StackProbeLoop (tmp WritableReg)
|
197
|
+
(frame_size u32)
|
198
|
+
(guard_size u32))
|
199
|
+
|
200
|
+
;; =========================================
|
201
|
+
;; Floating-point operations.
|
202
|
+
|
203
|
+
;; XMM (scalar or vector) binary op: (add sub and or xor mul adc? sbb?)
|
204
|
+
;; (32 64) (reg addr) reg
|
205
|
+
(XmmRmR (op SseOpcode)
|
206
|
+
(src1 Xmm)
|
207
|
+
(src2 XmmMem)
|
208
|
+
(dst WritableXmm))
|
209
|
+
|
210
|
+
;; XMM (scalar or vector) blend op. The mask is used to blend between
|
211
|
+
;; src1 and src2. This differs from a use of `XmmRmR` as the mask is
|
212
|
+
;; implicitly in register xmm0; this special case exists to allow us to
|
213
|
+
;; communicate the constraint on the `mask` register to regalloc2.
|
214
|
+
(XmmRmRBlend
|
215
|
+
(op SseOpcode)
|
216
|
+
(src1 Xmm)
|
217
|
+
(src2 XmmMem)
|
218
|
+
(mask Xmm)
|
219
|
+
(dst WritableXmm))
|
220
|
+
|
221
|
+
;; XMM (scalar or vector) binary op that relies on the VEX prefix.
|
222
|
+
(XmmRmRVex (op AvxOpcode)
|
223
|
+
(src1 Xmm)
|
224
|
+
(src2 Xmm)
|
225
|
+
(src3 XmmMem)
|
226
|
+
(dst WritableXmm))
|
227
|
+
|
228
|
+
;; XMM (scalar or vector) binary op that relies on the EVEX
|
229
|
+
;; prefix. Takes two inputs.
|
230
|
+
(XmmRmREvex (op Avx512Opcode)
|
231
|
+
(src1 XmmMem)
|
232
|
+
(src2 Xmm)
|
233
|
+
(dst WritableXmm))
|
234
|
+
|
235
|
+
;; XMM (scalar or vector) binary op that relies on the EVEX
|
236
|
+
;; prefix. Takes three inputs.
|
237
|
+
(XmmRmREvex3 (op Avx512Opcode)
|
238
|
+
(src1 XmmMem)
|
239
|
+
(src2 Xmm)
|
240
|
+
(src3 Xmm)
|
241
|
+
(dst WritableXmm))
|
242
|
+
|
243
|
+
;; XMM (scalar or vector) unary op: mov between XMM registers (32 64)
|
244
|
+
;; (reg addr) reg, sqrt, etc.
|
245
|
+
;;
|
246
|
+
;; This differs from XMM_RM_R in that the dst register of XmmUnaryRmR is
|
247
|
+
;; not used in the computation of the instruction dst value and so does
|
248
|
+
;; not have to be a previously valid value. This is characteristic of mov
|
249
|
+
;; instructions.
|
250
|
+
(XmmUnaryRmR (op SseOpcode)
|
251
|
+
(src XmmMem)
|
252
|
+
(dst WritableXmm))
|
253
|
+
|
254
|
+
;; XMM (scalar or vector) unary op with immediate: roundss, roundsd, etc.
|
255
|
+
;;
|
256
|
+
;; This differs from XMM_RM_R_IMM in that the dst register of
|
257
|
+
;; XmmUnaryRmRImm is not used in the computation of the instruction dst
|
258
|
+
;; value and so does not have to be a previously valid value.
|
259
|
+
(XmmUnaryRmRImm (op SseOpcode)
|
260
|
+
(src XmmMem)
|
261
|
+
(imm u8)
|
262
|
+
(dst WritableXmm))
|
263
|
+
|
264
|
+
;; XMM (scalar or vector) unary op that relies on the EVEX prefix.
|
265
|
+
(XmmUnaryRmREvex (op Avx512Opcode)
|
266
|
+
(src XmmMem)
|
267
|
+
(dst WritableXmm))
|
268
|
+
|
269
|
+
;; XMM (scalar or vector) unary op (from xmm to reg/mem): stores, movd,
|
270
|
+
;; movq
|
271
|
+
(XmmMovRM (op SseOpcode)
|
272
|
+
(src Reg)
|
273
|
+
(dst SyntheticAmode))
|
274
|
+
|
275
|
+
;; XMM (scalar) unary op (from xmm to integer reg): movd, movq,
|
276
|
+
;; cvtts{s,d}2si
|
277
|
+
(XmmToGpr (op SseOpcode)
|
278
|
+
(src Xmm)
|
279
|
+
(dst WritableGpr)
|
280
|
+
(dst_size OperandSize))
|
281
|
+
|
282
|
+
;; XMM (scalar) unary op (from integer to float reg): movd, movq,
|
283
|
+
;; cvtsi2s{s,d}
|
284
|
+
(GprToXmm (op SseOpcode)
|
285
|
+
(src GprMem)
|
286
|
+
(dst WritableXmm)
|
287
|
+
(src_size OperandSize))
|
288
|
+
|
289
|
+
;; Converts an unsigned int64 to a float32/float64.
|
290
|
+
(CvtUint64ToFloatSeq (dst_size OperandSize) ;; 4 or 8
|
291
|
+
(src Gpr)
|
292
|
+
(dst WritableXmm)
|
293
|
+
(tmp_gpr1 WritableGpr)
|
294
|
+
(tmp_gpr2 WritableGpr))
|
295
|
+
|
296
|
+
;; Converts a scalar xmm to a signed int32/int64.
|
297
|
+
(CvtFloatToSintSeq (dst_size OperandSize)
|
298
|
+
(src_size OperandSize)
|
299
|
+
(is_saturating bool)
|
300
|
+
(src Xmm)
|
301
|
+
(dst WritableGpr)
|
302
|
+
(tmp_gpr WritableGpr)
|
303
|
+
(tmp_xmm WritableXmm))
|
304
|
+
|
305
|
+
;; Converts a scalar xmm to an unsigned int32/int64.
|
306
|
+
(CvtFloatToUintSeq (dst_size OperandSize)
|
307
|
+
(src_size OperandSize)
|
308
|
+
(is_saturating bool)
|
309
|
+
(src Xmm)
|
310
|
+
(dst WritableGpr)
|
311
|
+
(tmp_gpr WritableGpr)
|
312
|
+
(tmp_xmm WritableXmm)
|
313
|
+
(tmp_xmm2 WritableXmm))
|
314
|
+
|
315
|
+
;; A sequence to compute min/max with the proper NaN semantics for xmm
|
316
|
+
;; registers.
|
317
|
+
(XmmMinMaxSeq (size OperandSize)
|
318
|
+
(is_min bool)
|
319
|
+
(lhs Xmm)
|
320
|
+
(rhs Xmm)
|
321
|
+
(dst WritableXmm))
|
322
|
+
|
323
|
+
;; Float comparisons/tests: cmp (b w l q) (reg addr imm) reg.
|
324
|
+
(XmmCmpRmR (op SseOpcode)
|
325
|
+
(src XmmMem)
|
326
|
+
(dst Xmm))
|
327
|
+
|
328
|
+
;; A binary XMM instruction with an 8-bit immediate: e.g. cmp (ps pd) imm
|
329
|
+
;; (reg addr) reg
|
330
|
+
;;
|
331
|
+
;; Note: this has to use `Reg*`, not `Xmm*`, operands because it is used
|
332
|
+
;; in various lane insertion and extraction instructions that move
|
333
|
+
;; between XMMs and GPRs.
|
334
|
+
(XmmRmRImm (op SseOpcode)
|
335
|
+
(src1 Reg)
|
336
|
+
(src2 RegMem)
|
337
|
+
(dst WritableReg)
|
338
|
+
(imm u8)
|
339
|
+
(size OperandSize))
|
340
|
+
|
341
|
+
;; =========================================
|
342
|
+
;; Control flow instructions.
|
343
|
+
|
344
|
+
;; Direct call: call simm32.
|
345
|
+
(CallKnown (dest ExternalName)
|
346
|
+
(info BoxCallInfo))
|
347
|
+
|
348
|
+
;; Indirect call: callq (reg mem)
|
349
|
+
(CallUnknown (dest RegMem)
|
350
|
+
(info BoxCallInfo))
|
351
|
+
|
352
|
+
;; A pseudo-instruction that captures register arguments in vregs.
|
353
|
+
(Args
|
354
|
+
(args VecArgPair))
|
355
|
+
|
356
|
+
;; Return.
|
357
|
+
(Ret (rets VecRetPair))
|
358
|
+
|
359
|
+
;; Jump to a known target: jmp simm32.
|
360
|
+
(JmpKnown (dst MachLabel))
|
361
|
+
|
362
|
+
;; One-way conditional branch: jcond cond target.
|
363
|
+
;;
|
364
|
+
;; This instruction is useful when we have conditional jumps depending on
|
365
|
+
;; more than two conditions, see for instance the lowering of Brz/brnz
|
366
|
+
;; with Fcmp inputs.
|
367
|
+
;;
|
368
|
+
;; A note of caution: in contexts where the branch target is another
|
369
|
+
;; block, this has to be the same successor as the one specified in the
|
370
|
+
;; terminator branch of the current block. Otherwise, this might confuse
|
371
|
+
;; register allocation by creating new invisible edges.
|
372
|
+
(JmpIf (cc CC)
|
373
|
+
(taken MachLabel))
|
374
|
+
|
375
|
+
;; Two-way conditional branch: jcond cond target target.
|
376
|
+
;;
|
377
|
+
;; Emitted as a compound sequence; the MachBuffer will shrink it as
|
378
|
+
;; appropriate.
|
379
|
+
(JmpCond (cc CC)
|
380
|
+
(taken MachLabel)
|
381
|
+
(not_taken MachLabel))
|
382
|
+
|
383
|
+
;; Jump-table sequence, as one compound instruction (see note in lower.rs
|
384
|
+
;; for rationale).
|
385
|
+
;;
|
386
|
+
;; The generated code sequence is described in the emit's function match
|
387
|
+
;; arm for this instruction.
|
388
|
+
;;
|
389
|
+
;; See comment on jmp_table_seq below about the temporaries signedness.
|
390
|
+
(JmpTableSeq (idx Reg)
|
391
|
+
(tmp1 WritableReg)
|
392
|
+
(tmp2 WritableReg)
|
393
|
+
(default_target MachLabel)
|
394
|
+
(targets BoxVecMachLabel))
|
395
|
+
|
396
|
+
;; Indirect jump: jmpq (reg mem).
|
397
|
+
(JmpUnknown (target RegMem))
|
398
|
+
|
399
|
+
;; Traps if the condition code is set.
|
400
|
+
(TrapIf (cc CC)
|
401
|
+
(trap_code TrapCode))
|
402
|
+
|
403
|
+
;; Traps if both of the condition codes are set.
|
404
|
+
(TrapIfAnd (cc1 CC)
|
405
|
+
(cc2 CC)
|
406
|
+
(trap_code TrapCode))
|
407
|
+
|
408
|
+
;; Traps if either of the condition codes are set.
|
409
|
+
(TrapIfOr (cc1 CC)
|
410
|
+
(cc2 CC)
|
411
|
+
(trap_code TrapCode))
|
412
|
+
|
413
|
+
;; A debug trap.
|
414
|
+
(Hlt)
|
415
|
+
|
416
|
+
;; An instruction that will always trigger the illegal instruction
|
417
|
+
;; exception.
|
418
|
+
(Ud2 (trap_code TrapCode))
|
419
|
+
|
420
|
+
;; Loads an external symbol in a register, with a relocation:
|
421
|
+
;;
|
422
|
+
;; movq $name@GOTPCREL(%rip), dst if PIC is enabled, or
|
423
|
+
;; movabsq $name, dst otherwise.
|
424
|
+
(LoadExtName (dst WritableReg)
|
425
|
+
(name BoxExternalName)
|
426
|
+
(offset i64))
|
427
|
+
|
428
|
+
;; =========================================
|
429
|
+
;; Instructions pertaining to atomic memory accesses.
|
430
|
+
|
431
|
+
;; A standard (native) `lock cmpxchg src, (amode)`, with register
|
432
|
+
;; conventions:
|
433
|
+
;;
|
434
|
+
;; `mem` (read) address
|
435
|
+
;; `replacement` (read) replacement value
|
436
|
+
;; %rax (modified) in: expected value, out: value that was actually at `dst`
|
437
|
+
;; %rflags is written. Do not assume anything about it after the instruction.
|
438
|
+
;;
|
439
|
+
;; The instruction "succeeded" iff the lowest `ty` bits of %rax
|
440
|
+
;; afterwards are the same as they were before.
|
441
|
+
(LockCmpxchg (ty Type) ;; I8, I16, I32, or I64
|
442
|
+
(replacement Reg)
|
443
|
+
(expected Reg)
|
444
|
+
(mem SyntheticAmode)
|
445
|
+
(dst_old WritableReg))
|
446
|
+
|
447
|
+
;; A synthetic instruction, based on a loop around a native `lock
|
448
|
+
;; cmpxchg` instruction.
|
449
|
+
;;
|
450
|
+
;; This atomically modifies a value in memory and returns the old value.
|
451
|
+
;; The sequence consists of an initial "normal" load from `dst`, followed
|
452
|
+
;; by a loop which computes the new value and tries to compare-and-swap
|
453
|
+
;; ("CAS") it into `dst`, using the native instruction `lock
|
454
|
+
;; cmpxchg{b,w,l,q}`. The loop iterates until the CAS is successful. If
|
455
|
+
;; there is no contention, there will be only one pass through the loop
|
456
|
+
;; body. The sequence does *not* perform any explicit memory fence
|
457
|
+
;; instructions (`mfence`/`sfence`/`lfence`).
|
458
|
+
;;
|
459
|
+
;; Note that the transaction is atomic in the sense that, as observed by
|
460
|
+
;; some other thread, `dst` either has the initial or final value, but no
|
461
|
+
;; other. It isn't atomic in the sense of guaranteeing that no other
|
462
|
+
;; thread writes to `dst` in between the initial load and the CAS -- but
|
463
|
+
;; that would cause the CAS to fail unless the other thread's last write
|
464
|
+
;; before the CAS wrote the same value that was already there. In other
|
465
|
+
;; words, this implementation suffers (unavoidably) from the A-B-A
|
466
|
+
;; problem.
|
467
|
+
;;
|
468
|
+
;; This instruction sequence has fixed register uses as follows:
|
469
|
+
;; - %rax (written) the old value at `mem`
|
470
|
+
;; - %rflags is written. Do not assume anything about it after the
|
471
|
+
;; instruction.
|
472
|
+
(AtomicRmwSeq (ty Type) ;; I8, I16, I32, or I64
|
473
|
+
(op MachAtomicRmwOp)
|
474
|
+
(mem SyntheticAmode)
|
475
|
+
(operand Reg)
|
476
|
+
(temp WritableReg)
|
477
|
+
(dst_old WritableReg))
|
478
|
+
|
479
|
+
;; A memory fence (mfence, lfence or sfence).
|
480
|
+
(Fence (kind FenceKind))
|
481
|
+
|
482
|
+
;; =========================================
|
483
|
+
;; Meta-instructions generating no code.
|
484
|
+
|
485
|
+
;; Marker, no-op in generated code: SP "virtual offset" is adjusted.
|
486
|
+
;;
|
487
|
+
;; This controls how `MemArg::NominalSPOffset` args are lowered.
|
488
|
+
(VirtualSPOffsetAdj (offset i64))
|
489
|
+
|
490
|
+
;; Provides a way to tell the register allocator that the upcoming
|
491
|
+
;; sequence of instructions will overwrite `dst` so it should be
|
492
|
+
;; considered as a `def`; use this with care.
|
493
|
+
;;
|
494
|
+
;; This is useful when we have a sequence of instructions whose register
|
495
|
+
;; usages are nominally `mod`s, but such that the combination of
|
496
|
+
;; operations creates a result that is independent of the initial
|
497
|
+
;; register value. It's thus semantically a `def`, not a `mod`, when all
|
498
|
+
;; the instructions are taken together, so we want to ensure the register
|
499
|
+
;; is defined (its live-range starts) prior to the sequence to keep
|
500
|
+
;; analyses happy.
|
501
|
+
;;
|
502
|
+
;; One alternative would be a compound instruction that somehow
|
503
|
+
;; encapsulates the others and reports its own `def`s/`use`s/`mod`s; this
|
504
|
+
;; adds complexity (the instruction list is no longer flat) and requires
|
505
|
+
;; knowledge about semantics and initial-value independence anyway.
|
506
|
+
(XmmUninitializedValue (dst WritableXmm))
|
507
|
+
|
508
|
+
;; A call to the `ElfTlsGetAddr` libcall. Returns address of TLS symbol
|
509
|
+
;; `dst`, which is constrained to `rax`.
|
510
|
+
(ElfTlsGetAddr (symbol ExternalName)
|
511
|
+
(dst WritableGpr))
|
512
|
+
|
513
|
+
;; A Mach-O TLS symbol access. Returns address of the TLS symbol in
|
514
|
+
;; `dst`, which is constrained to `rax`.
|
515
|
+
(MachOTlsGetAddr (symbol ExternalName)
|
516
|
+
(dst WritableGpr))
|
517
|
+
|
518
|
+
;; A Coff TLS symbol access. Returns address of the TLS symbol in
|
519
|
+
;; `dst`, which is constrained to `rax`.
|
520
|
+
(CoffTlsGetAddr (symbol ExternalName)
|
521
|
+
(dst WritableGpr)
|
522
|
+
(tmp WritableGpr))
|
523
|
+
|
524
|
+
;; An unwind pseudoinstruction describing the state of the machine at
|
525
|
+
;; this program point.
|
526
|
+
(Unwind (inst UnwindInst))
|
527
|
+
|
528
|
+
;; A pseudoinstruction that just keeps a value alive.
|
529
|
+
(DummyUse (reg Reg))))
|
530
|
+
|
531
|
+
(type OperandSize extern
|
532
|
+
(enum Size8
|
533
|
+
Size16
|
534
|
+
Size32
|
535
|
+
Size64))
|
536
|
+
|
537
|
+
(type FenceKind extern
|
538
|
+
(enum MFence
|
539
|
+
LFence
|
540
|
+
SFence))
|
541
|
+
|
542
|
+
(type BoxCallInfo extern (enum))
|
543
|
+
|
544
|
+
(type BoxVecMachLabel extern (enum))
|
545
|
+
|
546
|
+
(type MachLabelSlice extern (enum))
|
547
|
+
|
548
|
+
;; The size of the jump table.
|
549
|
+
(decl jump_table_size (BoxVecMachLabel) u32)
|
550
|
+
(extern constructor jump_table_size jump_table_size)
|
551
|
+
|
552
|
+
;; Extract a the target from a MachLabelSlice with exactly one target.
|
553
|
+
(decl single_target (MachLabel) MachLabelSlice)
|
554
|
+
(extern extractor single_target single_target)
|
555
|
+
|
556
|
+
;; Extract a the targets from a MachLabelSlice with exactly two targets.
|
557
|
+
(decl two_targets (MachLabel MachLabel) MachLabelSlice)
|
558
|
+
(extern extractor two_targets two_targets)
|
559
|
+
|
560
|
+
;; Extract the default target and jump table from a MachLabelSlice.
|
561
|
+
(decl jump_table_targets (MachLabel BoxVecMachLabel) MachLabelSlice)
|
562
|
+
(extern extractor jump_table_targets jump_table_targets)
|
563
|
+
|
564
|
+
;; Get the `OperandSize` for a given `Type`, rounding smaller types up to 32 bits.
|
565
|
+
(decl operand_size_of_type_32_64 (Type) OperandSize)
|
566
|
+
(extern constructor operand_size_of_type_32_64 operand_size_of_type_32_64)
|
567
|
+
|
568
|
+
;; Get the true `OperandSize` for a given `Type`, with no rounding.
|
569
|
+
(decl raw_operand_size_of_type (Type) OperandSize)
|
570
|
+
(extern constructor raw_operand_size_of_type raw_operand_size_of_type)
|
571
|
+
|
572
|
+
;; Get the bit width of an `OperandSize`.
|
573
|
+
(decl operand_size_bits (OperandSize) u16)
|
574
|
+
(rule (operand_size_bits (OperandSize.Size8)) 8)
|
575
|
+
(rule (operand_size_bits (OperandSize.Size16)) 16)
|
576
|
+
(rule (operand_size_bits (OperandSize.Size32)) 32)
|
577
|
+
(rule (operand_size_bits (OperandSize.Size64)) 64)
|
578
|
+
|
579
|
+
(type AluRmiROpcode extern
|
580
|
+
(enum Add
|
581
|
+
Adc
|
582
|
+
Sub
|
583
|
+
Sbb
|
584
|
+
And
|
585
|
+
Or
|
586
|
+
Xor
|
587
|
+
Mul))
|
588
|
+
|
589
|
+
(type UnaryRmROpcode extern
|
590
|
+
(enum Bsr
|
591
|
+
Bsf
|
592
|
+
Lzcnt
|
593
|
+
Tzcnt
|
594
|
+
Popcnt))
|
595
|
+
|
596
|
+
(type DivOrRemKind extern
|
597
|
+
(enum SignedDiv
|
598
|
+
UnsignedDiv
|
599
|
+
SignedRem
|
600
|
+
UnsignedRem))
|
601
|
+
|
602
|
+
(type SseOpcode extern
|
603
|
+
(enum Addps
|
604
|
+
Addpd
|
605
|
+
Addss
|
606
|
+
Addsd
|
607
|
+
Andps
|
608
|
+
Andpd
|
609
|
+
Andnps
|
610
|
+
Andnpd
|
611
|
+
Blendvpd
|
612
|
+
Blendvps
|
613
|
+
Comiss
|
614
|
+
Comisd
|
615
|
+
Cmpps
|
616
|
+
Cmppd
|
617
|
+
Cmpss
|
618
|
+
Cmpsd
|
619
|
+
Cvtdq2ps
|
620
|
+
Cvtdq2pd
|
621
|
+
Cvtpd2ps
|
622
|
+
Cvtps2pd
|
623
|
+
Cvtsd2ss
|
624
|
+
Cvtsd2si
|
625
|
+
Cvtsi2ss
|
626
|
+
Cvtsi2sd
|
627
|
+
Cvtss2si
|
628
|
+
Cvtss2sd
|
629
|
+
Cvttpd2dq
|
630
|
+
Cvttps2dq
|
631
|
+
Cvttss2si
|
632
|
+
Cvttsd2si
|
633
|
+
Divps
|
634
|
+
Divpd
|
635
|
+
Divss
|
636
|
+
Divsd
|
637
|
+
Insertps
|
638
|
+
Maxps
|
639
|
+
Maxpd
|
640
|
+
Maxss
|
641
|
+
Maxsd
|
642
|
+
Minps
|
643
|
+
Minpd
|
644
|
+
Minss
|
645
|
+
Minsd
|
646
|
+
Movaps
|
647
|
+
Movapd
|
648
|
+
Movd
|
649
|
+
Movdqa
|
650
|
+
Movdqu
|
651
|
+
Movlhps
|
652
|
+
Movmskps
|
653
|
+
Movmskpd
|
654
|
+
Movq
|
655
|
+
Movss
|
656
|
+
Movsd
|
657
|
+
Movups
|
658
|
+
Movupd
|
659
|
+
Mulps
|
660
|
+
Mulpd
|
661
|
+
Mulss
|
662
|
+
Mulsd
|
663
|
+
Orps
|
664
|
+
Orpd
|
665
|
+
Pabsb
|
666
|
+
Pabsw
|
667
|
+
Pabsd
|
668
|
+
Packssdw
|
669
|
+
Packsswb
|
670
|
+
Packusdw
|
671
|
+
Packuswb
|
672
|
+
Paddb
|
673
|
+
Paddd
|
674
|
+
Paddq
|
675
|
+
Paddw
|
676
|
+
Paddsb
|
677
|
+
Paddsw
|
678
|
+
Paddusb
|
679
|
+
Paddusw
|
680
|
+
Palignr
|
681
|
+
Pand
|
682
|
+
Pandn
|
683
|
+
Pavgb
|
684
|
+
Pavgw
|
685
|
+
Pblendvb
|
686
|
+
Pcmpeqb
|
687
|
+
Pcmpeqw
|
688
|
+
Pcmpeqd
|
689
|
+
Pcmpeqq
|
690
|
+
Pcmpgtb
|
691
|
+
Pcmpgtw
|
692
|
+
Pcmpgtd
|
693
|
+
Pcmpgtq
|
694
|
+
Pextrb
|
695
|
+
Pextrw
|
696
|
+
Pextrd
|
697
|
+
Pinsrb
|
698
|
+
Pinsrw
|
699
|
+
Pinsrd
|
700
|
+
Pmaddubsw
|
701
|
+
Pmaddwd
|
702
|
+
Pmaxsb
|
703
|
+
Pmaxsw
|
704
|
+
Pmaxsd
|
705
|
+
Pmaxub
|
706
|
+
Pmaxuw
|
707
|
+
Pmaxud
|
708
|
+
Pminsb
|
709
|
+
Pminsw
|
710
|
+
Pminsd
|
711
|
+
Pminub
|
712
|
+
Pminuw
|
713
|
+
Pminud
|
714
|
+
Pmovmskb
|
715
|
+
Pmovsxbd
|
716
|
+
Pmovsxbw
|
717
|
+
Pmovsxbq
|
718
|
+
Pmovsxwd
|
719
|
+
Pmovsxwq
|
720
|
+
Pmovsxdq
|
721
|
+
Pmovzxbd
|
722
|
+
Pmovzxbw
|
723
|
+
Pmovzxbq
|
724
|
+
Pmovzxwd
|
725
|
+
Pmovzxwq
|
726
|
+
Pmovzxdq
|
727
|
+
Pmuldq
|
728
|
+
Pmulhw
|
729
|
+
Pmulhuw
|
730
|
+
Pmulhrsw
|
731
|
+
Pmulld
|
732
|
+
Pmullw
|
733
|
+
Pmuludq
|
734
|
+
Por
|
735
|
+
Pshufb
|
736
|
+
Pshufd
|
737
|
+
Psllw
|
738
|
+
Pslld
|
739
|
+
Psllq
|
740
|
+
Psraw
|
741
|
+
Psrad
|
742
|
+
Psrlw
|
743
|
+
Psrld
|
744
|
+
Psrlq
|
745
|
+
Psubb
|
746
|
+
Psubd
|
747
|
+
Psubq
|
748
|
+
Psubw
|
749
|
+
Psubsb
|
750
|
+
Psubsw
|
751
|
+
Psubusb
|
752
|
+
Psubusw
|
753
|
+
Ptest
|
754
|
+
Punpckhbw
|
755
|
+
Punpckhwd
|
756
|
+
Punpcklbw
|
757
|
+
Punpcklwd
|
758
|
+
Pxor
|
759
|
+
Rcpss
|
760
|
+
Roundps
|
761
|
+
Roundpd
|
762
|
+
Roundss
|
763
|
+
Roundsd
|
764
|
+
Rsqrtss
|
765
|
+
Shufps
|
766
|
+
Sqrtps
|
767
|
+
Sqrtpd
|
768
|
+
Sqrtss
|
769
|
+
Sqrtsd
|
770
|
+
Subps
|
771
|
+
Subpd
|
772
|
+
Subss
|
773
|
+
Subsd
|
774
|
+
Ucomiss
|
775
|
+
Ucomisd
|
776
|
+
Unpcklps
|
777
|
+
Xorps
|
778
|
+
Xorpd))
|
779
|
+
|
780
|
+
(type CmpOpcode extern
|
781
|
+
(enum Cmp
|
782
|
+
Test))
|
783
|
+
|
784
|
+
(type RegMemImm extern
|
785
|
+
(enum
|
786
|
+
(Reg (reg Reg))
|
787
|
+
(Mem (addr SyntheticAmode))
|
788
|
+
(Imm (simm32 u32))))
|
789
|
+
|
790
|
+
;; Put the given clif value into a `RegMemImm` operand.
|
791
|
+
;;
|
792
|
+
;; Asserts that the value fits into a single register, and doesn't require
|
793
|
+
;; multiple registers for its representation (like `i128` for example).
|
794
|
+
;;
|
795
|
+
;; As a side effect, this marks the value as used.
|
796
|
+
(decl put_in_reg_mem_imm (Value) RegMemImm)
|
797
|
+
(extern constructor put_in_reg_mem_imm put_in_reg_mem_imm)
|
798
|
+
|
799
|
+
(type RegMem extern
|
800
|
+
(enum
|
801
|
+
(Reg (reg Reg))
|
802
|
+
(Mem (addr SyntheticAmode))))
|
803
|
+
|
804
|
+
;; Convert a RegMem to a RegMemImm.
|
805
|
+
(decl reg_mem_to_reg_mem_imm (RegMem) RegMemImm)
|
806
|
+
(rule (reg_mem_to_reg_mem_imm (RegMem.Reg reg))
|
807
|
+
(RegMemImm.Reg reg))
|
808
|
+
(rule (reg_mem_to_reg_mem_imm (RegMem.Mem addr))
|
809
|
+
(RegMemImm.Mem addr))
|
810
|
+
|
811
|
+
;; Put the given clif value into a `RegMem` operand.
|
812
|
+
;;
|
813
|
+
;; Asserts that the value fits into a single register, and doesn't require
|
814
|
+
;; multiple registers for its representation (like `i128` for example).
|
815
|
+
;;
|
816
|
+
;; As a side effect, this marks the value as used.
|
817
|
+
(decl put_in_reg_mem (Value) RegMem)
|
818
|
+
(extern constructor put_in_reg_mem put_in_reg_mem)
|
819
|
+
|
820
|
+
;; Addressing modes.
|
821
|
+
|
822
|
+
(type SyntheticAmode extern (enum))
|
823
|
+
|
824
|
+
(decl synthetic_amode_to_reg_mem (SyntheticAmode) RegMem)
|
825
|
+
(extern constructor synthetic_amode_to_reg_mem synthetic_amode_to_reg_mem)
|
826
|
+
|
827
|
+
(decl amode_to_synthetic_amode (Amode) SyntheticAmode)
|
828
|
+
(extern constructor amode_to_synthetic_amode amode_to_synthetic_amode)
|
829
|
+
|
830
|
+
;; An `Amode` represents a possible addressing mode that can be used
|
831
|
+
;; in instructions. These denote a 64-bit value only.
|
832
|
+
(type Amode (enum
|
833
|
+
;; Immediate sign-extended and a register
|
834
|
+
(ImmReg (simm32 u32)
|
835
|
+
(base Reg)
|
836
|
+
(flags MemFlags))
|
837
|
+
|
838
|
+
;; Sign-extend-32-to-64(simm32) + base + (index << shift)
|
839
|
+
(ImmRegRegShift (simm32 u32)
|
840
|
+
(base Gpr)
|
841
|
+
(index Gpr)
|
842
|
+
(shift u8)
|
843
|
+
(flags MemFlags))
|
844
|
+
|
845
|
+
;; Sign-extend-32-to-64(immediate) + RIP (instruction
|
846
|
+
;; pointer). The appropriate relocation is emitted so
|
847
|
+
;; that the resulting immediate makes this Amode refer to
|
848
|
+
;; the given MachLabel.
|
849
|
+
(RipRelative (target MachLabel))))
|
850
|
+
|
851
|
+
;; Some Amode constructor helpers.
|
852
|
+
|
853
|
+
(decl amode_with_flags (Amode MemFlags) Amode)
|
854
|
+
(extern constructor amode_with_flags amode_with_flags)
|
855
|
+
|
856
|
+
(decl amode_imm_reg (u32 Gpr) Amode)
|
857
|
+
(extern constructor amode_imm_reg amode_imm_reg)
|
858
|
+
|
859
|
+
(decl amode_imm_reg_flags (u32 Gpr MemFlags) Amode)
|
860
|
+
(rule (amode_imm_reg_flags offset base flags)
|
861
|
+
(amode_with_flags (amode_imm_reg offset base) flags))
|
862
|
+
|
863
|
+
(decl amode_imm_reg_reg_shift (u32 Gpr Gpr u8) Amode)
|
864
|
+
(extern constructor amode_imm_reg_reg_shift amode_imm_reg_reg_shift)
|
865
|
+
|
866
|
+
(decl amode_imm_reg_reg_shift_flags (u32 Gpr Gpr u8 MemFlags) Amode)
|
867
|
+
(rule (amode_imm_reg_reg_shift_flags offset base index shift flags)
|
868
|
+
(amode_with_flags (amode_imm_reg_reg_shift offset base index shift) flags))
|
869
|
+
|
870
|
+
;; A helper to both check that the `Imm64` and `Offset32` values sum to less
|
871
|
+
;; than 32-bits AND return this summed `u32` value. Also, the `Imm64` will be
|
872
|
+
;; zero-extended from `Type` up to 64 bits. This is useful for `to_amode`.
|
873
|
+
(decl pure partial sum_extend_fits_in_32_bits (Type Imm64 Offset32) u32)
|
874
|
+
(extern constructor sum_extend_fits_in_32_bits sum_extend_fits_in_32_bits)
|
875
|
+
|
876
|
+
;;;; Amode lowering ;;;;
|
877
|
+
|
878
|
+
;; To generate an address for a memory access, we can pattern-match
|
879
|
+
;; various CLIF sub-trees to x64's complex addressing modes (`Amode`).
|
880
|
+
;;
|
881
|
+
;; Information about available addressing modes is available in
|
882
|
+
;; Intel's Software Developer's Manual, volume 2, section 2.1.5,
|
883
|
+
;; "Addressing-Mode Encoding of ModR/M and SIB Bytes."
|
884
|
+
;;
|
885
|
+
;; The general strategy to build an `Amode` is to traverse over the
|
886
|
+
;; input expression's addends, recursively deconstructing a tree of
|
887
|
+
;; `iadd` operators that add up parts of the address, updating the
|
888
|
+
;; `Amode` in an incremental fashion as we add in each piece.
|
889
|
+
;;
|
890
|
+
;; We start with an "immediate + register" form that encapsulates the
|
891
|
+
;; load/store's built-in `Offset32` and `invalid_reg` as the
|
892
|
+
;; register. This is given by `amode_initial`. Then we add `Value`s
|
893
|
+
;; one at a time with `amode_add`. (Why start with `invalid_reg` at
|
894
|
+
;; all? Because we don't want to special-case the first input and
|
895
|
+
;; duplicate rules; this lets us use the "add a value" logic even for
|
896
|
+
;; the first value.)
|
897
|
+
;;
|
898
|
+
;; It is always valid to use `amode_add` to add the one single
|
899
|
+
;; `address` input to the load/store (i.e., the `Value` given to
|
900
|
+
;; `to_amode`). In the fallback case, this is what we do. Then we get
|
901
|
+
;; an `Amode.ImmReg` with the `Offset32` and `Value` below and nothing
|
902
|
+
;; else; this always works and is not *that* bad.
|
903
|
+
;;
|
904
|
+
;; But we can often do better. The toplevel rule for `iadd` below will
|
905
|
+
;; turn an `(amode_add amode (iadd a b))` into two invocations of
|
906
|
+
;; `amode_add`, for each operand of the `iadd`. This is what allows us
|
907
|
+
;; to handle sums of many parts.
|
908
|
+
;;
|
909
|
+
;; Then we "just" need to work out how we can incorporate a new
|
910
|
+
;; component into an existing addressing mode:
|
911
|
+
;;
|
912
|
+
;; - Case 1: When we have an `ImmReg` and the register is
|
913
|
+
;; `invalid_reg` (the initial `Amode` above), we can put the new
|
914
|
+
;; addend into a register and insert it into the `ImmReg`.
|
915
|
+
;;
|
916
|
+
;; - Case 2: When we have an `ImmReg` with a valid register already,
|
917
|
+
;; and we have another register to add, we can transition to an
|
918
|
+
;; `ImmRegRegShift`.
|
919
|
+
;;
|
920
|
+
;; - Case 3: When we're adding an `ishl`, we can refine the above rule
|
921
|
+
;; and use the built-in multiplier of 1, 2, 4, 8 to implement a
|
922
|
+
;; left-shift by 0, 1, 2, 3.
|
923
|
+
;;
|
924
|
+
;; - Case 4: When we are adding another constant offset, we can fold
|
925
|
+
;; it into the existing offset, as long as the sum still fits into
|
926
|
+
;; the signed 32-bit field.
|
927
|
+
;;
|
928
|
+
;; - Case 5: And as a general fallback, we can generate a new `add`
|
929
|
+
;; instruction and add the new addend to an existing component of
|
930
|
+
;; the `Amode`.
|
931
|
+
(decl to_amode (MemFlags Value Offset32) Amode)
|
932
|
+
|
933
|
+
;; Initial step in amode processing: create an ImmReg with
|
934
|
+
;; (invalid_reg) and encapsulating the flags and offset from the
|
935
|
+
;; load/store.
|
936
|
+
(decl amode_initial (MemFlags Offset32) Amode)
|
937
|
+
(rule (amode_initial flags (offset32 off))
|
938
|
+
(Amode.ImmReg off (invalid_reg) flags))
|
939
|
+
|
940
|
+
;; One step in amode processing: take an existing amode and add
|
941
|
+
;; another value to it.
|
942
|
+
(decl amode_add (Amode Value) Amode)
|
943
|
+
|
944
|
+
;; -- Top-level driver: pull apart the addends.
|
945
|
+
;;
|
946
|
+
;; Any amode can absorb an `iadd` by absorbing first the LHS of the
|
947
|
+
;; add, then the RHS.
|
948
|
+
;;
|
949
|
+
;; Priority 2 to take this above fallbacks and ensure we traverse the
|
950
|
+
;; `iadd` tree fully.
|
951
|
+
(rule 2 (amode_add amode (iadd x y))
|
952
|
+
(let ((amode1 Amode (amode_add amode x))
|
953
|
+
(amode2 Amode (amode_add amode1 y)))
|
954
|
+
amode2))
|
955
|
+
|
956
|
+
;; -- Case 1 (adding a register to the initial Amode with invalid_reg).
|
957
|
+
;;
|
958
|
+
;; An Amode.ImmReg with invalid_reg (initial state) can absorb a
|
959
|
+
;; register as the base register.
|
960
|
+
(rule (amode_add (Amode.ImmReg off (invalid_reg) flags) value)
|
961
|
+
(Amode.ImmReg off value flags))
|
962
|
+
|
963
|
+
;; -- Case 2 (adding a register to an Amode with a register already).
|
964
|
+
;;
|
965
|
+
;; An Amode.ImmReg can absorb another register as the index register.
|
966
|
+
(rule (amode_add (Amode.ImmReg off (valid_reg base) flags) value)
|
967
|
+
;; Shift of 0 --> base + 1*value.
|
968
|
+
(Amode.ImmRegRegShift off base value 0 flags))
|
969
|
+
|
970
|
+
;; -- Case 3 (adding a shifted value to an Amode).
|
971
|
+
;;
|
972
|
+
;; An Amode.ImmReg can absorb a shift of another register as the index register.
|
973
|
+
;;
|
974
|
+
;; Priority 2 to take these rules above generic case.
|
975
|
+
(rule 2 (amode_add (Amode.ImmReg off (valid_reg base) flags) (ishl index (iconst (uimm8 shift))))
|
976
|
+
(if (u32_lteq (u8_as_u32 shift) 3))
|
977
|
+
(Amode.ImmRegRegShift off base index shift flags))
|
978
|
+
(rule 2 (amode_add (Amode.ImmReg off (valid_reg base) flags) (uextend (ishl index (iconst (uimm8 shift)))))
|
979
|
+
(if (u32_lteq (u8_as_u32 shift) 3))
|
980
|
+
(Amode.ImmRegRegShift off base (extend_to_gpr index $I64 (ExtendKind.Zero)) shift flags))
|
981
|
+
|
982
|
+
;; Same, but with a uextend of a shift of a 32-bit add. This is valid
|
983
|
+
;; because we know our lowering of a narrower-than-64-bit `iadd` will
|
984
|
+
;; always write the full register width, so we can effectively ignore
|
985
|
+
;; the `uextend` and look through it to the `ishl`.
|
986
|
+
;;
|
987
|
+
;; Priority 3 to avoid conflict with the previous rule.
|
988
|
+
(rule 3 (amode_add (Amode.ImmReg off (valid_reg base) flags)
|
989
|
+
(uextend (ishl index @ (iadd _ _) (iconst (uimm8 shift)))))
|
990
|
+
(if (u32_lteq (u8_as_u32 shift) 3))
|
991
|
+
(Amode.ImmRegRegShift off base index shift flags))
|
992
|
+
|
993
|
+
;; -- Case 4 (absorbing constant offsets).
|
994
|
+
;;
|
995
|
+
;; An Amode can absorb a constant (i64, or extended i32) as long as
|
996
|
+
;; the sum still fits in the signed-32-bit offset.
|
997
|
+
;;
|
998
|
+
;; Priority 3 in order to take this option above the fallback
|
999
|
+
;; (immediate in register). Two rules, for imm+reg and
|
1000
|
+
;; imm+reg+scale*reg cases.
|
1001
|
+
(rule 3 (amode_add (Amode.ImmReg off base flags)
|
1002
|
+
(iconst (simm32 c)))
|
1003
|
+
(if-let sum (s32_add_fallible off c))
|
1004
|
+
(Amode.ImmReg sum base flags))
|
1005
|
+
(rule 3 (amode_add (Amode.ImmRegRegShift off base index shift flags)
|
1006
|
+
(iconst (simm32 c)))
|
1007
|
+
(if-let sum (s32_add_fallible off c))
|
1008
|
+
(Amode.ImmRegRegShift sum base index shift flags))
|
1009
|
+
|
1010
|
+
;; Likewise for a zero-extended i32 const, as long as the constant
|
1011
|
+
;; wasn't negative. (Why nonnegative? Because adding a
|
1012
|
+
;; non-sign-extended negative to a 64-bit address is not the same as
|
1013
|
+
;; adding in simm32-space.)
|
1014
|
+
(rule 3 (amode_add (Amode.ImmReg off base flags)
|
1015
|
+
(uextend (iconst (simm32 (u32_nonnegative c)))))
|
1016
|
+
(if-let sum (s32_add_fallible off c))
|
1017
|
+
(Amode.ImmReg sum base flags))
|
1018
|
+
(rule 3 (amode_add (Amode.ImmRegRegShift off base index shift flags)
|
1019
|
+
(uextend (iconst (simm32 (u32_nonnegative c)))))
|
1020
|
+
(if-let sum (s32_add_fallible off c))
|
1021
|
+
(Amode.ImmRegRegShift sum base index shift flags))
|
1022
|
+
|
1023
|
+
;; Likewise for a sign-extended i32 const.
|
1024
|
+
(rule 3 (amode_add (Amode.ImmReg off base flags)
|
1025
|
+
(sextend (iconst (simm32 c))))
|
1026
|
+
(if-let sum (s32_add_fallible off c))
|
1027
|
+
(Amode.ImmReg sum base flags))
|
1028
|
+
(rule 3 (amode_add (Amode.ImmRegRegShift off base index shift flags)
|
1029
|
+
(sextend (iconst (simm32 c))))
|
1030
|
+
(if-let sum (s32_add_fallible off c))
|
1031
|
+
(Amode.ImmRegRegShift sum base index shift flags))
|
1032
|
+
|
1033
|
+
;; -- Case 5 (fallback to add a new value to an imm+reg+scale*reg).
|
1034
|
+
;;
|
1035
|
+
;; An Amode.ImmRegRegShift can absorb any other value by creating a
|
1036
|
+
;; new add instruction and replacing the base with
|
1037
|
+
;; (base+value).
|
1038
|
+
(rule (amode_add (Amode.ImmRegRegShift off base index shift flags) value)
|
1039
|
+
(let ((sum Gpr (x64_add $I64 base value)))
|
1040
|
+
(Amode.ImmRegRegShift off sum index shift flags)))
|
1041
|
+
|
1042
|
+
;; Finally, define the toplevel `to_amode`.
|
1043
|
+
(rule (to_amode flags base offset)
|
1044
|
+
(amode_finalize (amode_add (amode_initial flags offset) base)))
|
1045
|
+
|
1046
|
+
;; If an amode has no registers at all and only offsets (a constant
|
1047
|
+
;; value), we need to "finalize" it by sticking in a zero'd reg in
|
1048
|
+
;; place of the (invalid_reg) produced by (amode_initial).
|
1049
|
+
(decl amode_finalize (Amode) Amode)
|
1050
|
+
(rule 1 (amode_finalize (Amode.ImmReg off (invalid_reg) flags))
|
1051
|
+
(Amode.ImmReg off (imm $I64 0) flags))
|
1052
|
+
(rule 0 (amode_finalize amode)
|
1053
|
+
amode)
|
1054
|
+
|
1055
|
+
;; Offsetting an Amode. Used when we need to do consecutive
|
1056
|
+
;; loads/stores to adjacent addresses.
|
1057
|
+
(decl amode_offset (Amode u32) Amode)
|
1058
|
+
(extern constructor amode_offset amode_offset)
|
1059
|
+
|
1060
|
+
;; Return a zero offset as an `Offset32`.
|
1061
|
+
(decl zero_offset () Offset32)
|
1062
|
+
(extern constructor zero_offset zero_offset)
|
1063
|
+
|
1064
|
+
;; Shift kinds.
|
1065
|
+
|
1066
|
+
(type ShiftKind extern
|
1067
|
+
(enum ShiftLeft
|
1068
|
+
ShiftRightLogical
|
1069
|
+
ShiftRightArithmetic
|
1070
|
+
RotateLeft
|
1071
|
+
RotateRight))
|
1072
|
+
|
1073
|
+
(type Imm8Reg extern
|
1074
|
+
(enum (Imm8 (imm u8))
|
1075
|
+
(Reg (reg Reg))))
|
1076
|
+
|
1077
|
+
;; Put the given clif value into a `Imm8Reg` operand, masked to the bit width of
|
1078
|
+
;; the given type.
|
1079
|
+
;;
|
1080
|
+
;; Asserts that the value fits into a single register, and doesn't require
|
1081
|
+
;; multiple registers for its representation (like `i128` for example).
|
1082
|
+
;;
|
1083
|
+
;; As a side effect, this marks the value as used.
|
1084
|
+
;;
|
1085
|
+
;; This is used when lowering various shifts and rotates.
|
1086
|
+
(decl put_masked_in_imm8_gpr (Value Type) Imm8Gpr)
|
1087
|
+
(rule 2 (put_masked_in_imm8_gpr (u64_from_iconst amt) ty)
|
1088
|
+
(const_to_type_masked_imm8 amt ty))
|
1089
|
+
(rule 1 (put_masked_in_imm8_gpr amt (fits_in_16 ty))
|
1090
|
+
(x64_and $I64 (value_regs_get_gpr amt 0) (RegMemImm.Imm (shift_mask ty))))
|
1091
|
+
(rule (put_masked_in_imm8_gpr amt ty)
|
1092
|
+
(value_regs_get_gpr amt 0))
|
1093
|
+
|
1094
|
+
;; Condition codes
|
1095
|
+
(type CC extern
|
1096
|
+
(enum O
|
1097
|
+
NO
|
1098
|
+
B
|
1099
|
+
NB
|
1100
|
+
Z
|
1101
|
+
NZ
|
1102
|
+
BE
|
1103
|
+
NBE
|
1104
|
+
S
|
1105
|
+
NS
|
1106
|
+
L
|
1107
|
+
NL
|
1108
|
+
LE
|
1109
|
+
NLE
|
1110
|
+
P
|
1111
|
+
NP))
|
1112
|
+
|
1113
|
+
(decl intcc_to_cc (IntCC) CC)
|
1114
|
+
(extern constructor intcc_to_cc intcc_to_cc)
|
1115
|
+
|
1116
|
+
(decl cc_invert (CC) CC)
|
1117
|
+
(extern constructor cc_invert cc_invert)
|
1118
|
+
|
1119
|
+
;; Fails if the argument is not either CC.NZ or CC.Z.
|
1120
|
+
(decl cc_nz_or_z (CC) CC)
|
1121
|
+
(extern extractor cc_nz_or_z cc_nz_or_z)
|
1122
|
+
|
1123
|
+
(type AvxOpcode extern
|
1124
|
+
(enum Vfmadd213ss
|
1125
|
+
Vfmadd213sd
|
1126
|
+
Vfmadd213ps
|
1127
|
+
Vfmadd213pd))
|
1128
|
+
|
1129
|
+
(type Avx512Opcode extern
|
1130
|
+
(enum Vcvtudq2ps
|
1131
|
+
Vpabsq
|
1132
|
+
Vpermi2b
|
1133
|
+
Vpmullq
|
1134
|
+
Vpopcntb))
|
1135
|
+
|
1136
|
+
(type FcmpImm extern
|
1137
|
+
(enum Equal
|
1138
|
+
LessThan
|
1139
|
+
LessThanOrEqual
|
1140
|
+
Unordered
|
1141
|
+
NotEqual
|
1142
|
+
UnorderedOrGreaterThanOrEqual
|
1143
|
+
UnorderedOrGreaterThan
|
1144
|
+
Ordered))
|
1145
|
+
|
1146
|
+
(decl encode_fcmp_imm (FcmpImm) u8)
|
1147
|
+
(extern constructor encode_fcmp_imm encode_fcmp_imm)
|
1148
|
+
|
1149
|
+
(type RoundImm extern
|
1150
|
+
(enum RoundNearest
|
1151
|
+
RoundDown
|
1152
|
+
RoundUp
|
1153
|
+
RoundZero))
|
1154
|
+
|
1155
|
+
(decl encode_round_imm (RoundImm) u8)
|
1156
|
+
(extern constructor encode_round_imm encode_round_imm)
|
1157
|
+
|
1158
|
+
;;;; Newtypes for Different Register Classes ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1159
|
+
|
1160
|
+
(type Gpr (primitive Gpr))
|
1161
|
+
(type WritableGpr (primitive WritableGpr))
|
1162
|
+
(type OptionWritableGpr (primitive OptionWritableGpr))
|
1163
|
+
(type GprMem extern (enum))
|
1164
|
+
(type GprMemImm extern (enum))
|
1165
|
+
(type Imm8Gpr extern (enum))
|
1166
|
+
|
1167
|
+
(type Xmm (primitive Xmm))
|
1168
|
+
(type WritableXmm (primitive WritableXmm))
|
1169
|
+
(type OptionWritableXmm (primitive OptionWritableXmm))
|
1170
|
+
(type XmmMem extern (enum))
|
1171
|
+
(type XmmMemImm extern (enum))
|
1172
|
+
|
1173
|
+
;; Convert an `Imm8Reg` into an `Imm8Gpr`.
|
1174
|
+
(decl imm8_reg_to_imm8_gpr (Imm8Reg) Imm8Gpr)
|
1175
|
+
(extern constructor imm8_reg_to_imm8_gpr imm8_reg_to_imm8_gpr)
|
1176
|
+
|
1177
|
+
;; Convert a `WritableGpr` to a `WritableReg`.
|
1178
|
+
(decl writable_gpr_to_reg (WritableGpr) WritableReg)
|
1179
|
+
(extern constructor writable_gpr_to_reg writable_gpr_to_reg)
|
1180
|
+
|
1181
|
+
;; Convert a `WritableXmm` to a `WritableReg`.
|
1182
|
+
(decl writable_xmm_to_reg (WritableXmm) WritableReg)
|
1183
|
+
(extern constructor writable_xmm_to_reg writable_xmm_to_reg)
|
1184
|
+
|
1185
|
+
;; Convert a `WritableReg` to a `WritableXmm`.
|
1186
|
+
(decl writable_reg_to_xmm (WritableReg) WritableXmm)
|
1187
|
+
(extern constructor writable_reg_to_xmm writable_reg_to_xmm)
|
1188
|
+
|
1189
|
+
;; Convert a `WritableXmm` to an `Xmm`.
|
1190
|
+
(decl writable_xmm_to_xmm (WritableXmm) Xmm)
|
1191
|
+
(extern constructor writable_xmm_to_xmm writable_xmm_to_xmm)
|
1192
|
+
|
1193
|
+
;; Convert a `WritableGpr` to an `Gpr`.
|
1194
|
+
(decl writable_gpr_to_gpr (WritableGpr) Gpr)
|
1195
|
+
(extern constructor writable_gpr_to_gpr writable_gpr_to_gpr)
|
1196
|
+
|
1197
|
+
;; Convert an `Gpr` to a `Reg`.
|
1198
|
+
(decl gpr_to_reg (Gpr) Reg)
|
1199
|
+
(extern constructor gpr_to_reg gpr_to_reg)
|
1200
|
+
|
1201
|
+
;; Convert an `Gpr` to a `GprMem`.
|
1202
|
+
(decl gpr_to_gpr_mem (Gpr) GprMem)
|
1203
|
+
(extern constructor gpr_to_gpr_mem gpr_to_gpr_mem)
|
1204
|
+
|
1205
|
+
;; Convert an `Gpr` to a `GprMemImm`.
|
1206
|
+
(decl gpr_to_gpr_mem_imm (Gpr) GprMemImm)
|
1207
|
+
(extern constructor gpr_to_gpr_mem_imm gpr_to_gpr_mem_imm)
|
1208
|
+
|
1209
|
+
;; Convert an `Xmm` to a `Reg`.
|
1210
|
+
(decl xmm_to_reg (Xmm) Reg)
|
1211
|
+
(extern constructor xmm_to_reg xmm_to_reg)
|
1212
|
+
|
1213
|
+
;; Convert an `Xmm` into an `XmmMemImm`.
|
1214
|
+
(decl xmm_to_xmm_mem_imm (Xmm) XmmMemImm)
|
1215
|
+
(extern constructor xmm_to_xmm_mem_imm xmm_to_xmm_mem_imm)
|
1216
|
+
|
1217
|
+
;; Allocate a new temporary GPR register.
|
1218
|
+
(decl temp_writable_gpr () WritableGpr)
|
1219
|
+
(extern constructor temp_writable_gpr temp_writable_gpr)
|
1220
|
+
|
1221
|
+
;; Allocate a new temporary XMM register.
|
1222
|
+
(decl temp_writable_xmm () WritableXmm)
|
1223
|
+
(extern constructor temp_writable_xmm temp_writable_xmm)
|
1224
|
+
|
1225
|
+
;; Construct a new `XmmMem` from the given `RegMem`.
|
1226
|
+
;;
|
1227
|
+
;; Asserts that the `RegMem`'s register, if any, is an XMM register.
|
1228
|
+
(decl reg_mem_to_xmm_mem (RegMem) XmmMem)
|
1229
|
+
(extern constructor reg_mem_to_xmm_mem reg_mem_to_xmm_mem)
|
1230
|
+
|
1231
|
+
;; Construct a new `RegMemImm` from the given `Reg`.
|
1232
|
+
(decl reg_to_reg_mem_imm (Reg) RegMemImm)
|
1233
|
+
(extern constructor reg_to_reg_mem_imm reg_to_reg_mem_imm)
|
1234
|
+
|
1235
|
+
;; Construct a new `GprMemImm` from the given `RegMemImm`.
|
1236
|
+
;;
|
1237
|
+
;; Asserts that the `RegMemImm`'s register, if any, is an GPR register.
|
1238
|
+
(decl gpr_mem_imm_new (RegMemImm) GprMemImm)
|
1239
|
+
(extern constructor gpr_mem_imm_new gpr_mem_imm_new)
|
1240
|
+
|
1241
|
+
;; Construct a new `XmmMemImm` from the given `RegMemImm`.
|
1242
|
+
;;
|
1243
|
+
;; Asserts that the `RegMemImm`'s register, if any, is an XMM register.
|
1244
|
+
(decl xmm_mem_imm_new (RegMemImm) XmmMemImm)
|
1245
|
+
(extern constructor xmm_mem_imm_new xmm_mem_imm_new)
|
1246
|
+
|
1247
|
+
;; Construct a new `XmmMem` from an `Xmm`.
|
1248
|
+
(decl xmm_to_xmm_mem (Xmm) XmmMem)
|
1249
|
+
(extern constructor xmm_to_xmm_mem xmm_to_xmm_mem)
|
1250
|
+
|
1251
|
+
;; Construct a new `XmmMem` from an `RegMem`.
|
1252
|
+
(decl xmm_mem_to_reg_mem (XmmMem) RegMem)
|
1253
|
+
(extern constructor xmm_mem_to_reg_mem xmm_mem_to_reg_mem)
|
1254
|
+
|
1255
|
+
;; Convert a `GprMem` to a `RegMem`.
|
1256
|
+
(decl gpr_mem_to_reg_mem (GprMem) RegMem)
|
1257
|
+
(extern constructor gpr_mem_to_reg_mem gpr_mem_to_reg_mem)
|
1258
|
+
|
1259
|
+
;; Construct a new `Xmm` from a `Reg`.
|
1260
|
+
;;
|
1261
|
+
;; Asserts that the register is a XMM.
|
1262
|
+
(decl xmm_new (Reg) Xmm)
|
1263
|
+
(extern constructor xmm_new xmm_new)
|
1264
|
+
|
1265
|
+
;; Construct a new `Gpr` from a `Reg`.
|
1266
|
+
;;
|
1267
|
+
;; Asserts that the register is a GPR.
|
1268
|
+
(decl gpr_new (Reg) Gpr)
|
1269
|
+
(extern constructor gpr_new gpr_new)
|
1270
|
+
|
1271
|
+
;; Construct a new `GprMem` from a `RegMem`.
|
1272
|
+
;;
|
1273
|
+
;; Asserts that the `RegMem`'s register, if any, is a GPR.
|
1274
|
+
(decl reg_mem_to_gpr_mem (RegMem) GprMem)
|
1275
|
+
(extern constructor reg_mem_to_gpr_mem reg_mem_to_gpr_mem)
|
1276
|
+
|
1277
|
+
;; Construct a `GprMem` from a `Reg`.
|
1278
|
+
;;
|
1279
|
+
;; Asserts that the `Reg` is a GPR.
|
1280
|
+
(decl reg_to_gpr_mem (Reg) GprMem)
|
1281
|
+
(extern constructor reg_to_gpr_mem reg_to_gpr_mem)
|
1282
|
+
|
1283
|
+
;; Construct a `GprMemImm` from a `Reg`.
|
1284
|
+
;;
|
1285
|
+
;; Asserts that the `Reg` is a GPR.
|
1286
|
+
(decl reg_to_gpr_mem_imm (Reg) GprMemImm)
|
1287
|
+
(rule (reg_to_gpr_mem_imm r)
|
1288
|
+
(gpr_to_gpr_mem_imm (gpr_new r)))
|
1289
|
+
|
1290
|
+
;; Put a value into a GPR.
|
1291
|
+
;;
|
1292
|
+
;; Asserts that the value goes into a GPR.
|
1293
|
+
(decl put_in_gpr (Value) Gpr)
|
1294
|
+
(rule (put_in_gpr val)
|
1295
|
+
(gpr_new (put_in_reg val)))
|
1296
|
+
|
1297
|
+
;; Put a value into a `GprMem`.
|
1298
|
+
;;
|
1299
|
+
;; Asserts that the value goes into a GPR.
|
1300
|
+
(decl put_in_gpr_mem (Value) GprMem)
|
1301
|
+
(rule (put_in_gpr_mem val)
|
1302
|
+
(reg_mem_to_gpr_mem (put_in_reg_mem val)))
|
1303
|
+
|
1304
|
+
;; Put a value into a `GprMemImm`.
|
1305
|
+
;;
|
1306
|
+
;; Asserts that the value goes into a GPR.
|
1307
|
+
(decl put_in_gpr_mem_imm (Value) GprMemImm)
|
1308
|
+
(rule (put_in_gpr_mem_imm val)
|
1309
|
+
(gpr_mem_imm_new (put_in_reg_mem_imm val)))
|
1310
|
+
|
1311
|
+
;; Put a value into a XMM.
|
1312
|
+
;;
|
1313
|
+
;; Asserts that the value goes into a XMM.
|
1314
|
+
(decl put_in_xmm (Value) Xmm)
|
1315
|
+
(rule (put_in_xmm val)
|
1316
|
+
(xmm_new (put_in_reg val)))
|
1317
|
+
|
1318
|
+
;; Put a value into a `XmmMem`.
|
1319
|
+
;;
|
1320
|
+
;; Asserts that the value goes into a XMM.
|
1321
|
+
(decl put_in_xmm_mem (Value) XmmMem)
|
1322
|
+
(extern constructor put_in_xmm_mem put_in_xmm_mem)
|
1323
|
+
|
1324
|
+
;; Put a value into a `XmmMemImm`.
|
1325
|
+
;;
|
1326
|
+
;; Asserts that the value goes into a XMM.
|
1327
|
+
(decl put_in_xmm_mem_imm (Value) XmmMemImm)
|
1328
|
+
(extern constructor put_in_xmm_mem_imm put_in_xmm_mem_imm)
|
1329
|
+
|
1330
|
+
;; Construct an `InstOutput` out of a single GPR register.
|
1331
|
+
(decl output_gpr (Gpr) InstOutput)
|
1332
|
+
(rule (output_gpr x)
|
1333
|
+
(output_reg (gpr_to_reg x)))
|
1334
|
+
|
1335
|
+
;; Construct a `ValueRegs` out of two GPR registers.
|
1336
|
+
(decl value_gprs (Gpr Gpr) ValueRegs)
|
1337
|
+
(rule (value_gprs x y)
|
1338
|
+
(value_regs (gpr_to_reg x) (gpr_to_reg y)))
|
1339
|
+
|
1340
|
+
;; Construct an `InstOutput` out of a single XMM register.
|
1341
|
+
(decl output_xmm (Xmm) InstOutput)
|
1342
|
+
(rule (output_xmm x)
|
1343
|
+
(output_reg (xmm_to_reg x)))
|
1344
|
+
|
1345
|
+
;; Get the `n`th reg in a `ValueRegs` and construct a GPR from it.
|
1346
|
+
;;
|
1347
|
+
;; Asserts that the register is a GPR.
|
1348
|
+
(decl value_regs_get_gpr (ValueRegs usize) Gpr)
|
1349
|
+
(rule (value_regs_get_gpr regs n)
|
1350
|
+
(gpr_new (value_regs_get regs n)))
|
1351
|
+
|
1352
|
+
;; Convert a `Gpr` to an `Imm8Gpr`.
|
1353
|
+
(decl gpr_to_imm8_gpr (Gpr) Imm8Gpr)
|
1354
|
+
(extern constructor gpr_to_imm8_gpr gpr_to_imm8_gpr)
|
1355
|
+
|
1356
|
+
;; Convert an 8-bit immediate into an `Imm8Gpr`.
|
1357
|
+
(decl imm8_to_imm8_gpr (u8) Imm8Gpr)
|
1358
|
+
(extern constructor imm8_to_imm8_gpr imm8_to_imm8_gpr)
|
1359
|
+
|
1360
|
+
;; Get the low half of the given `Value` as a GPR.
|
1361
|
+
(decl lo_gpr (Value) Gpr)
|
1362
|
+
(rule (lo_gpr regs) (gpr_new (lo_reg regs)))
|
1363
|
+
|
1364
|
+
;;;; Helpers for Working With Integer Comparison Codes ;;;;;;;;;;;;;;;;;;;;;;;;;
|
1365
|
+
;;
|
1366
|
+
|
1367
|
+
;; This is a direct import of `IntCC::without_equal`.
|
1368
|
+
;; Get the corresponding IntCC with the equal component removed.
|
1369
|
+
;; For conditions without a zero component, this is a no-op.
|
1370
|
+
(decl intcc_without_eq (IntCC) IntCC)
|
1371
|
+
(extern constructor intcc_without_eq intcc_without_eq)
|
1372
|
+
|
1373
|
+
;;;; Helpers for determining the register class of a value type ;;;;;;;;;;;;;;;;
|
1374
|
+
|
1375
|
+
(type RegisterClass
|
1376
|
+
(enum
|
1377
|
+
(Gpr (single_register bool))
|
1378
|
+
(Xmm)))
|
1379
|
+
|
1380
|
+
(decl type_register_class (RegisterClass) Type)
|
1381
|
+
(extern extractor type_register_class type_register_class)
|
1382
|
+
|
1383
|
+
(decl is_xmm_type (Type) Type)
|
1384
|
+
(extractor (is_xmm_type ty) (and (type_register_class (RegisterClass.Xmm)) ty))
|
1385
|
+
|
1386
|
+
(decl is_gpr_type (Type) Type)
|
1387
|
+
(extractor (is_gpr_type ty) (and (type_register_class (RegisterClass.Gpr _)) ty))
|
1388
|
+
|
1389
|
+
(decl is_single_register_gpr_type (Type) Type)
|
1390
|
+
(extractor (is_single_register_gpr_type ty)
|
1391
|
+
(and (type_register_class (RegisterClass.Gpr $true)) ty))
|
1392
|
+
|
1393
|
+
(decl is_multi_register_gpr_type (Type) Type)
|
1394
|
+
(extractor (is_multi_register_gpr_type ty)
|
1395
|
+
(and (type_register_class (RegisterClass.Gpr $false)) ty))
|
1396
|
+
|
1397
|
+
;;;; Helpers for Querying Enabled ISA Extensions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1398
|
+
|
1399
|
+
(decl avx512vl_enabled (bool) Type)
|
1400
|
+
(extern extractor infallible avx512vl_enabled avx512vl_enabled)
|
1401
|
+
|
1402
|
+
(decl avx512dq_enabled (bool) Type)
|
1403
|
+
(extern extractor infallible avx512dq_enabled avx512dq_enabled)
|
1404
|
+
|
1405
|
+
(decl avx512f_enabled (bool) Type)
|
1406
|
+
(extern extractor infallible avx512f_enabled avx512f_enabled)
|
1407
|
+
|
1408
|
+
(decl avx512bitalg_enabled (bool) Type)
|
1409
|
+
(extern extractor infallible avx512bitalg_enabled avx512bitalg_enabled)
|
1410
|
+
|
1411
|
+
(decl avx512vbmi_enabled (bool) Type)
|
1412
|
+
(extern extractor infallible avx512vbmi_enabled avx512vbmi_enabled)
|
1413
|
+
|
1414
|
+
(decl use_lzcnt (bool) Type)
|
1415
|
+
(extern extractor infallible use_lzcnt use_lzcnt)
|
1416
|
+
|
1417
|
+
(decl use_bmi1 (bool) Type)
|
1418
|
+
(extern extractor infallible use_bmi1 use_bmi1)
|
1419
|
+
|
1420
|
+
(decl use_popcnt (bool) Type)
|
1421
|
+
(extern extractor infallible use_popcnt use_popcnt)
|
1422
|
+
|
1423
|
+
(decl use_fma (bool) Type)
|
1424
|
+
(extern extractor infallible use_fma use_fma)
|
1425
|
+
|
1426
|
+
(decl use_sse41 (bool) Type)
|
1427
|
+
(extern extractor infallible use_sse41 use_sse41)
|
1428
|
+
|
1429
|
+
;;;; Helpers for Merging and Sinking Immediates/Loads ;;;;;;;;;;;;;;;;;;;;;;;;;
|
1430
|
+
|
1431
|
+
;; Extract a constant `Imm8Reg.Imm8` from a value operand.
|
1432
|
+
(decl imm8_from_value (Imm8Reg) Value)
|
1433
|
+
(extern extractor imm8_from_value imm8_from_value)
|
1434
|
+
|
1435
|
+
;; Mask a constant to the bit-width of the given type and package it into an
|
1436
|
+
;; `Imm8Reg.Imm8`. This is used for shifts and rotates, so that we don't try and
|
1437
|
+
;; shift/rotate more bits than the type has available, per Cranelift's
|
1438
|
+
;; semantics.
|
1439
|
+
(decl const_to_type_masked_imm8 (u64 Type) Imm8Gpr)
|
1440
|
+
(extern constructor const_to_type_masked_imm8 const_to_type_masked_imm8)
|
1441
|
+
|
1442
|
+
;; Generate a mask for the bit-width of the given type
|
1443
|
+
(decl shift_mask (Type) u32)
|
1444
|
+
(extern constructor shift_mask shift_mask)
|
1445
|
+
|
1446
|
+
;; Extract a constant `GprMemImm.Imm` from a value operand.
|
1447
|
+
(decl simm32_from_value (GprMemImm) Value)
|
1448
|
+
(extern extractor simm32_from_value simm32_from_value)
|
1449
|
+
|
1450
|
+
;; Extract a constant `RegMemImm.Imm` from an `Imm64` immediate.
|
1451
|
+
(decl simm32_from_imm64 (GprMemImm) Imm64)
|
1452
|
+
(extern extractor simm32_from_imm64 simm32_from_imm64)
|
1453
|
+
|
1454
|
+
;; A load that can be sunk into another operation.
|
1455
|
+
(type SinkableLoad extern (enum))
|
1456
|
+
|
1457
|
+
;; Extract a `SinkableLoad` that works with `RegMemImm.Mem` from a value
|
1458
|
+
;; operand.
|
1459
|
+
(decl sinkable_load (SinkableLoad) Value)
|
1460
|
+
(extern extractor sinkable_load sinkable_load)
|
1461
|
+
|
1462
|
+
;; Sink a `SinkableLoad` into a `RegMemImm.Mem`.
|
1463
|
+
;;
|
1464
|
+
;; This is a side-effectful operation that notifies the context that the
|
1465
|
+
;; instruction that produced the `SinkableImm` has been sunk into another
|
1466
|
+
;; instruction, and no longer needs to be lowered.
|
1467
|
+
(decl sink_load (SinkableLoad) RegMem)
|
1468
|
+
(extern constructor sink_load sink_load)
|
1469
|
+
|
1470
|
+
(decl sink_load_to_gpr_mem_imm (SinkableLoad) GprMemImm)
|
1471
|
+
(rule (sink_load_to_gpr_mem_imm load)
|
1472
|
+
(gpr_mem_imm_new (sink_load load)))
|
1473
|
+
|
1474
|
+
(decl sink_load_to_xmm_mem (SinkableLoad) XmmMem)
|
1475
|
+
(rule (sink_load_to_xmm_mem load)
|
1476
|
+
(reg_mem_to_xmm_mem (sink_load load)))
|
1477
|
+
|
1478
|
+
;;;; Helpers for Sign/Zero Extending ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1479
|
+
|
1480
|
+
(type ExtKind extern
|
1481
|
+
(enum None
|
1482
|
+
SignExtend
|
1483
|
+
ZeroExtend))
|
1484
|
+
|
1485
|
+
(type ExtendKind (enum Sign Zero))
|
1486
|
+
|
1487
|
+
(type ExtMode extern (enum BL BQ WL WQ LQ))
|
1488
|
+
|
1489
|
+
;; `ExtMode::new`
|
1490
|
+
(decl ext_mode (u16 u16) ExtMode)
|
1491
|
+
(extern constructor ext_mode ext_mode)
|
1492
|
+
|
1493
|
+
;; Put the given value into a register, but extended as the given type.
|
1494
|
+
(decl extend_to_gpr (Value Type ExtendKind) Gpr)
|
1495
|
+
|
1496
|
+
;; If the value is already of the requested type, no extending is necessary.
|
1497
|
+
;;
|
1498
|
+
;; Priority 1 because the equality constraint doesn't prove that this rule
|
1499
|
+
;; doesn't overlap with the one below.
|
1500
|
+
(rule 1 (extend_to_gpr (and val (value_type ty)) ty _kind)
|
1501
|
+
(put_in_gpr val))
|
1502
|
+
|
1503
|
+
(rule (extend_to_gpr (and val (value_type from_ty))
|
1504
|
+
to_ty
|
1505
|
+
kind)
|
1506
|
+
(let ((from_bits u16 (ty_bits_u16 from_ty))
|
1507
|
+
;; Use `operand_size_of_type` so that the we clamp the output to 32-
|
1508
|
+
;; or 64-bit width types.
|
1509
|
+
(to_bits u16 (operand_size_bits (operand_size_of_type_32_64 to_ty))))
|
1510
|
+
(extend kind
|
1511
|
+
to_ty
|
1512
|
+
(ext_mode from_bits to_bits)
|
1513
|
+
(put_in_gpr_mem val))))
|
1514
|
+
|
1515
|
+
;; Do a sign or zero extension of the given `GprMem`.
|
1516
|
+
(decl extend (ExtendKind Type ExtMode GprMem) Gpr)
|
1517
|
+
|
1518
|
+
;; Zero extending uses `movzx`.
|
1519
|
+
(rule (extend (ExtendKind.Zero) ty mode src)
|
1520
|
+
(x64_movzx mode src))
|
1521
|
+
|
1522
|
+
;; Sign extending uses `movsx`.
|
1523
|
+
(rule (extend (ExtendKind.Sign) ty mode src)
|
1524
|
+
(x64_movsx mode src))
|
1525
|
+
|
1526
|
+
;;;; Helpers for Working SSE tidbits ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1527
|
+
|
1528
|
+
;; Turn a vector type into its integer-typed vector equivalent.
|
1529
|
+
(decl vec_int_type (Type) Type)
|
1530
|
+
(rule (vec_int_type (multi_lane 8 16)) $I8X16)
|
1531
|
+
(rule (vec_int_type (multi_lane 16 8)) $I16X8)
|
1532
|
+
(rule (vec_int_type (multi_lane 32 4)) $I32X4)
|
1533
|
+
(rule (vec_int_type (multi_lane 64 2)) $I64X2)
|
1534
|
+
|
1535
|
+
;; Determine the appropriate operation for xor-ing vectors of the specified type
|
1536
|
+
(decl sse_xor_op (Type) SseOpcode)
|
1537
|
+
(rule 1 (sse_xor_op $F32X4) (SseOpcode.Xorps))
|
1538
|
+
(rule 1 (sse_xor_op $F64X2) (SseOpcode.Xorpd))
|
1539
|
+
(rule 1 (sse_xor_op $F32) (SseOpcode.Xorps))
|
1540
|
+
(rule 1 (sse_xor_op $F64) (SseOpcode.Xorpd))
|
1541
|
+
|
1542
|
+
;; Priority 0 because multi_lane overlaps with the previous two explicit type
|
1543
|
+
;; patterns.
|
1544
|
+
(rule 0 (sse_xor_op (multi_lane _bits _lanes)) (SseOpcode.Pxor))
|
1545
|
+
|
1546
|
+
;; Performs an xor operation of the two operands specified.
|
1547
|
+
(decl sse_xor (Type Xmm XmmMem) Xmm)
|
1548
|
+
(rule (sse_xor ty x y) (xmm_rm_r ty (sse_xor_op ty) x y))
|
1549
|
+
|
1550
|
+
;; Generates a register value which has an all-ones pattern.
|
1551
|
+
;;
|
1552
|
+
;; Note that this is accomplished by comparing a fresh register with itself,
|
1553
|
+
;; which for integers is always true. Also note that the comparison is always
|
1554
|
+
;; done for integers. This is because we're comparing a fresh register to itself
|
1555
|
+
;; and we don't know the previous contents of the register. If a floating-point
|
1556
|
+
;; comparison is used then it runs the risk of comparing NaN against NaN and not
|
1557
|
+
;; actually producing an all-ones mask. By using integer comparision operations
|
1558
|
+
;; we're guaranteeed that everything is equal to itself.
|
1559
|
+
(decl vector_all_ones () Xmm)
|
1560
|
+
(rule (vector_all_ones)
|
1561
|
+
(let ((r WritableXmm (temp_writable_xmm)))
|
1562
|
+
(x64_pcmpeqd r r)))
|
1563
|
+
|
1564
|
+
;; Helper for creating XmmUninitializedValue instructions.
|
1565
|
+
(decl xmm_uninit_value () Xmm)
|
1566
|
+
(rule (xmm_uninit_value)
|
1567
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
1568
|
+
(_ Unit (emit (MInst.XmmUninitializedValue dst))))
|
1569
|
+
dst))
|
1570
|
+
|
1571
|
+
;; Helper for creating an SSE register holding an `i64x2` from two `i64` values.
|
1572
|
+
(decl make_i64x2_from_lanes (GprMem GprMem) Xmm)
|
1573
|
+
(rule (make_i64x2_from_lanes lo hi)
|
1574
|
+
(let ((dst Xmm (xmm_uninit_value))
|
1575
|
+
(dst Xmm (x64_pinsrd dst lo 0 (OperandSize.Size64)))
|
1576
|
+
(dst Xmm (x64_pinsrd dst hi 1 (OperandSize.Size64))))
|
1577
|
+
dst))
|
1578
|
+
|
1579
|
+
;; Move a `RegMemImm.Reg` operand to an XMM register, if necessary.
|
1580
|
+
(decl mov_rmi_to_xmm (RegMemImm) XmmMemImm)
|
1581
|
+
(rule (mov_rmi_to_xmm rmi @ (RegMemImm.Mem _)) (xmm_mem_imm_new rmi))
|
1582
|
+
(rule (mov_rmi_to_xmm rmi @ (RegMemImm.Imm _)) (xmm_mem_imm_new rmi))
|
1583
|
+
(rule (mov_rmi_to_xmm (RegMemImm.Reg r))
|
1584
|
+
(gpr_to_xmm (SseOpcode.Movd)
|
1585
|
+
r
|
1586
|
+
(OperandSize.Size32)))
|
1587
|
+
|
1588
|
+
;;;; Helpers for Emitting Calls ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1589
|
+
|
1590
|
+
(decl gen_call (SigRef ExternalName RelocDistance ValueSlice) InstOutput)
|
1591
|
+
(extern constructor gen_call gen_call)
|
1592
|
+
|
1593
|
+
(decl gen_call_indirect (SigRef Value ValueSlice) InstOutput)
|
1594
|
+
(extern constructor gen_call_indirect gen_call_indirect)
|
1595
|
+
|
1596
|
+
;;;; Helpers for Emitting Loads ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1597
|
+
|
1598
|
+
;; Helper for constructing a LoadExtName instruction.
|
1599
|
+
(decl load_ext_name (ExternalName i64) Reg)
|
1600
|
+
(rule (load_ext_name extname offset)
|
1601
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
1602
|
+
(_ Unit (emit (MInst.LoadExtName dst extname offset))))
|
1603
|
+
dst))
|
1604
|
+
|
1605
|
+
;; Load a value into a register.
|
1606
|
+
(decl x64_load (Type SyntheticAmode ExtKind) Reg)
|
1607
|
+
|
1608
|
+
(rule 1 (x64_load (fits_in_32 ty) addr (ExtKind.SignExtend))
|
1609
|
+
(x64_movsx (ext_mode (ty_bytes ty) 8)
|
1610
|
+
addr))
|
1611
|
+
|
1612
|
+
(rule 2 (x64_load $I64 addr _ext_kind)
|
1613
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
1614
|
+
(_ Unit (emit (MInst.Mov64MR addr dst))))
|
1615
|
+
dst))
|
1616
|
+
|
1617
|
+
(rule 2 (x64_load $F32 addr _ext_kind)
|
1618
|
+
(xmm_unary_rm_r (SseOpcode.Movss)
|
1619
|
+
addr))
|
1620
|
+
|
1621
|
+
(rule 2 (x64_load $F64 addr _ext_kind)
|
1622
|
+
(xmm_unary_rm_r (SseOpcode.Movsd)
|
1623
|
+
addr))
|
1624
|
+
|
1625
|
+
(rule 2 (x64_load $F32X4 addr _ext_kind)
|
1626
|
+
(xmm_unary_rm_r (SseOpcode.Movups)
|
1627
|
+
addr))
|
1628
|
+
|
1629
|
+
(rule 2 (x64_load $F64X2 addr _ext_kind)
|
1630
|
+
(xmm_unary_rm_r (SseOpcode.Movupd)
|
1631
|
+
addr))
|
1632
|
+
|
1633
|
+
(rule 0 (x64_load (multi_lane _bits _lanes) addr _ext_kind)
|
1634
|
+
(xmm_unary_rm_r (SseOpcode.Movdqu) addr))
|
1635
|
+
|
1636
|
+
(decl x64_mov (Amode) Reg)
|
1637
|
+
(rule (x64_mov addr)
|
1638
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
1639
|
+
(_ Unit (emit (MInst.Mov64MR addr dst))))
|
1640
|
+
dst))
|
1641
|
+
|
1642
|
+
(decl x64_movzx (ExtMode GprMem) Gpr)
|
1643
|
+
(rule (x64_movzx mode src)
|
1644
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
1645
|
+
(_ Unit (emit (MInst.MovzxRmR mode src dst))))
|
1646
|
+
dst))
|
1647
|
+
|
1648
|
+
(decl x64_movsx (ExtMode GprMem) Gpr)
|
1649
|
+
(rule (x64_movsx mode src)
|
1650
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
1651
|
+
(_ Unit (emit (MInst.MovsxRmR mode src dst))))
|
1652
|
+
dst))
|
1653
|
+
|
1654
|
+
(decl x64_movss_load (XmmMem) Xmm)
|
1655
|
+
(rule (x64_movss_load from)
|
1656
|
+
(xmm_unary_rm_r (SseOpcode.Movss) from))
|
1657
|
+
|
1658
|
+
(decl x64_movsd_load (XmmMem) Xmm)
|
1659
|
+
(rule (x64_movsd_load from)
|
1660
|
+
(xmm_unary_rm_r (SseOpcode.Movsd) from))
|
1661
|
+
|
1662
|
+
(decl x64_movups (XmmMem) Xmm)
|
1663
|
+
(rule (x64_movups from)
|
1664
|
+
(xmm_unary_rm_r (SseOpcode.Movups) from))
|
1665
|
+
|
1666
|
+
(decl x64_movupd (XmmMem) Xmm)
|
1667
|
+
(rule (x64_movupd from)
|
1668
|
+
(xmm_unary_rm_r (SseOpcode.Movupd) from))
|
1669
|
+
|
1670
|
+
(decl x64_movd (Xmm) Gpr)
|
1671
|
+
(rule (x64_movd from)
|
1672
|
+
(xmm_to_gpr (SseOpcode.Movd) from (OperandSize.Size32)))
|
1673
|
+
|
1674
|
+
(decl x64_movdqu (XmmMem) Xmm)
|
1675
|
+
(rule (x64_movdqu from)
|
1676
|
+
(xmm_unary_rm_r (SseOpcode.Movdqu) from))
|
1677
|
+
|
1678
|
+
(decl x64_movapd (XmmMem) Xmm)
|
1679
|
+
(rule (x64_movapd src)
|
1680
|
+
(xmm_unary_rm_r (SseOpcode.Movapd) src))
|
1681
|
+
|
1682
|
+
(decl x64_pmovsxbw (XmmMem) Xmm)
|
1683
|
+
(rule (x64_pmovsxbw from)
|
1684
|
+
(xmm_unary_rm_r (SseOpcode.Pmovsxbw) from))
|
1685
|
+
|
1686
|
+
(decl x64_pmovzxbw (XmmMem) Xmm)
|
1687
|
+
(rule (x64_pmovzxbw from)
|
1688
|
+
(xmm_unary_rm_r (SseOpcode.Pmovzxbw) from))
|
1689
|
+
|
1690
|
+
(decl x64_pmovsxwd (XmmMem) Xmm)
|
1691
|
+
(rule (x64_pmovsxwd from)
|
1692
|
+
(xmm_unary_rm_r (SseOpcode.Pmovsxwd) from))
|
1693
|
+
|
1694
|
+
(decl x64_pmovzxwd (XmmMem) Xmm)
|
1695
|
+
(rule (x64_pmovzxwd from)
|
1696
|
+
(xmm_unary_rm_r (SseOpcode.Pmovzxwd) from))
|
1697
|
+
|
1698
|
+
(decl x64_pmovsxdq (XmmMem) Xmm)
|
1699
|
+
(rule (x64_pmovsxdq from)
|
1700
|
+
(xmm_unary_rm_r (SseOpcode.Pmovsxdq) from))
|
1701
|
+
|
1702
|
+
(decl x64_pmovzxdq (XmmMem) Xmm)
|
1703
|
+
(rule (x64_pmovzxdq from)
|
1704
|
+
(xmm_unary_rm_r (SseOpcode.Pmovzxdq) from))
|
1705
|
+
|
1706
|
+
(decl x64_movrm (Type SyntheticAmode Gpr) SideEffectNoResult)
|
1707
|
+
(rule (x64_movrm ty addr data)
|
1708
|
+
(let ((size OperandSize (raw_operand_size_of_type ty)))
|
1709
|
+
(SideEffectNoResult.Inst (MInst.MovRM size data addr))))
|
1710
|
+
|
1711
|
+
(decl x64_xmm_movrm (SseOpcode SyntheticAmode Xmm) SideEffectNoResult)
|
1712
|
+
(rule (x64_xmm_movrm op addr data)
|
1713
|
+
(SideEffectNoResult.Inst (MInst.XmmMovRM op data addr)))
|
1714
|
+
|
1715
|
+
;; Load a constant into an XMM register.
|
1716
|
+
(decl x64_xmm_load_const (Type VCodeConstant) Xmm)
|
1717
|
+
(rule (x64_xmm_load_const ty const)
|
1718
|
+
(x64_load ty (const_to_synthetic_amode const) (ExtKind.None)))
|
1719
|
+
|
1720
|
+
;;;; Instruction Constructors ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1721
|
+
;;
|
1722
|
+
;; These constructors create SSA-style `MInst`s. It is their responsibility to
|
1723
|
+
;; maintain the invariant that each temporary register they allocate and define
|
1724
|
+
;; only gets defined the once.
|
1725
|
+
|
1726
|
+
;; Helper for emitting `MInst.AluRmiR` instructions.
|
1727
|
+
(decl alu_rmi_r (Type AluRmiROpcode Gpr GprMemImm) Gpr)
|
1728
|
+
(rule (alu_rmi_r ty opcode src1 src2)
|
1729
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
1730
|
+
(size OperandSize (operand_size_of_type_32_64 ty))
|
1731
|
+
(_ Unit (emit (MInst.AluRmiR size opcode src1 src2 dst))))
|
1732
|
+
dst))
|
1733
|
+
|
1734
|
+
;; Helper for emitting `add` instructions.
|
1735
|
+
(decl x64_add (Type Gpr GprMemImm) Gpr)
|
1736
|
+
(rule (x64_add ty src1 src2)
|
1737
|
+
(alu_rmi_r ty
|
1738
|
+
(AluRmiROpcode.Add)
|
1739
|
+
src1
|
1740
|
+
src2))
|
1741
|
+
|
1742
|
+
;; Helper for creating `add` instructions whose flags are also used.
|
1743
|
+
(decl x64_add_with_flags_paired (Type Gpr GprMemImm) ProducesFlags)
|
1744
|
+
(rule (x64_add_with_flags_paired ty src1 src2)
|
1745
|
+
(let ((dst WritableGpr (temp_writable_gpr)))
|
1746
|
+
(ProducesFlags.ProducesFlagsReturnsResultWithConsumer
|
1747
|
+
(MInst.AluRmiR (operand_size_of_type_32_64 ty)
|
1748
|
+
(AluRmiROpcode.Add)
|
1749
|
+
src1
|
1750
|
+
src2
|
1751
|
+
dst)
|
1752
|
+
dst)))
|
1753
|
+
|
1754
|
+
;; Helper for creating `adc` instructions.
|
1755
|
+
(decl x64_adc_paired (Type Gpr GprMemImm) ConsumesFlags)
|
1756
|
+
(rule (x64_adc_paired ty src1 src2)
|
1757
|
+
(let ((dst WritableGpr (temp_writable_gpr)))
|
1758
|
+
(ConsumesFlags.ConsumesFlagsReturnsResultWithProducer
|
1759
|
+
(MInst.AluRmiR (operand_size_of_type_32_64 ty)
|
1760
|
+
(AluRmiROpcode.Adc)
|
1761
|
+
src1
|
1762
|
+
src2
|
1763
|
+
dst)
|
1764
|
+
dst)))
|
1765
|
+
|
1766
|
+
;; Helper for emitting `sub` instructions.
|
1767
|
+
(decl x64_sub (Type Gpr GprMemImm) Gpr)
|
1768
|
+
(rule (x64_sub ty src1 src2)
|
1769
|
+
(alu_rmi_r ty
|
1770
|
+
(AluRmiROpcode.Sub)
|
1771
|
+
src1
|
1772
|
+
src2))
|
1773
|
+
|
1774
|
+
;; Helper for creating `sub` instructions whose flags are also used.
|
1775
|
+
(decl x64_sub_with_flags_paired (Type Gpr GprMemImm) ProducesFlags)
|
1776
|
+
(rule (x64_sub_with_flags_paired ty src1 src2)
|
1777
|
+
(let ((dst WritableGpr (temp_writable_gpr)))
|
1778
|
+
(ProducesFlags.ProducesFlagsReturnsResultWithConsumer
|
1779
|
+
(MInst.AluRmiR (operand_size_of_type_32_64 ty)
|
1780
|
+
(AluRmiROpcode.Sub)
|
1781
|
+
src1
|
1782
|
+
src2
|
1783
|
+
dst)
|
1784
|
+
dst)))
|
1785
|
+
|
1786
|
+
;; Helper for creating `sbb` instructions.
|
1787
|
+
(decl x64_sbb_paired (Type Gpr GprMemImm) ConsumesFlags)
|
1788
|
+
(rule (x64_sbb_paired ty src1 src2)
|
1789
|
+
(let ((dst WritableGpr (temp_writable_gpr)))
|
1790
|
+
(ConsumesFlags.ConsumesFlagsReturnsResultWithProducer
|
1791
|
+
(MInst.AluRmiR (operand_size_of_type_32_64 ty)
|
1792
|
+
(AluRmiROpcode.Sbb)
|
1793
|
+
src1
|
1794
|
+
src2
|
1795
|
+
dst)
|
1796
|
+
dst)))
|
1797
|
+
|
1798
|
+
;; Helper for creating `mul` instructions.
|
1799
|
+
(decl x64_mul (Type Gpr GprMemImm) Gpr)
|
1800
|
+
(rule (x64_mul ty src1 src2)
|
1801
|
+
(alu_rmi_r ty
|
1802
|
+
(AluRmiROpcode.Mul)
|
1803
|
+
src1
|
1804
|
+
src2))
|
1805
|
+
|
1806
|
+
;; Helper for emitting `and` instructions.
|
1807
|
+
(decl x64_and (Type Gpr GprMemImm) Gpr)
|
1808
|
+
(rule (x64_and ty src1 src2)
|
1809
|
+
(alu_rmi_r ty
|
1810
|
+
(AluRmiROpcode.And)
|
1811
|
+
src1
|
1812
|
+
src2))
|
1813
|
+
|
1814
|
+
(decl x64_and_with_flags_paired (Type Gpr GprMemImm) ProducesFlags)
|
1815
|
+
(rule (x64_and_with_flags_paired ty src1 src2)
|
1816
|
+
(let ((dst WritableGpr (temp_writable_gpr)))
|
1817
|
+
(ProducesFlags.ProducesFlagsSideEffect
|
1818
|
+
(MInst.AluRmiR (operand_size_of_type_32_64 ty)
|
1819
|
+
(AluRmiROpcode.And)
|
1820
|
+
src1
|
1821
|
+
src2
|
1822
|
+
dst))))
|
1823
|
+
|
1824
|
+
;; Helper for emitting `or` instructions.
|
1825
|
+
(decl x64_or (Type Gpr GprMemImm) Gpr)
|
1826
|
+
(rule (x64_or ty src1 src2)
|
1827
|
+
(alu_rmi_r ty
|
1828
|
+
(AluRmiROpcode.Or)
|
1829
|
+
src1
|
1830
|
+
src2))
|
1831
|
+
|
1832
|
+
;; Helper for emitting `xor` instructions.
|
1833
|
+
(decl x64_xor (Type Gpr GprMemImm) Gpr)
|
1834
|
+
(rule (x64_xor ty src1 src2)
|
1835
|
+
(alu_rmi_r ty
|
1836
|
+
(AluRmiROpcode.Xor)
|
1837
|
+
src1
|
1838
|
+
src2))
|
1839
|
+
|
1840
|
+
;; Helper for emitting immediates with an `i64` value. Note that
|
1841
|
+
;; integer constants in ISLE are always parsed as `i128`s; this enables
|
1842
|
+
;; negative numbers to be used as immediates.
|
1843
|
+
(decl imm_i64 (Type i64) Reg)
|
1844
|
+
(rule (imm_i64 ty value)
|
1845
|
+
(imm ty (i64_as_u64 value)))
|
1846
|
+
|
1847
|
+
(decl nonzero_u64_fits_in_u32 (u64) u64)
|
1848
|
+
(extern extractor nonzero_u64_fits_in_u32 nonzero_u64_fits_in_u32)
|
1849
|
+
|
1850
|
+
;; Helper for emitting immediates.
|
1851
|
+
;;
|
1852
|
+
;; There are three priorities in use in this rule:
|
1853
|
+
;; 2 - rules that match on an explicit type
|
1854
|
+
;; 1 - rules that match on types that fit in 64 bits
|
1855
|
+
;; 0 - rules that match on vectors
|
1856
|
+
(decl imm (Type u64) Reg)
|
1857
|
+
|
1858
|
+
;; Integer immediates.
|
1859
|
+
(rule 1 (imm (fits_in_64 ty) (u64_nonzero simm64))
|
1860
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
1861
|
+
(size OperandSize (operand_size_of_type_32_64 ty))
|
1862
|
+
(_ Unit (emit (MInst.Imm size simm64 dst))))
|
1863
|
+
dst))
|
1864
|
+
|
1865
|
+
;; `f32` immediates.
|
1866
|
+
(rule 2 (imm $F32 (u64_nonzero bits))
|
1867
|
+
(gpr_to_xmm (SseOpcode.Movd)
|
1868
|
+
(imm $I32 bits)
|
1869
|
+
(OperandSize.Size32)))
|
1870
|
+
|
1871
|
+
;; `f64` immediates.
|
1872
|
+
(rule 2 (imm $F64 (u64_nonzero bits))
|
1873
|
+
(gpr_to_xmm (SseOpcode.Movq)
|
1874
|
+
(imm $I64 bits)
|
1875
|
+
(OperandSize.Size64)))
|
1876
|
+
|
1877
|
+
;; Special case for when a 64-bit immediate fits into 32-bits. We can use a
|
1878
|
+
;; 32-bit move that zero-extends the value, which has a smaller encoding.
|
1879
|
+
(rule 2 (imm $I64 (nonzero_u64_fits_in_u32 x))
|
1880
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
1881
|
+
(_ Unit (emit (MInst.Imm (OperandSize.Size32) x dst))))
|
1882
|
+
dst))
|
1883
|
+
|
1884
|
+
;; Special case for integer zero immediates: turn them into an `xor r, r`.
|
1885
|
+
(rule 1 (imm (fits_in_64 ty) (u64_zero))
|
1886
|
+
(let ((wgpr WritableGpr (temp_writable_gpr))
|
1887
|
+
(g Gpr wgpr)
|
1888
|
+
(size OperandSize (operand_size_of_type_32_64 ty))
|
1889
|
+
(_ Unit (emit (MInst.AluRmiR size
|
1890
|
+
(AluRmiROpcode.Xor)
|
1891
|
+
g
|
1892
|
+
g
|
1893
|
+
wgpr))))
|
1894
|
+
(gpr_to_reg g)))
|
1895
|
+
|
1896
|
+
;; Special case for zero immediates with vector types, they turn into an xor
|
1897
|
+
;; specific to the vector type.
|
1898
|
+
(rule 0 (imm ty @ (multi_lane _bits _lanes) 0)
|
1899
|
+
(let ((wr WritableXmm (temp_writable_xmm))
|
1900
|
+
(r Xmm wr)
|
1901
|
+
(_ Unit (emit (MInst.XmmRmR (sse_xor_op ty)
|
1902
|
+
r
|
1903
|
+
r
|
1904
|
+
wr))))
|
1905
|
+
(xmm_to_reg r)))
|
1906
|
+
|
1907
|
+
;; Special case for `f32` zero immediates to use `xorps`.
|
1908
|
+
(rule 2 (imm $F32 (u64_zero))
|
1909
|
+
(let ((wr WritableXmm (temp_writable_xmm))
|
1910
|
+
(r Xmm wr)
|
1911
|
+
(_ Unit (emit (MInst.XmmRmR (SseOpcode.Xorps)
|
1912
|
+
r
|
1913
|
+
r
|
1914
|
+
wr))))
|
1915
|
+
(xmm_to_reg r)))
|
1916
|
+
|
1917
|
+
;; TODO: use cmpeqps for all 1s
|
1918
|
+
|
1919
|
+
;; Special case for `f64` zero immediates to use `xorpd`.
|
1920
|
+
(rule 2 (imm $F64 (u64_zero))
|
1921
|
+
(let ((wr WritableXmm (temp_writable_xmm))
|
1922
|
+
(r Xmm wr)
|
1923
|
+
(_ Unit (emit (MInst.XmmRmR (SseOpcode.Xorpd)
|
1924
|
+
r
|
1925
|
+
r
|
1926
|
+
wr))))
|
1927
|
+
(xmm_to_reg r)))
|
1928
|
+
|
1929
|
+
;; TODO: use cmpeqpd for all 1s
|
1930
|
+
|
1931
|
+
;; Helper for creating `MInst.ShiftR` instructions.
|
1932
|
+
(decl shift_r (Type ShiftKind Gpr Imm8Gpr) Gpr)
|
1933
|
+
(rule (shift_r ty kind src1 src2)
|
1934
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
1935
|
+
;; Use actual 8/16-bit instructions when appropriate: we
|
1936
|
+
;; rely on their shift-amount-masking semantics.
|
1937
|
+
(size OperandSize (raw_operand_size_of_type ty))
|
1938
|
+
(_ Unit (emit (MInst.ShiftR size kind src1 src2 dst))))
|
1939
|
+
dst))
|
1940
|
+
|
1941
|
+
;; Helper for creating `rotl` instructions.
|
1942
|
+
(decl x64_rotl (Type Gpr Imm8Gpr) Gpr)
|
1943
|
+
(rule (x64_rotl ty src1 src2)
|
1944
|
+
(shift_r ty (ShiftKind.RotateLeft) src1 src2))
|
1945
|
+
|
1946
|
+
;; Helper for creating `rotr` instructions.
|
1947
|
+
(decl x64_rotr (Type Gpr Imm8Gpr) Gpr)
|
1948
|
+
(rule (x64_rotr ty src1 src2)
|
1949
|
+
(shift_r ty (ShiftKind.RotateRight) src1 src2))
|
1950
|
+
|
1951
|
+
;; Helper for creating `shl` instructions.
|
1952
|
+
(decl x64_shl (Type Gpr Imm8Gpr) Gpr)
|
1953
|
+
(rule (x64_shl ty src1 src2)
|
1954
|
+
(shift_r ty (ShiftKind.ShiftLeft) src1 src2))
|
1955
|
+
|
1956
|
+
;; Helper for creating logical shift-right instructions.
|
1957
|
+
(decl x64_shr (Type Gpr Imm8Gpr) Gpr)
|
1958
|
+
(rule (x64_shr ty src1 src2)
|
1959
|
+
(shift_r ty (ShiftKind.ShiftRightLogical) src1 src2))
|
1960
|
+
|
1961
|
+
;; Helper for creating arithmetic shift-right instructions.
|
1962
|
+
(decl x64_sar (Type Gpr Imm8Gpr) Gpr)
|
1963
|
+
(rule (x64_sar ty src1 src2)
|
1964
|
+
(shift_r ty (ShiftKind.ShiftRightArithmetic) src1 src2))
|
1965
|
+
|
1966
|
+
;; Helper for creating byteswap instructions.
|
1967
|
+
;; In x64, 32- and 64-bit registers use BSWAP instruction, and
|
1968
|
+
;; for 16-bit registers one must instead use xchg or rol/ror
|
1969
|
+
(decl x64_bswap (Type Gpr) Gpr)
|
1970
|
+
(rule (x64_bswap ty src)
|
1971
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
1972
|
+
(size OperandSize (operand_size_of_type_32_64 ty))
|
1973
|
+
(_ Unit (emit (MInst.Bswap size src dst))))
|
1974
|
+
dst))
|
1975
|
+
|
1976
|
+
;; Helper for creating `MInst.CmpRmiR` instructions.
|
1977
|
+
(decl cmp_rmi_r (OperandSize CmpOpcode GprMemImm Gpr) ProducesFlags)
|
1978
|
+
(rule (cmp_rmi_r size opcode src1 src2)
|
1979
|
+
(ProducesFlags.ProducesFlagsSideEffect
|
1980
|
+
(MInst.CmpRmiR size
|
1981
|
+
opcode
|
1982
|
+
src1
|
1983
|
+
src2)))
|
1984
|
+
|
1985
|
+
;; Helper for creating `cmp` instructions.
|
1986
|
+
(decl x64_cmp (OperandSize GprMemImm Gpr) ProducesFlags)
|
1987
|
+
(rule (x64_cmp size src1 src2)
|
1988
|
+
(cmp_rmi_r size (CmpOpcode.Cmp) src1 src2))
|
1989
|
+
|
1990
|
+
;; Helper for creating `cmp` instructions with an immediate.
|
1991
|
+
(decl x64_cmp_imm (OperandSize u32 Gpr) ProducesFlags)
|
1992
|
+
(rule (x64_cmp_imm size src1 src2)
|
1993
|
+
(cmp_rmi_r size (CmpOpcode.Cmp) (RegMemImm.Imm src1) src2))
|
1994
|
+
|
1995
|
+
;; Helper for creating `MInst.XmmCmpRmR` instructions.
|
1996
|
+
(decl xmm_cmp_rm_r (SseOpcode XmmMem Xmm) ProducesFlags)
|
1997
|
+
(rule (xmm_cmp_rm_r opcode src1 src2)
|
1998
|
+
(ProducesFlags.ProducesFlagsSideEffect
|
1999
|
+
(MInst.XmmCmpRmR opcode src1 src2)))
|
2000
|
+
|
2001
|
+
;; Helper for creating floating-point comparison instructions (`UCOMIS[S|D]`).
|
2002
|
+
(decl x64_ucomis (Value Value) ProducesFlags)
|
2003
|
+
(rule (x64_ucomis src1 @ (value_type $F32) src2)
|
2004
|
+
;; N.B.: cmp can be generated more than once, so cannot do a
|
2005
|
+
;; load-op merge. So `put_in_xmm` for src1, not `put_in_xmm_mem`.
|
2006
|
+
(xmm_cmp_rm_r (SseOpcode.Ucomiss) (put_in_xmm src1) (put_in_xmm src2)))
|
2007
|
+
(rule (x64_ucomis src1 @ (value_type $F64) src2)
|
2008
|
+
(xmm_cmp_rm_r (SseOpcode.Ucomisd) (put_in_xmm src1) (put_in_xmm src2)))
|
2009
|
+
|
2010
|
+
;; Helper for creating `test` instructions.
|
2011
|
+
(decl x64_test (OperandSize GprMemImm Gpr) ProducesFlags)
|
2012
|
+
(rule (x64_test size src1 src2)
|
2013
|
+
(cmp_rmi_r size (CmpOpcode.Test) src1 src2))
|
2014
|
+
|
2015
|
+
;; Helper for creating `ptest` instructions.
|
2016
|
+
(decl x64_ptest (XmmMem Xmm) ProducesFlags)
|
2017
|
+
(rule (x64_ptest src1 src2)
|
2018
|
+
(xmm_cmp_rm_r (SseOpcode.Ptest) src1 src2))
|
2019
|
+
|
2020
|
+
;; Helper for creating `cmove` instructions. Note that these instructions do not
|
2021
|
+
;; always result in a single emitted x86 instruction; e.g., XmmCmove uses jumps
|
2022
|
+
;; to conditionally move the selected value into an XMM register.
|
2023
|
+
(decl cmove (Type CC GprMem Gpr) ConsumesFlags)
|
2024
|
+
(rule (cmove ty cc consequent alternative)
|
2025
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
2026
|
+
(size OperandSize (operand_size_of_type_32_64 ty)))
|
2027
|
+
(ConsumesFlags.ConsumesFlagsReturnsReg
|
2028
|
+
(MInst.Cmove size cc consequent alternative dst)
|
2029
|
+
dst)))
|
2030
|
+
|
2031
|
+
(decl cmove_xmm (Type CC XmmMem Xmm) ConsumesFlags)
|
2032
|
+
(rule (cmove_xmm ty cc consequent alternative)
|
2033
|
+
(let ((dst WritableXmm (temp_writable_xmm)))
|
2034
|
+
(ConsumesFlags.ConsumesFlagsReturnsReg
|
2035
|
+
(MInst.XmmCmove ty cc consequent alternative dst)
|
2036
|
+
dst)))
|
2037
|
+
|
2038
|
+
;; Helper for creating `cmove` instructions directly from values. This allows us
|
2039
|
+
;; to special-case the `I128` types and default to the `cmove` helper otherwise.
|
2040
|
+
;; It also eliminates some `put_in_reg*` boilerplate in the lowering ISLE code.
|
2041
|
+
(decl cmove_from_values (Type CC Value Value) ConsumesFlags)
|
2042
|
+
(rule (cmove_from_values (is_multi_register_gpr_type $I128) cc consequent alternative)
|
2043
|
+
(let ((cons ValueRegs consequent)
|
2044
|
+
(alt ValueRegs alternative)
|
2045
|
+
(dst1 WritableGpr (temp_writable_gpr))
|
2046
|
+
(dst2 WritableGpr (temp_writable_gpr))
|
2047
|
+
(size OperandSize (OperandSize.Size64))
|
2048
|
+
(lower_cmove MInst (MInst.Cmove
|
2049
|
+
size cc
|
2050
|
+
(value_regs_get_gpr cons 0)
|
2051
|
+
(value_regs_get_gpr alt 0)
|
2052
|
+
dst1))
|
2053
|
+
(upper_cmove MInst (MInst.Cmove
|
2054
|
+
size cc
|
2055
|
+
(value_regs_get_gpr cons 1)
|
2056
|
+
(value_regs_get_gpr alt 1)
|
2057
|
+
dst2)))
|
2058
|
+
(ConsumesFlags.ConsumesFlagsTwiceReturnsValueRegs
|
2059
|
+
lower_cmove
|
2060
|
+
upper_cmove
|
2061
|
+
(value_regs dst1 dst2))))
|
2062
|
+
|
2063
|
+
(rule (cmove_from_values (is_single_register_gpr_type ty) cc consequent alternative)
|
2064
|
+
(cmove ty cc consequent alternative))
|
2065
|
+
|
2066
|
+
(rule (cmove_from_values (is_xmm_type ty) cc consequent alternative)
|
2067
|
+
(cmove_xmm ty cc consequent alternative))
|
2068
|
+
|
2069
|
+
;; Helper for creating `cmove` instructions with the logical OR of multiple
|
2070
|
+
;; flags. Note that these instructions will always result in more than one
|
2071
|
+
;; emitted x86 instruction.
|
2072
|
+
(decl cmove_or (Type CC CC GprMem Gpr) ConsumesFlags)
|
2073
|
+
(rule (cmove_or ty cc1 cc2 consequent alternative)
|
2074
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
2075
|
+
(tmp WritableGpr (temp_writable_gpr))
|
2076
|
+
(size OperandSize (operand_size_of_type_32_64 ty))
|
2077
|
+
(cmove1 MInst (MInst.Cmove size cc1 consequent alternative tmp))
|
2078
|
+
(cmove2 MInst (MInst.Cmove size cc2 consequent tmp dst)))
|
2079
|
+
(ConsumesFlags.ConsumesFlagsTwiceReturnsValueRegs
|
2080
|
+
cmove1
|
2081
|
+
cmove2
|
2082
|
+
dst)))
|
2083
|
+
|
2084
|
+
(decl cmove_or_xmm (Type CC CC XmmMem Xmm) ConsumesFlags)
|
2085
|
+
(rule (cmove_or_xmm ty cc1 cc2 consequent alternative)
|
2086
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
2087
|
+
(tmp WritableXmm (temp_writable_xmm))
|
2088
|
+
(cmove1 MInst (MInst.XmmCmove ty cc1 consequent alternative tmp))
|
2089
|
+
(cmove2 MInst (MInst.XmmCmove ty cc2 consequent tmp dst)))
|
2090
|
+
(ConsumesFlags.ConsumesFlagsTwiceReturnsValueRegs
|
2091
|
+
cmove1
|
2092
|
+
cmove2
|
2093
|
+
dst)))
|
2094
|
+
|
2095
|
+
;; Helper for creating `cmove_or` instructions directly from values. This allows
|
2096
|
+
;; us to special-case the `I128` types and default to the `cmove_or` helper
|
2097
|
+
;; otherwise.
|
2098
|
+
(decl cmove_or_from_values (Type CC CC Value Value) ConsumesFlags)
|
2099
|
+
(rule (cmove_or_from_values (is_multi_register_gpr_type $I128) cc1 cc2 consequent alternative)
|
2100
|
+
(let ((cons ValueRegs consequent)
|
2101
|
+
(alt ValueRegs alternative)
|
2102
|
+
(dst1 WritableGpr (temp_writable_gpr))
|
2103
|
+
(dst2 WritableGpr (temp_writable_gpr))
|
2104
|
+
(tmp1 WritableGpr (temp_writable_gpr))
|
2105
|
+
(tmp2 WritableGpr (temp_writable_gpr))
|
2106
|
+
(size OperandSize (OperandSize.Size64))
|
2107
|
+
(cmove1 MInst (MInst.Cmove size cc1 (value_regs_get_gpr cons 0) (value_regs_get_gpr alt 0) tmp1))
|
2108
|
+
(cmove2 MInst (MInst.Cmove size cc2 (value_regs_get_gpr cons 0) tmp1 dst1))
|
2109
|
+
(cmove3 MInst (MInst.Cmove size cc1 (value_regs_get_gpr cons 1) (value_regs_get_gpr alt 1) tmp2))
|
2110
|
+
(cmove4 MInst (MInst.Cmove size cc2 (value_regs_get_gpr cons 1) tmp2 dst2)))
|
2111
|
+
(ConsumesFlags.ConsumesFlagsFourTimesReturnsValueRegs
|
2112
|
+
cmove1
|
2113
|
+
cmove2
|
2114
|
+
cmove3
|
2115
|
+
cmove4
|
2116
|
+
(value_regs dst1 dst2))))
|
2117
|
+
|
2118
|
+
(rule (cmove_or_from_values (is_single_register_gpr_type ty) cc1 cc2 consequent alternative)
|
2119
|
+
(cmove_or ty cc1 cc2 consequent alternative))
|
2120
|
+
|
2121
|
+
(rule (cmove_or_from_values (is_xmm_type ty) cc1 cc2 consequent alternative)
|
2122
|
+
(cmove_or_xmm ty cc1 cc2 consequent alternative))
|
2123
|
+
|
2124
|
+
;; Helper for creating `MInst.Setcc` instructions.
|
2125
|
+
(decl x64_setcc (CC) ConsumesFlags)
|
2126
|
+
(rule (x64_setcc cc)
|
2127
|
+
(let ((dst WritableGpr (temp_writable_gpr)))
|
2128
|
+
(ConsumesFlags.ConsumesFlagsReturnsReg
|
2129
|
+
(MInst.Setcc cc dst)
|
2130
|
+
dst)))
|
2131
|
+
|
2132
|
+
;; Helper for creating `MInst.Setcc` instructions, when the flags producer will
|
2133
|
+
;; also return a value.
|
2134
|
+
(decl x64_setcc_paired (CC) ConsumesFlags)
|
2135
|
+
(rule (x64_setcc_paired cc)
|
2136
|
+
(let ((dst WritableGpr (temp_writable_gpr)))
|
2137
|
+
(ConsumesFlags.ConsumesFlagsReturnsResultWithProducer
|
2138
|
+
(MInst.Setcc cc dst)
|
2139
|
+
dst)))
|
2140
|
+
|
2141
|
+
;; Helper for creating `MInst.XmmRmR` instructions.
|
2142
|
+
(decl xmm_rm_r (Type SseOpcode Xmm XmmMem) Xmm)
|
2143
|
+
(rule (xmm_rm_r ty op src1 src2)
|
2144
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
2145
|
+
(_ Unit (emit (MInst.XmmRmR op src1 src2 dst))))
|
2146
|
+
dst))
|
2147
|
+
|
2148
|
+
;; Helper for creating `paddb` instructions.
|
2149
|
+
(decl x64_paddb (Xmm XmmMem) Xmm)
|
2150
|
+
(rule (x64_paddb src1 src2)
|
2151
|
+
(xmm_rm_r $I8X16 (SseOpcode.Paddb) src1 src2))
|
2152
|
+
|
2153
|
+
;; Helper for creating `paddw` instructions.
|
2154
|
+
(decl x64_paddw (Xmm XmmMem) Xmm)
|
2155
|
+
(rule (x64_paddw src1 src2)
|
2156
|
+
(xmm_rm_r $I16X8 (SseOpcode.Paddw) src1 src2))
|
2157
|
+
|
2158
|
+
;; Helper for creating `paddd` instructions.
|
2159
|
+
(decl x64_paddd (Xmm XmmMem) Xmm)
|
2160
|
+
(rule (x64_paddd src1 src2)
|
2161
|
+
(xmm_rm_r $I32X4 (SseOpcode.Paddd) src1 src2))
|
2162
|
+
|
2163
|
+
;; Helper for creating `paddq` instructions.
|
2164
|
+
(decl x64_paddq (Xmm XmmMem) Xmm)
|
2165
|
+
(rule (x64_paddq src1 src2)
|
2166
|
+
(xmm_rm_r $I64X2 (SseOpcode.Paddq) src1 src2))
|
2167
|
+
|
2168
|
+
;; Helper for creating `paddsb` instructions.
|
2169
|
+
(decl x64_paddsb (Xmm XmmMem) Xmm)
|
2170
|
+
(rule (x64_paddsb src1 src2)
|
2171
|
+
(xmm_rm_r $I8X16 (SseOpcode.Paddsb) src1 src2))
|
2172
|
+
|
2173
|
+
;; Helper for creating `paddsw` instructions.
|
2174
|
+
(decl x64_paddsw (Xmm XmmMem) Xmm)
|
2175
|
+
(rule (x64_paddsw src1 src2)
|
2176
|
+
(xmm_rm_r $I16X8 (SseOpcode.Paddsw) src1 src2))
|
2177
|
+
|
2178
|
+
;; Helper for creating `paddusb` instructions.
|
2179
|
+
(decl x64_paddusb (Xmm XmmMem) Xmm)
|
2180
|
+
(rule (x64_paddusb src1 src2)
|
2181
|
+
(xmm_rm_r $I8X16 (SseOpcode.Paddusb) src1 src2))
|
2182
|
+
|
2183
|
+
;; Helper for creating `paddusw` instructions.
|
2184
|
+
(decl x64_paddusw (Xmm XmmMem) Xmm)
|
2185
|
+
(rule (x64_paddusw src1 src2)
|
2186
|
+
(xmm_rm_r $I16X8 (SseOpcode.Paddusw) src1 src2))
|
2187
|
+
|
2188
|
+
;; Helper for creating `psubb` instructions.
|
2189
|
+
(decl x64_psubb (Xmm XmmMem) Xmm)
|
2190
|
+
(rule (x64_psubb src1 src2)
|
2191
|
+
(xmm_rm_r $I8X16 (SseOpcode.Psubb) src1 src2))
|
2192
|
+
|
2193
|
+
;; Helper for creating `psubw` instructions.
|
2194
|
+
(decl x64_psubw (Xmm XmmMem) Xmm)
|
2195
|
+
(rule (x64_psubw src1 src2)
|
2196
|
+
(xmm_rm_r $I16X8 (SseOpcode.Psubw) src1 src2))
|
2197
|
+
|
2198
|
+
;; Helper for creating `psubd` instructions.
|
2199
|
+
(decl x64_psubd (Xmm XmmMem) Xmm)
|
2200
|
+
(rule (x64_psubd src1 src2)
|
2201
|
+
(xmm_rm_r $I32X4 (SseOpcode.Psubd) src1 src2))
|
2202
|
+
|
2203
|
+
;; Helper for creating `psubq` instructions.
|
2204
|
+
(decl x64_psubq (Xmm XmmMem) Xmm)
|
2205
|
+
(rule (x64_psubq src1 src2)
|
2206
|
+
(xmm_rm_r $I64X2 (SseOpcode.Psubq) src1 src2))
|
2207
|
+
|
2208
|
+
;; Helper for creating `psubsb` instructions.
|
2209
|
+
(decl x64_psubsb (Xmm XmmMem) Xmm)
|
2210
|
+
(rule (x64_psubsb src1 src2)
|
2211
|
+
(xmm_rm_r $I8X16 (SseOpcode.Psubsb) src1 src2))
|
2212
|
+
|
2213
|
+
;; Helper for creating `psubsw` instructions.
|
2214
|
+
(decl x64_psubsw (Xmm XmmMem) Xmm)
|
2215
|
+
(rule (x64_psubsw src1 src2)
|
2216
|
+
(xmm_rm_r $I16X8 (SseOpcode.Psubsw) src1 src2))
|
2217
|
+
|
2218
|
+
;; Helper for creating `psubusb` instructions.
|
2219
|
+
(decl x64_psubusb (Xmm XmmMem) Xmm)
|
2220
|
+
(rule (x64_psubusb src1 src2)
|
2221
|
+
(xmm_rm_r $I8X16 (SseOpcode.Psubusb) src1 src2))
|
2222
|
+
|
2223
|
+
;; Helper for creating `psubusw` instructions.
|
2224
|
+
(decl x64_psubusw (Xmm XmmMem) Xmm)
|
2225
|
+
(rule (x64_psubusw src1 src2)
|
2226
|
+
(xmm_rm_r $I16X8 (SseOpcode.Psubusw) src1 src2))
|
2227
|
+
|
2228
|
+
;; Helper for creating `pavgb` instructions.
|
2229
|
+
(decl x64_pavgb (Xmm XmmMem) Xmm)
|
2230
|
+
(rule (x64_pavgb src1 src2)
|
2231
|
+
(xmm_rm_r $I8X16 (SseOpcode.Pavgb) src1 src2))
|
2232
|
+
|
2233
|
+
;; Helper for creating `pavgw` instructions.
|
2234
|
+
(decl x64_pavgw (Xmm XmmMem) Xmm)
|
2235
|
+
(rule (x64_pavgw src1 src2)
|
2236
|
+
(xmm_rm_r $I16X8 (SseOpcode.Pavgw) src1 src2))
|
2237
|
+
|
2238
|
+
;; Helper for creating `pand` instructions.
|
2239
|
+
(decl x64_pand (Xmm XmmMem) Xmm)
|
2240
|
+
(rule (x64_pand src1 src2)
|
2241
|
+
(xmm_rm_r $F32X4 (SseOpcode.Pand) src1 src2))
|
2242
|
+
|
2243
|
+
;; Helper for creating `andps` instructions.
|
2244
|
+
(decl x64_andps (Xmm XmmMem) Xmm)
|
2245
|
+
(rule (x64_andps src1 src2)
|
2246
|
+
(xmm_rm_r $F32X4 (SseOpcode.Andps) src1 src2))
|
2247
|
+
|
2248
|
+
;; Helper for creating `andpd` instructions.
|
2249
|
+
(decl x64_andpd (Xmm XmmMem) Xmm)
|
2250
|
+
(rule (x64_andpd src1 src2)
|
2251
|
+
(xmm_rm_r $F64X2 (SseOpcode.Andpd) src1 src2))
|
2252
|
+
|
2253
|
+
;; Helper for creating `por` instructions.
|
2254
|
+
(decl x64_por (Xmm XmmMem) Xmm)
|
2255
|
+
(rule (x64_por src1 src2)
|
2256
|
+
(xmm_rm_r $F32X4 (SseOpcode.Por) src1 src2))
|
2257
|
+
|
2258
|
+
;; Helper for creating `orps` instructions.
|
2259
|
+
(decl x64_orps (Xmm XmmMem) Xmm)
|
2260
|
+
(rule (x64_orps src1 src2)
|
2261
|
+
(xmm_rm_r $F32X4 (SseOpcode.Orps) src1 src2))
|
2262
|
+
|
2263
|
+
;; Helper for creating `orpd` instructions.
|
2264
|
+
(decl x64_orpd (Xmm XmmMem) Xmm)
|
2265
|
+
(rule (x64_orpd src1 src2)
|
2266
|
+
(xmm_rm_r $F64X2 (SseOpcode.Orpd) src1 src2))
|
2267
|
+
|
2268
|
+
;; Helper for creating `pxor` instructions.
|
2269
|
+
(decl x64_pxor (Xmm XmmMem) Xmm)
|
2270
|
+
(rule (x64_pxor src1 src2)
|
2271
|
+
(xmm_rm_r $I8X16 (SseOpcode.Pxor) src1 src2))
|
2272
|
+
|
2273
|
+
;; Helper for creating `xorps` instructions.
|
2274
|
+
(decl x64_xorps (Xmm XmmMem) Xmm)
|
2275
|
+
(rule (x64_xorps src1 src2)
|
2276
|
+
(xmm_rm_r $F32X4 (SseOpcode.Xorps) src1 src2))
|
2277
|
+
|
2278
|
+
;; Helper for creating `xorpd` instructions.
|
2279
|
+
(decl x64_xorpd (Xmm XmmMem) Xmm)
|
2280
|
+
(rule (x64_xorpd src1 src2)
|
2281
|
+
(xmm_rm_r $F64X2 (SseOpcode.Xorpd) src1 src2))
|
2282
|
+
|
2283
|
+
;; Helper for creating `pmullw` instructions.
|
2284
|
+
(decl x64_pmullw (Xmm XmmMem) Xmm)
|
2285
|
+
(rule (x64_pmullw src1 src2)
|
2286
|
+
(xmm_rm_r $I16X8 (SseOpcode.Pmullw) src1 src2))
|
2287
|
+
|
2288
|
+
;; Helper for creating `pmulld` instructions.
|
2289
|
+
(decl x64_pmulld (Xmm XmmMem) Xmm)
|
2290
|
+
(rule (x64_pmulld src1 src2)
|
2291
|
+
(xmm_rm_r $I16X8 (SseOpcode.Pmulld) src1 src2))
|
2292
|
+
|
2293
|
+
;; Helper for creating `pmulhw` instructions.
|
2294
|
+
(decl x64_pmulhw (Xmm XmmMem) Xmm)
|
2295
|
+
(rule (x64_pmulhw src1 src2)
|
2296
|
+
(xmm_rm_r $I16X8 (SseOpcode.Pmulhw) src1 src2))
|
2297
|
+
|
2298
|
+
;; Helper for creating `pmulhrsw` instructions.
|
2299
|
+
(decl x64_pmulhrsw (Xmm XmmMem) Xmm)
|
2300
|
+
(rule (x64_pmulhrsw src1 src2)
|
2301
|
+
(xmm_rm_r $I16X8 (SseOpcode.Pmulhrsw) src1 src2))
|
2302
|
+
|
2303
|
+
;; Helper for creating `pmulhuw` instructions.
|
2304
|
+
(decl x64_pmulhuw (Xmm XmmMem) Xmm)
|
2305
|
+
(rule (x64_pmulhuw src1 src2)
|
2306
|
+
(xmm_rm_r $I16X8 (SseOpcode.Pmulhuw) src1 src2))
|
2307
|
+
|
2308
|
+
;; Helper for creating `pmuldq` instructions.
|
2309
|
+
(decl x64_pmuldq (Xmm XmmMem) Xmm)
|
2310
|
+
(rule (x64_pmuldq src1 src2)
|
2311
|
+
(xmm_rm_r $I16X8 (SseOpcode.Pmuldq) src1 src2))
|
2312
|
+
|
2313
|
+
;; Helper for creating `pmuludq` instructions.
|
2314
|
+
(decl x64_pmuludq (Xmm XmmMem) Xmm)
|
2315
|
+
(rule (x64_pmuludq src1 src2)
|
2316
|
+
(xmm_rm_r $I64X2 (SseOpcode.Pmuludq) src1 src2))
|
2317
|
+
|
2318
|
+
;; Helper for creating `punpckhwd` instructions.
|
2319
|
+
(decl x64_punpckhwd (Xmm XmmMem) Xmm)
|
2320
|
+
(rule (x64_punpckhwd src1 src2)
|
2321
|
+
(xmm_rm_r $I16X8 (SseOpcode.Punpckhwd) src1 src2))
|
2322
|
+
|
2323
|
+
;; Helper for creating `punpcklwd` instructions.
|
2324
|
+
(decl x64_punpcklwd (Xmm XmmMem) Xmm)
|
2325
|
+
(rule (x64_punpcklwd src1 src2)
|
2326
|
+
(xmm_rm_r $I16X8 (SseOpcode.Punpcklwd) src1 src2))
|
2327
|
+
|
2328
|
+
;; Helper for creating `unpcklps` instructions.
|
2329
|
+
(decl x64_unpcklps (Xmm XmmMem) Xmm)
|
2330
|
+
(rule (x64_unpcklps src1 src2)
|
2331
|
+
(xmm_rm_r $I16X8 (SseOpcode.Unpcklps) src1 src2))
|
2332
|
+
|
2333
|
+
;; Helper for creating `andnps` instructions.
|
2334
|
+
(decl x64_andnps (Xmm XmmMem) Xmm)
|
2335
|
+
(rule (x64_andnps src1 src2)
|
2336
|
+
(xmm_rm_r $F32X4 (SseOpcode.Andnps) src1 src2))
|
2337
|
+
|
2338
|
+
;; Helper for creating `andnpd` instructions.
|
2339
|
+
(decl x64_andnpd (Xmm XmmMem) Xmm)
|
2340
|
+
(rule (x64_andnpd src1 src2)
|
2341
|
+
(xmm_rm_r $F64X2 (SseOpcode.Andnpd) src1 src2))
|
2342
|
+
|
2343
|
+
;; Helper for creating `pandn` instructions.
|
2344
|
+
(decl x64_pandn (Xmm XmmMem) Xmm)
|
2345
|
+
(rule (x64_pandn src1 src2)
|
2346
|
+
(xmm_rm_r $F64X2 (SseOpcode.Pandn) src1 src2))
|
2347
|
+
|
2348
|
+
;; Helper for creating `addss` instructions.
|
2349
|
+
(decl x64_addss (Xmm XmmMem) Xmm)
|
2350
|
+
(rule (x64_addss src1 src2)
|
2351
|
+
(xmm_rm_r $F32 (SseOpcode.Addss) src1 src2))
|
2352
|
+
|
2353
|
+
;; Helper for creating `addsd` instructions.
|
2354
|
+
(decl x64_addsd (Xmm XmmMem) Xmm)
|
2355
|
+
(rule (x64_addsd src1 src2)
|
2356
|
+
(xmm_rm_r $F64 (SseOpcode.Addsd) src1 src2))
|
2357
|
+
|
2358
|
+
;; Helper for creating `addps` instructions.
|
2359
|
+
(decl x64_addps (Xmm XmmMem) Xmm)
|
2360
|
+
(rule (x64_addps src1 src2)
|
2361
|
+
(xmm_rm_r $F32 (SseOpcode.Addps) src1 src2))
|
2362
|
+
|
2363
|
+
;; Helper for creating `addpd` instructions.
|
2364
|
+
(decl x64_addpd (Xmm XmmMem) Xmm)
|
2365
|
+
(rule (x64_addpd src1 src2)
|
2366
|
+
(xmm_rm_r $F32 (SseOpcode.Addpd) src1 src2))
|
2367
|
+
|
2368
|
+
;; Helper for creating `subss` instructions.
|
2369
|
+
(decl x64_subss (Xmm XmmMem) Xmm)
|
2370
|
+
(rule (x64_subss src1 src2)
|
2371
|
+
(xmm_rm_r $F32 (SseOpcode.Subss) src1 src2))
|
2372
|
+
|
2373
|
+
;; Helper for creating `subsd` instructions.
|
2374
|
+
(decl x64_subsd (Xmm XmmMem) Xmm)
|
2375
|
+
(rule (x64_subsd src1 src2)
|
2376
|
+
(xmm_rm_r $F64 (SseOpcode.Subsd) src1 src2))
|
2377
|
+
|
2378
|
+
;; Helper for creating `subps` instructions.
|
2379
|
+
(decl x64_subps (Xmm XmmMem) Xmm)
|
2380
|
+
(rule (x64_subps src1 src2)
|
2381
|
+
(xmm_rm_r $F32 (SseOpcode.Subps) src1 src2))
|
2382
|
+
|
2383
|
+
;; Helper for creating `subpd` instructions.
|
2384
|
+
(decl x64_subpd (Xmm XmmMem) Xmm)
|
2385
|
+
(rule (x64_subpd src1 src2)
|
2386
|
+
(xmm_rm_r $F32 (SseOpcode.Subpd) src1 src2))
|
2387
|
+
|
2388
|
+
;; Helper for creating `mulss` instructions.
|
2389
|
+
(decl x64_mulss (Xmm XmmMem) Xmm)
|
2390
|
+
(rule (x64_mulss src1 src2)
|
2391
|
+
(xmm_rm_r $F32 (SseOpcode.Mulss) src1 src2))
|
2392
|
+
|
2393
|
+
;; Helper for creating `mulsd` instructions.
|
2394
|
+
(decl x64_mulsd (Xmm XmmMem) Xmm)
|
2395
|
+
(rule (x64_mulsd src1 src2)
|
2396
|
+
(xmm_rm_r $F64 (SseOpcode.Mulsd) src1 src2))
|
2397
|
+
|
2398
|
+
;; Helper for creating `mulps` instructions.
|
2399
|
+
(decl x64_mulps (Xmm XmmMem) Xmm)
|
2400
|
+
(rule (x64_mulps src1 src2)
|
2401
|
+
(xmm_rm_r $F32 (SseOpcode.Mulps) src1 src2))
|
2402
|
+
|
2403
|
+
;; Helper for creating `mulpd` instructions.
|
2404
|
+
(decl x64_mulpd (Xmm XmmMem) Xmm)
|
2405
|
+
(rule (x64_mulpd src1 src2)
|
2406
|
+
(xmm_rm_r $F32 (SseOpcode.Mulpd) src1 src2))
|
2407
|
+
|
2408
|
+
;; Helper for creating `divss` instructions.
|
2409
|
+
(decl x64_divss (Xmm XmmMem) Xmm)
|
2410
|
+
(rule (x64_divss src1 src2)
|
2411
|
+
(xmm_rm_r $F32 (SseOpcode.Divss) src1 src2))
|
2412
|
+
|
2413
|
+
;; Helper for creating `divsd` instructions.
|
2414
|
+
(decl x64_divsd (Xmm XmmMem) Xmm)
|
2415
|
+
(rule (x64_divsd src1 src2)
|
2416
|
+
(xmm_rm_r $F64 (SseOpcode.Divsd) src1 src2))
|
2417
|
+
|
2418
|
+
;; Helper for creating `divps` instructions.
|
2419
|
+
(decl x64_divps (Xmm XmmMem) Xmm)
|
2420
|
+
(rule (x64_divps src1 src2)
|
2421
|
+
(xmm_rm_r $F32 (SseOpcode.Divps) src1 src2))
|
2422
|
+
|
2423
|
+
;; Helper for creating `divpd` instructions.
|
2424
|
+
(decl x64_divpd (Xmm XmmMem) Xmm)
|
2425
|
+
(rule (x64_divpd src1 src2)
|
2426
|
+
(xmm_rm_r $F32 (SseOpcode.Divpd) src1 src2))
|
2427
|
+
|
2428
|
+
(decl sse_blend_op (Type) SseOpcode)
|
2429
|
+
(rule 1 (sse_blend_op $F32X4) (SseOpcode.Blendvps))
|
2430
|
+
(rule 1 (sse_blend_op $F64X2) (SseOpcode.Blendvpd))
|
2431
|
+
|
2432
|
+
;; Priority 0 because multi_lane overlaps with the previous two type patterns.
|
2433
|
+
(rule 0 (sse_blend_op (multi_lane _bits _lanes)) (SseOpcode.Pblendvb))
|
2434
|
+
|
2435
|
+
(decl sse_mov_op (Type) SseOpcode)
|
2436
|
+
(rule 1 (sse_mov_op $F32X4) (SseOpcode.Movaps))
|
2437
|
+
(rule 1 (sse_mov_op $F64X2) (SseOpcode.Movapd))
|
2438
|
+
|
2439
|
+
;; Priority 0 because multi_lane overlaps with the previous two type patterns.
|
2440
|
+
(rule 0 (sse_mov_op (multi_lane _bits _lanes)) (SseOpcode.Movdqa))
|
2441
|
+
|
2442
|
+
(decl xmm_rm_r_blend (SseOpcode Xmm XmmMem Xmm) Xmm)
|
2443
|
+
(rule (xmm_rm_r_blend op src1 src2 mask)
|
2444
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
2445
|
+
(_ Unit (emit (MInst.XmmRmRBlend op src1 src2 mask dst))))
|
2446
|
+
dst))
|
2447
|
+
|
2448
|
+
;; Helper for creating `blendvp{d,s}` and `pblendvb` instructions.
|
2449
|
+
(decl x64_blend (Type Xmm XmmMem Xmm) Xmm)
|
2450
|
+
(rule (x64_blend ty mask src1 src2)
|
2451
|
+
(xmm_rm_r_blend (sse_blend_op ty) src2 src1 mask))
|
2452
|
+
|
2453
|
+
;; Helper for creating `blendvpd` instructions.
|
2454
|
+
(decl x64_blendvpd (Xmm XmmMem Xmm) Xmm)
|
2455
|
+
(rule (x64_blendvpd src1 src2 mask)
|
2456
|
+
(xmm_rm_r_blend (SseOpcode.Blendvpd) src1 src2 mask))
|
2457
|
+
|
2458
|
+
;; Helper for creating `movsd` instructions.
|
2459
|
+
(decl x64_movsd_regmove (Xmm XmmMem) Xmm)
|
2460
|
+
(rule (x64_movsd_regmove src1 src2)
|
2461
|
+
(xmm_rm_r $I8X16 (SseOpcode.Movsd) src1 src2))
|
2462
|
+
|
2463
|
+
;; Helper for creating `movlhps` instructions.
|
2464
|
+
(decl x64_movlhps (Xmm XmmMem) Xmm)
|
2465
|
+
(rule (x64_movlhps src1 src2)
|
2466
|
+
(xmm_rm_r $I8X16 (SseOpcode.Movlhps) src1 src2))
|
2467
|
+
|
2468
|
+
;; Helpers for creating `pmaxs*` instructions.
|
2469
|
+
(decl x64_pmaxs (Type Xmm XmmMem) Xmm)
|
2470
|
+
(rule (x64_pmaxs $I8X16 x y) (x64_pmaxsb x y))
|
2471
|
+
(rule (x64_pmaxs $I16X8 x y) (x64_pmaxsw x y))
|
2472
|
+
(rule (x64_pmaxs $I32X4 x y) (x64_pmaxsd x y))
|
2473
|
+
;; No $I64X2 version (PMAXSQ) in SSE4.1.
|
2474
|
+
(decl x64_pmaxsb (Xmm XmmMem) Xmm)
|
2475
|
+
(rule (x64_pmaxsb src1 src2) (xmm_rm_r $I8X16 (SseOpcode.Pmaxsb) src1 src2))
|
2476
|
+
(decl x64_pmaxsw (Xmm XmmMem) Xmm)
|
2477
|
+
(rule (x64_pmaxsw src1 src2) (xmm_rm_r $I8X16 (SseOpcode.Pmaxsw) src1 src2))
|
2478
|
+
(decl x64_pmaxsd (Xmm XmmMem) Xmm)
|
2479
|
+
(rule (x64_pmaxsd src1 src2) (xmm_rm_r $I8X16 (SseOpcode.Pmaxsd) src1 src2))
|
2480
|
+
|
2481
|
+
;; Helpers for creating `pmins*` instructions.
|
2482
|
+
(decl x64_pmins (Type Xmm XmmMem) Xmm)
|
2483
|
+
(rule (x64_pmins $I8X16 x y) (x64_pminsb x y))
|
2484
|
+
(rule (x64_pmins $I16X8 x y) (x64_pminsw x y))
|
2485
|
+
(rule (x64_pmins $I32X4 x y) (x64_pminsd x y))
|
2486
|
+
;; No $I64X2 version (PMINSQ) in SSE4.1.
|
2487
|
+
(decl x64_pminsb (Xmm XmmMem) Xmm)
|
2488
|
+
(rule (x64_pminsb src1 src2) (xmm_rm_r $I8X16 (SseOpcode.Pminsb) src1 src2))
|
2489
|
+
(decl x64_pminsw (Xmm XmmMem) Xmm)
|
2490
|
+
(rule (x64_pminsw src1 src2) (xmm_rm_r $I16X8 (SseOpcode.Pminsw) src1 src2))
|
2491
|
+
(decl x64_pminsd (Xmm XmmMem) Xmm)
|
2492
|
+
(rule (x64_pminsd src1 src2) (xmm_rm_r $I32X4 (SseOpcode.Pminsd) src1 src2))
|
2493
|
+
|
2494
|
+
;; Helpers for creating `pmaxu*` instructions.
|
2495
|
+
(decl x64_pmaxu (Type Xmm XmmMem) Xmm)
|
2496
|
+
(rule (x64_pmaxu $I8X16 x y) (x64_pmaxub x y))
|
2497
|
+
(rule (x64_pmaxu $I16X8 x y) (x64_pmaxuw x y))
|
2498
|
+
(rule (x64_pmaxu $I32X4 x y) (x64_pmaxud x y))
|
2499
|
+
;; No $I64X2 version (PMAXUQ) in SSE4.1.
|
2500
|
+
(decl x64_pmaxub (Xmm XmmMem) Xmm)
|
2501
|
+
(rule (x64_pmaxub src1 src2) (xmm_rm_r $I8X16 (SseOpcode.Pmaxub) src1 src2))
|
2502
|
+
(decl x64_pmaxuw (Xmm XmmMem) Xmm)
|
2503
|
+
(rule (x64_pmaxuw src1 src2) (xmm_rm_r $I8X16 (SseOpcode.Pmaxuw) src1 src2))
|
2504
|
+
(decl x64_pmaxud (Xmm XmmMem) Xmm)
|
2505
|
+
(rule (x64_pmaxud src1 src2) (xmm_rm_r $I8X16 (SseOpcode.Pmaxud) src1 src2))
|
2506
|
+
|
2507
|
+
;; Helper for creating `pminu*` instructions.
|
2508
|
+
(decl x64_pminu (Type Xmm XmmMem) Xmm)
|
2509
|
+
(rule (x64_pminu $I8X16 x y) (x64_pminub x y))
|
2510
|
+
(rule (x64_pminu $I16X8 x y) (x64_pminuw x y))
|
2511
|
+
(rule (x64_pminu $I32X4 x y) (x64_pminud x y))
|
2512
|
+
;; No $I64X2 version (PMINUQ) in SSE4.1.
|
2513
|
+
(decl x64_pminub (Xmm XmmMem) Xmm)
|
2514
|
+
(rule (x64_pminub src1 src2) (xmm_rm_r $I8X16 (SseOpcode.Pminub) src1 src2))
|
2515
|
+
(decl x64_pminuw (Xmm XmmMem) Xmm)
|
2516
|
+
(rule (x64_pminuw src1 src2) (xmm_rm_r $I8X16 (SseOpcode.Pminuw) src1 src2))
|
2517
|
+
(decl x64_pminud (Xmm XmmMem) Xmm)
|
2518
|
+
(rule (x64_pminud src1 src2) (xmm_rm_r $I8X16 (SseOpcode.Pminud) src1 src2))
|
2519
|
+
|
2520
|
+
;; Helper for creating `punpcklbw` instructions.
|
2521
|
+
(decl x64_punpcklbw (Xmm XmmMem) Xmm)
|
2522
|
+
(rule (x64_punpcklbw src1 src2)
|
2523
|
+
(xmm_rm_r $I8X16 (SseOpcode.Punpcklbw) src1 src2))
|
2524
|
+
|
2525
|
+
;; Helper for creating `punpckhbw` instructions.
|
2526
|
+
(decl x64_punpckhbw (Xmm XmmMem) Xmm)
|
2527
|
+
(rule (x64_punpckhbw src1 src2)
|
2528
|
+
(xmm_rm_r $I8X16 (SseOpcode.Punpckhbw) src1 src2))
|
2529
|
+
|
2530
|
+
;; Helper for creating `packsswb` instructions.
|
2531
|
+
(decl x64_packsswb (Xmm XmmMem) Xmm)
|
2532
|
+
(rule (x64_packsswb src1 src2)
|
2533
|
+
(xmm_rm_r $I8X16 (SseOpcode.Packsswb) src1 src2))
|
2534
|
+
|
2535
|
+
;; Helper for creating `packssdw` instructions.
|
2536
|
+
(decl x64_packssdw (Xmm XmmMem) Xmm)
|
2537
|
+
(rule (x64_packssdw src1 src2)
|
2538
|
+
(xmm_rm_r $I16X8 (SseOpcode.Packssdw) src1 src2))
|
2539
|
+
|
2540
|
+
;; Helper for creating `packuswb` instructions.
|
2541
|
+
(decl x64_packuswb (Xmm XmmMem) Xmm)
|
2542
|
+
(rule (x64_packuswb src1 src2)
|
2543
|
+
(xmm_rm_r $I16X8 (SseOpcode.Packuswb) src1 src2))
|
2544
|
+
|
2545
|
+
;; Helper for creating `packusdw` instructions.
|
2546
|
+
(decl x64_packusdw (Xmm XmmMem) Xmm)
|
2547
|
+
(rule (x64_packusdw src1 src2)
|
2548
|
+
(xmm_rm_r $I16X8 (SseOpcode.Packusdw) src1 src2))
|
2549
|
+
|
2550
|
+
;; Helper for creating `MInst.XmmRmRImm` instructions.
|
2551
|
+
(decl xmm_rm_r_imm (SseOpcode Reg RegMem u8 OperandSize) Xmm)
|
2552
|
+
(rule (xmm_rm_r_imm op src1 src2 imm size)
|
2553
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
2554
|
+
(_ Unit (emit (MInst.XmmRmRImm op
|
2555
|
+
src1
|
2556
|
+
src2
|
2557
|
+
dst
|
2558
|
+
imm
|
2559
|
+
size))))
|
2560
|
+
dst))
|
2561
|
+
|
2562
|
+
;; Helper for creating `palignr` instructions.
|
2563
|
+
(decl x64_palignr (Xmm XmmMem u8 OperandSize) Xmm)
|
2564
|
+
(rule (x64_palignr src1 src2 imm size)
|
2565
|
+
(xmm_rm_r_imm (SseOpcode.Palignr)
|
2566
|
+
src1
|
2567
|
+
src2
|
2568
|
+
imm
|
2569
|
+
size))
|
2570
|
+
|
2571
|
+
;; Helpers for creating `cmpp*` instructions.
|
2572
|
+
(decl x64_cmpp (Type Xmm XmmMem FcmpImm) Xmm)
|
2573
|
+
(rule (x64_cmpp $F32X4 x y imm) (x64_cmpps x y imm))
|
2574
|
+
(rule (x64_cmpp $F64X2 x y imm) (x64_cmppd x y imm))
|
2575
|
+
|
2576
|
+
(decl x64_cmpps (Xmm XmmMem FcmpImm) Xmm)
|
2577
|
+
(rule (x64_cmpps src1 src2 imm)
|
2578
|
+
(xmm_rm_r_imm (SseOpcode.Cmpps)
|
2579
|
+
src1
|
2580
|
+
src2
|
2581
|
+
(encode_fcmp_imm imm)
|
2582
|
+
(OperandSize.Size32)))
|
2583
|
+
|
2584
|
+
;; Note that `Size32` is intentional despite this being used for 64-bit
|
2585
|
+
;; operations, since this presumably induces the correct encoding of the
|
2586
|
+
;; instruction.
|
2587
|
+
(decl x64_cmppd (Xmm XmmMem FcmpImm) Xmm)
|
2588
|
+
(rule (x64_cmppd src1 src2 imm)
|
2589
|
+
(xmm_rm_r_imm (SseOpcode.Cmppd)
|
2590
|
+
src1
|
2591
|
+
src2
|
2592
|
+
(encode_fcmp_imm imm)
|
2593
|
+
(OperandSize.Size32)))
|
2594
|
+
|
2595
|
+
;; Helper for creating `pinsrb` instructions.
|
2596
|
+
(decl x64_pinsrb (Xmm GprMem u8) Xmm)
|
2597
|
+
(rule (x64_pinsrb src1 src2 lane)
|
2598
|
+
(xmm_rm_r_imm (SseOpcode.Pinsrb)
|
2599
|
+
src1
|
2600
|
+
src2
|
2601
|
+
lane
|
2602
|
+
(OperandSize.Size32)))
|
2603
|
+
|
2604
|
+
;; Helper for creating `pinsrw` instructions.
|
2605
|
+
(decl x64_pinsrw (Xmm GprMem u8) Xmm)
|
2606
|
+
(rule (x64_pinsrw src1 src2 lane)
|
2607
|
+
(xmm_rm_r_imm (SseOpcode.Pinsrw)
|
2608
|
+
src1
|
2609
|
+
src2
|
2610
|
+
lane
|
2611
|
+
(OperandSize.Size32)))
|
2612
|
+
|
2613
|
+
;; Helper for creating `pinsrd` instructions.
|
2614
|
+
(decl x64_pinsrd (Xmm GprMem u8 OperandSize) Xmm)
|
2615
|
+
(rule (x64_pinsrd src1 src2 lane size)
|
2616
|
+
(xmm_rm_r_imm (SseOpcode.Pinsrd)
|
2617
|
+
src1
|
2618
|
+
src2
|
2619
|
+
lane
|
2620
|
+
size))
|
2621
|
+
|
2622
|
+
;; Helper for constructing `XmmUnaryRmRImm` instructions.
|
2623
|
+
(decl xmm_unary_rm_r_imm (SseOpcode XmmMem u8) Xmm)
|
2624
|
+
(rule (xmm_unary_rm_r_imm op src1 imm)
|
2625
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
2626
|
+
(_ Unit (emit (MInst.XmmUnaryRmRImm op src1 imm dst))))
|
2627
|
+
dst))
|
2628
|
+
|
2629
|
+
;; Helper for creating `roundss` instructions.
|
2630
|
+
(decl x64_roundss (XmmMem RoundImm) Xmm)
|
2631
|
+
(rule (x64_roundss src1 round)
|
2632
|
+
(xmm_unary_rm_r_imm (SseOpcode.Roundss) src1 (encode_round_imm round)))
|
2633
|
+
|
2634
|
+
;; Helper for creating `roundsd` instructions.
|
2635
|
+
(decl x64_roundsd (XmmMem RoundImm) Xmm)
|
2636
|
+
(rule (x64_roundsd src1 round)
|
2637
|
+
(xmm_unary_rm_r_imm (SseOpcode.Roundsd) src1 (encode_round_imm round)))
|
2638
|
+
|
2639
|
+
;; Helper for creating `roundps` instructions.
|
2640
|
+
(decl x64_roundps (XmmMem RoundImm) Xmm)
|
2641
|
+
(rule (x64_roundps src1 round)
|
2642
|
+
(xmm_unary_rm_r_imm (SseOpcode.Roundps) src1 (encode_round_imm round)))
|
2643
|
+
|
2644
|
+
;; Helper for creating `roundpd` instructions.
|
2645
|
+
(decl x64_roundpd (XmmMem RoundImm) Xmm)
|
2646
|
+
(rule (x64_roundpd src1 round)
|
2647
|
+
(xmm_unary_rm_r_imm (SseOpcode.Roundpd) src1 (encode_round_imm round)))
|
2648
|
+
|
2649
|
+
;; Helper for creating `pmaddwd` instructions.
|
2650
|
+
(decl x64_pmaddwd (Xmm XmmMem) Xmm)
|
2651
|
+
(rule (x64_pmaddwd src1 src2)
|
2652
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
2653
|
+
(_ Unit (emit (MInst.XmmRmR (SseOpcode.Pmaddwd)
|
2654
|
+
src1
|
2655
|
+
src2
|
2656
|
+
dst))))
|
2657
|
+
dst))
|
2658
|
+
|
2659
|
+
(decl x64_pmaddubsw (Xmm XmmMem) Xmm)
|
2660
|
+
(rule (x64_pmaddubsw src1 src2)
|
2661
|
+
(xmm_rm_r $I8X16 (SseOpcode.Pmaddubsw) src1 src2))
|
2662
|
+
|
2663
|
+
;; Helper for creating `insertps` instructions.
|
2664
|
+
(decl x64_insertps (Xmm XmmMem u8) Xmm)
|
2665
|
+
(rule (x64_insertps src1 src2 lane)
|
2666
|
+
(xmm_rm_r_imm (SseOpcode.Insertps)
|
2667
|
+
src1
|
2668
|
+
src2
|
2669
|
+
lane
|
2670
|
+
(OperandSize.Size32)))
|
2671
|
+
|
2672
|
+
;; Helper for creating `pshufd` instructions.
|
2673
|
+
(decl x64_pshufd (XmmMem u8 OperandSize) Xmm)
|
2674
|
+
(rule (x64_pshufd src imm size)
|
2675
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
2676
|
+
(_ Unit (emit (MInst.XmmRmRImm (SseOpcode.Pshufd)
|
2677
|
+
dst
|
2678
|
+
src
|
2679
|
+
dst
|
2680
|
+
imm
|
2681
|
+
size))))
|
2682
|
+
dst))
|
2683
|
+
|
2684
|
+
;; Helper for creating `pshufb` instructions.
|
2685
|
+
(decl x64_pshufb (Xmm XmmMem) Xmm)
|
2686
|
+
(rule (x64_pshufb src1 src2)
|
2687
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
2688
|
+
(_ Unit (emit (MInst.XmmRmR (SseOpcode.Pshufb)
|
2689
|
+
src1
|
2690
|
+
src2
|
2691
|
+
dst))))
|
2692
|
+
dst))
|
2693
|
+
|
2694
|
+
;; Helper for creating `shufps` instructions.
|
2695
|
+
(decl x64_shufps (Xmm XmmMem u8) Xmm)
|
2696
|
+
(rule (x64_shufps src1 src2 byte)
|
2697
|
+
(xmm_rm_r_imm (SseOpcode.Shufps)
|
2698
|
+
src1
|
2699
|
+
src2
|
2700
|
+
byte
|
2701
|
+
(OperandSize.Size32)))
|
2702
|
+
|
2703
|
+
;; Helper for creating `MInst.XmmUnaryRmR` instructions.
|
2704
|
+
(decl xmm_unary_rm_r (SseOpcode XmmMem) Xmm)
|
2705
|
+
(rule (xmm_unary_rm_r op src)
|
2706
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
2707
|
+
(_ Unit (emit (MInst.XmmUnaryRmR op src dst))))
|
2708
|
+
dst))
|
2709
|
+
|
2710
|
+
;; Helper for creating `pabsb` instructions.
|
2711
|
+
(decl x64_pabsb (XmmMem) Xmm)
|
2712
|
+
(rule (x64_pabsb src)
|
2713
|
+
(xmm_unary_rm_r (SseOpcode.Pabsb) src))
|
2714
|
+
|
2715
|
+
;; Helper for creating `pabsw` instructions.
|
2716
|
+
(decl x64_pabsw (XmmMem) Xmm)
|
2717
|
+
(rule (x64_pabsw src)
|
2718
|
+
(xmm_unary_rm_r (SseOpcode.Pabsw) src))
|
2719
|
+
|
2720
|
+
;; Helper for creating `pabsd` instructions.
|
2721
|
+
(decl x64_pabsd (XmmMem) Xmm)
|
2722
|
+
(rule (x64_pabsd src)
|
2723
|
+
(xmm_unary_rm_r (SseOpcode.Pabsd) src))
|
2724
|
+
|
2725
|
+
;; Helper for creating `MInst.XmmUnaryRmREvex` instructions.
|
2726
|
+
(decl xmm_unary_rm_r_evex (Avx512Opcode XmmMem) Xmm)
|
2727
|
+
(rule (xmm_unary_rm_r_evex op src)
|
2728
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
2729
|
+
(_ Unit (emit (MInst.XmmUnaryRmREvex op src dst))))
|
2730
|
+
dst))
|
2731
|
+
|
2732
|
+
;; Helper for creating `vcvtudq2ps` instructions.
|
2733
|
+
(decl x64_vcvtudq2ps (XmmMem) Xmm)
|
2734
|
+
(rule (x64_vcvtudq2ps src)
|
2735
|
+
(xmm_unary_rm_r_evex (Avx512Opcode.Vcvtudq2ps) src))
|
2736
|
+
|
2737
|
+
;; Helper for creating `vpabsq` instructions.
|
2738
|
+
(decl x64_vpabsq (XmmMem) Xmm)
|
2739
|
+
(rule (x64_vpabsq src)
|
2740
|
+
(xmm_unary_rm_r_evex (Avx512Opcode.Vpabsq) src))
|
2741
|
+
|
2742
|
+
;; Helper for creating `vpopcntb` instructions.
|
2743
|
+
(decl x64_vpopcntb (XmmMem) Xmm)
|
2744
|
+
(rule (x64_vpopcntb src)
|
2745
|
+
(xmm_unary_rm_r_evex (Avx512Opcode.Vpopcntb) src))
|
2746
|
+
|
2747
|
+
;; Helper for creating `MInst.XmmRmREvex` instructions.
|
2748
|
+
(decl xmm_rm_r_evex (Avx512Opcode XmmMem Xmm) Xmm)
|
2749
|
+
(rule (xmm_rm_r_evex op src1 src2)
|
2750
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
2751
|
+
(_ Unit (emit (MInst.XmmRmREvex op
|
2752
|
+
src1
|
2753
|
+
src2
|
2754
|
+
dst))))
|
2755
|
+
dst))
|
2756
|
+
|
2757
|
+
;; Helper for creating `vpmullq` instructions.
|
2758
|
+
;;
|
2759
|
+
;; Requires AVX-512 vl and dq.
|
2760
|
+
(decl x64_vpmullq (XmmMem Xmm) Xmm)
|
2761
|
+
(rule (x64_vpmullq src1 src2)
|
2762
|
+
(xmm_rm_r_evex (Avx512Opcode.Vpmullq)
|
2763
|
+
src1
|
2764
|
+
src2))
|
2765
|
+
|
2766
|
+
;; Helper for creating `vpermi2b` instructions.
|
2767
|
+
;;
|
2768
|
+
;; Requires AVX-512 vl and vbmi extensions.
|
2769
|
+
(decl x64_vpermi2b (Xmm Xmm Xmm) Xmm)
|
2770
|
+
(rule (x64_vpermi2b src1 src2 src3)
|
2771
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
2772
|
+
(_ Unit (emit (MInst.XmmRmREvex3 (Avx512Opcode.Vpermi2b)
|
2773
|
+
src1
|
2774
|
+
src2
|
2775
|
+
src3
|
2776
|
+
dst))))
|
2777
|
+
dst))
|
2778
|
+
|
2779
|
+
;; Helper for creating `MInst.MulHi` instructions.
|
2780
|
+
;;
|
2781
|
+
;; Returns the (lo, hi) register halves of the multiplication.
|
2782
|
+
(decl mul_hi (Type bool Gpr GprMem) ValueRegs)
|
2783
|
+
(rule (mul_hi ty signed src1 src2)
|
2784
|
+
(let ((dst_lo WritableGpr (temp_writable_gpr))
|
2785
|
+
(dst_hi WritableGpr (temp_writable_gpr))
|
2786
|
+
(size OperandSize (raw_operand_size_of_type ty))
|
2787
|
+
(_ Unit (emit (MInst.MulHi size
|
2788
|
+
signed
|
2789
|
+
src1
|
2790
|
+
src2
|
2791
|
+
dst_lo
|
2792
|
+
dst_hi))))
|
2793
|
+
(value_gprs dst_lo dst_hi)))
|
2794
|
+
|
2795
|
+
;; Helper for creating `mul` instructions that return both the lower and
|
2796
|
+
;; (unsigned) higher halves of the result.
|
2797
|
+
(decl mulhi_u (Type Gpr GprMem) ValueRegs)
|
2798
|
+
(rule (mulhi_u ty src1 src2)
|
2799
|
+
(mul_hi ty $false src1 src2))
|
2800
|
+
|
2801
|
+
;; Helper for creating `MInst.XmmRmiXmm` instructions.
|
2802
|
+
(decl xmm_rmi_xmm (SseOpcode Xmm XmmMemImm) Xmm)
|
2803
|
+
(rule (xmm_rmi_xmm op src1 src2)
|
2804
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
2805
|
+
(_ Unit (emit (MInst.XmmRmiReg op
|
2806
|
+
src1
|
2807
|
+
src2
|
2808
|
+
dst))))
|
2809
|
+
dst))
|
2810
|
+
|
2811
|
+
;; Helper for creating `psllw` instructions.
|
2812
|
+
(decl x64_psllw (Xmm XmmMemImm) Xmm)
|
2813
|
+
(rule (x64_psllw src1 src2)
|
2814
|
+
(xmm_rmi_xmm (SseOpcode.Psllw) src1 src2))
|
2815
|
+
|
2816
|
+
;; Helper for creating `pslld` instructions.
|
2817
|
+
(decl x64_pslld (Xmm XmmMemImm) Xmm)
|
2818
|
+
(rule (x64_pslld src1 src2)
|
2819
|
+
(xmm_rmi_xmm (SseOpcode.Pslld) src1 src2))
|
2820
|
+
|
2821
|
+
;; Helper for creating `psllq` instructions.
|
2822
|
+
(decl x64_psllq (Xmm XmmMemImm) Xmm)
|
2823
|
+
(rule (x64_psllq src1 src2)
|
2824
|
+
(xmm_rmi_xmm (SseOpcode.Psllq) src1 src2))
|
2825
|
+
|
2826
|
+
;; Helper for creating `psrlw` instructions.
|
2827
|
+
(decl x64_psrlw (Xmm XmmMemImm) Xmm)
|
2828
|
+
(rule (x64_psrlw src1 src2)
|
2829
|
+
(xmm_rmi_xmm (SseOpcode.Psrlw) src1 src2))
|
2830
|
+
|
2831
|
+
;; Helper for creating `psrld` instructions.
|
2832
|
+
(decl x64_psrld (Xmm XmmMemImm) Xmm)
|
2833
|
+
(rule (x64_psrld src1 src2)
|
2834
|
+
(xmm_rmi_xmm (SseOpcode.Psrld) src1 src2))
|
2835
|
+
|
2836
|
+
;; Helper for creating `psrlq` instructions.
|
2837
|
+
(decl x64_psrlq (Xmm XmmMemImm) Xmm)
|
2838
|
+
(rule (x64_psrlq src1 src2)
|
2839
|
+
(xmm_rmi_xmm (SseOpcode.Psrlq) src1 src2))
|
2840
|
+
|
2841
|
+
;; Helper for creating `psraw` instructions.
|
2842
|
+
(decl x64_psraw (Xmm XmmMemImm) Xmm)
|
2843
|
+
(rule (x64_psraw src1 src2)
|
2844
|
+
(xmm_rmi_xmm (SseOpcode.Psraw) src1 src2))
|
2845
|
+
|
2846
|
+
;; Helper for creating `psrad` instructions.
|
2847
|
+
(decl x64_psrad (Xmm XmmMemImm) Xmm)
|
2848
|
+
(rule (x64_psrad src1 src2)
|
2849
|
+
(xmm_rmi_xmm (SseOpcode.Psrad) src1 src2))
|
2850
|
+
|
2851
|
+
;; Helper for creating `pextrb` instructions.
|
2852
|
+
(decl x64_pextrb (Type Xmm u8) Gpr)
|
2853
|
+
(rule (x64_pextrb ty src lane)
|
2854
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
2855
|
+
(_ Unit (emit (MInst.XmmRmRImm (SseOpcode.Pextrb)
|
2856
|
+
dst
|
2857
|
+
src
|
2858
|
+
dst
|
2859
|
+
lane
|
2860
|
+
(operand_size_of_type_32_64 (lane_type ty))))))
|
2861
|
+
dst))
|
2862
|
+
|
2863
|
+
;; Helper for creating `pextrw` instructions.
|
2864
|
+
(decl x64_pextrw (Type Xmm u8) Gpr)
|
2865
|
+
(rule (x64_pextrw ty src lane)
|
2866
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
2867
|
+
(_ Unit (emit (MInst.XmmRmRImm (SseOpcode.Pextrw)
|
2868
|
+
dst
|
2869
|
+
src
|
2870
|
+
dst
|
2871
|
+
lane
|
2872
|
+
(operand_size_of_type_32_64 (lane_type ty))))))
|
2873
|
+
dst))
|
2874
|
+
|
2875
|
+
;; Helper for creating `pextrd` instructions.
|
2876
|
+
(decl x64_pextrd (Type Xmm u8) Gpr)
|
2877
|
+
(rule (x64_pextrd ty src lane)
|
2878
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
2879
|
+
(_ Unit (emit (MInst.XmmRmRImm (SseOpcode.Pextrd)
|
2880
|
+
dst
|
2881
|
+
src
|
2882
|
+
dst
|
2883
|
+
lane
|
2884
|
+
(operand_size_of_type_32_64 (lane_type ty))))))
|
2885
|
+
dst))
|
2886
|
+
|
2887
|
+
;; Helper for creating `MInst.XmmToGpr` instructions.
|
2888
|
+
(decl xmm_to_gpr (SseOpcode Xmm OperandSize) Gpr)
|
2889
|
+
(rule (xmm_to_gpr op src size)
|
2890
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
2891
|
+
(_ Unit (emit (MInst.XmmToGpr op src dst size))))
|
2892
|
+
dst))
|
2893
|
+
|
2894
|
+
;; Helper for creating `pmovmskb` instructions.
|
2895
|
+
(decl x64_pmovmskb (OperandSize Xmm) Gpr)
|
2896
|
+
(rule (x64_pmovmskb size src)
|
2897
|
+
(xmm_to_gpr (SseOpcode.Pmovmskb) src size))
|
2898
|
+
|
2899
|
+
;; Helper for creating `movmskps` instructions.
|
2900
|
+
(decl x64_movmskps (OperandSize Xmm) Gpr)
|
2901
|
+
(rule (x64_movmskps size src)
|
2902
|
+
(xmm_to_gpr (SseOpcode.Movmskps) src size))
|
2903
|
+
|
2904
|
+
;; Helper for creating `movmskpd` instructions.
|
2905
|
+
(decl x64_movmskpd (OperandSize Xmm) Gpr)
|
2906
|
+
(rule (x64_movmskpd size src)
|
2907
|
+
(xmm_to_gpr (SseOpcode.Movmskpd) src size))
|
2908
|
+
|
2909
|
+
;; Helper for creating `MInst.GprToXmm` instructions.
|
2910
|
+
(decl gpr_to_xmm (SseOpcode GprMem OperandSize) Xmm)
|
2911
|
+
(rule (gpr_to_xmm op src size)
|
2912
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
2913
|
+
(_ Unit (emit (MInst.GprToXmm op src dst size))))
|
2914
|
+
dst))
|
2915
|
+
|
2916
|
+
;; Helper for creating `not` instructions.
|
2917
|
+
(decl x64_not (Type Gpr) Gpr)
|
2918
|
+
(rule (x64_not ty src)
|
2919
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
2920
|
+
(size OperandSize (operand_size_of_type_32_64 ty))
|
2921
|
+
(_ Unit (emit (MInst.Not size src dst))))
|
2922
|
+
dst))
|
2923
|
+
|
2924
|
+
;; Helper for creating `neg` instructions.
|
2925
|
+
(decl x64_neg (Type Gpr) Gpr)
|
2926
|
+
(rule (x64_neg ty src)
|
2927
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
2928
|
+
(size OperandSize (raw_operand_size_of_type ty))
|
2929
|
+
(_ Unit (emit (MInst.Neg size src dst))))
|
2930
|
+
dst))
|
2931
|
+
|
2932
|
+
;; Helper for creating `neg` instructions whose flags are also used.
|
2933
|
+
(decl x64_neg_paired (Type Gpr) ProducesFlags)
|
2934
|
+
(rule (x64_neg_paired ty src)
|
2935
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
2936
|
+
(size OperandSize (raw_operand_size_of_type ty))
|
2937
|
+
(inst MInst (MInst.Neg size src dst)))
|
2938
|
+
(ProducesFlags.ProducesFlagsReturnsResultWithConsumer inst dst)))
|
2939
|
+
|
2940
|
+
(decl x64_lea (SyntheticAmode) Gpr)
|
2941
|
+
(rule (x64_lea addr)
|
2942
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
2943
|
+
(_ Unit (emit (MInst.LoadEffectiveAddress addr dst))))
|
2944
|
+
dst))
|
2945
|
+
|
2946
|
+
;; Helper for creating `ud2` instructions.
|
2947
|
+
(decl x64_ud2 (TrapCode) SideEffectNoResult)
|
2948
|
+
(rule (x64_ud2 code)
|
2949
|
+
(SideEffectNoResult.Inst (MInst.Ud2 code)))
|
2950
|
+
|
2951
|
+
;; Helper for creating `hlt` instructions.
|
2952
|
+
(decl x64_hlt () SideEffectNoResult)
|
2953
|
+
(rule (x64_hlt)
|
2954
|
+
(SideEffectNoResult.Inst (MInst.Hlt)))
|
2955
|
+
|
2956
|
+
;; Helper for creating `lzcnt` instructions.
|
2957
|
+
(decl x64_lzcnt (Type Gpr) Gpr)
|
2958
|
+
(rule (x64_lzcnt ty src)
|
2959
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
2960
|
+
(size OperandSize (operand_size_of_type_32_64 ty))
|
2961
|
+
(_ Unit (emit (MInst.UnaryRmR size (UnaryRmROpcode.Lzcnt) src dst))))
|
2962
|
+
dst))
|
2963
|
+
|
2964
|
+
;; Helper for creating `tzcnt` instructions.
|
2965
|
+
(decl x64_tzcnt (Type Gpr) Gpr)
|
2966
|
+
(rule (x64_tzcnt ty src)
|
2967
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
2968
|
+
(size OperandSize (operand_size_of_type_32_64 ty))
|
2969
|
+
(_ Unit (emit (MInst.UnaryRmR size (UnaryRmROpcode.Tzcnt) src dst))))
|
2970
|
+
dst))
|
2971
|
+
|
2972
|
+
;; Helper for creating `bsr` instructions.
|
2973
|
+
(decl x64_bsr (Type Gpr) ProducesFlags)
|
2974
|
+
(rule (x64_bsr ty src)
|
2975
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
2976
|
+
(size OperandSize (operand_size_of_type_32_64 ty))
|
2977
|
+
(inst MInst (MInst.UnaryRmR size (UnaryRmROpcode.Bsr) src dst)))
|
2978
|
+
(ProducesFlags.ProducesFlagsReturnsReg inst dst)))
|
2979
|
+
|
2980
|
+
;; Helper for creating `bsr + cmov` instruction pairs that produce the
|
2981
|
+
;; result of the `bsr`, or `alt` if the input was zero.
|
2982
|
+
(decl bsr_or_else (Type Gpr Gpr) Gpr)
|
2983
|
+
(rule (bsr_or_else ty src alt)
|
2984
|
+
(let ((bsr ProducesFlags (x64_bsr ty src))
|
2985
|
+
;; Manually extract the result from the bsr, then ignore
|
2986
|
+
;; it below, since we need to thread it into the cmove
|
2987
|
+
;; before we pass the cmove to with_flags_reg.
|
2988
|
+
(bsr_result Gpr (produces_flags_get_reg bsr))
|
2989
|
+
(cmove ConsumesFlags (cmove ty (CC.Z) alt bsr_result)))
|
2990
|
+
(with_flags_reg (produces_flags_ignore bsr) cmove)))
|
2991
|
+
|
2992
|
+
;; Helper for creating `bsf` instructions.
|
2993
|
+
(decl x64_bsf (Type Gpr) ProducesFlags)
|
2994
|
+
(rule (x64_bsf ty src)
|
2995
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
2996
|
+
(size OperandSize (operand_size_of_type_32_64 ty))
|
2997
|
+
(inst MInst (MInst.UnaryRmR size (UnaryRmROpcode.Bsf) src dst)))
|
2998
|
+
(ProducesFlags.ProducesFlagsReturnsReg inst dst)))
|
2999
|
+
|
3000
|
+
;; Helper for creating `bsf + cmov` instruction pairs that produce the
|
3001
|
+
;; result of the `bsf`, or `alt` if the input was zero.
|
3002
|
+
(decl bsf_or_else (Type Gpr Gpr) Gpr)
|
3003
|
+
(rule (bsf_or_else ty src alt)
|
3004
|
+
(let ((bsf ProducesFlags (x64_bsf ty src))
|
3005
|
+
;; Manually extract the result from the bsf, then ignore
|
3006
|
+
;; it below, since we need to thread it into the cmove
|
3007
|
+
;; before we pass the cmove to with_flags_reg.
|
3008
|
+
(bsf_result Gpr (produces_flags_get_reg bsf))
|
3009
|
+
(cmove ConsumesFlags (cmove ty (CC.Z) alt bsf_result)))
|
3010
|
+
(with_flags_reg (produces_flags_ignore bsf) cmove)))
|
3011
|
+
|
3012
|
+
;; Helper for creating `popcnt` instructions.
|
3013
|
+
(decl x64_popcnt (Type Gpr) Gpr)
|
3014
|
+
(rule (x64_popcnt ty src)
|
3015
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
3016
|
+
(size OperandSize (operand_size_of_type_32_64 ty))
|
3017
|
+
(_ Unit (emit (MInst.UnaryRmR size (UnaryRmROpcode.Popcnt) src dst))))
|
3018
|
+
dst))
|
3019
|
+
|
3020
|
+
;; Helper for creating `xmm_min_max_seq` psuedo-instructions.
|
3021
|
+
(decl xmm_min_max_seq (Type bool Xmm Xmm) Xmm)
|
3022
|
+
(rule (xmm_min_max_seq ty is_min lhs rhs)
|
3023
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3024
|
+
(size OperandSize (operand_size_of_type_32_64 ty))
|
3025
|
+
(_ Unit (emit (MInst.XmmMinMaxSeq size is_min lhs rhs dst))))
|
3026
|
+
dst))
|
3027
|
+
|
3028
|
+
;; Helper for creating `minss` instructions.
|
3029
|
+
(decl x64_minss (Xmm Xmm) Xmm)
|
3030
|
+
(rule (x64_minss x y)
|
3031
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3032
|
+
(_ Unit (emit (MInst.XmmRmR (SseOpcode.Minss) x y dst))))
|
3033
|
+
dst))
|
3034
|
+
|
3035
|
+
;; Helper for creating `minsd` instructions.
|
3036
|
+
(decl x64_minsd (Xmm Xmm) Xmm)
|
3037
|
+
(rule (x64_minsd x y)
|
3038
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3039
|
+
(_ Unit (emit (MInst.XmmRmR (SseOpcode.Minsd) x y dst))))
|
3040
|
+
dst))
|
3041
|
+
|
3042
|
+
|
3043
|
+
;; Helper for creating `minps` instructions.
|
3044
|
+
(decl x64_minps (Xmm Xmm) Xmm)
|
3045
|
+
(rule (x64_minps x y)
|
3046
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3047
|
+
(_ Unit (emit (MInst.XmmRmR (SseOpcode.Minps) x y dst))))
|
3048
|
+
dst))
|
3049
|
+
|
3050
|
+
;; Helper for creating `minpd` instructions.
|
3051
|
+
(decl x64_minpd (Xmm Xmm) Xmm)
|
3052
|
+
(rule (x64_minpd x y)
|
3053
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3054
|
+
(_ Unit (emit (MInst.XmmRmR (SseOpcode.Minpd) x y dst))))
|
3055
|
+
dst))
|
3056
|
+
|
3057
|
+
;; Helper for creating `maxss` instructions.
|
3058
|
+
(decl x64_maxss (Xmm Xmm) Xmm)
|
3059
|
+
(rule (x64_maxss x y)
|
3060
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3061
|
+
(_ Unit (emit (MInst.XmmRmR (SseOpcode.Maxss) x y dst))))
|
3062
|
+
dst))
|
3063
|
+
|
3064
|
+
;; Helper for creating `maxsd` instructions.
|
3065
|
+
(decl x64_maxsd (Xmm Xmm) Xmm)
|
3066
|
+
(rule (x64_maxsd x y)
|
3067
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3068
|
+
(_ Unit (emit (MInst.XmmRmR (SseOpcode.Maxsd) x y dst))))
|
3069
|
+
dst))
|
3070
|
+
|
3071
|
+
;; Helper for creating `maxps` instructions.
|
3072
|
+
(decl x64_maxps (Xmm Xmm) Xmm)
|
3073
|
+
(rule (x64_maxps x y)
|
3074
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3075
|
+
(_ Unit (emit (MInst.XmmRmR (SseOpcode.Maxps) x y dst))))
|
3076
|
+
dst))
|
3077
|
+
|
3078
|
+
;; Helper for creating `maxpd` instructions.
|
3079
|
+
(decl x64_maxpd (Xmm Xmm) Xmm)
|
3080
|
+
(rule (x64_maxpd x y)
|
3081
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3082
|
+
(_ Unit (emit (MInst.XmmRmR (SseOpcode.Maxpd) x y dst))))
|
3083
|
+
dst))
|
3084
|
+
|
3085
|
+
|
3086
|
+
;; Helper for creating `MInst.XmmRmRVex` instructions.
|
3087
|
+
(decl xmm_rmr_vex (AvxOpcode Xmm Xmm XmmMem) Xmm)
|
3088
|
+
(rule (xmm_rmr_vex op src1 src2 src3)
|
3089
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3090
|
+
(_ Unit (emit (MInst.XmmRmRVex op
|
3091
|
+
src1
|
3092
|
+
src2
|
3093
|
+
src3
|
3094
|
+
dst))))
|
3095
|
+
dst))
|
3096
|
+
|
3097
|
+
;; Helper for creating `vfmadd213ss` instructions.
|
3098
|
+
; TODO: This should have the (Xmm Xmm XmmMem) signature
|
3099
|
+
; but we don't support VEX memory encodings yet
|
3100
|
+
(decl x64_vfmadd213ss (Xmm Xmm Xmm) Xmm)
|
3101
|
+
(rule (x64_vfmadd213ss x y z)
|
3102
|
+
(xmm_rmr_vex (AvxOpcode.Vfmadd213ss) x y z))
|
3103
|
+
|
3104
|
+
;; Helper for creating `vfmadd213sd` instructions.
|
3105
|
+
; TODO: This should have the (Xmm Xmm XmmMem) signature
|
3106
|
+
; but we don't support VEX memory encodings yet
|
3107
|
+
(decl x64_vfmadd213sd (Xmm Xmm Xmm) Xmm)
|
3108
|
+
(rule (x64_vfmadd213sd x y z)
|
3109
|
+
(xmm_rmr_vex (AvxOpcode.Vfmadd213sd) x y z))
|
3110
|
+
|
3111
|
+
;; Helper for creating `vfmadd213ps` instructions.
|
3112
|
+
; TODO: This should have the (Xmm Xmm XmmMem) signature
|
3113
|
+
; but we don't support VEX memory encodings yet
|
3114
|
+
(decl x64_vfmadd213ps (Xmm Xmm Xmm) Xmm)
|
3115
|
+
(rule (x64_vfmadd213ps x y z)
|
3116
|
+
(xmm_rmr_vex (AvxOpcode.Vfmadd213ps) x y z))
|
3117
|
+
|
3118
|
+
;; Helper for creating `vfmadd213pd` instructions.
|
3119
|
+
; TODO: This should have the (Xmm Xmm XmmMem) signature
|
3120
|
+
; but we don't support VEX memory encodings yet
|
3121
|
+
(decl x64_vfmadd213pd (Xmm Xmm Xmm) Xmm)
|
3122
|
+
(rule (x64_vfmadd213pd x y z)
|
3123
|
+
(xmm_rmr_vex (AvxOpcode.Vfmadd213pd) x y z))
|
3124
|
+
|
3125
|
+
|
3126
|
+
;; Helper for creating `sqrtss` instructions.
|
3127
|
+
(decl x64_sqrtss (Xmm) Xmm)
|
3128
|
+
(rule (x64_sqrtss x)
|
3129
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3130
|
+
(_ Unit (emit (MInst.XmmUnaryRmR (SseOpcode.Sqrtss) x dst))))
|
3131
|
+
dst))
|
3132
|
+
|
3133
|
+
;; Helper for creating `sqrtsd` instructions.
|
3134
|
+
(decl x64_sqrtsd (Xmm) Xmm)
|
3135
|
+
(rule (x64_sqrtsd x)
|
3136
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3137
|
+
(_ Unit (emit (MInst.XmmUnaryRmR (SseOpcode.Sqrtsd) x dst))))
|
3138
|
+
dst))
|
3139
|
+
|
3140
|
+
;; Helper for creating `sqrtps` instructions.
|
3141
|
+
(decl x64_sqrtps (Xmm) Xmm)
|
3142
|
+
(rule (x64_sqrtps x)
|
3143
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3144
|
+
(_ Unit (emit (MInst.XmmUnaryRmR (SseOpcode.Sqrtps) x dst))))
|
3145
|
+
dst))
|
3146
|
+
|
3147
|
+
;; Helper for creating `sqrtpd` instructions.
|
3148
|
+
(decl x64_sqrtpd (Xmm) Xmm)
|
3149
|
+
(rule (x64_sqrtpd x)
|
3150
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3151
|
+
(_ Unit (emit (MInst.XmmUnaryRmR (SseOpcode.Sqrtpd) x dst))))
|
3152
|
+
dst))
|
3153
|
+
|
3154
|
+
;; Helper for creating `cvtss2sd` instructions.
|
3155
|
+
(decl x64_cvtss2sd (Xmm) Xmm)
|
3156
|
+
(rule (x64_cvtss2sd x)
|
3157
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3158
|
+
(_ Unit (emit (MInst.XmmUnaryRmR (SseOpcode.Cvtss2sd) x dst))))
|
3159
|
+
dst))
|
3160
|
+
|
3161
|
+
;; Helper for creating `cvtsd2ss` instructions.
|
3162
|
+
(decl x64_cvtsd2ss (Xmm) Xmm)
|
3163
|
+
(rule (x64_cvtsd2ss x)
|
3164
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3165
|
+
(_ Unit (emit (MInst.XmmUnaryRmR (SseOpcode.Cvtsd2ss) x dst))))
|
3166
|
+
dst))
|
3167
|
+
|
3168
|
+
;; Helper for creating `cvtdq2ps` instructions.
|
3169
|
+
(decl x64_cvtdq2ps (Xmm) Xmm)
|
3170
|
+
(rule (x64_cvtdq2ps x)
|
3171
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3172
|
+
(_ Unit (emit (MInst.XmmUnaryRmR (SseOpcode.Cvtdq2ps) x dst))))
|
3173
|
+
dst))
|
3174
|
+
|
3175
|
+
;; Helper for creating `cvtps2pd` instructions.
|
3176
|
+
(decl x64_cvtps2pd (Xmm) Xmm)
|
3177
|
+
(rule (x64_cvtps2pd x)
|
3178
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3179
|
+
(_ Unit (emit (MInst.XmmUnaryRmR (SseOpcode.Cvtps2pd) x dst))))
|
3180
|
+
dst))
|
3181
|
+
|
3182
|
+
;; Helper for creating `cvtpd2ps` instructions.
|
3183
|
+
(decl x64_cvtpd2ps (Xmm) Xmm)
|
3184
|
+
(rule (x64_cvtpd2ps x)
|
3185
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3186
|
+
(_ Unit (emit (MInst.XmmUnaryRmR (SseOpcode.Cvtpd2ps) x dst))))
|
3187
|
+
dst))
|
3188
|
+
|
3189
|
+
;; Helper for creating `cvtdq2pd` instructions.
|
3190
|
+
(decl x64_cvtdq2pd (Type Xmm) Xmm)
|
3191
|
+
(rule (x64_cvtdq2pd ty x)
|
3192
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3193
|
+
(_ Unit (emit (MInst.XmmUnaryRmR (SseOpcode.Cvtdq2pd) x dst))))
|
3194
|
+
dst))
|
3195
|
+
|
3196
|
+
;; Helper for creating `cvtsi2ss` instructions.
|
3197
|
+
(decl x64_cvtsi2ss (Type GprMem) Xmm)
|
3198
|
+
(rule (x64_cvtsi2ss ty x)
|
3199
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3200
|
+
(size OperandSize (raw_operand_size_of_type ty))
|
3201
|
+
(_ Unit (emit (MInst.GprToXmm (SseOpcode.Cvtsi2ss) x dst size))))
|
3202
|
+
dst))
|
3203
|
+
|
3204
|
+
;; Helper for creating `cvtsi2sd` instructions.
|
3205
|
+
(decl x64_cvtsi2sd (Type GprMem) Xmm)
|
3206
|
+
(rule (x64_cvtsi2sd ty x)
|
3207
|
+
(let ((dst WritableXmm (temp_writable_xmm))
|
3208
|
+
(size OperandSize (raw_operand_size_of_type ty))
|
3209
|
+
(_ Unit (emit (MInst.GprToXmm (SseOpcode.Cvtsi2sd) x dst size))))
|
3210
|
+
dst))
|
3211
|
+
|
3212
|
+
;; Helper for creating `cvttps2dq` instructions.
|
3213
|
+
(decl x64_cvttps2dq (Type XmmMem) Xmm)
|
3214
|
+
(rule (x64_cvttps2dq ty x)
|
3215
|
+
(xmm_unary_rm_r (SseOpcode.Cvttps2dq) x))
|
3216
|
+
|
3217
|
+
;; Helper for creating `cvttpd2dq` instructions.
|
3218
|
+
(decl x64_cvttpd2dq (XmmMem) Xmm)
|
3219
|
+
(rule (x64_cvttpd2dq x)
|
3220
|
+
(xmm_unary_rm_r (SseOpcode.Cvttpd2dq) x))
|
3221
|
+
|
3222
|
+
(decl cvt_u64_to_float_seq (Type Gpr) Xmm)
|
3223
|
+
(rule (cvt_u64_to_float_seq ty src)
|
3224
|
+
(let ((size OperandSize (raw_operand_size_of_type ty))
|
3225
|
+
(dst WritableXmm (temp_writable_xmm))
|
3226
|
+
(tmp_gpr1 WritableGpr (temp_writable_gpr))
|
3227
|
+
(tmp_gpr2 WritableGpr (temp_writable_gpr))
|
3228
|
+
(_ Unit (emit (MInst.CvtUint64ToFloatSeq size src dst tmp_gpr1 tmp_gpr2))))
|
3229
|
+
dst))
|
3230
|
+
|
3231
|
+
(decl cvt_float_to_uint_seq (Type Value bool) Gpr)
|
3232
|
+
(rule (cvt_float_to_uint_seq out_ty src @ (value_type src_ty) is_saturating)
|
3233
|
+
(let ((out_size OperandSize (raw_operand_size_of_type out_ty))
|
3234
|
+
(src_size OperandSize (raw_operand_size_of_type src_ty))
|
3235
|
+
|
3236
|
+
(dst WritableGpr (temp_writable_gpr))
|
3237
|
+
(tmp_xmm WritableXmm (temp_writable_xmm))
|
3238
|
+
(tmp_xmm2 WritableXmm (temp_writable_xmm))
|
3239
|
+
(tmp_gpr WritableGpr (temp_writable_gpr))
|
3240
|
+
(_ Unit (emit (MInst.CvtFloatToUintSeq out_size src_size is_saturating src dst tmp_gpr tmp_xmm tmp_xmm2))))
|
3241
|
+
dst))
|
3242
|
+
|
3243
|
+
(decl cvt_float_to_sint_seq (Type Value bool) Gpr)
|
3244
|
+
(rule (cvt_float_to_sint_seq out_ty src @ (value_type src_ty) is_saturating)
|
3245
|
+
(let ((out_size OperandSize (raw_operand_size_of_type out_ty))
|
3246
|
+
(src_size OperandSize (raw_operand_size_of_type src_ty))
|
3247
|
+
|
3248
|
+
(dst WritableGpr (temp_writable_gpr))
|
3249
|
+
(tmp_xmm WritableXmm (temp_writable_xmm))
|
3250
|
+
(tmp_gpr WritableGpr (temp_writable_gpr))
|
3251
|
+
(_ Unit (emit (MInst.CvtFloatToSintSeq out_size src_size is_saturating src dst tmp_gpr tmp_xmm))))
|
3252
|
+
dst))
|
3253
|
+
|
3254
|
+
(decl fcvt_uint_mask_const () VCodeConstant)
|
3255
|
+
(extern constructor fcvt_uint_mask_const fcvt_uint_mask_const)
|
3256
|
+
|
3257
|
+
(decl fcvt_uint_mask_high_const () VCodeConstant)
|
3258
|
+
(extern constructor fcvt_uint_mask_high_const fcvt_uint_mask_high_const)
|
3259
|
+
|
3260
|
+
;; Helpers for creating `pcmpeq*` instructions.
|
3261
|
+
(decl x64_pcmpeq (Type Xmm XmmMem) Xmm)
|
3262
|
+
(rule (x64_pcmpeq $I8X16 x y) (x64_pcmpeqb x y))
|
3263
|
+
(rule (x64_pcmpeq $I16X8 x y) (x64_pcmpeqw x y))
|
3264
|
+
(rule (x64_pcmpeq $I32X4 x y) (x64_pcmpeqd x y))
|
3265
|
+
(rule (x64_pcmpeq $I64X2 x y) (x64_pcmpeqq x y))
|
3266
|
+
|
3267
|
+
(decl x64_pcmpeqb (Xmm XmmMem) Xmm)
|
3268
|
+
(rule (x64_pcmpeqb x y) (xmm_rm_r $I8X16 (SseOpcode.Pcmpeqb) x y))
|
3269
|
+
(decl x64_pcmpeqw (Xmm XmmMem) Xmm)
|
3270
|
+
(rule (x64_pcmpeqw x y) (xmm_rm_r $I16X8 (SseOpcode.Pcmpeqw) x y))
|
3271
|
+
(decl x64_pcmpeqd (Xmm XmmMem) Xmm)
|
3272
|
+
(rule (x64_pcmpeqd x y) (xmm_rm_r $I32X4 (SseOpcode.Pcmpeqd) x y))
|
3273
|
+
(decl x64_pcmpeqq (Xmm XmmMem) Xmm)
|
3274
|
+
(rule (x64_pcmpeqq x y) (xmm_rm_r $I64X2 (SseOpcode.Pcmpeqq) x y))
|
3275
|
+
|
3276
|
+
;; Helpers for creating `pcmpgt*` instructions.
|
3277
|
+
(decl x64_pcmpgt (Type Xmm XmmMem) Xmm)
|
3278
|
+
(rule (x64_pcmpgt $I8X16 x y) (x64_pcmpgtb x y))
|
3279
|
+
(rule (x64_pcmpgt $I16X8 x y) (x64_pcmpgtw x y))
|
3280
|
+
(rule (x64_pcmpgt $I32X4 x y) (x64_pcmpgtd x y))
|
3281
|
+
(rule (x64_pcmpgt $I64X2 x y) (x64_pcmpgtq x y))
|
3282
|
+
|
3283
|
+
(decl x64_pcmpgtb (Xmm XmmMem) Xmm)
|
3284
|
+
(rule (x64_pcmpgtb x y) (xmm_rm_r $I8X16 (SseOpcode.Pcmpgtb) x y))
|
3285
|
+
(decl x64_pcmpgtw (Xmm XmmMem) Xmm)
|
3286
|
+
(rule (x64_pcmpgtw x y) (xmm_rm_r $I16X8 (SseOpcode.Pcmpgtw) x y))
|
3287
|
+
(decl x64_pcmpgtd (Xmm XmmMem) Xmm)
|
3288
|
+
(rule (x64_pcmpgtd x y) (xmm_rm_r $I32X4 (SseOpcode.Pcmpgtd) x y))
|
3289
|
+
(decl x64_pcmpgtq (Xmm XmmMem) Xmm)
|
3290
|
+
(rule (x64_pcmpgtq x y) (xmm_rm_r $I64X2 (SseOpcode.Pcmpgtq) x y))
|
3291
|
+
|
3292
|
+
;; Helpers for read-modify-write ALU form (AluRM).
|
3293
|
+
(decl alu_rm (Type AluRmiROpcode Amode Gpr) SideEffectNoResult)
|
3294
|
+
(rule (alu_rm ty opcode src1_dst src2)
|
3295
|
+
(let ((size OperandSize (operand_size_of_type_32_64 ty)))
|
3296
|
+
(SideEffectNoResult.Inst (MInst.AluRM size opcode src1_dst src2))))
|
3297
|
+
|
3298
|
+
(decl x64_add_mem (Type Amode Gpr) SideEffectNoResult)
|
3299
|
+
(rule (x64_add_mem ty addr val)
|
3300
|
+
(alu_rm ty (AluRmiROpcode.Add) addr val))
|
3301
|
+
|
3302
|
+
(decl x64_sub_mem (Type Amode Gpr) SideEffectNoResult)
|
3303
|
+
(rule (x64_sub_mem ty addr val)
|
3304
|
+
(alu_rm ty (AluRmiROpcode.Sub) addr val))
|
3305
|
+
|
3306
|
+
(decl x64_and_mem (Type Amode Gpr) SideEffectNoResult)
|
3307
|
+
(rule (x64_and_mem ty addr val)
|
3308
|
+
(alu_rm ty (AluRmiROpcode.And) addr val))
|
3309
|
+
|
3310
|
+
(decl x64_or_mem (Type Amode Gpr) SideEffectNoResult)
|
3311
|
+
(rule (x64_or_mem ty addr val)
|
3312
|
+
(alu_rm ty (AluRmiROpcode.Or) addr val))
|
3313
|
+
|
3314
|
+
(decl x64_xor_mem (Type Amode Gpr) SideEffectNoResult)
|
3315
|
+
(rule (x64_xor_mem ty addr val)
|
3316
|
+
(alu_rm ty (AluRmiROpcode.Xor) addr val))
|
3317
|
+
|
3318
|
+
;; Trap if the condition code supplied is set.
|
3319
|
+
(decl trap_if (CC TrapCode) ConsumesFlags)
|
3320
|
+
(rule (trap_if cc tc)
|
3321
|
+
(ConsumesFlags.ConsumesFlagsSideEffect (MInst.TrapIf cc tc)))
|
3322
|
+
|
3323
|
+
;; Trap if both of the condition codes supplied are set.
|
3324
|
+
(decl trap_if_and (CC CC TrapCode) ConsumesFlags)
|
3325
|
+
(rule (trap_if_and cc1 cc2 tc)
|
3326
|
+
(ConsumesFlags.ConsumesFlagsSideEffect (MInst.TrapIfAnd cc1 cc2 tc)))
|
3327
|
+
|
3328
|
+
;; Trap if either of the condition codes supplied are set.
|
3329
|
+
(decl trap_if_or (CC CC TrapCode) ConsumesFlags)
|
3330
|
+
(rule (trap_if_or cc1 cc2 tc)
|
3331
|
+
(ConsumesFlags.ConsumesFlagsSideEffect (MInst.TrapIfOr cc1 cc2 tc)))
|
3332
|
+
|
3333
|
+
(decl trap_if_icmp (IcmpCondResult TrapCode) SideEffectNoResult)
|
3334
|
+
(rule (trap_if_icmp (IcmpCondResult.Condition producer cc) tc)
|
3335
|
+
(with_flags_side_effect producer (trap_if cc tc)))
|
3336
|
+
|
3337
|
+
(decl trap_if_fcmp (FcmpCondResult TrapCode) SideEffectNoResult)
|
3338
|
+
(rule (trap_if_fcmp (FcmpCondResult.Condition producer cc) tc)
|
3339
|
+
(with_flags_side_effect producer (trap_if cc tc)))
|
3340
|
+
(rule (trap_if_fcmp (FcmpCondResult.AndCondition producer cc1 cc2) tc)
|
3341
|
+
(with_flags_side_effect producer (trap_if_and cc1 cc2 tc)))
|
3342
|
+
(rule (trap_if_fcmp (FcmpCondResult.OrCondition producer cc1 cc2) tc)
|
3343
|
+
(with_flags_side_effect producer (trap_if_or cc1 cc2 tc)))
|
3344
|
+
|
3345
|
+
;;;; Jumps ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3346
|
+
|
3347
|
+
;; Unconditional jump.
|
3348
|
+
(decl jmp_known (MachLabel) SideEffectNoResult)
|
3349
|
+
(rule (jmp_known target)
|
3350
|
+
(SideEffectNoResult.Inst (MInst.JmpKnown target)))
|
3351
|
+
|
3352
|
+
(decl jmp_if (CC MachLabel) ConsumesFlags)
|
3353
|
+
(rule (jmp_if cc taken)
|
3354
|
+
(ConsumesFlags.ConsumesFlagsSideEffect (MInst.JmpIf cc taken)))
|
3355
|
+
|
3356
|
+
;; Conditional jump based on the condition code.
|
3357
|
+
(decl jmp_cond (CC MachLabel MachLabel) ConsumesFlags)
|
3358
|
+
(rule (jmp_cond cc taken not_taken)
|
3359
|
+
(ConsumesFlags.ConsumesFlagsSideEffect (MInst.JmpCond cc taken not_taken)))
|
3360
|
+
|
3361
|
+
;; Conditional jump based on the result of an icmp.
|
3362
|
+
(decl jmp_cond_icmp (IcmpCondResult MachLabel MachLabel) SideEffectNoResult)
|
3363
|
+
(rule (jmp_cond_icmp (IcmpCondResult.Condition producer cc) taken not_taken)
|
3364
|
+
(with_flags_side_effect producer (jmp_cond cc taken not_taken)))
|
3365
|
+
|
3366
|
+
;; Conditional jump based on the result of an fcmp.
|
3367
|
+
(decl jmp_cond_fcmp (FcmpCondResult MachLabel MachLabel) SideEffectNoResult)
|
3368
|
+
(rule (jmp_cond_fcmp (FcmpCondResult.Condition producer cc) taken not_taken)
|
3369
|
+
(with_flags_side_effect producer (jmp_cond cc taken not_taken)))
|
3370
|
+
(rule (jmp_cond_fcmp (FcmpCondResult.AndCondition producer cc1 cc2) taken not_taken)
|
3371
|
+
(with_flags_side_effect producer
|
3372
|
+
(consumes_flags_concat
|
3373
|
+
(jmp_if (cc_invert cc1) not_taken)
|
3374
|
+
(jmp_cond (cc_invert cc2) not_taken taken))))
|
3375
|
+
(rule (jmp_cond_fcmp (FcmpCondResult.OrCondition producer cc1 cc2) taken not_taken)
|
3376
|
+
(with_flags_side_effect producer
|
3377
|
+
(consumes_flags_concat
|
3378
|
+
(jmp_if cc1 taken)
|
3379
|
+
(jmp_cond cc2 taken not_taken))))
|
3380
|
+
|
3381
|
+
;; Emit the compound instruction that does:
|
3382
|
+
;;
|
3383
|
+
;; lea $jt, %rA
|
3384
|
+
;; movsbl [%rA, %rIndex, 2], %rB
|
3385
|
+
;; add %rB, %rA
|
3386
|
+
;; j *%rA
|
3387
|
+
;; [jt entries]
|
3388
|
+
;;
|
3389
|
+
;; This must be *one* instruction in the vcode because we cannot allow regalloc
|
3390
|
+
;; to insert any spills/fills in the middle of the sequence; otherwise, the
|
3391
|
+
;; lea PC-rel offset to the jumptable would be incorrect. (The alternative
|
3392
|
+
;; is to introduce a relocation pass for inlined jumptables, which is much
|
3393
|
+
;; worse.)
|
3394
|
+
(decl jmp_table_seq (Type Gpr MachLabel BoxVecMachLabel) SideEffectNoResult)
|
3395
|
+
(rule (jmp_table_seq ty idx default_target jt_targets)
|
3396
|
+
(let (;; This temporary is used as a signed integer of 64-bits (to hold
|
3397
|
+
;; addresses).
|
3398
|
+
(tmp1 WritableGpr (temp_writable_gpr))
|
3399
|
+
|
3400
|
+
;; This temporary is used as a signed integer of 32-bits (for the
|
3401
|
+
;; wasm-table index) and then 64-bits (address addend). The small
|
3402
|
+
;; lie about the I64 type is benign, since the temporary is dead
|
3403
|
+
;; after this instruction (and its Cranelift type is thus unused).
|
3404
|
+
(tmp2 WritableGpr (temp_writable_gpr))
|
3405
|
+
|
3406
|
+
(size OperandSize (raw_operand_size_of_type ty))
|
3407
|
+
|
3408
|
+
(jt_size u32 (jump_table_size jt_targets)))
|
3409
|
+
|
3410
|
+
(with_flags_side_effect
|
3411
|
+
(x64_cmp size (RegMemImm.Imm jt_size) idx)
|
3412
|
+
(ConsumesFlags.ConsumesFlagsSideEffect
|
3413
|
+
(MInst.JmpTableSeq idx tmp1 tmp2 default_target jt_targets)))))
|
3414
|
+
|
3415
|
+
;;;; iadd_pairwise constants ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3416
|
+
|
3417
|
+
(decl iadd_pairwise_mul_const_16 () VCodeConstant)
|
3418
|
+
(extern constructor iadd_pairwise_mul_const_16 iadd_pairwise_mul_const_16)
|
3419
|
+
|
3420
|
+
(decl iadd_pairwise_mul_const_32 () VCodeConstant)
|
3421
|
+
(extern constructor iadd_pairwise_mul_const_32 iadd_pairwise_mul_const_32)
|
3422
|
+
|
3423
|
+
(decl iadd_pairwise_xor_const_32 () VCodeConstant)
|
3424
|
+
(extern constructor iadd_pairwise_xor_const_32 iadd_pairwise_xor_const_32)
|
3425
|
+
|
3426
|
+
(decl iadd_pairwise_addd_const_32 () VCodeConstant)
|
3427
|
+
(extern constructor iadd_pairwise_addd_const_32 iadd_pairwise_addd_const_32)
|
3428
|
+
|
3429
|
+
;;;; snarrow constants ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3430
|
+
|
3431
|
+
(decl snarrow_umax_mask () VCodeConstant)
|
3432
|
+
(extern constructor snarrow_umax_mask snarrow_umax_mask)
|
3433
|
+
|
3434
|
+
;;;; Comparisons ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3435
|
+
|
3436
|
+
(type IcmpCondResult (enum (Condition (producer ProducesFlags) (cc CC))))
|
3437
|
+
|
3438
|
+
(decl icmp_cond_result (ProducesFlags CC) IcmpCondResult)
|
3439
|
+
(rule (icmp_cond_result producer cc) (IcmpCondResult.Condition producer cc))
|
3440
|
+
|
3441
|
+
(decl invert_icmp_cond_result (IcmpCondResult) IcmpCondResult)
|
3442
|
+
(rule (invert_icmp_cond_result (IcmpCondResult.Condition producer cc))
|
3443
|
+
(icmp_cond_result producer (cc_invert cc)))
|
3444
|
+
|
3445
|
+
;; Lower an Icmp result into a boolean value in a register.
|
3446
|
+
(decl lower_icmp_bool (IcmpCondResult) ValueRegs)
|
3447
|
+
(rule (lower_icmp_bool (IcmpCondResult.Condition producer cc))
|
3448
|
+
(with_flags producer (x64_setcc cc)))
|
3449
|
+
|
3450
|
+
;; Emit a conditional move based on the result of an icmp.
|
3451
|
+
(decl select_icmp (IcmpCondResult Value Value) ValueRegs)
|
3452
|
+
|
3453
|
+
;; Ensure that we put the `x` argument into a register for single-register
|
3454
|
+
;; gpr-typed arguments, as we rely on this for the legalization of heap_addr and
|
3455
|
+
;; loading easily computed constants (like 0) from memory is too expensive.
|
3456
|
+
(rule 1 (select_icmp (IcmpCondResult.Condition producer cc) x @ (value_type (is_single_register_gpr_type ty)) y)
|
3457
|
+
(with_flags producer (cmove ty cc (put_in_gpr x) y)))
|
3458
|
+
|
3459
|
+
;; Otherwise, fall back on the behavior of `cmove_from_values`.
|
3460
|
+
(rule 0 (select_icmp (IcmpCondResult.Condition producer cc) x @ (value_type ty) y)
|
3461
|
+
(with_flags producer (cmove_from_values ty cc x y)))
|
3462
|
+
|
3463
|
+
(decl emit_cmp (IntCC Value Value) IcmpCondResult)
|
3464
|
+
|
3465
|
+
;; For GPR-held values we only need to emit `CMP + SETCC`. We rely here on
|
3466
|
+
;; Cranelift's verification that `a` and `b` are of the same type.
|
3467
|
+
;; Unfortunately for clarity, the registers are flipped here (TODO).
|
3468
|
+
(rule 0 (emit_cmp cc a @ (value_type ty) b)
|
3469
|
+
(let ((size OperandSize (raw_operand_size_of_type ty)))
|
3470
|
+
(icmp_cond_result (x64_cmp size b a) cc)))
|
3471
|
+
|
3472
|
+
;; As a special case, reverse the arguments to the comparison when the LHS is a
|
3473
|
+
;; constant. This ensures that we avoid moving the constant into a register when
|
3474
|
+
;; performing the comparison.
|
3475
|
+
(rule 1 (emit_cmp cc (and (simm32_from_value a) (value_type ty)) b)
|
3476
|
+
(let ((size OperandSize (raw_operand_size_of_type ty)))
|
3477
|
+
(icmp_cond_result (x64_cmp size a b) (intcc_reverse cc))))
|
3478
|
+
|
3479
|
+
;; For I128 values (held in two GPRs), the instruction sequences depend on what
|
3480
|
+
;; kind of condition is tested.
|
3481
|
+
(rule 3 (emit_cmp (IntCC.Equal) a @ (value_type $I128) b)
|
3482
|
+
(let ((a_lo Gpr (value_regs_get_gpr a 0))
|
3483
|
+
(a_hi Gpr (value_regs_get_gpr a 1))
|
3484
|
+
(b_lo Gpr (value_regs_get_gpr b 0))
|
3485
|
+
(b_hi Gpr (value_regs_get_gpr b 1))
|
3486
|
+
(cmp_lo Reg (with_flags_reg (x64_cmp (OperandSize.Size64) b_lo a_lo) (x64_setcc (CC.Z))))
|
3487
|
+
(cmp_hi Reg (with_flags_reg (x64_cmp (OperandSize.Size64) b_hi a_hi) (x64_setcc (CC.Z))))
|
3488
|
+
;; At this point, `cmp_lo` and `cmp_hi` contain either 0 or 1 in the
|
3489
|
+
;; lowest 8 bits--`SETcc` guarantees this. The upper bits may be
|
3490
|
+
;; unchanged so we must compare against 1 below; this instruction
|
3491
|
+
;; combines `cmp_lo` and `cmp_hi` for that final comparison.
|
3492
|
+
(cmp Reg (x64_and $I64 cmp_lo cmp_hi)))
|
3493
|
+
;; We must compare one more time against the immediate value 1 to
|
3494
|
+
;; check if both `cmp_lo` and `cmp_hi` are true. If `cmp AND 1 == 0`
|
3495
|
+
;; then the `ZF` will be set (see `TEST` definition); if either of
|
3496
|
+
;; the halves `AND`s to 0, they were not equal, therefore we `SETcc`
|
3497
|
+
;; with `NZ`.
|
3498
|
+
(icmp_cond_result
|
3499
|
+
(x64_test (OperandSize.Size64) (RegMemImm.Imm 1) cmp)
|
3500
|
+
(CC.NZ))))
|
3501
|
+
|
3502
|
+
(rule 3 (emit_cmp (IntCC.NotEqual) a @ (value_type $I128) b)
|
3503
|
+
(let ((a_lo Gpr (value_regs_get_gpr a 0))
|
3504
|
+
(a_hi Gpr (value_regs_get_gpr a 1))
|
3505
|
+
(b_lo Gpr (value_regs_get_gpr b 0))
|
3506
|
+
(b_hi Gpr (value_regs_get_gpr b 1))
|
3507
|
+
(cmp_lo Reg (with_flags_reg (x64_cmp (OperandSize.Size64) b_lo a_lo) (x64_setcc (CC.NZ))))
|
3508
|
+
(cmp_hi Reg (with_flags_reg (x64_cmp (OperandSize.Size64) b_hi a_hi) (x64_setcc (CC.NZ))))
|
3509
|
+
;; See comments for `IntCC.Equal`.
|
3510
|
+
(cmp Reg (x64_or $I64 cmp_lo cmp_hi)))
|
3511
|
+
(icmp_cond_result
|
3512
|
+
(x64_test (OperandSize.Size64) (RegMemImm.Imm 1) cmp)
|
3513
|
+
(CC.NZ))))
|
3514
|
+
|
3515
|
+
;; Result = (a_hi <> b_hi) ||
|
3516
|
+
;; (a_hi == b_hi && a_lo <> b_lo)
|
3517
|
+
(rule 2 (emit_cmp cc a @ (value_type $I128) b)
|
3518
|
+
(let ((a_lo Gpr (value_regs_get_gpr a 0))
|
3519
|
+
(a_hi Gpr (value_regs_get_gpr a 1))
|
3520
|
+
(b_lo Gpr (value_regs_get_gpr b 0))
|
3521
|
+
(b_hi Gpr (value_regs_get_gpr b 1))
|
3522
|
+
(cmp_hi ValueRegs (with_flags (x64_cmp (OperandSize.Size64) b_hi a_hi)
|
3523
|
+
(consumes_flags_concat
|
3524
|
+
(x64_setcc (intcc_without_eq cc))
|
3525
|
+
(x64_setcc (CC.Z)))))
|
3526
|
+
(cc_hi Reg (value_regs_get cmp_hi 0))
|
3527
|
+
(eq_hi Reg (value_regs_get cmp_hi 1))
|
3528
|
+
|
3529
|
+
(cmp_lo Reg (with_flags_reg (x64_cmp (OperandSize.Size64) b_lo a_lo)
|
3530
|
+
(x64_setcc (intcc_unsigned cc))))
|
3531
|
+
|
3532
|
+
(res_lo Reg (x64_and $I64 eq_hi cmp_lo))
|
3533
|
+
(res Reg (x64_or $I64 cc_hi res_lo)))
|
3534
|
+
(icmp_cond_result
|
3535
|
+
(x64_test (OperandSize.Size64) (RegMemImm.Imm 1) res)
|
3536
|
+
(CC.NZ))))
|
3537
|
+
|
3538
|
+
(type FcmpCondResult
|
3539
|
+
(enum
|
3540
|
+
;; The given condition code must be set.
|
3541
|
+
(Condition (producer ProducesFlags) (cc CC))
|
3542
|
+
|
3543
|
+
;; Both condition codes must be set.
|
3544
|
+
(AndCondition (producer ProducesFlags) (cc1 CC) (cc2 CC))
|
3545
|
+
|
3546
|
+
;; Either of the conditions codes must be set.
|
3547
|
+
(OrCondition (producer ProducesFlags) (cc1 CC) (cc2 CC))))
|
3548
|
+
|
3549
|
+
;; Lower a FcmpCondResult to a boolean value in a register.
|
3550
|
+
(decl lower_fcmp_bool (FcmpCondResult) ValueRegs)
|
3551
|
+
|
3552
|
+
(rule (lower_fcmp_bool (FcmpCondResult.Condition producer cc))
|
3553
|
+
(with_flags producer (x64_setcc cc)))
|
3554
|
+
|
3555
|
+
(rule (lower_fcmp_bool (FcmpCondResult.AndCondition producer cc1 cc2))
|
3556
|
+
(let ((maybe ValueRegs (with_flags producer
|
3557
|
+
(consumes_flags_concat
|
3558
|
+
(x64_setcc cc1)
|
3559
|
+
(x64_setcc cc2))))
|
3560
|
+
(maybe0 Gpr (value_regs_get_gpr maybe 0))
|
3561
|
+
(maybe1 Gpr (value_regs_get_gpr maybe 1)))
|
3562
|
+
(value_reg (x64_and $I8 maybe0 maybe1))))
|
3563
|
+
|
3564
|
+
(rule (lower_fcmp_bool (FcmpCondResult.OrCondition producer cc1 cc2))
|
3565
|
+
(let ((maybe ValueRegs (with_flags producer
|
3566
|
+
(consumes_flags_concat
|
3567
|
+
(x64_setcc cc1)
|
3568
|
+
(x64_setcc cc2))))
|
3569
|
+
(maybe0 Gpr (value_regs_get_gpr maybe 0))
|
3570
|
+
(maybe1 Gpr (value_regs_get_gpr maybe 1)))
|
3571
|
+
(value_reg (x64_or $I8 maybe0 maybe1))))
|
3572
|
+
|
3573
|
+
;; CLIF's `fcmp` instruction always operates on XMM registers--both scalar and
|
3574
|
+
;; vector. For the scalar versions, we use the flag-setting behavior of the
|
3575
|
+
;; `UCOMIS*` instruction to `SETcc` a 0 or 1 in a GPR register. Note that CLIF's
|
3576
|
+
;; `select` uses the same kind of flag-setting behavior but chooses values other
|
3577
|
+
;; than 0 or 1.
|
3578
|
+
;;
|
3579
|
+
;; Checking the result of `UCOMIS*` is unfortunately difficult in some cases
|
3580
|
+
;; because we do not have `SETcc` instructions that explicitly check
|
3581
|
+
;; simultaneously for the condition (i.e., `eq`, `le`, `gt`, etc.) *and*
|
3582
|
+
;; orderedness. Instead, we must check the flags multiple times. The UCOMIS*
|
3583
|
+
;; documentation (see Intel's Software Developer's Manual, volume 2, chapter 4)
|
3584
|
+
;; is helpful:
|
3585
|
+
;; - unordered assigns Z = 1, P = 1, C = 1
|
3586
|
+
;; - greater than assigns Z = 0, P = 0, C = 0
|
3587
|
+
;; - less than assigns Z = 0, P = 0, C = 1
|
3588
|
+
;; - equal assigns Z = 1, P = 0, C = 0
|
3589
|
+
(decl emit_fcmp (FloatCC Value Value) FcmpCondResult)
|
3590
|
+
|
3591
|
+
(rule (emit_fcmp (FloatCC.Equal) a @ (value_type (ty_scalar_float _)) b)
|
3592
|
+
(FcmpCondResult.AndCondition (x64_ucomis b a) (CC.NP) (CC.Z)))
|
3593
|
+
|
3594
|
+
(rule (emit_fcmp (FloatCC.NotEqual) a @ (value_type (ty_scalar_float _)) b)
|
3595
|
+
(FcmpCondResult.OrCondition (x64_ucomis b a) (CC.P) (CC.NZ)))
|
3596
|
+
|
3597
|
+
;; Some scalar lowerings correspond to one condition code.
|
3598
|
+
|
3599
|
+
(rule (emit_fcmp (FloatCC.Ordered) a @ (value_type (ty_scalar_float ty)) b)
|
3600
|
+
(FcmpCondResult.Condition (x64_ucomis b a) (CC.NP)))
|
3601
|
+
(rule (emit_fcmp (FloatCC.Unordered) a @ (value_type (ty_scalar_float ty)) b)
|
3602
|
+
(FcmpCondResult.Condition (x64_ucomis b a) (CC.P)))
|
3603
|
+
(rule (emit_fcmp (FloatCC.OrderedNotEqual) a @ (value_type (ty_scalar_float ty)) b)
|
3604
|
+
(FcmpCondResult.Condition (x64_ucomis b a) (CC.NZ)))
|
3605
|
+
(rule (emit_fcmp (FloatCC.UnorderedOrEqual) a @ (value_type (ty_scalar_float ty)) b)
|
3606
|
+
(FcmpCondResult.Condition (x64_ucomis b a) (CC.Z)))
|
3607
|
+
(rule (emit_fcmp (FloatCC.GreaterThan) a @ (value_type (ty_scalar_float ty)) b)
|
3608
|
+
(FcmpCondResult.Condition (x64_ucomis b a) (CC.NBE)))
|
3609
|
+
(rule (emit_fcmp (FloatCC.GreaterThanOrEqual) a @ (value_type (ty_scalar_float ty)) b)
|
3610
|
+
(FcmpCondResult.Condition (x64_ucomis b a) (CC.NB)))
|
3611
|
+
(rule (emit_fcmp (FloatCC.UnorderedOrLessThan) a @ (value_type (ty_scalar_float ty)) b)
|
3612
|
+
(FcmpCondResult.Condition (x64_ucomis b a) (CC.B)))
|
3613
|
+
(rule (emit_fcmp (FloatCC.UnorderedOrLessThanOrEqual) a @ (value_type (ty_scalar_float ty)) b)
|
3614
|
+
(FcmpCondResult.Condition (x64_ucomis b a) (CC.BE)))
|
3615
|
+
|
3616
|
+
;; Other scalar lowerings are made possible by flipping the operands and
|
3617
|
+
;; reversing the condition code.
|
3618
|
+
|
3619
|
+
(rule (emit_fcmp (FloatCC.LessThan) a @ (value_type (ty_scalar_float ty)) b)
|
3620
|
+
;; Same flags as `GreaterThan`.
|
3621
|
+
(FcmpCondResult.Condition (x64_ucomis a b) (CC.NBE)))
|
3622
|
+
(rule (emit_fcmp (FloatCC.LessThanOrEqual) a @ (value_type (ty_scalar_float ty)) b)
|
3623
|
+
;; Same flags as `GreaterThanOrEqual`.
|
3624
|
+
(FcmpCondResult.Condition (x64_ucomis a b) (CC.NB)))
|
3625
|
+
(rule (emit_fcmp (FloatCC.UnorderedOrGreaterThan) a @ (value_type (ty_scalar_float ty)) b)
|
3626
|
+
;; Same flags as `UnorderedOrLessThan`.
|
3627
|
+
(FcmpCondResult.Condition (x64_ucomis a b) (CC.B)))
|
3628
|
+
(rule (emit_fcmp (FloatCC.UnorderedOrGreaterThanOrEqual) a @ (value_type (ty_scalar_float ty)) b)
|
3629
|
+
;; Same flags as `UnorderedOrLessThanOrEqual`.
|
3630
|
+
(FcmpCondResult.Condition (x64_ucomis a b) (CC.BE)))
|
3631
|
+
|
3632
|
+
;;;; Type Guards ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3633
|
+
|
3634
|
+
;; A type guard for matching ints and bools up to 64 bits, or 64 bit references.
|
3635
|
+
(decl ty_int_bool_or_ref () Type)
|
3636
|
+
(extern extractor ty_int_bool_or_ref ty_int_bool_or_ref)
|
3637
|
+
|
3638
|
+
;;;; Atomics ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3639
|
+
|
3640
|
+
(decl x64_mfence () SideEffectNoResult)
|
3641
|
+
(rule (x64_mfence)
|
3642
|
+
(SideEffectNoResult.Inst (MInst.Fence (FenceKind.MFence))))
|
3643
|
+
|
3644
|
+
(decl x64_cmpxchg (Type Gpr Gpr SyntheticAmode) Gpr)
|
3645
|
+
(rule (x64_cmpxchg ty expected replacement addr)
|
3646
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
3647
|
+
(_ Unit (emit (MInst.LockCmpxchg ty replacement expected addr dst))))
|
3648
|
+
dst))
|
3649
|
+
|
3650
|
+
(decl x64_atomic_rmw_seq (Type MachAtomicRmwOp SyntheticAmode Gpr) Gpr)
|
3651
|
+
(rule (x64_atomic_rmw_seq ty op mem input)
|
3652
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
3653
|
+
(tmp WritableGpr (temp_writable_gpr))
|
3654
|
+
(_ Unit (emit (MInst.AtomicRmwSeq ty op mem input tmp dst))))
|
3655
|
+
dst))
|
3656
|
+
|
3657
|
+
;; CLIF IR has one enumeration for atomic operations (`AtomicRmwOp`) while the
|
3658
|
+
;; mach backend has another (`MachAtomicRmwOp`)--this converts one to the other.
|
3659
|
+
(type MachAtomicRmwOp extern (enum))
|
3660
|
+
(decl atomic_rmw_op_to_mach_atomic_rmw_op (AtomicRmwOp) MachAtomicRmwOp)
|
3661
|
+
(extern constructor atomic_rmw_op_to_mach_atomic_rmw_op atomic_rmw_op_to_mach_atomic_rmw_op)
|
3662
|
+
|
3663
|
+
;;;; Casting ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3664
|
+
|
3665
|
+
(decl bitcast_xmm_to_gpr (Type Xmm) Gpr)
|
3666
|
+
(rule (bitcast_xmm_to_gpr $F32 src)
|
3667
|
+
(xmm_to_gpr (SseOpcode.Movd) src (OperandSize.Size32)))
|
3668
|
+
(rule (bitcast_xmm_to_gpr $F64 src)
|
3669
|
+
(xmm_to_gpr (SseOpcode.Movq) src (OperandSize.Size64)))
|
3670
|
+
|
3671
|
+
(decl bitcast_gpr_to_xmm (Type Gpr) Xmm)
|
3672
|
+
(rule (bitcast_gpr_to_xmm $I32 src)
|
3673
|
+
(gpr_to_xmm (SseOpcode.Movd) src (OperandSize.Size32)))
|
3674
|
+
(rule (bitcast_gpr_to_xmm $I64 src)
|
3675
|
+
(gpr_to_xmm (SseOpcode.Movq) src (OperandSize.Size64)))
|
3676
|
+
|
3677
|
+
;;;; Stack Addresses ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3678
|
+
|
3679
|
+
(decl stack_addr_impl (StackSlot Offset32) Gpr)
|
3680
|
+
(rule (stack_addr_impl stack_slot offset)
|
3681
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
3682
|
+
(_ Unit (emit (abi_stackslot_addr dst stack_slot offset))))
|
3683
|
+
dst))
|
3684
|
+
|
3685
|
+
;;;; Division/Remainders ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3686
|
+
|
3687
|
+
(decl emit_div_or_rem (DivOrRemKind Type WritableGpr Gpr Gpr) Unit)
|
3688
|
+
(extern constructor emit_div_or_rem emit_div_or_rem)
|
3689
|
+
|
3690
|
+
(decl div_or_rem (DivOrRemKind Value Value) Gpr)
|
3691
|
+
(rule (div_or_rem kind a @ (value_type ty) b)
|
3692
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
3693
|
+
(_ Unit (emit_div_or_rem kind ty dst a b)))
|
3694
|
+
dst))
|
3695
|
+
|
3696
|
+
;;;; Pinned Register ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3697
|
+
|
3698
|
+
(decl read_pinned_gpr () Gpr)
|
3699
|
+
(rule (read_pinned_gpr)
|
3700
|
+
(mov_from_preg (preg_pinned)))
|
3701
|
+
|
3702
|
+
(decl write_pinned_gpr (Gpr) SideEffectNoResult)
|
3703
|
+
(rule (write_pinned_gpr val)
|
3704
|
+
(mov_to_preg (preg_pinned) val))
|
3705
|
+
|
3706
|
+
;;;; Shuffle ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3707
|
+
|
3708
|
+
;; Produce a mask suitable for use with `pshufb` for permuting the argument to
|
3709
|
+
;; shuffle, when the arguments are the same (i.e. `shuffle a a mask`). This will
|
3710
|
+
;; map all indices in the range 0..31 to the range 0..15.
|
3711
|
+
(decl shuffle_0_31_mask (VecMask) VCodeConstant)
|
3712
|
+
(extern constructor shuffle_0_31_mask shuffle_0_31_mask)
|
3713
|
+
|
3714
|
+
;; Produce a mask suitable for use with `pshufb` for permuting the lhs of a
|
3715
|
+
;; `shuffle` operation (lanes 0-15).
|
3716
|
+
(decl shuffle_0_15_mask (VecMask) VCodeConstant)
|
3717
|
+
(extern constructor shuffle_0_15_mask shuffle_0_15_mask)
|
3718
|
+
|
3719
|
+
;; Produce a mask suitable for use with `pshufb` for permuting the rhs of a
|
3720
|
+
;; `shuffle` operation (lanes 16-31).
|
3721
|
+
(decl shuffle_16_31_mask (VecMask) VCodeConstant)
|
3722
|
+
(extern constructor shuffle_16_31_mask shuffle_16_31_mask)
|
3723
|
+
|
3724
|
+
;; Produce a permutation suitable for use with `vpermi2b`, for permuting two
|
3725
|
+
;; I8X16 vectors simultaneously.
|
3726
|
+
;;
|
3727
|
+
;; NOTE: `vpermi2b` will mask the indices in each lane to 5 bits when indexing
|
3728
|
+
;; into vectors, so this constructor makes no effort to handle indices that are
|
3729
|
+
;; larger than 31. If you are lowering a clif opcode like `shuffle` that has
|
3730
|
+
;; special behavior for out of bounds indices (emitting a `0` in the resulting
|
3731
|
+
;; vector in the case of `shuffle`) you'll need to handle that behavior
|
3732
|
+
;; separately.
|
3733
|
+
(decl perm_from_mask (VecMask) VCodeConstant)
|
3734
|
+
(extern constructor perm_from_mask perm_from_mask)
|
3735
|
+
|
3736
|
+
;; If the mask that would be given to `shuffle` contains any out-of-bounds
|
3737
|
+
;; indices, return a mask that will zero those.
|
3738
|
+
(decl perm_from_mask_with_zeros (VCodeConstant VCodeConstant) VecMask)
|
3739
|
+
(extern extractor perm_from_mask_with_zeros perm_from_mask_with_zeros)
|
3740
|
+
|
3741
|
+
;;;; Swizzle ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3742
|
+
|
3743
|
+
;; Create a mask for zeroing out-of-bounds lanes of the swizzle mask.
|
3744
|
+
(decl swizzle_zero_mask () VCodeConstant)
|
3745
|
+
(extern constructor swizzle_zero_mask swizzle_zero_mask)
|
3746
|
+
|
3747
|
+
;;;; TLS Values ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3748
|
+
|
3749
|
+
;; Helper for emitting ElfTlsGetAddr.
|
3750
|
+
(decl elf_tls_get_addr (ExternalName) Gpr)
|
3751
|
+
(rule (elf_tls_get_addr name)
|
3752
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
3753
|
+
(_ Unit (emit (MInst.ElfTlsGetAddr name dst))))
|
3754
|
+
dst))
|
3755
|
+
|
3756
|
+
;; Helper for emitting MachOTlsGetAddr.
|
3757
|
+
(decl macho_tls_get_addr (ExternalName) Gpr)
|
3758
|
+
(rule (macho_tls_get_addr name)
|
3759
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
3760
|
+
(_ Unit (emit (MInst.MachOTlsGetAddr name dst))))
|
3761
|
+
dst))
|
3762
|
+
|
3763
|
+
;; Helper for emitting CoffTlsGetAddr.
|
3764
|
+
(decl coff_tls_get_addr (ExternalName) Gpr)
|
3765
|
+
(rule (coff_tls_get_addr name)
|
3766
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
3767
|
+
(tmp WritableGpr (temp_writable_gpr))
|
3768
|
+
(_ Unit (emit (MInst.CoffTlsGetAddr name dst tmp))))
|
3769
|
+
dst))
|
3770
|
+
|
3771
|
+
;;;; sqmul_round_sat ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3772
|
+
|
3773
|
+
(decl sqmul_round_sat_mask () VCodeConstant)
|
3774
|
+
(extern constructor sqmul_round_sat_mask sqmul_round_sat_mask)
|
3775
|
+
|
3776
|
+
;;;; uunarrow ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3777
|
+
|
3778
|
+
(decl uunarrow_umax_mask () VCodeConstant)
|
3779
|
+
(extern constructor uunarrow_umax_mask uunarrow_umax_mask)
|
3780
|
+
|
3781
|
+
(decl uunarrow_uint_mask () VCodeConstant)
|
3782
|
+
(extern constructor uunarrow_uint_mask uunarrow_uint_mask)
|
3783
|
+
|
3784
|
+
;;;; Automatic conversions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3785
|
+
|
3786
|
+
(convert Gpr InstOutput output_gpr)
|
3787
|
+
(convert Value Gpr put_in_gpr)
|
3788
|
+
(convert Value GprMem put_in_gpr_mem)
|
3789
|
+
(convert Value GprMemImm put_in_gpr_mem_imm)
|
3790
|
+
(convert Value RegMem put_in_reg_mem)
|
3791
|
+
(convert Value RegMemImm put_in_reg_mem_imm)
|
3792
|
+
(convert Gpr GprMemImm gpr_to_gpr_mem_imm)
|
3793
|
+
(convert Gpr GprMem gpr_to_gpr_mem)
|
3794
|
+
(convert Gpr Reg gpr_to_reg)
|
3795
|
+
(convert GprMem RegMem gpr_mem_to_reg_mem)
|
3796
|
+
(convert Reg Gpr gpr_new)
|
3797
|
+
(convert WritableGpr Gpr writable_gpr_to_gpr)
|
3798
|
+
(convert RegMemImm GprMemImm gpr_mem_imm_new)
|
3799
|
+
(convert RegMem GprMem reg_mem_to_gpr_mem)
|
3800
|
+
(convert RegMem RegMemImm reg_mem_to_reg_mem_imm)
|
3801
|
+
(convert Reg GprMem reg_to_gpr_mem)
|
3802
|
+
(convert Reg GprMemImm reg_to_gpr_mem_imm)
|
3803
|
+
(convert WritableGpr WritableReg writable_gpr_to_reg)
|
3804
|
+
(convert WritableGpr Reg writable_gpr_to_r_reg)
|
3805
|
+
(convert WritableGpr GprMem writable_gpr_to_gpr_mem)
|
3806
|
+
(convert WritableGpr ValueRegs writable_gpr_to_value_regs)
|
3807
|
+
|
3808
|
+
(convert Xmm InstOutput output_xmm)
|
3809
|
+
(convert Value Xmm put_in_xmm)
|
3810
|
+
(convert Value XmmMem put_in_xmm_mem)
|
3811
|
+
(convert Value XmmMemImm put_in_xmm_mem_imm)
|
3812
|
+
(convert Xmm Reg xmm_to_reg)
|
3813
|
+
(convert Xmm RegMem xmm_to_reg_mem)
|
3814
|
+
(convert Reg Xmm xmm_new)
|
3815
|
+
(convert Reg XmmMem reg_to_xmm_mem)
|
3816
|
+
(convert Reg RegMemImm reg_to_reg_mem_imm)
|
3817
|
+
(convert RegMem XmmMem reg_mem_to_xmm_mem)
|
3818
|
+
(convert RegMemImm XmmMemImm mov_rmi_to_xmm)
|
3819
|
+
(convert Xmm XmmMem xmm_to_xmm_mem)
|
3820
|
+
(convert Xmm XmmMemImm xmm_to_xmm_mem_imm)
|
3821
|
+
(convert XmmMem RegMem xmm_mem_to_reg_mem)
|
3822
|
+
(convert WritableXmm Xmm writable_xmm_to_xmm)
|
3823
|
+
(convert WritableXmm WritableReg writable_xmm_to_reg)
|
3824
|
+
(convert WritableXmm Reg writable_xmm_to_r_reg)
|
3825
|
+
(convert WritableXmm XmmMem writable_xmm_to_xmm_mem)
|
3826
|
+
(convert WritableXmm ValueRegs writable_xmm_to_value_regs)
|
3827
|
+
|
3828
|
+
(convert Gpr Imm8Gpr gpr_to_imm8_gpr)
|
3829
|
+
(convert Imm8Reg Imm8Gpr imm8_reg_to_imm8_gpr)
|
3830
|
+
|
3831
|
+
(convert Amode SyntheticAmode amode_to_synthetic_amode)
|
3832
|
+
(convert Amode GprMem amode_to_gpr_mem)
|
3833
|
+
(convert SyntheticAmode GprMem synthetic_amode_to_gpr_mem)
|
3834
|
+
(convert Amode XmmMem amode_to_xmm_mem)
|
3835
|
+
(convert SyntheticAmode XmmMem synthetic_amode_to_xmm_mem)
|
3836
|
+
|
3837
|
+
(convert IntCC CC intcc_to_cc)
|
3838
|
+
(convert AtomicRmwOp MachAtomicRmwOp atomic_rmw_op_to_mach_atomic_rmw_op)
|
3839
|
+
|
3840
|
+
(decl reg_to_xmm_mem (Reg) XmmMem)
|
3841
|
+
(rule (reg_to_xmm_mem r)
|
3842
|
+
(xmm_to_xmm_mem (xmm_new r)))
|
3843
|
+
(decl xmm_to_reg_mem (Reg) XmmMem)
|
3844
|
+
(rule (xmm_to_reg_mem r)
|
3845
|
+
(RegMem.Reg (xmm_to_reg r)))
|
3846
|
+
|
3847
|
+
(decl writable_gpr_to_r_reg (WritableGpr) Reg)
|
3848
|
+
(rule (writable_gpr_to_r_reg w_gpr)
|
3849
|
+
(writable_reg_to_reg (writable_gpr_to_reg w_gpr)))
|
3850
|
+
(decl writable_gpr_to_gpr_mem (WritableGpr) GprMem)
|
3851
|
+
(rule (writable_gpr_to_gpr_mem w_gpr)
|
3852
|
+
(gpr_to_gpr_mem w_gpr))
|
3853
|
+
(decl writable_gpr_to_value_regs (WritableGpr) ValueRegs)
|
3854
|
+
(rule (writable_gpr_to_value_regs w_gpr)
|
3855
|
+
(value_reg w_gpr))
|
3856
|
+
(decl writable_xmm_to_r_reg (WritableXmm) Reg)
|
3857
|
+
(rule (writable_xmm_to_r_reg w_xmm)
|
3858
|
+
(writable_reg_to_reg (writable_xmm_to_reg w_xmm)))
|
3859
|
+
(decl writable_xmm_to_xmm_mem (WritableXmm) XmmMem)
|
3860
|
+
(rule (writable_xmm_to_xmm_mem w_xmm)
|
3861
|
+
(xmm_to_xmm_mem (writable_xmm_to_xmm w_xmm)))
|
3862
|
+
(decl writable_xmm_to_value_regs (WritableXmm) ValueRegs)
|
3863
|
+
(rule (writable_xmm_to_value_regs w_xmm)
|
3864
|
+
(value_reg w_xmm))
|
3865
|
+
|
3866
|
+
(decl synthetic_amode_to_gpr_mem (SyntheticAmode) GprMem)
|
3867
|
+
(decl amode_to_gpr_mem (Amode) GprMem)
|
3868
|
+
(rule (amode_to_gpr_mem amode)
|
3869
|
+
(amode_to_synthetic_amode amode))
|
3870
|
+
(rule (synthetic_amode_to_gpr_mem amode)
|
3871
|
+
(synthetic_amode_to_reg_mem amode))
|
3872
|
+
(decl amode_to_xmm_mem (Amode) XmmMem)
|
3873
|
+
(rule (amode_to_xmm_mem amode)
|
3874
|
+
(amode_to_synthetic_amode amode))
|
3875
|
+
(decl synthetic_amode_to_xmm_mem (SyntheticAmode) XmmMem)
|
3876
|
+
(rule (synthetic_amode_to_xmm_mem amode)
|
3877
|
+
(synthetic_amode_to_reg_mem amode))
|
3878
|
+
(decl const_to_synthetic_amode (VCodeConstant) SyntheticAmode)
|
3879
|
+
(extern constructor const_to_synthetic_amode const_to_synthetic_amode)
|
3880
|
+
|
3881
|
+
;; Helper for creating `MovFromPReg` instructions.
|
3882
|
+
(decl mov_from_preg (PReg) Reg)
|
3883
|
+
(rule (mov_from_preg preg)
|
3884
|
+
(let ((dst WritableGpr (temp_writable_gpr))
|
3885
|
+
(_ Unit (emit (MInst.MovFromPReg preg dst))))
|
3886
|
+
dst))
|
3887
|
+
|
3888
|
+
(decl mov_to_preg (PReg Gpr) SideEffectNoResult)
|
3889
|
+
(rule (mov_to_preg dst src)
|
3890
|
+
(SideEffectNoResult.Inst (MInst.MovToPReg src dst)))
|
3891
|
+
|
3892
|
+
(decl preg_rbp () PReg)
|
3893
|
+
(extern constructor preg_rbp preg_rbp)
|
3894
|
+
|
3895
|
+
(decl preg_rsp () PReg)
|
3896
|
+
(extern constructor preg_rsp preg_rsp)
|
3897
|
+
|
3898
|
+
(decl preg_pinned () PReg)
|
3899
|
+
(extern constructor preg_pinned preg_pinned)
|
3900
|
+
|
3901
|
+
(decl x64_rbp () Reg)
|
3902
|
+
(rule (x64_rbp)
|
3903
|
+
(mov_from_preg (preg_rbp)))
|
3904
|
+
|
3905
|
+
(decl x64_rsp () Reg)
|
3906
|
+
(rule (x64_rsp)
|
3907
|
+
(mov_from_preg (preg_rsp)))
|
3908
|
+
|
3909
|
+
;;;; Helpers for Emitting LibCalls ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3910
|
+
|
3911
|
+
(type LibCall extern
|
3912
|
+
(enum
|
3913
|
+
FmaF32
|
3914
|
+
FmaF64
|
3915
|
+
CeilF32
|
3916
|
+
CeilF64
|
3917
|
+
FloorF32
|
3918
|
+
FloorF64
|
3919
|
+
NearestF32
|
3920
|
+
NearestF64
|
3921
|
+
TruncF32
|
3922
|
+
TruncF64))
|
3923
|
+
|
3924
|
+
(decl libcall_1 (LibCall Reg) Reg)
|
3925
|
+
(extern constructor libcall_1 libcall_1)
|
3926
|
+
|
3927
|
+
(decl libcall_3 (LibCall Reg Reg Reg) Reg)
|
3928
|
+
(extern constructor libcall_3 libcall_3)
|