wasmtime 0.4.1 → 5.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Cargo.lock +261 -200
- data/ext/Cargo.toml +7 -7
- data/ext/cargo-vendor/async-trait-0.1.62/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/async-trait-0.1.62/Cargo.toml +62 -0
- data/ext/cargo-vendor/{libc-0.2.138 → async-trait-0.1.62}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/README.md +262 -0
- data/ext/cargo-vendor/async-trait-0.1.62/build.rs +31 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/args.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/bound.rs +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/src/expand.rs +488 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/lib.rs +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/src/lifetime.rs +112 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/parse.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/receiver.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/compiletest.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/executor/mod.rs +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/tests/test.rs +1491 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/arg-implementation-detail.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/arg-implementation-detail.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/bare-trait-object.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/bare-trait-object.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/consider-restricting.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/consider-restricting.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/delimiter-span.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/delimiter-span.stderr +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/tests/ui/lifetime-defined-here.rs +23 -0
- data/ext/cargo-vendor/async-trait-0.1.62/tests/ui/lifetime-defined-here.stderr +29 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/lifetime-span.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/lifetime-span.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-impl.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-impl.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-trait.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-trait.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-body.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-body.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/must-use.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/must-use.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/self-span.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/self-span.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/send-not-implemented.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/send-not-implemented.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unreachable.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unreachable.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unsupported-self.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unsupported-self.stderr +0 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/CHANGELOG.md +654 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/Cargo.toml +66 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → bumpalo-3.12.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/README.md +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/alloc.rs +0 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/src/boxed.rs +683 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/collect_in.rs +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/mod.rs +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/raw_vec.rs +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/str/lossy.rs +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/str/mod.rs +0 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/src/collections/string.rs +2141 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/src/collections/vec.rs +2614 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/src/lib.rs +2023 -0
- data/ext/cargo-vendor/cap-fs-ext-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-fs-ext-1.0.4/Cargo.toml +63 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → cap-fs-ext-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/build.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/dir_entry_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/dir_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/file_type_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/is_file_read_write.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/metadata_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/open_options_follow_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/open_options_maybe_dir_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/reopen.rs +0 -0
- data/ext/cargo-vendor/cap-primitives-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-primitives-1.0.4/Cargo.toml +79 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-primitives-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/build.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/assert_same_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/canonicalize.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/copy.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/create_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/dir_builder.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/dir_entry.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/dir_options.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/errors.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/file_path_by_searching.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/file_type.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/follow_symlinks.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/hard_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/is_file_read_write.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/canonical_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/canonicalize.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/cow_component.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/open.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/open_entry.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/read_link_one.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/maybe_owned_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/metadata.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_ambient.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_options.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_unchecked_error.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/permissions.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/read_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/read_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_dir_all.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_open_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/rename.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/reopen.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/set_permissions.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/set_times.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/stat.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/symlink.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/system_time_spec.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/create_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/hard_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/open_parent.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/read_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/remove_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/remove_file.rs +0 -0
- data/ext/cargo-vendor/cap-primitives-1.0.4/src/fs/via_parent/rename.rs +50 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/set_permissions.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/set_times_nofollow.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/symlink.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/net/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/net/pool.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/darwin/fs/file_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/darwin/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/darwin/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/copy_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/create_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/cvt.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/dir_entry_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/dir_options_ext.rs +0 -0
- data/ext/cargo-vendor/cap-primitives-1.0.4/src/rustix/fs/dir_utils.rs +225 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/errors.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/file_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/file_type_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/hard_link_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/is_file_read_write_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/is_root_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/is_same_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/metadata_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/oflags.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/open_options_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/open_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/permissions_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/read_dir_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/read_link_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/remove_dir_all_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/remove_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/remove_file_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/remove_open_dir_by_searching.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/rename_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/reopen_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/set_permissions_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/set_times_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/stat_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/symlink_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/times.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/canonicalize_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/file_metadata.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/file_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/open_entry_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/open_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/procfs.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/set_permissions_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/set_times_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/stat_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/instant.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/monotonic_clock.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/system_clock.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/system_time.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/copy.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/create_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/dir_entry_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/dir_options_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/dir_utils.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/errors.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/file_type_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/get_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/hard_link_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/is_file_read_write_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/is_same_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/metadata_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/oflags.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/open_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/open_options_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/open_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/read_dir_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/read_link_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/read_link_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_dir_all_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_file_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_open_dir_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/rename_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/reopen_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/set_permissions_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/set_times_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/stat_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/symlink_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/mod.rs +0 -0
- data/ext/cargo-vendor/cap-rand-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-rand-1.0.4/Cargo.toml +38 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-rand-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cap-std-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-std-1.0.4/Cargo.toml +70 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-std-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/build.rs +0 -0
- data/ext/cargo-vendor/cap-std-1.0.4/src/fs/dir.rs +843 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/dir_entry.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/file.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/read_dir.rs +0 -0
- data/ext/cargo-vendor/cap-std-1.0.4/src/fs_utf8/dir.rs +785 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/dir_entry.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/file.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/read_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/incoming.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/pool.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/tcp_listener.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/tcp_stream.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/udp_socket.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/incoming.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/unix_datagram.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/unix_listener.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/unix_stream.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/time/mod.rs +0 -0
- data/ext/cargo-vendor/cap-time-ext-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-time-ext-1.0.4/Cargo.toml +42 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-time-ext-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/src/monotonic_clock.rs +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/src/system_clock.rs +0 -0
- data/ext/cargo-vendor/cc-1.0.78/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cc-1.0.78/Cargo.lock +110 -0
- data/ext/cargo-vendor/cc-1.0.78/Cargo.toml +39 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cc-1.0.78}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/README.md +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/bin/gcc-shim.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/com.rs +0 -0
- data/ext/cargo-vendor/cc-1.0.78/src/lib.rs +3568 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/registry.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/setup_config.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/vs_instances.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/winapi.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/windows_registry.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/cc_env.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/cflags.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/cxxflags.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/support/mod.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/test.rs +0 -0
- data/ext/cargo-vendor/cranelift-bforest-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-bforest-0.92.0/Cargo.toml +34 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/map.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/node.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/path.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/pool.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/set.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/Cargo.toml +149 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/benches/x64-evex-encoding.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/build.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/alias_analysis.rs +409 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/binemit/mod.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/binemit/stack_map.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/bitset.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/cfg_printer.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/constant_hash.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/context.rs +397 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ctxhash.rs +168 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/cursor.rs +666 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/data_value.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/dbg.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/dce.rs +36 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/divconst_magic_numbers.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/dominator_tree.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/egraph/cost.rs +97 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/egraph/domtree.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/egraph/elaborate.rs +686 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/egraph.rs +569 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/flowgraph.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/fx.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/incremental_cache.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/inst_predicates.rs +183 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/atomic_rmw_op.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/builder.rs +279 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/condcodes.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/constant.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/dfg.rs +1546 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/dynamic_type.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/entities.rs +562 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/extfunc.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/extname.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/function.rs +531 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/globalvalue.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/immediates.rs +1615 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/instructions.rs +853 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/jumptable.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/known_symbol.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/layout.rs +1333 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/libcall.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/memflags.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/mod.rs +107 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/progpoint.rs +166 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/sourceloc.rs +117 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/stackslot.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/table.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/trapcode.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/types.rs +631 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/abi.rs +1275 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/args.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/emit.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/emit_tests.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/imms.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/inst/mod.rs +3072 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/regs.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/inst.isle +3762 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst_neon.isle +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/lower/isle/generated_code.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/lower/isle.rs +741 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/lower.isle +2565 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/lower.rs +763 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/lower_dynamic_neon.isle +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/mod.rs +429 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/settings.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/call_conv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/mod.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/abi.rs +722 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/args.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst/emit.rs +2789 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst/emit_tests.rs +2240 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/imms.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst/mod.rs +1722 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/regs.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst.isle +2328 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/lower/isle/generated_code.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/lower/isle.rs +464 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/lower.isle +871 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/lower.rs +33 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/mod.rs +256 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/settings.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/abi.rs +945 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/args.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst/emit.rs +3677 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst/emit_tests.rs +13396 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/imms.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst/mod.rs +3393 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/regs.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst.isle +5049 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/lower/isle/generated_code.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/lower/isle.rs +1027 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/lower.isle +3973 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/lower.rs +28 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/mod.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/settings.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/unwind/winx64.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/abi.rs +969 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/evex.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/mod.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/rex.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/vex.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/args.rs +1934 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/emit.rs +3257 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/emit_tests.rs +5162 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/mod.rs +2553 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/regs.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/unwind/winx64.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst.isle +3928 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower/isle/generated_code.rs +14 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower/isle.rs +1070 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower.isle +3775 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower.rs +318 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/mod.rs +488 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/settings.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isle_prelude.rs +641 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/iterators.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/legalizer/globalvalue.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/legalizer/mod.rs +319 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/legalizer/table.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/lib.rs +141 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/licm.rs +242 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/loop_analysis.rs +443 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/abi.rs +2410 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/blockorder.rs +704 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/buffer.rs +2104 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/compile.rs +89 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/helpers.rs +33 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/inst_common.rs +74 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/isle.rs +753 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/lower.rs +1384 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/mod.rs +438 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/machinst/reg.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/machinst/valueregs.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/vcode.rs +1593 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/nan_canonicalization.rs +104 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/opts/algebraic.isle +242 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/opts/cprop.isle +140 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/opts/generated_code.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/opts.rs +131 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/prelude.isle +450 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/prelude_lower.isle +723 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/prelude_opt.isle +34 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/print_errors.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/remove_constant_phis.rs +425 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/result.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/scoped_hash_map.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/settings.rs +601 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/simple_gvn.rs +149 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/simple_preopt.rs +932 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/souper_harvest.rs +576 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/timing.rs +263 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/unionfind.rs +74 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/unreachable_code.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/value_label.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/verifier/mod.rs +1862 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/write.rs +654 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/Cargo.toml +26 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/formats.rs +134 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/instructions.rs +477 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/cdsl/isa.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/cdsl/mod.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/operands.rs +171 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/cdsl/settings.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/types.rs +500 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/typevar.rs +928 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/constant_hash.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/gen_inst.rs +1555 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/gen_settings.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/gen_types.rs +75 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/arm64.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/mod.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/isa/riscv64.rs +28 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/s390x.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/x86.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/entities.rs +85 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/formats.rs +218 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/immediates.rs +213 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/instructions.rs +3621 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/shared/mod.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/settings.rs +355 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/types.rs +137 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/srcgen.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/unique_table.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-shared-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-codegen-shared-0.92.0/Cargo.toml +22 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/src/constant_hash.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/src/constants.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cranelift-entity-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-entity-0.92.0/Cargo.toml +38 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/boxed_slice.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/iter.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/keys.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/list.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/map.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/packed_option.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/primary.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/set.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/sparse.rs +0 -0
- data/ext/cargo-vendor/cranelift-frontend-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-frontend-0.92.0/Cargo.toml +53 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/cranelift-frontend-0.92.0/src/frontend.rs +1836 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cranelift-frontend-0.92.0/src/ssa.rs +1399 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/src/switch.rs +0 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/src/variable.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/Cargo.toml +37 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/build.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/bad_converters.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/bound_var_type_mismatch.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/converter_extractor_constructor.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/error1.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/extra_parens.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/impure_expression.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/impure_rhs.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/multi_internal_etor.isle +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/borrows.isle +15 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/borrows_main.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/iflets.isle +29 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/iflets_main.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/multi_constructor.isle +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/multi_constructor_main.rs +71 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/multi_extractor.isle +14 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/multi_extractor_main.rs +50 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/test.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/test_main.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/bound_var.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/construct_and_extract.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/conversions.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/conversions_extern.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/let.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/nodebug.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/prio_trie_bug.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/test2.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/test3.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/test4.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/tutorial.isle +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/run/iconst.isle +17 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/run/iconst_main.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/run/let_shadowing.isle +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/run/let_shadowing_main.rs +27 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/ast.rs +421 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/codegen.rs +1046 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/compile.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/ir.rs +425 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/lexer.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/lib.rs +252 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/log.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/overlap.rs +137 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/parser.rs +586 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/sema.rs +2488 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/trie.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/trie_again.rs +683 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/tests/run_tests.rs +0 -0
- data/ext/cargo-vendor/cranelift-native-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-native-0.92.0/Cargo.toml +41 -0
- data/ext/cargo-vendor/{cranelift-native-0.91.0 → cranelift-native-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-native-0.91.0 → cranelift-native-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-native-0.91.0 → cranelift-native-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/Cargo.toml +88 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/code_translator/bounds_checks.rs +413 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/code_translator.rs +3241 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/environ/dummy.rs +905 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/environ/mod.rs +12 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/environ/spec.rs +790 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/func_translator.rs +417 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/heap.rs +99 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/lib.rs +78 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/module_translator.rs +128 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/sections_translator.rs +429 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/state.rs +540 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/src/translation_utils.rs +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/tests/wasm_testsuite.rs +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/arith.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/br_table.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/call-simd.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/call.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_fannkuch.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_fasta.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_ifs.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_primes.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/fac-multi-value.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/fibonacci.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/globals.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/icall-simd.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/icall.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-0.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-1.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-2.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-3.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-4.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-5.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-6.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-unreachable-else-params-2.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-unreachable-else-params.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/issue-1306-name-section-with-u32-max-function-index.wasm +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/memory.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-0.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-1.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-10.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-11.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-12.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-13.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-14.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-15.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-16.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-17.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-2.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-3.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-4.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-5.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-6.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-7.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-8.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-9.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/nullref.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/passive-data.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/pr2303.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/pr2559.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/ref-func-0.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/rust_fannkuch.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/select.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/simd-store.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/simd.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/table-copy.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/unreachable_code.wat +0 -0
- data/ext/cargo-vendor/env_logger-0.10.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/env_logger-0.10.0/Cargo.lock +254 -0
- data/ext/cargo-vendor/env_logger-0.10.0/Cargo.toml +129 -0
- data/ext/cargo-vendor/{cc-1.0.77 → env_logger-0.10.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/README.md +0 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/custom_default_format.rs +40 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/custom_format.rs +54 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/custom_logger.rs +62 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/default.rs +38 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/direct_logger.rs +39 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/filters_from_code.rs +20 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/in_tests.rs +54 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/syslog_friendly_format.rs +24 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/filter/mod.rs +868 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/filter/regex.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/filter/string.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/humantime/extern_impl.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/humantime/mod.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/humantime/shim_impl.rs +0 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/mod.rs +652 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/atty.rs +33 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/mod.rs +253 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/termcolor/extern_impl.rs +532 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/termcolor/mod.rs +12 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/writer/termcolor/shim_impl.rs +0 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/lib.rs +1311 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/init-twice-retains-filter.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/log-in-log.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/log_tls_dtors.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/regexp_filter.rs +0 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/Cargo.toml +53 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/LICENSE-APACHE +190 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/LICENSE-MIT +21 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/README.md +72 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/lib.rs +43 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/read_guard.rs +43 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/rw_lock.rs +126 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/mod.rs +17 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/mod.rs +7 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/read_guard.rs +32 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/rw_lock.rs +70 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/write_guard.rs +39 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/mod.rs +9 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/read_guard.rs +31 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/rw_lock.rs +44 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/utils.rs +9 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/write_guard.rs +38 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/mod.rs +8 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/read_guard.rs +31 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/rw_lock.rs +72 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/utils.rs +33 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/write_guard.rs +38 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/write_guard.rs +50 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/tests/test.rs +33 -0
- data/ext/cargo-vendor/file-per-thread-logger-0.1.6/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/file-per-thread-logger-0.1.6/Cargo.toml +36 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/LICENSE +0 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/README.md +0 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/run-tests.sh +0 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/tests/test.rs +0 -0
- data/ext/cargo-vendor/glob-0.3.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/glob-0.3.1/Cargo.toml +30 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → glob-0.3.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{glob-0.3.0 → glob-0.3.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/glob-0.3.1/README.md +38 -0
- data/ext/cargo-vendor/glob-0.3.1/src/lib.rs +1434 -0
- data/ext/cargo-vendor/{glob-0.3.0 → glob-0.3.1}/tests/glob-std.rs +0 -0
- data/ext/cargo-vendor/glob-0.3.1/triagebot.toml +1 -0
- data/ext/cargo-vendor/id-arena-2.2.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/id-arena-2.2.1/CHANGELOG.md +65 -0
- data/ext/cargo-vendor/id-arena-2.2.1/Cargo.toml +31 -0
- data/ext/cargo-vendor/{glob-0.3.0 → id-arena-2.2.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → id-arena-2.2.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/id-arena-2.2.1/README.md +100 -0
- data/ext/cargo-vendor/id-arena-2.2.1/README.tpl +3 -0
- data/ext/cargo-vendor/id-arena-2.2.1/src/lib.rs +726 -0
- data/ext/cargo-vendor/id-arena-2.2.1/src/rayon.rs +282 -0
- data/ext/cargo-vendor/id-arena-2.2.1/tests/readme_up_to_date.rs +22 -0
- data/ext/cargo-vendor/io-extras-0.17.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/io-extras-0.17.1/Cargo.toml +109 -0
- data/ext/cargo-vendor/{hermit-abi-0.1.19 → io-extras-0.17.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{hermit-abi-0.1.19 → io-extras-0.17.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/README.md +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/SECURITY.md +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/build.rs +0 -0
- data/ext/cargo-vendor/io-extras-0.17.1/src/borrowed.rs +301 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/grip.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/mod.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/rustix.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/windows/mod.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/windows/stdio.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/windows/traits.rs +0 -0
- data/ext/cargo-vendor/io-extras-0.17.1/src/os/windows/types.rs +229 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/owned.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/raw.rs +0 -0
- data/ext/cargo-vendor/io-extras-0.17.1/src/read_write.rs +802 -0
- data/ext/cargo-vendor/io-lifetimes-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/io-lifetimes-1.0.4/Cargo.toml +94 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-lifetimes-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-lifetimes-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/io-lifetimes-1.0.4/build.rs +106 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/example_ffi.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_async_std.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_fs_err.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_mio.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_os_pipe.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_socket2.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_std.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_tokio.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/portability.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/raw.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/traits.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/types.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/views.rs +0 -0
- data/ext/cargo-vendor/ipnet-2.7.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/ipnet-2.7.1/Cargo.toml +52 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/README.md +0 -0
- data/ext/cargo-vendor/ipnet-2.7.1/RELEASES.md +77 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/ipext.rs +0 -0
- data/ext/cargo-vendor/ipnet-2.7.1/src/ipnet.rs +1864 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/ipnet_schemars.rs +0 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/ipnet_serde.rs +0 -0
- data/ext/cargo-vendor/ipnet-2.7.1/src/lib.rs +98 -0
- data/ext/cargo-vendor/ipnet-2.7.1/src/mask.rs +128 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/parser.rs +0 -0
- data/ext/cargo-vendor/itoa-1.0.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/itoa-1.0.5/Cargo.toml +38 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → itoa-1.0.5}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → itoa-1.0.5}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/itoa-1.0.5/README.md +59 -0
- data/ext/cargo-vendor/{itoa-1.0.4 → itoa-1.0.5}/benches/bench.rs +0 -0
- data/ext/cargo-vendor/itoa-1.0.5/src/lib.rs +290 -0
- data/ext/cargo-vendor/{itoa-1.0.4 → itoa-1.0.5}/src/udiv128.rs +0 -0
- data/ext/cargo-vendor/{itoa-1.0.4 → itoa-1.0.5}/tests/test.rs +0 -0
- data/ext/cargo-vendor/ittapi-0.3.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/ittapi-0.3.3/Cargo.toml +44 -0
- data/ext/cargo-vendor/ittapi-0.3.3/README.md +49 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/collection_control.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/domain.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/event.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/jit.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/string.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/task.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/util.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/Cargo.toml +42 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/LICENSES/BSD-3-Clause.txt +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/LICENSES/GPL-2.0-only.txt +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/README.md +75 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/build.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/CMakeLists.txt +127 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/LICENSES/BSD-3-Clause.txt +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/LICENSES/GPL-2.0-only.txt +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/README.md +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeCache.txt +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeCCompiler.cmake +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeCXXCompiler.cmake +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeSystem.cmake +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CompilerIdC/CMakeCCompilerId.c +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CompilerIdC/a.out +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CompilerIdCXX/a.out +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/CMakeOutput.log +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/TargetDirectories.txt +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/cmake.check_cache +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/rules.ninja +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/build.ninja +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/cmake_install.cmake +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/compile_commands.json +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/buildall.py +171 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/advisor-annotate.h +520 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/advisor_annotate.f90 +712 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/posix/ittnotify.f90 +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86/advisor_annotate.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86/advisor_annotate.o +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86/ittfortran.o +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/posix/x86/ittnotify.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86_64/advisor_annotate.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86_64/advisor_annotate.o +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86_64/ittfortran.o +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/posix/x86_64/ittnotify.mod +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/win32/ittnotify.f90 +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86/advisor_annotate.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86/advisor_annotate.obj +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86/ittfortran.obj +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/win32/x86/ittnotify.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86_64/advisor_annotate.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86_64/advisor_annotate.obj +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86_64/ittfortran.obj +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/win32/x86_64/ittnotify.mod +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/ittnotify-zca.h +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/ittnotify.h +4486 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/jitprofiling.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/legacy/ittnotify.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/libittnotify.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/disable_warnings.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittnotify_config.h +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify/ittnotify_static.c +1619 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify/ittnotify_static.h +357 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittnotify_types.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark32.S +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark32.asm +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark64.S +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark64.asm +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify/jitprofiling.c +230 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify_refcol/Makefile +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify_refcol/README.md +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify_refcol/itt_refcol_impl.c +319 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/freebsd/ittnotify_bindings.rs +1891 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2/src/linux → ittapi-sys-0.3.3/src/freebsd}/jitprofiling_bindings.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/lib.rs +38 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/linux/ittnotify_bindings.rs +1889 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2/src/macos → ittapi-sys-0.3.3/src/linux}/jitprofiling_bindings.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/macos/ittnotify_bindings.rs +1889 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/macos/jitprofiling_bindings.rs +1160 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/windows/ittnotify_bindings.rs +2029 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/src/windows/jitprofiling_bindings.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/tests/bindgen-up-to-date.rs +103 -0
- data/ext/cargo-vendor/libc-0.2.139/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/CONTRIBUTING.md +0 -0
- data/ext/cargo-vendor/libc-0.2.139/Cargo.toml +64 -0
- data/ext/cargo-vendor/libc-0.2.139/LICENSE-APACHE +176 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/README.md +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/build.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/rustfmt.toml +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fixed_width_ints.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/fuchsia/mod.rs +4296 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/hermit/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/hermit/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/hermit/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/macros.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/psp.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/sgx.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/solid/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/solid/arm.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/solid/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/switch.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b32/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/aarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/aarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/x86_64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/x86_64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/dragonfly/errno.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/dragonfly/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/arm.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd11/b64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd12/b64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd12/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd12/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd13/b64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd13/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd14/b64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd14/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd14/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/riscv64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/x86_64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/x86_64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/mod.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/bsd/mod.rs +916 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/arm.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/sparc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/arm.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/mips64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/riscv64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/sparc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/b32.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/b64.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/haiku/mod.rs +2037 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/native.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/hermit/aarch64.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/hermit/mod.rs +1023 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/hermit/x86_64.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b32/arm.rs +542 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b32/x86/align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b32/x86/mod.rs +614 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/aarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/aarch64/int128.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b64/aarch64/mod.rs +394 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/riscv64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/riscv64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/x86_64/align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b64/x86_64/mod.rs +794 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/mod.rs +3609 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/emscripten/align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/emscripten/mod.rs +1896 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/emscripten/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/generic/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/mips/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/powerpc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/sparc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/arm/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/arm/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/m68k/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/m68k/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/mips/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/mips/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/riscv32/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/riscv32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/sparc/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/sparc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/x86/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/x86/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/ilp32.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/int128.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/lp64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/loongarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/loongarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/mips64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/mips64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/powerpc64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/powerpc64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/riscv64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/riscv64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/s390x.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/sparc64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/sparc64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/x86_64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/x86_64/x32.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/no_align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/linux/mod.rs +4495 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/arm/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/arm/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/hexagon.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/mips/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/mips/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/riscv32/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/riscv32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/x86/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/x86/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/aarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/aarch64/int128.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/aarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/mips64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/riscv64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/riscv64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/s390x.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/x86_64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/x86_64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/non_exhaustive.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/arm/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/arm/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/arm/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips32/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips32/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips64/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/x86_64/l4re.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/x86_64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/x86_64/other.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/mod.rs +1837 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/mod.rs +1606 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/aarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/arm/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/espidf/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/generic.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/horizon/mod.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/newlib/mod.rs +758 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/powerpc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/no_align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/aarch64.rs +36 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/mod.rs +3286 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/neutrino.rs +1288 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/x86_64.rs +132 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/redox/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/compat.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/illumos.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/solarish/mod.rs +3282 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/solaris.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/x86_common.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/arm.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/vxworks/mod.rs +1930 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/x86_64.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/wasi.rs +825 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/windows/gnu/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/windows/gnu/mod.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/windows/mod.rs +596 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/windows/msvc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/tests/const_fn.rs +0 -0
- data/ext/cargo-vendor/linux-raw-sys-0.1.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/linux-raw-sys-0.1.4/Cargo.toml +76 -0
- data/ext/cargo-vendor/{itoa-1.0.4 → linux-raw-sys-0.1.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{itoa-1.0.4 → linux-raw-sys-0.1.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/README.md +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/netlink.rs +0 -0
- data/ext/cargo-vendor/linux-raw-sys-0.1.4/src/lib.rs +358 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/netlink.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/nom-7.1.3/CHANGELOG.md +1551 -0
- data/ext/cargo-vendor/nom-7.1.3/Cargo.lock +282 -0
- data/ext/cargo-vendor/nom-7.1.3/Cargo.toml +168 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/LICENSE +0 -0
- data/ext/cargo-vendor/nom-7.1.3/README.md +331 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/doc/nom_recipes.md +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/bits/complete.rs +197 -0
- data/ext/cargo-vendor/nom-7.1.3/src/bits/mod.rs +179 -0
- data/ext/cargo-vendor/nom-7.1.3/src/bits/streaming.rs +170 -0
- data/ext/cargo-vendor/nom-7.1.3/src/branch/mod.rs +267 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/branch/tests.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/complete.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/mod.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/streaming.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/tests.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/character/complete.rs +1227 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/character/mod.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/character/streaming.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/character/tests.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/combinator/mod.rs +809 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/combinator/tests.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/error.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/internal.rs +489 -0
- data/ext/cargo-vendor/nom-7.1.3/src/lib.rs +464 -0
- data/ext/cargo-vendor/nom-7.1.3/src/macros.rs +23 -0
- data/ext/cargo-vendor/nom-7.1.3/src/multi/mod.rs +1049 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/multi/tests.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/number/complete.rs +2126 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/number/mod.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/number/streaming.rs +2206 -0
- data/ext/cargo-vendor/nom-7.1.3/src/sequence/mod.rs +279 -0
- data/ext/cargo-vendor/nom-7.1.3/src/sequence/tests.rs +290 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/str.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/traits.rs +1441 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/arithmetic.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/arithmetic_ast.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/css.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/custom_errors.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/escaped.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/float.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/fnmut.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/ini.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/ini_str.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/tests/issues.rs +242 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/json.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/mp4.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/multiline.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/overflow.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/reborrow_fold.rs +0 -0
- data/ext/cargo-vendor/num_cpus-1.15.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/num_cpus-1.15.0/CHANGELOG.md +150 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/CONTRIBUTING.md +0 -0
- data/ext/cargo-vendor/num_cpus-1.15.0/Cargo.lock +26 -0
- data/ext/cargo-vendor/num_cpus-1.15.0/Cargo.toml +32 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → num_cpus-1.15.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/README.md +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/ci/cgroups/Dockerfile +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/examples/values.rs +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/ceil/cpu.cfs_period_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/ceil/cpu.cfs_quota_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/good/cpu.cfs_period_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/good/cpu.cfs_quota_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/zero-period/cpu.cfs_period_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/zero-period/cpu.cfs_quota_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/cgroup +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/mountinfo +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/mountinfo_multi_opt +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/mountinfo_zero_opt +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/cgroups/ceil/cpu.max +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/cgroups/good/cpu.max +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/cgroups/zero-period/cpu.max +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/proc/cgroups/cgroup +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/proc/cgroups/cgroup_multi +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/proc/cgroups/mountinfo +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/src/linux.rs +0 -0
- data/ext/cargo-vendor/once_cell-1.17.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/once_cell-1.17.0/CHANGELOG.md +212 -0
- data/ext/cargo-vendor/once_cell-1.17.0/Cargo.lock +173 -0
- data/ext/cargo-vendor/once_cell-1.17.0/Cargo.toml +109 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → once_cell-1.17.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → once_cell-1.17.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/once_cell-1.17.0/README.md +58 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/bors.toml +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/bench.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/bench_acquire.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/bench_vs_lazy_static.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/lazy_static.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/reentrant_init_deadlocks.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/regex.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/test_synchronization.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/src/imp_cs.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/src/imp_pl.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/src/imp_std.rs +0 -0
- data/ext/cargo-vendor/once_cell-1.17.0/src/lib.rs +1384 -0
- data/ext/cargo-vendor/once_cell-1.17.0/src/race.rs +396 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/tests/it.rs +0 -0
- data/ext/cargo-vendor/paste-1.0.11/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/paste-1.0.11/Cargo.toml +42 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → paste-1.0.11}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → paste-1.0.11}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/paste-1.0.11/README.md +157 -0
- data/ext/cargo-vendor/paste-1.0.11/build.rs +33 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/src/attr.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/src/error.rs +0 -0
- data/ext/cargo-vendor/paste-1.0.11/src/lib.rs +453 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/src/segment.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/compiletest.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/test_attr.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/test_doc.rs +0 -0
- data/ext/cargo-vendor/paste-1.0.11/tests/test_expr.rs +283 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/test_item.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/case-warning.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/case-warning.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-empty.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-empty.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-non-string.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-non-string.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-suffix.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-suffix.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-unexpected.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-unexpected.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/invalid-ident.rs +0 -0
- data/ext/cargo-vendor/paste-1.0.11/tests/ui/invalid-ident.stderr +21 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/missing-paren-on-env.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/missing-paren-on-env.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-env-var.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-env-var.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-ident-after-colon.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-ident-after-colon.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-group.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-group.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-modifier.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-modifier.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-punct.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-punct.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-literal.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-literal.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-modifier.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-modifier.stderr +0 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/CHANGELOG.md +163 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/Cargo.toml +27 -0
- data/ext/cargo-vendor/{paste-1.0.9 → pkg-config-0.3.26}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{toml-0.5.9 → pkg-config-0.3.26}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/README.md +79 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/src/lib.rs +972 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/escape.pc +5 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/foo.pc +16 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/framework.pc +16 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/rpath.pc +7 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/test.rs +323 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/Cargo.toml +63 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/LICENSE-APACHE +176 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → proc-macro2-1.0.50}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/README.md +94 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/build.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/detection.rs +0 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/src/fallback.rs +998 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/src/lib.rs +1312 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/src/location.rs +29 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/marker.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/parse.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/rcvec.rs +0 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/src/wrapper.rs +984 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/comments.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/features.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/marker.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/test.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/test_fmt.rs +0 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/CONTRIBUTING.md +21 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/Cargo.lock +924 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/Cargo.toml +68 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/LICENSE +21 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/README.md +152 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/benches/html_rendering.rs +101 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/benches/lib.rs +49 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/build.rs +186 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/examples/broken-link-callbacks.rs +37 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/examples/event-filter.rs +29 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/examples/string-to-string.rs +26 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/entities.rs +2158 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/escape.rs +356 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/html.rs +461 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/lib.rs +76 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/linklabel.rs +135 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/main.rs +109 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/parse.rs +3374 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/puncttable.rs +351 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/scanners.rs +1308 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/simd.rs +248 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/strings.rs +243 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/tree.rs +216 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/errors.rs +44 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/html.rs +252 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/lib.rs +425 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/footnotes.rs +165 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/gfm_strikethrough.rs +27 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/gfm_table.rs +205 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/gfm_tasklist.rs +39 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/mod.rs +13 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/regression.rs +953 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/smart_punct.rs +201 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/spec.rs +8447 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/table.rs +205 -0
- data/ext/cargo-vendor/quote-1.0.23/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/quote-1.0.23/Cargo.toml +49 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → quote-1.0.23}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → quote-1.0.23}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/quote-1.0.23/README.md +261 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/build.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/rust-toolchain.toml +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/ext.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/format.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/ident_fragment.rs +0 -0
- data/ext/cargo-vendor/quote-1.0.23/src/lib.rs +1434 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/runtime.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/spanned.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/to_tokens.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/compiletest.rs +0 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/test.rs +519 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated-dup.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated-dup.stderr +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated.stderr +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-separated.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-separated.stderr +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter.stderr +0 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-quotable.rs +7 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-quotable.stderr +20 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-repeatable.rs +8 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-repeatable.stderr +35 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/wrong-type-span.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/wrong-type-span.stderr +0 -0
- data/ext/cargo-vendor/rayon-1.6.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rayon-1.6.1/Cargo.toml +55 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/FAQ.md +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → rayon-1.6.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/README.md +0 -0
- data/ext/cargo-vendor/rayon-1.6.1/RELEASES.md +843 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/array.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/binary_heap.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/btree_map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/btree_set.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/hash_map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/hash_set.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/linked_list.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/vec_deque.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/cannot_collect_filtermap_data.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/cannot_zip_filtered_data.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/cell_par_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/must_use.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/no_send_par_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/rc_par_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/delegate.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/chain.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/chunks.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/cloned.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/collect/consumer.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/collect/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/collect/test.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/copied.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/empty.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/enumerate.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/extend.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/filter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/filter_map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/find.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/find_first_last/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/find_first_last/test.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flat_map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flat_map_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flatten.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flatten_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/fold.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/fold_chunks.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/fold_chunks_with.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/for_each.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/from_par_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/inspect.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/interleave.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/interleave_shortest.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/intersperse.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/len.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/map_with.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/multizip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/noop.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/once.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/panic_fuse.rs +0 -0
- data/ext/cargo-vendor/rayon-1.6.1/src/iter/par_bridge.rs +162 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/plumbing/README.md +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/plumbing/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/positions.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/product.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/reduce.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/repeat.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/rev.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/skip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/splitter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/step_by.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/sum.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/take.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/test.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/try_fold.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/try_reduce.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/try_reduce_with.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/unzip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/update.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/while_some.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/zip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/zip_eq.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/math.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/option.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/par_either.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/prelude.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/private.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/range.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/range_inclusive.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/result.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/chunks.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/mergesort.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/quicksort.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/rchunks.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/test.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/split_producer.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/str.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/string.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/vec.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/chars.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/clones.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/collect.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/cross-pool.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/debug.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/drain_vec.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/intersperse.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/issue671-unzip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/issue671.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/iter_panic.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/named-threads.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/octillion.rs +0 -0
- data/ext/cargo-vendor/rayon-1.6.1/tests/par_bridge_recursion.rs +30 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/producer_split_at.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/sort-panic-safe.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/str.rs +0 -0
- data/ext/cargo-vendor/rb-sys-0.9.57/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-0.9.57/Cargo.toml +42 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/bin/release.sh +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/build/features.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/build/main.rs +0 -0
- data/ext/cargo-vendor/rb-sys-0.9.57/build/ruby_macros.rs +14 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/build/version.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/readme.md +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/allocator.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/bindings.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/macros/mod.rs +0 -0
- data/ext/cargo-vendor/rb-sys-0.9.57/src/macros/ruby_macros.c +35 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/ruby_abi_version.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/special_consts.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/value_type.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/wrapper.h +0 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/Cargo.toml +47 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/bindings.rs +254 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/cc.rs +35 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/lib.rs +14 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/src/rb_config/flags.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/src/rb_config/library.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/src/rb_config/search_path.rs +0 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/rb_config.rs +758 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/utils.rs +42 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/Cargo.toml +25 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/LICENSE-APACHE +190 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/LICENSE-MIT +21 -0
- data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/readme.md +0 -0
- data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/src/defines.rs +0 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/src/lib.rs +180 -0
- data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/src/rb_env.rs +0 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/src/ruby_version.rs +163 -0
- data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/src/utils.rs +0 -0
- data/ext/cargo-vendor/regex-1.7.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/regex-1.7.1/CHANGELOG.md +1095 -0
- data/ext/cargo-vendor/regex-1.7.1/Cargo.lock +98 -0
- data/ext/cargo-vendor/regex-1.7.1/Cargo.toml +149 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/HACKING.md +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → regex-1.7.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/PERFORMANCE.md +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/README.md +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/UNICODE.md +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/regexdna-input.txt +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/regexdna-output.txt +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-cheat.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-replace.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-single-cheat.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-single.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/rustfmt.toml +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/backtrack.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/compile.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/dfa.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/error.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/exec.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/expand.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/find_byte.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/freqs.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/input.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/literal/imp.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/literal/mod.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/pattern.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/pikevm.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/pool.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/prog.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/re_builder.rs +0 -0
- data/ext/cargo-vendor/regex-1.7.1/src/re_bytes.rs +1260 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/re_set.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/re_trait.rs +0 -0
- data/ext/cargo-vendor/regex-1.7.1/src/re_unicode.rs +1311 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/sparse.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/LICENSE +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/README +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/basic.dat +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/nullsubexpr.dat +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/repetition.dat +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/utf8.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/test +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/api.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/api_str.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/consistent.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/crates_regex.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/crazy.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/flags.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/fowler.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/macros.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/macros_bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/macros_str.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/misc.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/multiline.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/noparse.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/regression.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/regression_fuzz.rs +0 -0
- data/ext/cargo-vendor/regex-1.7.1/tests/replace.rs +248 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/searcher.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/set.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/shortest_match.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/suffix_reverse.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_backtrack.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_backtrack_bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_backtrack_utf8bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_crates_regex.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_default.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_default_bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_nfa.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_nfa_bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_nfa_utf8bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/unicode.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/word_boundary.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/word_boundary_ascii.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/word_boundary_unicode.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/CONTRIBUTING.md +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/Cargo.toml +236 -0
- data/ext/cargo-vendor/{regex-1.7.0 → rustix-0.36.7}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → rustix-0.36.7}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/README.md +159 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/SECURITY.md +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/benches/mod.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/build.rs +225 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/conv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/fs/dir.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/fs/makedev.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/fs/mod.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/fs/syscalls.rs +1807 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/fs/types.rs +1196 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/io/epoll.rs +422 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/errno.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/io_slice.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/poll_fd.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/io/syscalls.rs +555 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/io/types.rs +159 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/windows_syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io_lifetimes.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io_uring/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io_uring/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mm/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mm/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mm/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/addr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/ext.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/read_sockaddr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/send_recv.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/net/syscalls.rs +887 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/write_sockaddr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/offset.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/param/auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/param/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/cpu_set.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/wait.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/rand/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/rand/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/rand/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/termios/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/termios/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/termios/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/thread/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/thread/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/time/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/time/syscalls.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/time/types.rs +364 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/weak.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/winsock_c.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/aarch64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/arm.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/mips.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/mips64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/riscv64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/thumb.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/x86.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/x86_64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/aarch64.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/arm.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_aarch64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_arm.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_mips.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_mips64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_powerpc64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_riscv64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_x86.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_x86_64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/mips.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/mips64.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/nr_last.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/powerpc64.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_aarch64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_arm.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_mips.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_mips64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_powerpc64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_riscv64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_x86.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_x86_64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/riscv64.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/x86.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/x86.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/x86_64.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/c.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/conv.rs +799 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/elf.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/fs/dir.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/fs/makedev.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/fs/mod.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/fs/syscalls.rs +1415 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/fs/types.rs +729 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/io/epoll.rs +404 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/errno.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/io_slice.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/poll_fd.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io_uring/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io_uring/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mm/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mm/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mm/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/addr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/read_sockaddr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/send_recv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/write_sockaddr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/libc_auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/mustang_auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/cpu_set.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/wait.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/rand/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/rand/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/rand/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/reg.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/runtime/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/runtime/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/runtime/tls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/termios/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/termios/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/termios/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/thread/futex.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/thread/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/thread/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/time/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/time/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/time/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/vdso.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/vdso_wrappers.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/const_assert.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/cstr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/ffi/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/abs.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/at.rs +388 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/constants.rs +20 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/copy_file_range.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/cwd.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/dir.rs +5 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fadvise.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fcntl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fcntl_darwin.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fcopyfile.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/fd.rs +350 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/file_type.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/getpath.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/makedev.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/memfd_create.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/mod.rs +221 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/mount.rs +150 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/openat2.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/raw_dir.rs +204 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/sendfile.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/statx.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/close.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/io/context.rs +163 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/dup.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/errno.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/eventfd.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fcntl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fd/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fd/owned.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fd/raw.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/ioctl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/is_read_write.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/io/mod.rs +99 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/pipe.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/poll.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/procfs.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/io/read_write.rs +178 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/seek_from.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/stdio.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io_uring.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/madvise.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/mmap.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/msync.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/userfaultfd.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/addr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/ip.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/send_recv.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/net/socket.rs +441 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/net/socket_addr_any.rs +103 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/socketpair.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/sockopt.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/wsa.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/param/auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/param/init.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/param/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/path/arg.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/path/dec_int.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/path/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/chdir.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/exit.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/id.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/kill.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/membarrier.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/prctl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/priority.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/procctl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/rlimit.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/sched.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/sched_yield.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/uname.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/wait.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/rand/getrandom.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/rand/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/runtime.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/cf.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/constants.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/tc.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/tty.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/clock.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/futex.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/id.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/prctl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/setns.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/time/clock.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/time/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/time/timerfd.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/utils.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/serde-1.0.152/Cargo.toml +70 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → serde-1.0.152}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → serde-1.0.152}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/serde-1.0.152/README.md +114 -0
- data/ext/cargo-vendor/serde-1.0.152/build.rs +146 -0
- data/ext/cargo-vendor/serde-1.0.152/crates-io.md +65 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/format.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/ignored_any.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/de/impls.rs +2733 -0
- data/ext/cargo-vendor/serde-1.0.152/src/de/mod.rs +2299 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/seed.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/utf8.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/value.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/integer128.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/lib.rs +334 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/macros.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/private/de.rs +2995 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/doc.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/mod.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/ser.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/size_hint.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/ser/fmt.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/ser/impls.rs +983 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/ser/impossible.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/ser/mod.rs +1988 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/std_error.rs +0 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/Cargo.toml +63 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde_derive-1.0.152}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → serde_derive-1.0.152}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/README.md +114 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/build.rs +38 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/crates-io.md +65 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/bound.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/de.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/dummy.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/fragment.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/ast.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/attr.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/case.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/check.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/ctxt.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/mod.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/receiver.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/respan.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/symbol.rs +0 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/src/lib.rs +109 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/pretend.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/ser.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/this.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/try.rs +0 -0
- data/ext/cargo-vendor/syn-1.0.107/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/syn-1.0.107/Cargo.toml +147 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → syn-1.0.107}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → syn-1.0.107}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/syn-1.0.107/README.md +285 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/benches/file.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/benches/rust.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/build.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/attr.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/await.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/bigint.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/buffer.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/custom_keyword.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/custom_punctuation.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/data.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/derive.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/discouraged.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/drops.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/error.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/export.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/expr.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/ext.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/file.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/clone.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/debug.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/eq.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/fold.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/hash.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/visit.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/visit_mut.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen_helper.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/generics.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/group.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/ident.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/item.rs +0 -0
- data/ext/cargo-vendor/syn-1.0.107/src/lib.rs +984 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/lifetime.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/lit.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/lookahead.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/mac.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/macros.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/op.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/parse.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/parse_macro_input.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/parse_quote.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/pat.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/path.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/print.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/punctuated.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/reserved.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/sealed.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/span.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/spanned.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/stmt.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/thread.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/token.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/tt.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/ty.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/verbatim.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/whitespace.rs +0 -0
- data/ext/cargo-vendor/syn-1.0.107/tests/common/eq.rs +806 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/common/mod.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/common/parse.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/debug/gen.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/debug/mod.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/macros/mod.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/regression/issue1108.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/regression/issue1235.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/regression.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/repo/mod.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/repo/progress.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_asyncness.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_attribute.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_derive_input.rs +0 -0
- data/ext/cargo-vendor/syn-1.0.107/tests/test_expr.rs +306 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_generics.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_grouping.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_ident.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_item.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_iterators.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_lit.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_meta.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_parse_buffer.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_parse_stream.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_pat.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_path.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_precedence.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_receiver.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_round_trip.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_shebang.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_should_parse.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_size.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_stmt.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_token_trees.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_ty.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_visibility.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/zzz_stable.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/Cargo.toml +105 -0
- data/ext/cargo-vendor/{syn-1.0.105 → system-interface-0.25.3}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → system-interface-0.25.3}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/README.md +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/SECURITY.md +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/build.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/fs/fd_flags.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/src/fs/file_io_ext.rs +1186 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/io_ext.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/is_read_write.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/mod.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/peek.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/src/io/read_ready.rs +328 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/allocate.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/tests/append.rs +118 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/fd_flags.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/is_read_write.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/live_rename.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/peek.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/read_to_end.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/sys_common/io.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/sys_common/mod.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/tests/vectored_at.rs +627 -0
- data/ext/cargo-vendor/termcolor-1.2.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/COPYING +0 -0
- data/ext/cargo-vendor/termcolor-1.2.0/Cargo.toml +40 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/README.md +0 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/UNLICENSE +0 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/rustfmt.toml +0 -0
- data/ext/cargo-vendor/termcolor-1.2.0/src/lib.rs +2350 -0
- data/ext/cargo-vendor/thiserror-1.0.38/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/thiserror-1.0.38/Cargo.toml +47 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → thiserror-1.0.38}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → thiserror-1.0.38}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/README.md +222 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/build.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/rust-toolchain.toml +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/aserror.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/display.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/provide.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/compiletest.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_backtrace.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_deprecated.rs +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/tests/test_display.rs +301 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_error.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_expr.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_from.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_generics.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_lints.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_option.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_path.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_transparent.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/bad-field-attr.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/bad-field-attr.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/concat-display.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/concat-display.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-enum-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-enum-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-fmt.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-fmt.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-struct-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-struct-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-transparent.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-transparent.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-backtrace-backtrace.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-backtrace-backtrace.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-not-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-not-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/lifetime.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/lifetime.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/missing-fmt.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/missing-fmt.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/no-display.rs +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/tests/ui/no-display.stderr +17 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/source-enum-not-error.rs +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/tests/ui/source-enum-not-error.stderr +22 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/source-struct-not-error.rs +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/tests/ui/source-struct-not-error.stderr +21 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-display.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-display.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-many.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-many.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-many.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-many.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-field-fmt.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-field-fmt.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-struct-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-struct-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/union.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/union.stderr +0 -0
- data/ext/cargo-vendor/thiserror-impl-1.0.38/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/thiserror-impl-1.0.38/Cargo.toml +35 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-impl-1.0.38}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/thiserror-impl-1.0.38/LICENSE-MIT +23 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/ast.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/attr.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/expand.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/fmt.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/generics.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/prop.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/valid.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tokio-1.24.2/CHANGELOG.md +2579 -0
- data/ext/cargo-vendor/tokio-1.24.2/Cargo.toml +239 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/LICENSE +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/README.md +229 -0
- data/ext/cargo-vendor/tokio-1.24.2/build.rs +184 -0
- data/ext/cargo-vendor/tokio-1.24.2/docs/reactor-refactor.md +276 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/external-types.toml +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/blocking.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/doc/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/doc/os.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/canonicalize.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/copy.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/create_dir.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/create_dir_all.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/dir_builder.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/file/tests.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/file.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/hard_link.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/metadata.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/mocks.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/open_options/mock_open_options.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/open_options.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/read.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/fs/read_dir.rs +350 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/read_link.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/read_to_string.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/remove_dir.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/remove_dir_all.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/remove_file.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/rename.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/set_permissions.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink_dir.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink_file.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink_metadata.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/write.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/block_on.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/maybe_done.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/poll_fn.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/trace.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/try_join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_buf_read.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_fd.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_read.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_seek.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_write.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/blocking.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/bsd/poll_aio.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/interest.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/poll_evented.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/read_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/ready.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/seek.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/io/split.rs +184 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stderr.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stdin.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stdio_common.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stdout.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_buf_read_ext.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_read_ext.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_seek_ext.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_write_ext.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/buf_reader.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/buf_stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/buf_writer.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/chain.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/copy.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/copy_bidirectional.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/copy_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/empty.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/fill_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/flush.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/lines.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/mem.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/io/util/read.rs +55 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_exact.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_int.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_line.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_to_end.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_to_string.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_until.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/repeat.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/shutdown.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/sink.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/take.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/vec_with_initialized.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_all.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_all_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_int.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_vectored.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/lib.rs +633 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/mocked.rs +52 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/atomic_u16.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/atomic_u32.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64.rs +19 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_as_mutex.rs +76 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_native.rs +4 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_static_const_new.rs +12 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_static_once_cell.rs +57 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/atomic_usize.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/mod.rs +124 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/mutex.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/parking_lot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/unsafe_cell.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/addr_of.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/macros/cfg.rs +539 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/loom.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/pin.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/ready.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/scoped_tls.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/select.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/support.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/thread_local.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/trace.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/try_join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/addr.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/lookup_host.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/listener.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/socket.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/split.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/net/tcp/split_owned.rs +501 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/udp.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/datagram/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/datagram/socket.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/listener.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/socketaddr.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/split.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/net/unix/split_owned.rs +409 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/ucred.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/windows/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/net/windows/named_pipe.rs +2600 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/kill.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/process/unix/mod.rs +322 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/process/unix/orphan.rs +333 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/unix/reap.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/windows.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/blocking/mod.rs +26 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/blocking/pool.rs +600 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/blocking/schedule.rs +56 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/blocking/shutdown.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/blocking/task.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/builder.rs +1083 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/config.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/context.rs +420 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/coop.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/defer.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/driver.rs +344 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/handle.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/io/metrics.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/io/mod.rs +344 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/io/platform.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/io/registration.rs +251 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/io/scheduled_io.rs +558 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/batch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/io.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/mock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/runtime.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/scheduler.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/worker.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/mod.rs +261 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/park.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/process.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/runtime.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/current_thread.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/handle.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/idle.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/park.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/scheduler/multi_thread/queue.rs +532 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/worker.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/signal/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/abort.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/core.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/error.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/harness.rs +501 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/id.rs +87 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/inject.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/list.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/mod.rs +491 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/raw.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/state.rs +595 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/waker.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/loom_blocking.rs +102 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_current_thread_scheduler.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_join_set.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_local.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_oneshot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_pool.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/loom_queue.rs +209 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_shutdown_join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_yield.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/mod.rs +73 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/queue.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/task.rs +332 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/task_combinations.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/thread_id.rs +31 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/entry.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/handle.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/time/mod.rs +422 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/source.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/tests/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/wheel/level.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/wheel/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/ctrl_c.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/signal/registry.rs +283 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/reusable_box.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/signal/unix.rs +526 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/windows/stub.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/windows/sys.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/windows.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/barrier.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/batch_semaphore.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/broadcast.rs +1163 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/mod.rs +507 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/mpsc/block.rs +448 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/bounded.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/chan.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/error.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/mpsc/list.rs +371 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/mpsc/mod.rs +121 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/unbounded.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mutex.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/notify.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/once_cell.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/oneshot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/owned_read_guard.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/owned_write_guard.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/owned_write_guard_mapped.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/read_guard.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/write_guard.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/write_guard_mapped.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/semaphore.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/task/atomic_waker.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/task/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/atomic_waker.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_atomic_waker.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_broadcast.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_list.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_mpsc.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_notify.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_oneshot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_rwlock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_semaphore_batch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_watch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/notify.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/semaphore_batch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/watch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/blocking.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/builder.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/consume_budget.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/join_set.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/task/local.rs +1176 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/spawn.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/task_local.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/unconstrained.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/yield_now.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/time/clock.rs +258 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/error.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/instant.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/interval.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/time/sleep.rs +438 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/timeout.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/atomic_cell.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/bit.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/error.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/idle_notified_set.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/util/linked_list.rs +694 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/util/once_cell.rs +70 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/pad.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/rand.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/rc_cell.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/slab.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/sync_wrapper.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/trace.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/try_lock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/wake.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/wake_list.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/_require_full.rs +8 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/async_send_sync.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/buffered.rs +50 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_copy.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_dir.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_file.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_link.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_async_fd.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_async_read.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_buf_reader.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_buf_writer.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_chain.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_copy.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_copy_bidirectional.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/io_driver.rs +100 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_driver_drop.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_fill_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_lines.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_mem_stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_poll_aio.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_exact.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_line.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_to_end.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_to_string.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_until.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_take.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_util_empty.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_all.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_all_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_int.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/join_handle_panic.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/macros_join.rs +155 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/macros_pin.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/macros_rename_test.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/macros_select.rs +665 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/macros_test.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/macros_try_join.rs +185 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_bind_resource.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_lookup_host.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_named_pipe.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/no_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_arg0.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_issue_2174.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_issue_42.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_kill_on_drop.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_raw_handle.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_smoke.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_basic.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/rt_common.rs +1279 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_handle_block_on.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/rt_metrics.rs +481 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_threaded.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_ctrl_c.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_drop_recv.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_drop_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_drop_signal.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_multi_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_no_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_notify_both.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_twice.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_usr1.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/support/io_vec.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/support/leaked_buffers.rs +26 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/support/mpsc_stream.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/support/panic.rs +34 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/support/signal.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_barrier.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_broadcast.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_errors.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mpsc.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mpsc_weak.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mutex.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mutex_owned.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_notify.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/sync_once_cell.rs +285 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_oneshot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_rwlock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_semaphore.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_semaphore_owned.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_watch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_abort.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/task_blocking.rs +309 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_builder.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_id.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/task_join_set.rs +235 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_local.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_local_set.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_accept.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_connect.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_echo.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_into_split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_into_std.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/tcp_peek.rs +29 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_shutdown.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_socket.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/test_clock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_interval.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_pause.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_sleep.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_timeout.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/udp.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_cred.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_datagram.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/unwindsafe.rs +0 -0
- data/ext/cargo-vendor/toml-0.5.11/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/toml-0.5.11/Cargo.lock +110 -0
- data/ext/cargo-vendor/toml-0.5.11/Cargo.toml +98 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → toml-0.5.11}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/toml-0.5.11/LICENSE-MIT +25 -0
- data/ext/cargo-vendor/toml-0.5.11/README.md +29 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/examples/decode.rs +0 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/examples/enum_external.rs +0 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/examples/toml2json.rs +0 -0
- data/ext/cargo-vendor/toml-0.5.11/src/datetime.rs +544 -0
- data/ext/cargo-vendor/toml-0.5.11/src/de.rs +2246 -0
- data/ext/cargo-vendor/toml-0.5.11/src/lib.rs +176 -0
- data/ext/cargo-vendor/toml-0.5.11/src/macros.rs +459 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/src/map.rs +0 -0
- data/ext/cargo-vendor/toml-0.5.11/src/ser.rs +1853 -0
- data/ext/cargo-vendor/toml-0.5.11/src/spanned.rs +166 -0
- data/ext/cargo-vendor/toml-0.5.11/src/tokens.rs +742 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/src/value.rs +0 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/tests/enum_external_deserialize.rs +0 -0
- data/ext/cargo-vendor/unicase-2.6.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/unicase-2.6.0/Cargo.toml +30 -0
- data/ext/cargo-vendor/{toml-0.5.9 → unicase-2.6.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/unicase-2.6.0/LICENSE-MIT +20 -0
- data/ext/cargo-vendor/unicase-2.6.0/README.md +31 -0
- data/ext/cargo-vendor/unicase-2.6.0/build.rs +23 -0
- data/ext/cargo-vendor/unicase-2.6.0/src/ascii.rs +187 -0
- data/ext/cargo-vendor/unicase-2.6.0/src/lib.rs +465 -0
- data/ext/cargo-vendor/unicase-2.6.0/src/unicode/map.rs +1995 -0
- data/ext/cargo-vendor/unicase-2.6.0/src/unicode/mod.rs +201 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/AUTHORS +0 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/Cargo.toml +83 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/README.md +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/char_data/mod.rs +173 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/char_data/tables.rs +543 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/data_source.rs +46 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/src/deprecated.rs +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/explicit.rs +209 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/src/format_chars.rs +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/implicit.rs +596 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/src/level.rs +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/lib.rs +1147 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/prepare.rs +450 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/Cargo.toml +58 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/LICENSE-MIT +23 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/LICENSE-UNICODE +0 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/README.md +283 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/benches/xid.rs +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/src/lib.rs +0 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/src/tables.rs +647 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/compare.rs +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/fst/mod.rs +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/fst/xid_continue.fst +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/fst/xid_start.fst +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/roaring/mod.rs +0 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/tests/static_size.rs +95 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/tests/tables/mod.rs +7 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/tests/tables/tables.rs +347 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/trie/mod.rs +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/trie/trie.rs +0 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/COPYRIGHT +7 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/Cargo.toml +51 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/LICENSE-APACHE +201 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/LICENSE-MIT +25 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/README.md +53 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/benches/xid.rs +60 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/src/lib.rs +92 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/src/tables.rs +1494 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/src/tests.rs +95 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/tests/exhaustive_tests.rs +25 -0
- data/ext/cargo-vendor/wasi-cap-std-sync-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasi-cap-std-sync-5.0.0/Cargo.toml +89 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/clocks.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/dir.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/file.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/net.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/sched/unix.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/sched/windows.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/sched.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/stdio.rs +0 -0
- data/ext/cargo-vendor/wasi-common-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasi-common-5.0.0/Cargo.toml +85 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/docs/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/docs.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/typenames.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_args.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_clock.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_environ.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_fd.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_path.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_poll.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_proc.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_random.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_sched.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_sock.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/old/snapshot_0/docs.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/old/snapshot_0/witx/typenames.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/old/snapshot_0/witx/wasi_unstable.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/docs.html +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/docs.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/witx/typenames.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/witx/wasi_snapshot_preview1.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/proposal-template/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/proposals/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/snapshots/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/standard/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/clocks.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/ctx.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/dir.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/file.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/pipe.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/random.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/sched/subscription.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/sched.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/snapshots/mod.rs +0 -0
- data/ext/cargo-vendor/wasi-common-5.0.0/src/snapshots/preview_0.rs +1169 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/snapshots/preview_1/error.rs +0 -0
- data/ext/cargo-vendor/wasi-common-5.0.0/src/snapshots/preview_1.rs +1711 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/string_array.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/table.rs +0 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/Cargo.toml +33 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/README.md +0 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/component/aliases.rs +160 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/canonicals.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/components.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/exports.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/imports.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/instances.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/modules.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/names.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/start.rs +0 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/component/types.rs +736 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/component.rs +137 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/core/code.rs +2874 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/custom.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/data.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/elements.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/exports.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/functions.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/globals.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/imports.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/linking.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/memories.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/names.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/start.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/tables.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/tags.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/types.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core.rs +0 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/lib.rs +188 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/raw.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/Cargo.lock +682 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/Cargo.toml +51 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/README.md +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/benches/benchmark.rs +345 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/examples/simple.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/binary_reader.rs +1673 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/limits.rs +57 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/parser.rs +1491 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/aliases.rs +119 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/canonicals.rs +95 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/exports.rs +92 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/imports.rs +95 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/instances.rs +163 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/names.rs +102 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/start.rs +30 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/types.rs +526 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/readers/component.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/code.rs +146 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/readers/core/custom.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/data.rs +96 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/elements.rs +158 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/exports.rs +65 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/functions.rs +17 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/globals.rs +49 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/imports.rs +76 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/init.rs +51 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/memories.rs +56 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/names.rs +153 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/operators.rs +328 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/producers.rs +78 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/tables.rs +42 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/tags.rs +32 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/types.rs +243 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core.rs +33 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers.rs +307 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/resources.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/component.rs +2046 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/core.rs +1143 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/func.rs +333 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/operators.rs +3222 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/types.rs +2179 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator.rs +1483 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/Cargo.toml +168 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/code.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/component.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func/host.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func/options.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func/typed.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/instance.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/linker.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/matching.rs +0 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/component/mod.rs +44 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/storage.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/store.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/types.rs +0 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/component/values.rs +1143 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/config.rs +1906 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/engine/serialization.rs +603 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/engine.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/externals.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/func/typed.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/func.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/instance.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/limits.rs +0 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/linker.rs +1337 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/memory.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/module/registry.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/module.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/ref.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/signatures.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/store/context.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/store/data.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/store.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/func.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/global.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/memory.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/table.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline.rs +0 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/trap.rs +618 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/types/matching.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/types.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/unix.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/values.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/windows.rs +0 -0
- data/ext/cargo-vendor/wasmtime-asm-macros-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-asm-macros-5.0.0/Cargo.toml +22 -0
- data/ext/cargo-vendor/wasmtime-asm-macros-5.0.0/src/lib.rs +81 -0
- data/ext/cargo-vendor/wasmtime-cache-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-cache-5.0.0/Cargo.toml +73 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/config/tests.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/config.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/tests.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/worker/tests/system_time_stub.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/worker/tests.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/worker.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/tests/cache_write_default_config.rs +0 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/Cargo.toml +58 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/src/bindgen.rs +158 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/src/component.rs +1191 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/src/lib.rs +48 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/char.wit +12 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/conventions.wit +39 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/empty.wit +1 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/flags.wit +54 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/floats.wit +12 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/integers.wit +39 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/lists.wit +84 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/many-arguments.wit +51 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/multi-return.wit +13 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/records.wit +60 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/simple-functions.wit +16 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/simple-lists.wit +13 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/small-anonymous.wit +14 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/smoke-default.wit +5 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/smoke-export.wit +5 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/smoke.wit +5 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/strings.wit +11 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/unions.wit +65 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/variants.wit +146 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen.rs +24 -0
- data/ext/cargo-vendor/wasmtime-component-util-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-component-util-5.0.0/Cargo.toml +25 -0
- data/ext/cargo-vendor/wasmtime-component-util-5.0.0/src/lib.rs +180 -0
- data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/Cargo.toml +84 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/SECURITY.md +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/builder.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/compiler/component.rs +0 -0
- data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/src/compiler.rs +1052 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/gc.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/address_transform.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/attr.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/expression.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/line_program.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/mod.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/range_info_builder.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/refs.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/simulate.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/unit.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/utils.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/write_debuginfo.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug.rs +0 -0
- data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/src/func_environ.rs +2127 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/obj.rs +0 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/Cargo.lock +622 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/Cargo.toml +118 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/examples/factc.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/address_map.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/builtin.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/compilation.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/compiler.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/dfg.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/info.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/translate/adapt.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/translate/inline.rs +0 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/src/component/translate.rs +1027 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/types.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/vmcomponent_offsets.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/core_types.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/signature.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/trampoline.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/transcode.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/traps.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/module.rs +0 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/src/module_environ.rs +841 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/module_types.rs +0 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/src/obj.rs +130 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/ref_bits.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/scopevec.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/stack_map.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/trap_encoding.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/tunables.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/vmoffsets.rs +0 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/Cargo.toml +46 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix/aarch64.rs +184 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/unix/arm.rs +0 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix/riscv64.rs +158 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/unix/s390x.S +0 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/unix/x86.rs +0 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix/x86_64.rs +160 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix.rs +199 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/windows.c +0 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/windows.rs +0 -0
- data/ext/cargo-vendor/wasmtime-jit-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-jit-5.0.0/Cargo.toml +103 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/wasmtime-jit-5.0.0/src/code_memory.rs +258 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/debug.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/demangling.rs +0 -0
- data/ext/cargo-vendor/wasmtime-jit-5.0.0/src/instantiate.rs +698 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/jitdump_disabled.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/jitdump_linux.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/vtune.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/vtune_disabled.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/unwind/winx64.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/unwind.rs +0 -0
- data/ext/cargo-vendor/wasmtime-jit-debug-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-jit-debug-5.0.0/Cargo.toml +58 -0
- data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/src/gdb_jit_int.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/src/perf_jitdump.rs +0 -0
- data/ext/cargo-vendor/wasmtime-jit-icache-coherence-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-jit-icache-coherence-5.0.0/Cargo.toml +34 -0
- data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-3.0.0 → wasmtime-jit-icache-coherence-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-3.0.0 → wasmtime-jit-icache-coherence-5.0.0}/src/libc.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-3.0.0 → wasmtime-jit-icache-coherence-5.0.0}/src/win.rs +0 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/Cargo.toml +110 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/component/transcode.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/component.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/cow.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/debug_builtins.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/export.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/externref.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/helpers.c +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/imports.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling/index_allocator.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling/unix.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling/windows.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/libcalls.rs +494 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/memory.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/mmap.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/mmap_vec.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/module_id.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/parking_spot.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/table.rs +0 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/trampolines/aarch64.rs +122 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/trampolines/riscv64.rs +120 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/trampolines/s390x.S +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/trampolines/s390x.rs +0 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/trampolines/x86_64.rs +142 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/trampolines.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/aarch64.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/riscv64.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/s390x.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/x86_64.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/macos.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/unix.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/windows.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/vmcontext/vm_host_func_context.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/vmcontext.rs +0 -0
- data/ext/cargo-vendor/wasmtime-types-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-types-5.0.0/Cargo.toml +34 -0
- data/ext/cargo-vendor/{wasmtime-types-4.0.0 → wasmtime-types-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-types-4.0.0 → wasmtime-types-5.0.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-types-4.0.0 → wasmtime-types-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmtime-wasi-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-wasi-5.0.0/Cargo.toml +63 -0
- data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/Cargo.toml +29 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/lib.rs +1182 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/rust.rs +412 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/source.rs +130 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/types.rs +207 -0
- data/ext/cargo-vendor/wast-52.0.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wast-52.0.1/Cargo.toml +50 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/LICENSE +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/README.md +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/alias.rs +253 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/binary.rs +949 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/component.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/custom.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/expand.rs +851 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/export.rs +213 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/func.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/import.rs +176 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/instance.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/item_ref.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/module.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/resolve.rs +968 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/types.rs +965 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/wast.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/binary.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/custom.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/export.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/core/expr.rs +1892 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/func.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/global.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/import.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/memory.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/module.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/deinline_import_export.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/mod.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/names.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/types.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/table.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/tag.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/types.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/wast.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/encode.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/error.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/gensym.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/lexer.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/names.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/parser.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/token.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/wast.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/wat.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/tests/annotations.rs +200 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/comments.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-index.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-index.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment0.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment0.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment4.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment4.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment5.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment5.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment6.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment6.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment7.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment7.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment8.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment8.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment0.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment0.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment4.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment4.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment5.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment5.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment6.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment6.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment7.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment7.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment8.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment8.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string0.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string0.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string4.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string4.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string5.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string5.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string6.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string6.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string7.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string7.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string8.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string8.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/inline1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/inline1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/newline-in-string.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/newline-in-string.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string10.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string10.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string11.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string11.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string12.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string12.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string13.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string13.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string14.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string14.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string15.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string15.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string16.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string16.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string4.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string4.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string5.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string5.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string6.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string6.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string7.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string7.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string8.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string8.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string9.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string9.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/unbalanced.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/unbalanced.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/recursive.rs +0 -0
- data/ext/cargo-vendor/wat-1.0.55/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wat-1.0.55/Cargo.toml +27 -0
- data/ext/cargo-vendor/{wat-1.0.52 → wat-1.0.55}/LICENSE +0 -0
- data/ext/cargo-vendor/{wat-1.0.52 → wat-1.0.55}/README.md +0 -0
- data/ext/cargo-vendor/{wat-1.0.52 → wat-1.0.55}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wiggle-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wiggle-5.0.0/Cargo.toml +109 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/borrow.rs +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/guest_type.rs +0 -0
- data/ext/cargo-vendor/wiggle-5.0.0/src/lib.rs +1186 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/region.rs +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/wasmtime.rs +0 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/Cargo.toml +61 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/codegen_settings.rs +151 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/config.rs +696 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/funcs.rs +435 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/lifetimes.rs +0 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/module_trait.rs +102 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/names.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/error.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/flags.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/handle.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/mod.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/record.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/variant.rs +0 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/wasmtime.rs +170 -0
- data/ext/cargo-vendor/wiggle-macro-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wiggle-macro-5.0.0/Cargo.toml +55 -0
- data/ext/cargo-vendor/{wiggle-macro-4.0.0 → wiggle-macro-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/wiggle-macro-5.0.0/src/lib.rs +210 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_aarch64_gnullvm-0.42.0 → windows_aarch64_gnullvm-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_aarch64_gnullvm-0.42.0 → windows_aarch64_gnullvm-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_aarch64_msvc-0.42.0 → windows_aarch64_msvc-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_aarch64_msvc-0.42.0 → windows_aarch64_msvc-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_i686_gnu-0.42.0 → windows_i686_gnu-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_i686_gnu-0.42.0 → windows_i686_gnu-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_i686_msvc-0.42.0 → windows_i686_msvc-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_i686_msvc-0.42.0 → windows_i686_msvc-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_x86_64_gnu-0.42.0 → windows_x86_64_gnu-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_x86_64_gnu-0.42.0 → windows_x86_64_gnu-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_x86_64_gnullvm-0.42.0 → windows_x86_64_gnullvm-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_x86_64_gnullvm-0.42.0 → windows_x86_64_gnullvm-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_x86_64_msvc-0.42.0 → windows_x86_64_msvc-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_x86_64_msvc-0.42.0 → windows_x86_64_msvc-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/Cargo.toml +54 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/README.md +13 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/abi.rs +2140 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/ast/lex.rs +747 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/ast/resolve.rs +589 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/ast.rs +827 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/lib.rs +683 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/sizealign.rs +137 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/all.rs +426 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/comments.wit +23 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/comments.wit.result +22 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/embedded.wit.md +32 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/embedded.wit.md.result +24 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/empty.wit +0 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/empty.wit.result +1 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/functions.wit +12 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/functions.wit.result +103 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/alias-no-type.wit +4 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/alias-no-type.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/async.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/async1.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/bad-list.wit +7 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/bad-list.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle2.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle2.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle3.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle3.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle4.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle4.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle5.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle5.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/dangling-type.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/dangling-type.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-functions.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-functions.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-interface.wit +4 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-interface.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-type.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-type.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-value.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-value.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-enum.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-enum.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-union.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-union.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-variant1.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-variant1.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-md.md +7 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-md.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-toplevel.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-toplevel.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/keyword.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/keyword.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/undefined-typed.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/undefined-typed.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/unknown-interface.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/unknown-interface.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/unterminated-string.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default1.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default1.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default2.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default2.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default3.wit +8 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default3.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields.wit +9 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields2.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields2.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/shared-types.wit +8 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/shared-types.wit.result +56 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/type-then-eof.wit +3 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/type-then-eof.wit.result +16 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/types.wit +59 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/types.wit.result +474 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/values.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/values.wit.result +45 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/wasi.wit +176 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/wasi.wit.result +109 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/world-default.wit +7 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/world-default.wit.result +29 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/worlds.wit +18 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/worlds.wit.result +72 -0
- data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/Cargo.toml +84 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/LICENSE +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/LICENSE.Apache-2.0 +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/LICENSE.BSD-3-Clause +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/LICENSE.Mit +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/Readme.md +0 -0
- data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/build.rs +259 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zdict.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zdict_experimental.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zdict_std.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zdict_std_experimental.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zstd.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zstd_experimental.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zstd_std.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zstd_std_experimental.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/wasm_shim.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/test_it.sh +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/update_bindings.sh +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/update_zstd.sh +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/wasm-shim/stdlib.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/wasm-shim/string.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zdict.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/COPYING +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/LICENSE +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/bitstream.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/compiler.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/cpu.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/debug.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/debug.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/entropy_common.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/error_private.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/error_private.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/fse.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/fse_decompress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/huf.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/mem.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/pool.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/pool.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/portability_macros.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/threading.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/threading.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/xxhash.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/xxhash.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/zstd_common.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/zstd_deps.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/zstd_internal.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/zstd_trace.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/clevels.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/fse_compress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/hist.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/hist.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/huf_compress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_internal.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_literals.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_literals.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_sequences.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_sequences.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_superblock.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_superblock.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_cwksp.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_double_fast.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_double_fast.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_fast.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_fast.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_lazy.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_lazy.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_ldm.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_ldm.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_ldm_geartab.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_opt.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_opt.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstdmt_compress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstdmt_compress.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/huf_decompress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/huf_decompress_amd64.S +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_ddict.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_ddict.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_decompress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_decompress_block.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_decompress_block.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_decompress_internal.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/deprecated/zbuff.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/deprecated/zbuff_common.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/deprecated/zbuff_compress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/deprecated/zbuff_decompress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/cover.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/cover.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/divsufsort.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/divsufsort.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/fastcover.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/zdict.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_legacy.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v01.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v01.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v02.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v02.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v03.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v03.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v04.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v04.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v05.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v05.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v06.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v06.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v07.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v07.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/zdict.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/zstd.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/zstd_errors.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd.h +0 -0
- data/ext/src/ruby_api/memory/unsafe_slice.rs +197 -0
- data/ext/src/ruby_api/memory.rs +64 -2
- data/ext/src/ruby_api/store.rs +19 -4
- data/lib/wasmtime/version.rb +1 -1
- metadata +3519 -3259
- data/ext/cargo-vendor/async-trait-0.1.59/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/async-trait-0.1.59/Cargo.toml +0 -62
- data/ext/cargo-vendor/async-trait-0.1.59/README.md +0 -262
- data/ext/cargo-vendor/async-trait-0.1.59/build.rs +0 -29
- data/ext/cargo-vendor/async-trait-0.1.59/src/expand.rs +0 -473
- data/ext/cargo-vendor/async-trait-0.1.59/src/lifetime.rs +0 -115
- data/ext/cargo-vendor/async-trait-0.1.59/tests/test.rs +0 -1463
- data/ext/cargo-vendor/atty-0.2.14/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/atty-0.2.14/CHANGELOG.md +0 -73
- data/ext/cargo-vendor/atty-0.2.14/Cargo.lock +0 -49
- data/ext/cargo-vendor/atty-0.2.14/Cargo.toml +0 -34
- data/ext/cargo-vendor/atty-0.2.14/LICENSE +0 -20
- data/ext/cargo-vendor/atty-0.2.14/README.md +0 -74
- data/ext/cargo-vendor/atty-0.2.14/examples/atty.rs +0 -9
- data/ext/cargo-vendor/atty-0.2.14/rustfmt.toml +0 -4
- data/ext/cargo-vendor/atty-0.2.14/src/lib.rs +0 -210
- data/ext/cargo-vendor/bumpalo-3.11.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/bumpalo-3.11.1/CHANGELOG.md +0 -637
- data/ext/cargo-vendor/bumpalo-3.11.1/Cargo.toml +0 -67
- data/ext/cargo-vendor/bumpalo-3.11.1/src/boxed.rs +0 -684
- data/ext/cargo-vendor/bumpalo-3.11.1/src/collections/string.rs +0 -2123
- data/ext/cargo-vendor/bumpalo-3.11.1/src/collections/vec.rs +0 -2594
- data/ext/cargo-vendor/bumpalo-3.11.1/src/lib.rs +0 -2019
- data/ext/cargo-vendor/cap-fs-ext-1.0.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-fs-ext-1.0.2/Cargo.toml +0 -63
- data/ext/cargo-vendor/cap-primitives-1.0.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-primitives-1.0.3/Cargo.toml +0 -79
- data/ext/cargo-vendor/cap-primitives-1.0.3/src/fs/via_parent/rename.rs +0 -31
- data/ext/cargo-vendor/cap-primitives-1.0.3/src/rustix/fs/dir_utils.rs +0 -218
- data/ext/cargo-vendor/cap-rand-1.0.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-rand-1.0.2/Cargo.toml +0 -38
- data/ext/cargo-vendor/cap-std-1.0.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-std-1.0.3/Cargo.toml +0 -70
- data/ext/cargo-vendor/cap-std-1.0.3/src/fs/dir.rs +0 -843
- data/ext/cargo-vendor/cap-std-1.0.3/src/fs_utf8/dir.rs +0 -764
- data/ext/cargo-vendor/cap-time-ext-1.0.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-time-ext-1.0.2/Cargo.toml +0 -42
- data/ext/cargo-vendor/cc-1.0.77/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cc-1.0.77/Cargo.lock +0 -110
- data/ext/cargo-vendor/cc-1.0.77/Cargo.toml +0 -39
- data/ext/cargo-vendor/cc-1.0.77/src/lib.rs +0 -3509
- data/ext/cargo-vendor/cranelift-bforest-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-bforest-0.91.0/Cargo.toml +0 -34
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/Cargo.toml +0 -148
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/alias_analysis.rs +0 -389
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/context.rs +0 -382
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/cursor.rs +0 -666
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/dce.rs +0 -36
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph/elaborate.rs +0 -630
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph/node.rs +0 -366
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph/stores.rs +0 -293
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph.rs +0 -429
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/inst_predicates.rs +0 -154
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/builder.rs +0 -279
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/dfg.rs +0 -1487
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/entities.rs +0 -625
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/function.rs +0 -541
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/heap.rs +0 -67
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/immediates.rs +0 -1628
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/instructions.rs +0 -865
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/layout.rs +0 -1345
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/mod.rs +0 -109
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/progpoint.rs +0 -164
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/sourceloc.rs +0 -121
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/types.rs +0 -664
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/abi.rs +0 -1275
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/inst/mod.rs +0 -3095
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/inst.isle +0 -3749
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower/isle.rs +0 -736
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower.isle +0 -2530
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower.rs +0 -799
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower_inst.rs +0 -322
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/mod.rs +0 -431
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/abi.rs +0 -717
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst/emit.rs +0 -2919
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst/emit_tests.rs +0 -2248
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst/mod.rs +0 -1743
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst.isle +0 -2140
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower/isle.rs +0 -518
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower.isle +0 -880
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower.rs +0 -62
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower_inst.rs +0 -36
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/mod.rs +0 -257
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/abi.rs +0 -945
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst/emit.rs +0 -3669
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst/emit_tests.rs +0 -13419
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst/mod.rs +0 -3521
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst.isle +0 -5049
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/lower/isle.rs +0 -1052
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/lower.isle +0 -4016
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/lower.rs +0 -299
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/abi.rs +0 -974
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/args.rs +0 -1846
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/emit.rs +0 -3225
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/emit_tests.rs +0 -5040
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/mod.rs +0 -2616
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst.isle +0 -3914
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower/isle/generated_code.rs +0 -9
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower/isle.rs +0 -1087
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower.isle +0 -3785
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower.rs +0 -618
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/mod.rs +0 -488
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isle_prelude.rs +0 -589
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/legalizer/heap.rs +0 -489
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/legalizer/mod.rs +0 -343
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/lib.rs +0 -136
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/licm.rs +0 -243
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/loop_analysis.rs +0 -443
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/abi.rs +0 -2408
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/blockorder.rs +0 -704
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/buffer.rs +0 -2106
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/compile.rs +0 -92
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/helpers.rs +0 -43
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/inst_common.rs +0 -85
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/isle.rs +0 -843
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/lower.rs +0 -1378
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/mod.rs +0 -443
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/vcode.rs +0 -1571
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/nan_canonicalization.rs +0 -104
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/opts/algebraic.isle +0 -203
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/opts/cprop.isle +0 -134
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/opts.rs +0 -308
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/prelude.isle +0 -419
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/prelude_lower.isle +0 -745
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/prelude_opt.isle +0 -61
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/remove_constant_phis.rs +0 -425
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/settings.rs +0 -596
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/simple_gvn.rs +0 -150
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/simple_preopt.rs +0 -933
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/souper_harvest.rs +0 -576
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/timing.rs +0 -264
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/verifier/flags.rs +0 -161
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/verifier/mod.rs +0 -1937
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/write.rs +0 -709
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/Cargo.toml +0 -26
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/formats.rs +0 -143
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/instructions.rs +0 -473
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/operands.rs +0 -182
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/types.rs +0 -602
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/typevar.rs +0 -995
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/gen_inst.rs +0 -1721
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/gen_types.rs +0 -80
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/isa/riscv64.rs +0 -27
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/entities.rs +0 -90
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/formats.rs +0 -240
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/immediates.rs +0 -230
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/instructions.rs +0 -3944
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/settings.rs +0 -370
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/types.rs +0 -180
- data/ext/cargo-vendor/cranelift-codegen-shared-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-codegen-shared-0.91.0/Cargo.toml +0 -22
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/Cargo.toml +0 -45
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/bumpvec.rs +0 -524
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/ctxhash.rs +0 -281
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/lib.rs +0 -666
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/unionfind.rs +0 -85
- data/ext/cargo-vendor/cranelift-entity-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-entity-0.91.0/Cargo.toml +0 -38
- data/ext/cargo-vendor/cranelift-frontend-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-frontend-0.91.0/Cargo.toml +0 -52
- data/ext/cargo-vendor/cranelift-frontend-0.91.0/src/frontend.rs +0 -1841
- data/ext/cargo-vendor/cranelift-frontend-0.91.0/src/ssa.rs +0 -1399
- data/ext/cargo-vendor/cranelift-isle-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-isle-0.91.0/Cargo.toml +0 -37
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/borrows.isle +0 -15
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/iflets.isle +0 -29
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/multi_constructor_main.rs +0 -57
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/multi_extractor.isle +0 -14
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/multi_extractor_main.rs +0 -46
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/run/iconst.isle +0 -17
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/run/let_shadowing_main.rs +0 -27
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/ast.rs +0 -419
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/codegen.rs +0 -1071
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/ir.rs +0 -424
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/lib.rs +0 -227
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/overlap.rs +0 -134
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/parser.rs +0 -579
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/sema.rs +0 -2404
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/trie_again.rs +0 -629
- data/ext/cargo-vendor/cranelift-native-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-native-0.91.0/Cargo.toml +0 -40
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/Cargo.toml +0 -87
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/code_translator.rs +0 -3094
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/environ/dummy.rs +0 -885
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/environ/mod.rs +0 -10
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/environ/spec.rs +0 -764
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/func_translator.rs +0 -417
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/lib.rs +0 -75
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/module_translator.rs +0 -129
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/sections_translator.rs +0 -426
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/state.rs +0 -540
- data/ext/cargo-vendor/env_logger-0.9.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/env_logger-0.9.3/CHANGELOG.md +0 -3
- data/ext/cargo-vendor/env_logger-0.9.3/Cargo.toml +0 -85
- data/ext/cargo-vendor/env_logger-0.9.3/src/filter/mod.rs +0 -868
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/mod.rs +0 -652
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/atty.rs +0 -32
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/mod.rs +0 -252
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/termcolor/extern_impl.rs +0 -532
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/termcolor/mod.rs +0 -12
- data/ext/cargo-vendor/env_logger-0.9.3/src/lib.rs +0 -1311
- data/ext/cargo-vendor/file-per-thread-logger-0.1.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/file-per-thread-logger-0.1.5/Cargo.toml +0 -27
- data/ext/cargo-vendor/glob-0.3.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/glob-0.3.0/Cargo.toml +0 -24
- data/ext/cargo-vendor/glob-0.3.0/README.md +0 -38
- data/ext/cargo-vendor/glob-0.3.0/src/lib.rs +0 -1411
- data/ext/cargo-vendor/hermit-abi-0.1.19/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/hermit-abi-0.1.19/Cargo.toml +0 -44
- data/ext/cargo-vendor/hermit-abi-0.1.19/README.md +0 -22
- data/ext/cargo-vendor/hermit-abi-0.1.19/rust-toolchain +0 -1
- data/ext/cargo-vendor/hermit-abi-0.1.19/src/lib.rs +0 -490
- data/ext/cargo-vendor/hermit-abi-0.1.19/src/tcplistener.rs +0 -13
- data/ext/cargo-vendor/hermit-abi-0.1.19/src/tcpstream.rs +0 -109
- data/ext/cargo-vendor/io-extras-0.17.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/io-extras-0.17.0/Cargo.toml +0 -108
- data/ext/cargo-vendor/io-extras-0.17.0/src/borrowed.rs +0 -301
- data/ext/cargo-vendor/io-extras-0.17.0/src/os/windows/types.rs +0 -229
- data/ext/cargo-vendor/io-extras-0.17.0/src/read_write.rs +0 -802
- data/ext/cargo-vendor/io-lifetimes-1.0.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/io-lifetimes-1.0.3/Cargo.toml +0 -94
- data/ext/cargo-vendor/io-lifetimes-1.0.3/build.rs +0 -114
- data/ext/cargo-vendor/ipnet-2.5.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/ipnet-2.5.1/Cargo.toml +0 -52
- data/ext/cargo-vendor/ipnet-2.5.1/RELEASES.md +0 -65
- data/ext/cargo-vendor/ipnet-2.5.1/src/ipnet.rs +0 -1806
- data/ext/cargo-vendor/ipnet-2.5.1/src/lib.rs +0 -96
- data/ext/cargo-vendor/itoa-1.0.4/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/itoa-1.0.4/Cargo.toml +0 -38
- data/ext/cargo-vendor/itoa-1.0.4/README.md +0 -59
- data/ext/cargo-vendor/itoa-1.0.4/src/lib.rs +0 -290
- data/ext/cargo-vendor/ittapi-0.3.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/ittapi-0.3.2/Cargo.toml +0 -44
- data/ext/cargo-vendor/ittapi-0.3.2/README.md +0 -47
- data/ext/cargo-vendor/ittapi-sys-0.3.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/ittapi-sys-0.3.2/Cargo.toml +0 -42
- data/ext/cargo-vendor/ittapi-sys-0.3.2/README.md +0 -74
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/CMakeLists.txt +0 -98
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/buildall.py +0 -169
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/include/ittnotify.h +0 -4459
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify/ittnotify_static.c +0 -1595
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify/ittnotify_static.h +0 -355
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify/jitprofiling.c +0 -253
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify_refcol/itt_refcol_impl.c +0 -309
- data/ext/cargo-vendor/ittapi-sys-0.3.2/src/lib.rs +0 -34
- data/ext/cargo-vendor/ittapi-sys-0.3.2/src/linux/ittnotify_bindings.rs +0 -1873
- data/ext/cargo-vendor/ittapi-sys-0.3.2/src/macos/ittnotify_bindings.rs +0 -1873
- data/ext/cargo-vendor/ittapi-sys-0.3.2/src/windows/ittnotify_bindings.rs +0 -2013
- data/ext/cargo-vendor/ittapi-sys-0.3.2/tests/bindgen-up-to-date.rs +0 -101
- data/ext/cargo-vendor/libc-0.2.138/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/libc-0.2.138/Cargo.toml +0 -64
- data/ext/cargo-vendor/libc-0.2.138/src/fuchsia/mod.rs +0 -4292
- data/ext/cargo-vendor/libc-0.2.138/src/unix/bsd/mod.rs +0 -917
- data/ext/cargo-vendor/libc-0.2.138/src/unix/haiku/mod.rs +0 -2038
- data/ext/cargo-vendor/libc-0.2.138/src/unix/hermit/mod.rs +0 -1024
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b32/arm.rs +0 -539
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b32/x86/mod.rs +0 -611
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b64/aarch64/mod.rs +0 -391
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b64/x86_64/mod.rs +0 -791
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/mod.rs +0 -3588
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/emscripten/mod.rs +0 -1897
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/linux/mod.rs +0 -4492
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/mod.rs +0 -1829
- data/ext/cargo-vendor/libc-0.2.138/src/unix/mod.rs +0 -1553
- data/ext/cargo-vendor/libc-0.2.138/src/unix/newlib/mod.rs +0 -759
- data/ext/cargo-vendor/libc-0.2.138/src/unix/solarish/mod.rs +0 -3283
- data/ext/cargo-vendor/libc-0.2.138/src/vxworks/mod.rs +0 -1925
- data/ext/cargo-vendor/libc-0.2.138/src/wasi.rs +0 -821
- data/ext/cargo-vendor/libc-0.2.138/src/windows/mod.rs +0 -592
- data/ext/cargo-vendor/linux-raw-sys-0.1.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/linux-raw-sys-0.1.3/Cargo.toml +0 -75
- data/ext/cargo-vendor/linux-raw-sys-0.1.3/src/lib.rs +0 -305
- data/ext/cargo-vendor/nom-7.1.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/nom-7.1.1/CHANGELOG.md +0 -1482
- data/ext/cargo-vendor/nom-7.1.1/Cargo.lock +0 -282
- data/ext/cargo-vendor/nom-7.1.1/Cargo.toml +0 -129
- data/ext/cargo-vendor/nom-7.1.1/README.md +0 -311
- data/ext/cargo-vendor/nom-7.1.1/src/bits/complete.rs +0 -150
- data/ext/cargo-vendor/nom-7.1.1/src/bits/mod.rs +0 -179
- data/ext/cargo-vendor/nom-7.1.1/src/bits/streaming.rs +0 -129
- data/ext/cargo-vendor/nom-7.1.1/src/branch/mod.rs +0 -291
- data/ext/cargo-vendor/nom-7.1.1/src/character/complete.rs +0 -1227
- data/ext/cargo-vendor/nom-7.1.1/src/combinator/mod.rs +0 -768
- data/ext/cargo-vendor/nom-7.1.1/src/internal.rs +0 -487
- data/ext/cargo-vendor/nom-7.1.1/src/lib.rs +0 -463
- data/ext/cargo-vendor/nom-7.1.1/src/multi/mod.rs +0 -981
- data/ext/cargo-vendor/nom-7.1.1/src/number/complete.rs +0 -2138
- data/ext/cargo-vendor/nom-7.1.1/src/number/streaming.rs +0 -2218
- data/ext/cargo-vendor/nom-7.1.1/src/sequence/mod.rs +0 -270
- data/ext/cargo-vendor/nom-7.1.1/src/sequence/tests.rs +0 -274
- data/ext/cargo-vendor/nom-7.1.1/src/traits.rs +0 -1437
- data/ext/cargo-vendor/nom-7.1.1/tests/issues.rs +0 -216
- data/ext/cargo-vendor/num_cpus-1.14.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/num_cpus-1.14.0/CHANGELOG.md +0 -144
- data/ext/cargo-vendor/num_cpus-1.14.0/Cargo.lock +0 -26
- data/ext/cargo-vendor/num_cpus-1.14.0/Cargo.toml +0 -32
- data/ext/cargo-vendor/once_cell-1.16.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/once_cell-1.16.0/CHANGELOG.md +0 -208
- data/ext/cargo-vendor/once_cell-1.16.0/Cargo.lock +0 -173
- data/ext/cargo-vendor/once_cell-1.16.0/Cargo.toml +0 -109
- data/ext/cargo-vendor/once_cell-1.16.0/README.md +0 -56
- data/ext/cargo-vendor/once_cell-1.16.0/src/lib.rs +0 -1378
- data/ext/cargo-vendor/once_cell-1.16.0/src/race.rs +0 -304
- data/ext/cargo-vendor/paste-1.0.9/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/paste-1.0.9/Cargo.toml +0 -42
- data/ext/cargo-vendor/paste-1.0.9/LICENSE-MIT +0 -25
- data/ext/cargo-vendor/paste-1.0.9/README.md +0 -157
- data/ext/cargo-vendor/paste-1.0.9/src/lib.rs +0 -433
- data/ext/cargo-vendor/paste-1.0.9/tests/test_expr.rs +0 -272
- data/ext/cargo-vendor/paste-1.0.9/tests/ui/invalid-ident.stderr +0 -17
- data/ext/cargo-vendor/proc-macro2-1.0.47/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/proc-macro2-1.0.47/Cargo.toml +0 -60
- data/ext/cargo-vendor/proc-macro2-1.0.47/README.md +0 -94
- data/ext/cargo-vendor/proc-macro2-1.0.47/src/fallback.rs +0 -1002
- data/ext/cargo-vendor/proc-macro2-1.0.47/src/lib.rs +0 -1339
- data/ext/cargo-vendor/proc-macro2-1.0.47/src/wrapper.rs +0 -994
- data/ext/cargo-vendor/quote-1.0.21/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/quote-1.0.21/Cargo.toml +0 -46
- data/ext/cargo-vendor/quote-1.0.21/LICENSE-MIT +0 -25
- data/ext/cargo-vendor/quote-1.0.21/README.md +0 -261
- data/ext/cargo-vendor/quote-1.0.21/src/lib.rs +0 -1434
- data/ext/cargo-vendor/quote-1.0.21/tests/test.rs +0 -520
- data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-quotable.rs +0 -7
- data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-quotable.stderr +0 -17
- data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-repeatable.rs +0 -8
- data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-repeatable.stderr +0 -35
- data/ext/cargo-vendor/rayon-1.6.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rayon-1.6.0/Cargo.toml +0 -58
- data/ext/cargo-vendor/rayon-1.6.0/RELEASES.md +0 -831
- data/ext/cargo-vendor/rayon-1.6.0/src/iter/par_bridge.rs +0 -217
- data/ext/cargo-vendor/rb-sys-0.9.53/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-0.9.53/Cargo.toml +0 -45
- data/ext/cargo-vendor/rb-sys-0.9.53/build/ruby_macros.rs +0 -45
- data/ext/cargo-vendor/rb-sys-0.9.53/src/macros/ruby_macros.c +0 -35
- data/ext/cargo-vendor/rb-sys-build-0.9.53/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-build-0.9.53/Cargo.toml +0 -40
- data/ext/cargo-vendor/rb-sys-build-0.9.53/src/bindings.rs +0 -246
- data/ext/cargo-vendor/rb-sys-build-0.9.53/src/lib.rs +0 -10
- data/ext/cargo-vendor/rb-sys-build-0.9.53/src/rb_config.rs +0 -753
- data/ext/cargo-vendor/rb-sys-build-0.9.53/src/utils.rs +0 -28
- data/ext/cargo-vendor/rb-sys-env-0.1.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-env-0.1.1/Cargo.toml +0 -24
- data/ext/cargo-vendor/rb-sys-env-0.1.1/src/lib.rs +0 -181
- data/ext/cargo-vendor/rb-sys-env-0.1.1/src/ruby_version.rs +0 -163
- data/ext/cargo-vendor/regex-1.7.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/regex-1.7.0/CHANGELOG.md +0 -1079
- data/ext/cargo-vendor/regex-1.7.0/Cargo.lock +0 -98
- data/ext/cargo-vendor/regex-1.7.0/Cargo.toml +0 -149
- data/ext/cargo-vendor/regex-1.7.0/src/re_bytes.rs +0 -1260
- data/ext/cargo-vendor/regex-1.7.0/src/re_unicode.rs +0 -1311
- data/ext/cargo-vendor/regex-1.7.0/tests/replace.rs +0 -230
- data/ext/cargo-vendor/rustix-0.36.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rustix-0.36.5/Cargo.toml +0 -236
- data/ext/cargo-vendor/rustix-0.36.5/README.md +0 -159
- data/ext/cargo-vendor/rustix-0.36.5/build.rs +0 -205
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/fs/syscalls.rs +0 -1772
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/fs/types.rs +0 -1116
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/io/epoll.rs +0 -573
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/io/syscalls.rs +0 -533
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/io/types.rs +0 -164
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/net/syscalls.rs +0 -886
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/time/types.rs +0 -364
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/conv.rs +0 -790
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/fs/syscalls.rs +0 -1384
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/fs/types.rs +0 -646
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/io/epoll.rs +0 -555
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/at.rs +0 -387
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/constants.rs +0 -20
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/dir.rs +0 -5
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/fd.rs +0 -348
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/mod.rs +0 -215
- data/ext/cargo-vendor/rustix-0.36.5/src/io/mod.rs +0 -97
- data/ext/cargo-vendor/rustix-0.36.5/src/io/read_write.rs +0 -170
- data/ext/cargo-vendor/rustix-0.36.5/src/net/socket.rs +0 -439
- data/ext/cargo-vendor/rustix-0.36.5/src/net/socket_addr_any.rs +0 -81
- data/ext/cargo-vendor/serde-1.0.149/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/serde-1.0.149/Cargo.toml +0 -67
- data/ext/cargo-vendor/serde-1.0.149/README.md +0 -114
- data/ext/cargo-vendor/serde-1.0.149/build.rs +0 -141
- data/ext/cargo-vendor/serde-1.0.149/crates-io.md +0 -65
- data/ext/cargo-vendor/serde-1.0.149/src/de/impls.rs +0 -2725
- data/ext/cargo-vendor/serde-1.0.149/src/de/mod.rs +0 -2300
- data/ext/cargo-vendor/serde-1.0.149/src/lib.rs +0 -312
- data/ext/cargo-vendor/serde-1.0.149/src/private/de.rs +0 -2995
- data/ext/cargo-vendor/serde-1.0.149/src/ser/impls.rs +0 -956
- data/ext/cargo-vendor/serde-1.0.149/src/ser/mod.rs +0 -1986
- data/ext/cargo-vendor/serde_derive-1.0.149/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/serde_derive-1.0.149/Cargo.toml +0 -63
- data/ext/cargo-vendor/serde_derive-1.0.149/README.md +0 -114
- data/ext/cargo-vendor/serde_derive-1.0.149/build.rs +0 -36
- data/ext/cargo-vendor/serde_derive-1.0.149/crates-io.md +0 -65
- data/ext/cargo-vendor/serde_derive-1.0.149/src/lib.rs +0 -109
- data/ext/cargo-vendor/syn-1.0.105/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/syn-1.0.105/Cargo.toml +0 -144
- data/ext/cargo-vendor/syn-1.0.105/README.md +0 -285
- data/ext/cargo-vendor/syn-1.0.105/src/lib.rs +0 -984
- data/ext/cargo-vendor/syn-1.0.105/tests/common/eq.rs +0 -806
- data/ext/cargo-vendor/syn-1.0.105/tests/test_expr.rs +0 -326
- data/ext/cargo-vendor/system-interface-0.25.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/system-interface-0.25.0/Cargo.toml +0 -102
- data/ext/cargo-vendor/system-interface-0.25.0/src/fs/file_io_ext.rs +0 -878
- data/ext/cargo-vendor/system-interface-0.25.0/src/io/read_ready.rs +0 -239
- data/ext/cargo-vendor/system-interface-0.25.0/tests/vectored_at.rs +0 -493
- data/ext/cargo-vendor/termcolor-1.1.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/termcolor-1.1.3/Cargo.toml +0 -43
- data/ext/cargo-vendor/termcolor-1.1.3/src/lib.rs +0 -2260
- data/ext/cargo-vendor/thiserror-1.0.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/thiserror-1.0.37/Cargo.toml +0 -47
- data/ext/cargo-vendor/thiserror-1.0.37/README.md +0 -222
- data/ext/cargo-vendor/thiserror-1.0.37/tests/test_display.rs +0 -272
- data/ext/cargo-vendor/thiserror-1.0.37/tests/ui/no-display.stderr +0 -17
- data/ext/cargo-vendor/thiserror-1.0.37/tests/ui/source-enum-not-error.stderr +0 -22
- data/ext/cargo-vendor/thiserror-1.0.37/tests/ui/source-struct-not-error.stderr +0 -21
- data/ext/cargo-vendor/thiserror-impl-1.0.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/thiserror-impl-1.0.37/Cargo.toml +0 -35
- data/ext/cargo-vendor/tokio-1.23.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tokio-1.23.0/CHANGELOG.md +0 -2487
- data/ext/cargo-vendor/tokio-1.23.0/Cargo.toml +0 -239
- data/ext/cargo-vendor/tokio-1.23.0/README.md +0 -229
- data/ext/cargo-vendor/tokio-1.23.0/build.rs +0 -132
- data/ext/cargo-vendor/tokio-1.23.0/docs/reactor-refactor.md +0 -276
- data/ext/cargo-vendor/tokio-1.23.0/src/fs/read_dir.rs +0 -295
- data/ext/cargo-vendor/tokio-1.23.0/src/io/split.rs +0 -181
- data/ext/cargo-vendor/tokio-1.23.0/src/io/util/read.rs +0 -55
- data/ext/cargo-vendor/tokio-1.23.0/src/lib.rs +0 -630
- data/ext/cargo-vendor/tokio-1.23.0/src/loom/mocked.rs +0 -45
- data/ext/cargo-vendor/tokio-1.23.0/src/loom/std/atomic_u64.rs +0 -18
- data/ext/cargo-vendor/tokio-1.23.0/src/loom/std/atomic_u64_as_mutex.rs +0 -70
- data/ext/cargo-vendor/tokio-1.23.0/src/loom/std/mod.rs +0 -104
- data/ext/cargo-vendor/tokio-1.23.0/src/macros/cfg.rs +0 -539
- data/ext/cargo-vendor/tokio-1.23.0/src/net/tcp/split_owned.rs +0 -501
- data/ext/cargo-vendor/tokio-1.23.0/src/net/unix/split_owned.rs +0 -409
- data/ext/cargo-vendor/tokio-1.23.0/src/net/windows/named_pipe.rs +0 -2556
- data/ext/cargo-vendor/tokio-1.23.0/src/process/unix/mod.rs +0 -322
- data/ext/cargo-vendor/tokio-1.23.0/src/process/unix/orphan.rs +0 -333
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/blocking/mod.rs +0 -28
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/blocking/pool.rs +0 -599
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/blocking/schedule.rs +0 -19
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/builder.rs +0 -1057
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/context.rs +0 -400
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/driver.rs +0 -343
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/io/mod.rs +0 -348
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/io/registration.rs +0 -257
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/io/scheduled_io.rs +0 -553
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/mod.rs +0 -258
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/scheduler/multi_thread/queue.rs +0 -532
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/task/harness.rs +0 -506
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/task/mod.rs +0 -619
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/task/state.rs +0 -595
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/loom_blocking.rs +0 -81
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/loom_queue.rs +0 -209
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/mod.rs +0 -55
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/task.rs +0 -332
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/time/mod.rs +0 -422
- data/ext/cargo-vendor/tokio-1.23.0/src/signal/registry.rs +0 -284
- data/ext/cargo-vendor/tokio-1.23.0/src/signal/unix.rs +0 -527
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/broadcast.rs +0 -1160
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/mod.rs +0 -499
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/mpsc/block.rs +0 -385
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/mpsc/list.rs +0 -371
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/mpsc/mod.rs +0 -117
- data/ext/cargo-vendor/tokio-1.23.0/src/task/local.rs +0 -1194
- data/ext/cargo-vendor/tokio-1.23.0/src/time/clock.rs +0 -243
- data/ext/cargo-vendor/tokio-1.23.0/src/time/sleep.rs +0 -438
- data/ext/cargo-vendor/tokio-1.23.0/src/util/linked_list.rs +0 -694
- data/ext/cargo-vendor/tokio-1.23.0/src/util/once_cell.rs +0 -70
- data/ext/cargo-vendor/tokio-1.23.0/tests/_require_full.rs +0 -2
- data/ext/cargo-vendor/tokio-1.23.0/tests/buffered.rs +0 -50
- data/ext/cargo-vendor/tokio-1.23.0/tests/io_driver.rs +0 -100
- data/ext/cargo-vendor/tokio-1.23.0/tests/macros_join.rs +0 -155
- data/ext/cargo-vendor/tokio-1.23.0/tests/macros_select.rs +0 -665
- data/ext/cargo-vendor/tokio-1.23.0/tests/macros_try_join.rs +0 -185
- data/ext/cargo-vendor/tokio-1.23.0/tests/rt_common.rs +0 -1279
- data/ext/cargo-vendor/tokio-1.23.0/tests/rt_metrics.rs +0 -468
- data/ext/cargo-vendor/tokio-1.23.0/tests/support/leaked_buffers.rs +0 -26
- data/ext/cargo-vendor/tokio-1.23.0/tests/support/panic.rs +0 -34
- data/ext/cargo-vendor/tokio-1.23.0/tests/sync_once_cell.rs +0 -274
- data/ext/cargo-vendor/tokio-1.23.0/tests/task_blocking.rs +0 -228
- data/ext/cargo-vendor/tokio-1.23.0/tests/task_join_set.rs +0 -230
- data/ext/cargo-vendor/tokio-1.23.0/tests/tcp_peek.rs +0 -29
- data/ext/cargo-vendor/toml-0.5.9/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/toml-0.5.9/Cargo.lock +0 -101
- data/ext/cargo-vendor/toml-0.5.9/Cargo.toml +0 -49
- data/ext/cargo-vendor/toml-0.5.9/README.md +0 -38
- data/ext/cargo-vendor/toml-0.5.9/src/datetime.rs +0 -544
- data/ext/cargo-vendor/toml-0.5.9/src/de.rs +0 -2262
- data/ext/cargo-vendor/toml-0.5.9/src/lib.rs +0 -180
- data/ext/cargo-vendor/toml-0.5.9/src/macros.rs +0 -462
- data/ext/cargo-vendor/toml-0.5.9/src/ser.rs +0 -1859
- data/ext/cargo-vendor/toml-0.5.9/src/spanned.rs +0 -168
- data/ext/cargo-vendor/toml-0.5.9/src/tokens.rs +0 -740
- data/ext/cargo-vendor/unicode-bidi-0.3.8/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/unicode-bidi-0.3.8/Cargo.toml +0 -78
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/char_data/mod.rs +0 -157
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/char_data/tables.rs +0 -510
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/data_source.rs +0 -16
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/explicit.rs +0 -195
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/implicit.rs +0 -239
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/lib.rs +0 -1066
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/prepare.rs +0 -368
- data/ext/cargo-vendor/unicode-ident-1.0.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/unicode-ident-1.0.5/Cargo.toml +0 -58
- data/ext/cargo-vendor/unicode-ident-1.0.5/README.md +0 -283
- data/ext/cargo-vendor/unicode-ident-1.0.5/src/tables.rs +0 -647
- data/ext/cargo-vendor/unicode-ident-1.0.5/tests/static_size.rs +0 -96
- data/ext/cargo-vendor/wasi-cap-std-sync-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasi-cap-std-sync-4.0.0/Cargo.toml +0 -89
- data/ext/cargo-vendor/wasi-common-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasi-common-4.0.0/Cargo.toml +0 -85
- data/ext/cargo-vendor/wasi-common-4.0.0/src/snapshots/preview_0.rs +0 -1082
- data/ext/cargo-vendor/wasi-common-4.0.0/src/snapshots/preview_1.rs +0 -1568
- data/ext/cargo-vendor/wasm-encoder-0.20.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasm-encoder-0.20.0/Cargo.toml +0 -33
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/component/aliases.rs +0 -129
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/component/types.rs +0 -751
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/component.rs +0 -137
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/core/code.rs +0 -2868
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/lib.rs +0 -188
- data/ext/cargo-vendor/wasmparser-0.95.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmparser-0.95.0/Cargo.lock +0 -683
- data/ext/cargo-vendor/wasmparser-0.95.0/Cargo.toml +0 -54
- data/ext/cargo-vendor/wasmparser-0.95.0/benches/benchmark.rs +0 -336
- data/ext/cargo-vendor/wasmparser-0.95.0/src/binary_reader.rs +0 -2333
- data/ext/cargo-vendor/wasmparser-0.95.0/src/limits.rs +0 -57
- data/ext/cargo-vendor/wasmparser-0.95.0/src/parser.rs +0 -1504
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/aliases.rs +0 -127
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/canonicals.rs +0 -124
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/exports.rs +0 -110
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/imports.rs +0 -127
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/instances.rs +0 -240
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/names.rs +0 -164
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/start.rs +0 -66
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/types.rs +0 -449
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/code.rs +0 -270
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/data.rs +0 -189
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/elements.rs +0 -333
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/exports.rs +0 -123
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/functions.rs +0 -95
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/globals.rs +0 -110
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/imports.rs +0 -129
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/init.rs +0 -46
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/linking.rs +0 -88
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/memories.rs +0 -93
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/names.rs +0 -308
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/operators.rs +0 -342
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/producers.rs +0 -211
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/relocs.rs +0 -198
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/tables.rs +0 -93
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/tags.rs +0 -92
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/types.rs +0 -279
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core.rs +0 -37
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers.rs +0 -181
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/component.rs +0 -2097
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/core.rs +0 -1140
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/func.rs +0 -333
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/operators.rs +0 -3223
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/types.rs +0 -2109
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator.rs +0 -1476
- data/ext/cargo-vendor/wasmtime-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-4.0.0/Cargo.toml +0 -164
- data/ext/cargo-vendor/wasmtime-4.0.0/src/component/mod.rs +0 -42
- data/ext/cargo-vendor/wasmtime-4.0.0/src/component/values.rs +0 -1143
- data/ext/cargo-vendor/wasmtime-4.0.0/src/config.rs +0 -1908
- data/ext/cargo-vendor/wasmtime-4.0.0/src/engine/serialization.rs +0 -611
- data/ext/cargo-vendor/wasmtime-4.0.0/src/linker.rs +0 -1296
- data/ext/cargo-vendor/wasmtime-4.0.0/src/trap.rs +0 -616
- data/ext/cargo-vendor/wasmtime-asm-macros-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-asm-macros-4.0.0/Cargo.toml +0 -22
- data/ext/cargo-vendor/wasmtime-asm-macros-4.0.0/src/lib.rs +0 -91
- data/ext/cargo-vendor/wasmtime-cache-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-cache-4.0.0/Cargo.toml +0 -73
- data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/Cargo.toml +0 -83
- data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/src/compiler.rs +0 -1047
- data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/src/func_environ.rs +0 -2104
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/Cargo.lock +0 -613
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/Cargo.toml +0 -117
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/src/component/translate.rs +0 -1027
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/src/module_environ.rs +0 -840
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/src/obj.rs +0 -121
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/Cargo.toml +0 -46
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix/aarch64.rs +0 -178
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix/riscv64.rs +0 -157
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix/x86_64.rs +0 -159
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix.rs +0 -197
- data/ext/cargo-vendor/wasmtime-jit-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-jit-4.0.0/Cargo.toml +0 -102
- data/ext/cargo-vendor/wasmtime-jit-4.0.0/src/code_memory.rs +0 -301
- data/ext/cargo-vendor/wasmtime-jit-4.0.0/src/instantiate.rs +0 -667
- data/ext/cargo-vendor/wasmtime-jit-debug-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-jit-debug-4.0.0/Cargo.toml +0 -58
- data/ext/cargo-vendor/wasmtime-jit-icache-coherence-3.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-jit-icache-coherence-3.0.0/Cargo.toml +0 -34
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/Cargo.toml +0 -110
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/libcalls.rs +0 -489
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/trampolines/aarch64.rs +0 -121
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/trampolines/riscv64.rs +0 -117
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/trampolines/x86_64.rs +0 -135
- data/ext/cargo-vendor/wasmtime-types-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-types-4.0.0/Cargo.toml +0 -34
- data/ext/cargo-vendor/wasmtime-wasi-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-wasi-4.0.0/Cargo.toml +0 -63
- data/ext/cargo-vendor/wast-50.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wast-50.0.0/Cargo.toml +0 -50
- data/ext/cargo-vendor/wast-50.0.0/src/component/alias.rs +0 -256
- data/ext/cargo-vendor/wast-50.0.0/src/component/binary.rs +0 -951
- data/ext/cargo-vendor/wast-50.0.0/src/component/expand.rs +0 -832
- data/ext/cargo-vendor/wast-50.0.0/src/component/export.rs +0 -197
- data/ext/cargo-vendor/wast-50.0.0/src/component/import.rs +0 -163
- data/ext/cargo-vendor/wast-50.0.0/src/component/resolve.rs +0 -954
- data/ext/cargo-vendor/wast-50.0.0/src/component/types.rs +0 -958
- data/ext/cargo-vendor/wast-50.0.0/src/core/expr.rs +0 -1889
- data/ext/cargo-vendor/wast-50.0.0/tests/annotations.rs +0 -200
- data/ext/cargo-vendor/wat-1.0.52/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wat-1.0.52/Cargo.toml +0 -27
- data/ext/cargo-vendor/wiggle-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wiggle-4.0.0/Cargo.toml +0 -109
- data/ext/cargo-vendor/wiggle-4.0.0/src/lib.rs +0 -1066
- data/ext/cargo-vendor/wiggle-generate-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wiggle-generate-4.0.0/Cargo.toml +0 -61
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/codegen_settings.rs +0 -146
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/config.rs +0 -675
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/funcs.rs +0 -430
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/module_trait.rs +0 -97
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/wasmtime.rs +0 -165
- data/ext/cargo-vendor/wiggle-macro-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wiggle-macro-4.0.0/Cargo.toml +0 -55
- data/ext/cargo-vendor/wiggle-macro-4.0.0/src/lib.rs +0 -208
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.0/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.0/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_i686_gnu-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_i686_gnu-0.42.0/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_i686_msvc-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_i686_msvc-0.42.0/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.0/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.0/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.0/lib/windows.lib +0 -0
- data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/.cargo_vcs_info.json +0 -6
- data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/Cargo.toml +0 -84
- data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/build.rs +0 -252
@@ -1,4016 +0,0 @@
|
|
1
|
-
;; s390x instruction selection and CLIF-to-MachInst lowering.
|
2
|
-
|
3
|
-
;; The main lowering constructor term: takes a clif `Inst` and returns the
|
4
|
-
;; register(s) within which the lowered instruction's result values live.
|
5
|
-
(decl lower (Inst) InstOutput)
|
6
|
-
|
7
|
-
;; A variant of the main lowering constructor term, used for branches.
|
8
|
-
;; The only difference is that it gets an extra argument holding a vector
|
9
|
-
;; of branch targets to be used.
|
10
|
-
(decl lower_branch (Inst VecMachLabel) InstOutput)
|
11
|
-
|
12
|
-
|
13
|
-
;;;; Rules for `iconst` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
14
|
-
|
15
|
-
(rule (lower (has_type ty (iconst (u64_from_imm64 n))))
|
16
|
-
(imm ty n))
|
17
|
-
|
18
|
-
|
19
|
-
;;;; Rules for `f32const` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
20
|
-
|
21
|
-
(rule (lower (f32const (u64_from_ieee32 x)))
|
22
|
-
(imm $F32 x))
|
23
|
-
|
24
|
-
|
25
|
-
;;;; Rules for `f64const` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
26
|
-
|
27
|
-
(rule (lower (f64const (u64_from_ieee64 x)))
|
28
|
-
(imm $F64 x))
|
29
|
-
|
30
|
-
|
31
|
-
;;;; Rules for `vconst` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
32
|
-
|
33
|
-
(rule (lower (has_type ty (vconst (u128_from_constant x))))
|
34
|
-
(vec_imm ty (be_vec_const ty x)))
|
35
|
-
|
36
|
-
|
37
|
-
;;;; Rules for `null` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
38
|
-
|
39
|
-
(rule (lower (has_type ty (null)))
|
40
|
-
(imm ty 0))
|
41
|
-
|
42
|
-
|
43
|
-
;;;; Rules for `nop` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
44
|
-
|
45
|
-
(rule (lower (nop))
|
46
|
-
(invalid_reg))
|
47
|
-
|
48
|
-
|
49
|
-
;;;; Rules for `iconcat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
50
|
-
|
51
|
-
(rule (lower (has_type (vr128_ty ty) (iconcat x y)))
|
52
|
-
(mov_to_vec128 ty y x))
|
53
|
-
|
54
|
-
|
55
|
-
;;;; Rules for `isplit` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
56
|
-
|
57
|
-
(rule (lower (isplit x @ (value_type $I128)))
|
58
|
-
(let ((x_reg Reg x)
|
59
|
-
(x_hi Reg (vec_extract_lane $I64X2 x_reg 0 (zero_reg)))
|
60
|
-
(x_lo Reg (vec_extract_lane $I64X2 x_reg 1 (zero_reg))))
|
61
|
-
(output_pair x_lo x_hi)))
|
62
|
-
|
63
|
-
|
64
|
-
;;;; Rules for `iadd` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
65
|
-
|
66
|
-
;; Add two registers.
|
67
|
-
(rule 0 (lower (has_type (fits_in_64 ty) (iadd x y)))
|
68
|
-
(add_reg ty x y))
|
69
|
-
|
70
|
-
;; Add a register and a sign-extended register.
|
71
|
-
(rule 8 (lower (has_type (fits_in_64 ty) (iadd x (sext32_value y))))
|
72
|
-
(add_reg_sext32 ty x y))
|
73
|
-
(rule 15 (lower (has_type (fits_in_64 ty) (iadd (sext32_value x) y)))
|
74
|
-
(add_reg_sext32 ty y x))
|
75
|
-
|
76
|
-
;; Add a register and an immediate.
|
77
|
-
(rule 7 (lower (has_type (fits_in_64 ty) (iadd x (i16_from_value y))))
|
78
|
-
(add_simm16 ty x y))
|
79
|
-
(rule 14 (lower (has_type (fits_in_64 ty) (iadd (i16_from_value x) y)))
|
80
|
-
(add_simm16 ty y x))
|
81
|
-
(rule 6 (lower (has_type (fits_in_64 ty) (iadd x (i32_from_value y))))
|
82
|
-
(add_simm32 ty x y))
|
83
|
-
(rule 13 (lower (has_type (fits_in_64 ty) (iadd (i32_from_value x) y)))
|
84
|
-
(add_simm32 ty y x))
|
85
|
-
|
86
|
-
;; Add a register and memory (32/64-bit types).
|
87
|
-
(rule 5 (lower (has_type (fits_in_64 ty) (iadd x (sinkable_load_32_64 y))))
|
88
|
-
(add_mem ty x (sink_load y)))
|
89
|
-
(rule 12 (lower (has_type (fits_in_64 ty) (iadd (sinkable_load_32_64 x) y)))
|
90
|
-
(add_mem ty y (sink_load x)))
|
91
|
-
|
92
|
-
;; Add a register and memory (16-bit types).
|
93
|
-
(rule 4 (lower (has_type (fits_in_64 ty) (iadd x (sinkable_load_16 y))))
|
94
|
-
(add_mem_sext16 ty x (sink_load y)))
|
95
|
-
(rule 11 (lower (has_type (fits_in_64 ty) (iadd (sinkable_load_16 x) y)))
|
96
|
-
(add_mem_sext16 ty y (sink_load x)))
|
97
|
-
|
98
|
-
;; Add a register and sign-extended memory.
|
99
|
-
(rule 3 (lower (has_type (fits_in_64 ty) (iadd x (sinkable_sload16 y))))
|
100
|
-
(add_mem_sext16 ty x (sink_sload16 y)))
|
101
|
-
(rule 10 (lower (has_type (fits_in_64 ty) (iadd (sinkable_sload16 x) y)))
|
102
|
-
(add_mem_sext16 ty y (sink_sload16 x)))
|
103
|
-
(rule 2 (lower (has_type (fits_in_64 ty) (iadd x (sinkable_sload32 y))))
|
104
|
-
(add_mem_sext32 ty x (sink_sload32 y)))
|
105
|
-
(rule 9 (lower (has_type (fits_in_64 ty) (iadd (sinkable_sload32 x) y)))
|
106
|
-
(add_mem_sext32 ty y (sink_sload32 x)))
|
107
|
-
|
108
|
-
;; Add two vector registers.
|
109
|
-
(rule 1 (lower (has_type (vr128_ty ty) (iadd x y)))
|
110
|
-
(vec_add ty x y))
|
111
|
-
|
112
|
-
|
113
|
-
;;;; Rules for `uadd_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
114
|
-
|
115
|
-
;; Add (saturate unsigned) two vector registers.
|
116
|
-
(rule (lower (has_type (ty_vec128 ty) (uadd_sat x y)))
|
117
|
-
(let ((sum Reg (vec_add ty x y)))
|
118
|
-
(vec_or ty sum (vec_cmphl ty x sum))))
|
119
|
-
|
120
|
-
|
121
|
-
;;;; Rules for `sadd_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
122
|
-
|
123
|
-
;; Add (saturate signed) two vector registers. $I64X2 not supported.
|
124
|
-
(rule (lower (has_type (ty_vec128 ty) (sadd_sat x y)))
|
125
|
-
(vec_pack_ssat (vec_widen_type ty)
|
126
|
-
(vec_add (vec_widen_type ty) (vec_unpacks_high ty x)
|
127
|
-
(vec_unpacks_high ty y))
|
128
|
-
(vec_add (vec_widen_type ty) (vec_unpacks_low ty x)
|
129
|
-
(vec_unpacks_low ty y))))
|
130
|
-
|
131
|
-
|
132
|
-
;;;; Rules for `iadd_pairwise` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
133
|
-
|
134
|
-
;; Lane-wise integer pairwise addition for 8-/16/32-bit vector registers.
|
135
|
-
(rule (lower (has_type ty @ (multi_lane bits _) (iadd_pairwise x y)))
|
136
|
-
(let ((size Reg (vec_imm_splat $I8X16 (u32_as_u64 bits))))
|
137
|
-
(vec_pack_lane_order (vec_widen_type ty)
|
138
|
-
(vec_add ty x (vec_lshr_by_byte x size))
|
139
|
-
(vec_add ty y (vec_lshr_by_byte y size)))))
|
140
|
-
|
141
|
-
|
142
|
-
;;;; Rules for `isub` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
143
|
-
|
144
|
-
;; Sub two registers.
|
145
|
-
(rule 0 (lower (has_type (fits_in_64 ty) (isub x y)))
|
146
|
-
(sub_reg ty x y))
|
147
|
-
|
148
|
-
;; Sub a register and a sign-extended register.
|
149
|
-
(rule 8 (lower (has_type (fits_in_64 ty) (isub x (sext32_value y))))
|
150
|
-
(sub_reg_sext32 ty x y))
|
151
|
-
|
152
|
-
;; Sub a register and an immediate (using add of the negated value).
|
153
|
-
(rule 7 (lower (has_type (fits_in_64 ty) (isub x (i16_from_negated_value y))))
|
154
|
-
(add_simm16 ty x y))
|
155
|
-
(rule 6 (lower (has_type (fits_in_64 ty) (isub x (i32_from_negated_value y))))
|
156
|
-
(add_simm32 ty x y))
|
157
|
-
|
158
|
-
;; Sub a register and memory (32/64-bit types).
|
159
|
-
(rule 5 (lower (has_type (fits_in_64 ty) (isub x (sinkable_load_32_64 y))))
|
160
|
-
(sub_mem ty x (sink_load y)))
|
161
|
-
|
162
|
-
;; Sub a register and memory (16-bit types).
|
163
|
-
(rule 4 (lower (has_type (fits_in_64 ty) (isub x (sinkable_load_16 y))))
|
164
|
-
(sub_mem_sext16 ty x (sink_load y)))
|
165
|
-
|
166
|
-
;; Sub a register and sign-extended memory.
|
167
|
-
(rule 3 (lower (has_type (fits_in_64 ty) (isub x (sinkable_sload16 y))))
|
168
|
-
(sub_mem_sext16 ty x (sink_sload16 y)))
|
169
|
-
(rule 2 (lower (has_type (fits_in_64 ty) (isub x (sinkable_sload32 y))))
|
170
|
-
(sub_mem_sext32 ty x (sink_sload32 y)))
|
171
|
-
|
172
|
-
;; Sub two vector registers.
|
173
|
-
(rule 1 (lower (has_type (vr128_ty ty) (isub x y)))
|
174
|
-
(vec_sub ty x y))
|
175
|
-
|
176
|
-
|
177
|
-
;;;; Rules for `usub_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
178
|
-
|
179
|
-
;; Add (saturate unsigned) two vector registers.
|
180
|
-
(rule (lower (has_type (ty_vec128 ty) (usub_sat x y)))
|
181
|
-
(vec_and ty (vec_sub ty x y) (vec_cmphl ty x y)))
|
182
|
-
|
183
|
-
|
184
|
-
;;;; Rules for `ssub_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
185
|
-
|
186
|
-
;; Add (saturate signed) two vector registers. $I64X2 not supported.
|
187
|
-
(rule (lower (has_type (ty_vec128 ty) (ssub_sat x y)))
|
188
|
-
(vec_pack_ssat (vec_widen_type ty)
|
189
|
-
(vec_sub (vec_widen_type ty) (vec_unpacks_high ty x)
|
190
|
-
(vec_unpacks_high ty y))
|
191
|
-
(vec_sub (vec_widen_type ty) (vec_unpacks_low ty x)
|
192
|
-
(vec_unpacks_low ty y))))
|
193
|
-
|
194
|
-
|
195
|
-
;;;; Rules for `iadd_ifcout` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
196
|
-
|
197
|
-
;; N.B.: the second output of `iadd_ifcout` is meant to be the `iflags` value
|
198
|
-
;; containing the carry result, but we do not support the `iflags` mechanism.
|
199
|
-
;; However, the only actual use case is where `iadd_ifcout` feeds into `trapif`,
|
200
|
-
;; which is implemented by explicitly matching on the flags producer. So we can
|
201
|
-
;; get away with just using an invalid second output, and the reg-renaming code
|
202
|
-
;; does the right thing, for now.
|
203
|
-
(decl output_ifcout (Reg) InstOutput)
|
204
|
-
(rule (output_ifcout reg)
|
205
|
-
(output_pair reg (value_regs_invalid)))
|
206
|
-
|
207
|
-
;; Add two registers.
|
208
|
-
(rule 0 (lower (has_type (fits_in_64 ty) (iadd_ifcout x y)))
|
209
|
-
(output_ifcout (add_logical_reg ty x y)))
|
210
|
-
|
211
|
-
;; Add a register and a zero-extended register.
|
212
|
-
(rule 4 (lower (has_type (fits_in_64 ty) (iadd_ifcout x (zext32_value y))))
|
213
|
-
(output_ifcout (add_logical_reg_zext32 ty x y)))
|
214
|
-
(rule 8 (lower (has_type (fits_in_64 ty) (iadd_ifcout (zext32_value x) y)))
|
215
|
-
(output_ifcout (add_logical_reg_zext32 ty y x)))
|
216
|
-
|
217
|
-
;; Add a register and an immediate.
|
218
|
-
(rule 3 (lower (has_type (fits_in_64 ty) (iadd_ifcout x (u32_from_value y))))
|
219
|
-
(output_ifcout (add_logical_zimm32 ty x y)))
|
220
|
-
(rule 7 (lower (has_type (fits_in_64 ty) (iadd_ifcout (u32_from_value x) y)))
|
221
|
-
(output_ifcout (add_logical_zimm32 ty y x)))
|
222
|
-
|
223
|
-
;; Add a register and memory (32/64-bit types).
|
224
|
-
(rule 2 (lower (has_type (fits_in_64 ty) (iadd_ifcout x (sinkable_load_32_64 y))))
|
225
|
-
(output_ifcout (add_logical_mem ty x (sink_load y))))
|
226
|
-
(rule 6 (lower (has_type (fits_in_64 ty) (iadd_ifcout (sinkable_load_32_64 x) y)))
|
227
|
-
(output_ifcout (add_logical_mem ty y (sink_load x))))
|
228
|
-
|
229
|
-
;; Add a register and zero-extended memory.
|
230
|
-
(rule 1 (lower (has_type (fits_in_64 ty) (iadd_ifcout x (sinkable_uload32 y))))
|
231
|
-
(output_ifcout (add_logical_mem_zext32 ty x (sink_uload32 y))))
|
232
|
-
(rule 5 (lower (has_type (fits_in_64 ty) (iadd_ifcout (sinkable_uload32 x) y)))
|
233
|
-
(output_ifcout (add_logical_mem_zext32 ty y (sink_uload32 x))))
|
234
|
-
|
235
|
-
|
236
|
-
;;;; Rules for `iabs` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
237
|
-
|
238
|
-
;; Absolute value of a register.
|
239
|
-
;; For types smaller than 32-bit, the input value must be sign-extended.
|
240
|
-
(rule 2 (lower (has_type (fits_in_64 ty) (iabs x)))
|
241
|
-
(abs_reg (ty_ext32 ty) (put_in_reg_sext32 x)))
|
242
|
-
|
243
|
-
;; Absolute value of a sign-extended register.
|
244
|
-
(rule 3 (lower (has_type (fits_in_64 ty) (iabs (sext32_value x))))
|
245
|
-
(abs_reg_sext32 ty x))
|
246
|
-
|
247
|
-
;; Absolute value of a vector register.
|
248
|
-
(rule 1 (lower (has_type (ty_vec128 ty) (iabs x)))
|
249
|
-
(vec_abs ty x))
|
250
|
-
|
251
|
-
;; Absolute value of a 128-bit integer.
|
252
|
-
(rule 0 (lower (has_type $I128 (iabs x)))
|
253
|
-
(let ((zero Reg (vec_imm $I128 0))
|
254
|
-
(pos Reg x)
|
255
|
-
(neg Reg (vec_sub $I128 zero pos))
|
256
|
-
(rep Reg (vec_replicate_lane $I64X2 pos 0))
|
257
|
-
(mask Reg (vec_cmph $I64X2 zero rep)))
|
258
|
-
(vec_select $I128 neg pos mask)))
|
259
|
-
|
260
|
-
|
261
|
-
;;;; Rules for `ineg` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
262
|
-
|
263
|
-
;; Negate a register.
|
264
|
-
(rule 2 (lower (has_type (fits_in_64 ty) (ineg x)))
|
265
|
-
(neg_reg ty x))
|
266
|
-
|
267
|
-
;; Negate a sign-extended register.
|
268
|
-
(rule 3 (lower (has_type (fits_in_64 ty) (ineg (sext32_value x))))
|
269
|
-
(neg_reg_sext32 ty x))
|
270
|
-
|
271
|
-
;; Negate a vector register.
|
272
|
-
(rule 1 (lower (has_type (ty_vec128 ty) (ineg x)))
|
273
|
-
(vec_neg ty x))
|
274
|
-
|
275
|
-
;; Negate a 128-bit integer.
|
276
|
-
(rule 0 (lower (has_type $I128 (ineg x)))
|
277
|
-
(vec_sub $I128 (vec_imm $I128 0) x))
|
278
|
-
|
279
|
-
|
280
|
-
;;;; Rules for `umax` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
281
|
-
|
282
|
-
;; Unsigned maximum of two vector registers.
|
283
|
-
(rule (lower (has_type (ty_vec128 ty) (umax x y)))
|
284
|
-
(vec_umax ty x y))
|
285
|
-
|
286
|
-
|
287
|
-
;;;; Rules for `umin` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
288
|
-
|
289
|
-
;; Unsigned minimum of two vector registers.
|
290
|
-
(rule (lower (has_type (ty_vec128 ty) (umin x y)))
|
291
|
-
(vec_umin ty x y))
|
292
|
-
|
293
|
-
|
294
|
-
;;;; Rules for `smax` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
295
|
-
|
296
|
-
;; Signed maximum of two vector registers.
|
297
|
-
(rule (lower (has_type (ty_vec128 ty) (smax x y)))
|
298
|
-
(vec_smax ty x y))
|
299
|
-
|
300
|
-
|
301
|
-
;;;; Rules for `smin` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
302
|
-
|
303
|
-
;; Signed minimum of two vector registers.
|
304
|
-
(rule (lower (has_type (ty_vec128 ty) (smin x y)))
|
305
|
-
(vec_smin ty x y))
|
306
|
-
|
307
|
-
|
308
|
-
;;;; Rules for `avg_round` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
309
|
-
|
310
|
-
;; Unsigned average of two vector registers.
|
311
|
-
(rule (lower (has_type (ty_vec128 ty) (avg_round x y)))
|
312
|
-
(vec_uavg ty x y))
|
313
|
-
|
314
|
-
|
315
|
-
;;;; Rules for `imul` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
316
|
-
|
317
|
-
;; Multiply two registers.
|
318
|
-
(rule 0 (lower (has_type (fits_in_64 ty) (imul x y)))
|
319
|
-
(mul_reg ty x y))
|
320
|
-
|
321
|
-
;; Multiply a register and a sign-extended register.
|
322
|
-
(rule 8 (lower (has_type (fits_in_64 ty) (imul x (sext32_value y))))
|
323
|
-
(mul_reg_sext32 ty x y))
|
324
|
-
(rule 15 (lower (has_type (fits_in_64 ty) (imul (sext32_value x) y)))
|
325
|
-
(mul_reg_sext32 ty y x))
|
326
|
-
|
327
|
-
;; Multiply a register and an immediate.
|
328
|
-
(rule 7 (lower (has_type (fits_in_64 ty) (imul x (i16_from_value y))))
|
329
|
-
(mul_simm16 ty x y))
|
330
|
-
(rule 14 (lower (has_type (fits_in_64 ty) (imul (i16_from_value x) y)))
|
331
|
-
(mul_simm16 ty y x))
|
332
|
-
(rule 6 (lower (has_type (fits_in_64 ty) (imul x (i32_from_value y))))
|
333
|
-
(mul_simm32 ty x y))
|
334
|
-
(rule 13 (lower (has_type (fits_in_64 ty) (imul (i32_from_value x) y)))
|
335
|
-
(mul_simm32 ty y x))
|
336
|
-
|
337
|
-
;; Multiply a register and memory (32/64-bit types).
|
338
|
-
(rule 5 (lower (has_type (fits_in_64 ty) (imul x (sinkable_load_32_64 y))))
|
339
|
-
(mul_mem ty x (sink_load y)))
|
340
|
-
(rule 12 (lower (has_type (fits_in_64 ty) (imul (sinkable_load_32_64 x) y)))
|
341
|
-
(mul_mem ty y (sink_load x)))
|
342
|
-
|
343
|
-
;; Multiply a register and memory (16-bit types).
|
344
|
-
(rule 4 (lower (has_type (fits_in_64 ty) (imul x (sinkable_load_16 y))))
|
345
|
-
(mul_mem_sext16 ty x (sink_load y)))
|
346
|
-
(rule 11 (lower (has_type (fits_in_64 ty) (imul (sinkable_load_16 x) y)))
|
347
|
-
(mul_mem_sext16 ty y (sink_load x)))
|
348
|
-
|
349
|
-
;; Multiply a register and sign-extended memory.
|
350
|
-
(rule 3 (lower (has_type (fits_in_64 ty) (imul x (sinkable_sload16 y))))
|
351
|
-
(mul_mem_sext16 ty x (sink_sload16 y)))
|
352
|
-
(rule 10 (lower (has_type (fits_in_64 ty) (imul (sinkable_sload16 x) y)))
|
353
|
-
(mul_mem_sext16 ty y (sink_sload16 x)))
|
354
|
-
(rule 2 (lower (has_type (fits_in_64 ty) (imul x (sinkable_sload32 y))))
|
355
|
-
(mul_mem_sext32 ty x (sink_sload32 y)))
|
356
|
-
(rule 9 (lower (has_type (fits_in_64 ty) (imul (sinkable_sload32 x) y)))
|
357
|
-
(mul_mem_sext32 ty y (sink_sload32 x)))
|
358
|
-
|
359
|
-
;; Multiply two vector registers, using a helper.
|
360
|
-
(decl vec_mul_impl (Type Reg Reg) Reg)
|
361
|
-
(rule 1 (lower (has_type (vr128_ty ty) (imul x y)))
|
362
|
-
(vec_mul_impl ty x y))
|
363
|
-
|
364
|
-
;; Multiply two vector registers - byte, halfword, and word.
|
365
|
-
(rule (vec_mul_impl $I8X16 x y) (vec_mul $I8X16 x y))
|
366
|
-
(rule (vec_mul_impl $I16X8 x y) (vec_mul $I16X8 x y))
|
367
|
-
(rule (vec_mul_impl $I32X4 x y) (vec_mul $I32X4 x y))
|
368
|
-
|
369
|
-
;; Multiply two vector registers - doubleword. Has to be scalarized.
|
370
|
-
(rule (vec_mul_impl $I64X2 x y)
|
371
|
-
(mov_to_vec128 $I64X2
|
372
|
-
(mul_reg $I64 (vec_extract_lane $I64X2 x 0 (zero_reg))
|
373
|
-
(vec_extract_lane $I64X2 y 0 (zero_reg)))
|
374
|
-
(mul_reg $I64 (vec_extract_lane $I64X2 x 1 (zero_reg))
|
375
|
-
(vec_extract_lane $I64X2 y 1 (zero_reg)))))
|
376
|
-
|
377
|
-
;; Multiply two vector registers - quadword.
|
378
|
-
(rule (vec_mul_impl $I128 x y)
|
379
|
-
(let ((x_hi Reg (vec_extract_lane $I64X2 x 0 (zero_reg)))
|
380
|
-
(x_lo Reg (vec_extract_lane $I64X2 x 1 (zero_reg)))
|
381
|
-
(y_hi Reg (vec_extract_lane $I64X2 y 0 (zero_reg)))
|
382
|
-
(y_lo Reg (vec_extract_lane $I64X2 y 1 (zero_reg)))
|
383
|
-
(lo_pair RegPair (umul_wide x_lo y_lo))
|
384
|
-
(res_lo Reg (copy_reg $I64 (regpair_lo lo_pair)))
|
385
|
-
(res_hi_1 Reg (copy_reg $I64 (regpair_hi lo_pair)))
|
386
|
-
(res_hi_2 Reg (mul_reg $I64 x_lo y_hi))
|
387
|
-
(res_hi_3 Reg (mul_reg $I64 x_hi y_lo))
|
388
|
-
(res_hi Reg (add_reg $I64 res_hi_3 (add_reg $I64 res_hi_2 res_hi_1))))
|
389
|
-
(mov_to_vec128 $I64X2 res_hi res_lo)))
|
390
|
-
|
391
|
-
|
392
|
-
;;;; Rules for `umulhi` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
393
|
-
|
394
|
-
;; Multiply high part unsigned, 8-bit or 16-bit types. (Uses 32-bit multiply.)
|
395
|
-
(rule -1 (lower (has_type (ty_8_or_16 ty) (umulhi x y)))
|
396
|
-
(let ((ext_reg_x Reg (put_in_reg_zext32 x))
|
397
|
-
(ext_reg_y Reg (put_in_reg_zext32 y))
|
398
|
-
(ext_mul Reg (mul_reg $I32 ext_reg_x ext_reg_y)))
|
399
|
-
(lshr_imm $I32 ext_mul (ty_bits ty))))
|
400
|
-
|
401
|
-
;; Multiply high part unsigned, 32-bit types. (Uses 64-bit multiply.)
|
402
|
-
(rule (lower (has_type $I32 (umulhi x y)))
|
403
|
-
(let ((ext_reg_x Reg (put_in_reg_zext64 x))
|
404
|
-
(ext_reg_y Reg (put_in_reg_zext64 y))
|
405
|
-
(ext_mul Reg (mul_reg $I64 ext_reg_x ext_reg_y)))
|
406
|
-
(lshr_imm $I64 ext_mul 32)))
|
407
|
-
|
408
|
-
;; Multiply high part unsigned, 64-bit types. (Uses umul_wide.)
|
409
|
-
(rule (lower (has_type $I64 (umulhi x y)))
|
410
|
-
(let ((pair RegPair (umul_wide x y)))
|
411
|
-
(copy_reg $I64 (regpair_hi pair))))
|
412
|
-
|
413
|
-
;; Multiply high part unsigned, vector types with 8-, 16-, or 32-bit elements.
|
414
|
-
(rule (lower (has_type $I8X16 (umulhi x y))) (vec_umulhi $I8X16 x y))
|
415
|
-
(rule (lower (has_type $I16X8 (umulhi x y))) (vec_umulhi $I16X8 x y))
|
416
|
-
(rule (lower (has_type $I32X4 (umulhi x y))) (vec_umulhi $I32X4 x y))
|
417
|
-
|
418
|
-
;; Multiply high part unsigned, vector types with 64-bit elements.
|
419
|
-
;; Has to be scalarized.
|
420
|
-
(rule (lower (has_type $I64X2 (umulhi x y)))
|
421
|
-
(let ((pair_0 RegPair (umul_wide (vec_extract_lane $I64X2 x 0 (zero_reg))
|
422
|
-
(vec_extract_lane $I64X2 y 0 (zero_reg))))
|
423
|
-
(res_0 Reg (copy_reg $I64 (regpair_hi pair_0)))
|
424
|
-
(pair_1 RegPair (umul_wide (vec_extract_lane $I64X2 x 1 (zero_reg))
|
425
|
-
(vec_extract_lane $I64X2 y 1 (zero_reg))))
|
426
|
-
(res_1 Reg (copy_reg $I64 (regpair_hi pair_1))))
|
427
|
-
(mov_to_vec128 $I64X2 res_0 res_1)))
|
428
|
-
|
429
|
-
|
430
|
-
;;;; Rules for `smulhi` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
431
|
-
|
432
|
-
;; Multiply high part signed, 8-bit or 16-bit types. (Uses 32-bit multiply.)
|
433
|
-
(rule -1 (lower (has_type (ty_8_or_16 ty) (smulhi x y)))
|
434
|
-
(let ((ext_reg_x Reg (put_in_reg_sext32 x))
|
435
|
-
(ext_reg_y Reg (put_in_reg_sext32 y))
|
436
|
-
(ext_mul Reg (mul_reg $I32 ext_reg_x ext_reg_y)))
|
437
|
-
(ashr_imm $I32 ext_mul (ty_bits ty))))
|
438
|
-
|
439
|
-
;; Multiply high part signed, 32-bit types. (Uses 64-bit multiply.)
|
440
|
-
(rule (lower (has_type $I32 (smulhi x y)))
|
441
|
-
(let ((ext_reg_x Reg (put_in_reg_sext64 x))
|
442
|
-
(ext_reg_y Reg (put_in_reg_sext64 y))
|
443
|
-
(ext_mul Reg (mul_reg $I64 ext_reg_x ext_reg_y)))
|
444
|
-
(ashr_imm $I64 ext_mul 32)))
|
445
|
-
|
446
|
-
;; Multiply high part signed, 64-bit types. (Uses smul_wide.)
|
447
|
-
(rule (lower (has_type $I64 (smulhi x y)))
|
448
|
-
(let ((pair RegPair (smul_wide x y)))
|
449
|
-
(copy_reg $I64 (regpair_hi pair))))
|
450
|
-
|
451
|
-
;; Multiply high part signed, vector types with 8-, 16-, or 32-bit elements.
|
452
|
-
(rule (lower (has_type $I8X16 (smulhi x y))) (vec_smulhi $I8X16 x y))
|
453
|
-
(rule (lower (has_type $I16X8 (smulhi x y))) (vec_smulhi $I16X8 x y))
|
454
|
-
(rule (lower (has_type $I32X4 (smulhi x y))) (vec_smulhi $I32X4 x y))
|
455
|
-
|
456
|
-
;; Multiply high part unsigned, vector types with 64-bit elements.
|
457
|
-
;; Has to be scalarized.
|
458
|
-
(rule (lower (has_type $I64X2 (smulhi x y)))
|
459
|
-
(let ((pair_0 RegPair (smul_wide (vec_extract_lane $I64X2 x 0 (zero_reg))
|
460
|
-
(vec_extract_lane $I64X2 y 0 (zero_reg))))
|
461
|
-
(res_0 Reg (copy_reg $I64 (regpair_hi pair_0)))
|
462
|
-
(pair_1 RegPair (smul_wide (vec_extract_lane $I64X2 x 1 (zero_reg))
|
463
|
-
(vec_extract_lane $I64X2 y 1 (zero_reg))))
|
464
|
-
(res_1 Reg (copy_reg $I64 (regpair_hi pair_1))))
|
465
|
-
(mov_to_vec128 $I64X2 res_0 res_1)))
|
466
|
-
|
467
|
-
|
468
|
-
;;;; Rules for `widening_pairwise_dot_product_s` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
469
|
-
|
470
|
-
;; Widening pairwise dot product of two vector registers.
|
471
|
-
(rule (lower (has_type dst_ty (widening_pairwise_dot_product_s
|
472
|
-
x @ (value_type src_ty) y)))
|
473
|
-
(vec_add dst_ty (vec_smul_even src_ty x y)
|
474
|
-
(vec_smul_odd src_ty x y)))
|
475
|
-
|
476
|
-
|
477
|
-
;;;; Rules for `sqmul_round_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
478
|
-
|
479
|
-
;; Fixed-point multiplication of two vector registers.
|
480
|
-
(rule (lower (has_type (ty_vec128 ty) (sqmul_round_sat x y)))
|
481
|
-
(vec_pack_ssat (vec_widen_type ty)
|
482
|
-
(sqmul_impl (vec_widen_type ty)
|
483
|
-
(vec_unpacks_high ty x)
|
484
|
-
(vec_unpacks_high ty y))
|
485
|
-
(sqmul_impl (vec_widen_type ty)
|
486
|
-
(vec_unpacks_low ty x)
|
487
|
-
(vec_unpacks_low ty y))))
|
488
|
-
|
489
|
-
;; Helper to perform the rounded multiply in the wider type.
|
490
|
-
(decl sqmul_impl (Type Reg Reg) Reg)
|
491
|
-
(rule (sqmul_impl $I32X4 x y)
|
492
|
-
(vec_ashr_imm $I32X4 (vec_add $I32X4 (vec_mul_impl $I32X4 x y)
|
493
|
-
(vec_imm_bit_mask $I32X4 17 17))
|
494
|
-
15))
|
495
|
-
(rule (sqmul_impl $I64X2 x y)
|
496
|
-
(vec_ashr_imm $I64X2 (vec_add $I64X2 (vec_mul_impl $I64X2 x y)
|
497
|
-
(vec_imm_bit_mask $I64X2 33 33))
|
498
|
-
31))
|
499
|
-
|
500
|
-
|
501
|
-
;;;; Rules for `udiv` and `urem` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
502
|
-
|
503
|
-
;; Divide two registers. The architecture provides combined udiv / urem
|
504
|
-
;; instructions with the following combination of data types:
|
505
|
-
;;
|
506
|
-
;; - 64-bit dividend (split across a 2x32-bit register pair),
|
507
|
-
;; 32-bit divisor (in a single input register)
|
508
|
-
;; 32-bit quotient & remainder (in a 2x32-bit register pair)
|
509
|
-
;;
|
510
|
-
;; - 128-bit dividend (split across a 2x64-bit register pair),
|
511
|
-
;; 64-bit divisor (in a single input register)
|
512
|
-
;; 64-bit quotient & remainder (in a 2x64-bit register pair)
|
513
|
-
;;
|
514
|
-
;; We use the first variant for 32-bit and smaller input types,
|
515
|
-
;; and the second variant for 64-bit input types.
|
516
|
-
|
517
|
-
;; Implement `udiv`.
|
518
|
-
(rule (lower (has_type (fits_in_64 ty) (udiv x y)))
|
519
|
-
(let (;; Look at the divisor to determine whether we need to generate
|
520
|
-
;; an explicit division-by zero check.
|
521
|
-
(DZcheck bool (zero_divisor_check_needed y))
|
522
|
-
;; Load up the dividend, by loading the input (possibly zero-
|
523
|
-
;; extended) input into the low half of the register pair,
|
524
|
-
;; and setting the high half to zero.
|
525
|
-
(ext_x RegPair (regpair (imm (ty_ext32 ty) 0)
|
526
|
-
(put_in_reg_zext32 x)))
|
527
|
-
;; Load up the divisor, zero-extended if necessary.
|
528
|
-
(ext_y Reg (put_in_reg_zext32 y))
|
529
|
-
(ext_ty Type (ty_ext32 ty))
|
530
|
-
;; Now actually perform the division-by zero check if necessary.
|
531
|
-
;; This cannot be done earlier than here, because the check
|
532
|
-
;; requires an already extended divisor value.
|
533
|
-
(_ Reg (maybe_trap_if_zero_divisor DZcheck ext_ty ext_y))
|
534
|
-
;; Emit the actual divide instruction.
|
535
|
-
(pair RegPair (udivmod ext_ty ext_x ext_y)))
|
536
|
-
;; The quotient can be found in the low half of the result.
|
537
|
-
(copy_reg ty (regpair_lo pair))))
|
538
|
-
|
539
|
-
;; Implement `urem`. Same as `udiv`, but finds the remainder in
|
540
|
-
;; the high half of the result register pair instead.
|
541
|
-
(rule (lower (has_type (fits_in_64 ty) (urem x y)))
|
542
|
-
(let ((DZcheck bool (zero_divisor_check_needed y))
|
543
|
-
(ext_x RegPair (regpair (imm (ty_ext32 ty) 0)
|
544
|
-
(put_in_reg_zext32 x)))
|
545
|
-
(ext_y Reg (put_in_reg_zext32 y))
|
546
|
-
(ext_ty Type (ty_ext32 ty))
|
547
|
-
(_ Reg (maybe_trap_if_zero_divisor DZcheck ext_ty ext_y))
|
548
|
-
(pair RegPair (udivmod ext_ty ext_x ext_y)))
|
549
|
-
(copy_reg ty (regpair_hi pair))))
|
550
|
-
|
551
|
-
;; Determine whether we need to perform a divide-by-zero-check.
|
552
|
-
;;
|
553
|
-
;; If the `avoid_div_traps` flag is false, we never need to perform
|
554
|
-
;; that check; we can rely on the divide instruction itself to trap.
|
555
|
-
;;
|
556
|
-
;; If the `avoid_div_traps` flag is true, we perform the check explicitly.
|
557
|
-
;; This still can be omittted if the divisor is a non-zero immediate.
|
558
|
-
(decl zero_divisor_check_needed (Value) bool)
|
559
|
-
(rule 2 (zero_divisor_check_needed (i64_from_value x))
|
560
|
-
(if (i64_nonzero x))
|
561
|
-
$false)
|
562
|
-
(rule 1 (zero_divisor_check_needed (value_type (allow_div_traps))) $false)
|
563
|
-
(rule 0 (zero_divisor_check_needed _) $true)
|
564
|
-
|
565
|
-
;; Perform the divide-by-zero check if required.
|
566
|
-
;; This is simply a compare-and-trap of the (extended) divisor against 0.
|
567
|
-
(decl maybe_trap_if_zero_divisor (bool Type Reg) Reg)
|
568
|
-
(rule (maybe_trap_if_zero_divisor $false _ _) (invalid_reg))
|
569
|
-
(rule (maybe_trap_if_zero_divisor $true ext_ty reg)
|
570
|
-
(icmps_simm16_and_trap ext_ty reg 0
|
571
|
-
(intcc_as_cond (IntCC.Equal))
|
572
|
-
(trap_code_division_by_zero)))
|
573
|
-
|
574
|
-
|
575
|
-
;;;; Rules for `sdiv` and `srem` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
576
|
-
|
577
|
-
;; Divide two registers. The architecture provides combined sdiv / srem
|
578
|
-
;; instructions with the following combination of data types:
|
579
|
-
;;
|
580
|
-
;; - 64-bit dividend (in the low half of a 2x64-bit register pair),
|
581
|
-
;; 32-bit divisor (in a single input register)
|
582
|
-
;; 64-bit quotient & remainder (in a 2x64-bit register pair)
|
583
|
-
;;
|
584
|
-
;; - 64-bit dividend (in the low half of a 2x64-bit register pair),
|
585
|
-
;; 64-bit divisor (in a single input register)
|
586
|
-
;; 64-bit quotient & remainder (in a 2x64-bit register pair)
|
587
|
-
;;
|
588
|
-
;; We use the first variant for 32-bit and smaller input types,
|
589
|
-
;; and the second variant for 64-bit input types.
|
590
|
-
|
591
|
-
;; Implement `sdiv`.
|
592
|
-
(rule (lower (has_type (fits_in_64 ty) (sdiv x y)))
|
593
|
-
(let (;; Look at the divisor to determine whether we need to generate
|
594
|
-
;; explicit division-by-zero and/or integer-overflow checks.
|
595
|
-
(DZcheck bool (zero_divisor_check_needed y))
|
596
|
-
(OFcheck bool (div_overflow_check_needed y))
|
597
|
-
;; Load up the dividend (sign-extended to 64-bit)
|
598
|
-
(ext_x Reg (put_in_reg_sext64 x))
|
599
|
-
;; Load up the divisor (sign-extended if necessary).
|
600
|
-
(ext_y Reg (put_in_reg_sext32 y))
|
601
|
-
(ext_ty Type (ty_ext32 ty))
|
602
|
-
;; Perform division-by-zero check (same as for `udiv`).
|
603
|
-
(_ Reg (maybe_trap_if_zero_divisor DZcheck ext_ty ext_y))
|
604
|
-
;; Perform integer-overflow check if necessary.
|
605
|
-
(_ Reg (maybe_trap_if_sdiv_overflow OFcheck ext_ty ty ext_x ext_y))
|
606
|
-
;; Emit the actual divide instruction.
|
607
|
-
(pair RegPair (sdivmod ext_ty ext_x ext_y)))
|
608
|
-
;; The quotient can be found in the low half of the result.
|
609
|
-
(copy_reg ty (regpair_lo pair))))
|
610
|
-
|
611
|
-
;; Implement `srem`. Same as `sdiv`, but finds the remainder in
|
612
|
-
;; the high half of the result register pair instead. Also, handle
|
613
|
-
;; the integer overflow case differently, see below.
|
614
|
-
(rule (lower (has_type (fits_in_64 ty) (srem x y)))
|
615
|
-
(let ((DZcheck bool (zero_divisor_check_needed y))
|
616
|
-
(OFcheck bool (div_overflow_check_needed y))
|
617
|
-
(ext_x Reg (put_in_reg_sext64 x))
|
618
|
-
(ext_y Reg (put_in_reg_sext32 y))
|
619
|
-
(ext_ty Type (ty_ext32 ty))
|
620
|
-
(_ Reg (maybe_trap_if_zero_divisor DZcheck ext_ty ext_y))
|
621
|
-
(checked_x Reg (maybe_avoid_srem_overflow OFcheck ext_ty ext_x ext_y))
|
622
|
-
(pair RegPair (sdivmod ext_ty checked_x ext_y)))
|
623
|
-
(copy_reg ty (regpair_hi pair))))
|
624
|
-
|
625
|
-
;; Determine whether we need to perform an integer-overflow check.
|
626
|
-
;;
|
627
|
-
;; We never rely on the divide instruction itself to trap; while that trap
|
628
|
-
;; would indeed happen, we have no way of signalling two different trap
|
629
|
-
;; conditions from the same instruction. By explicity checking for the
|
630
|
-
;; integer-overflow case ahead of time, any hardware trap in the divide
|
631
|
-
;; instruction is guaranteed to indicate divison-by-zero.
|
632
|
-
;;
|
633
|
-
;; In addition, for types smaller than 64 bits we would have to perform
|
634
|
-
;; the check explicitly anyway, since the instruction provides a 64-bit
|
635
|
-
;; quotient and only traps if *that* overflows.
|
636
|
-
;;
|
637
|
-
;; However, the only case where integer overflow can occur is if the
|
638
|
-
;; minimum (signed) integer value is divided by -1, so if the divisor
|
639
|
-
;; is any immediate different from -1, the check can be omitted.
|
640
|
-
(decl div_overflow_check_needed (Value) bool)
|
641
|
-
(rule 1 (div_overflow_check_needed (i64_from_value x))
|
642
|
-
(if (i64_not_neg1 x))
|
643
|
-
$false)
|
644
|
-
(rule (div_overflow_check_needed _) $true)
|
645
|
-
|
646
|
-
;; Perform the integer-overflow check if necessary. This implements:
|
647
|
-
;;
|
648
|
-
;; if divisor == INT_MIN && dividend == -1 { trap }
|
649
|
-
;;
|
650
|
-
;; but to avoid introducing control flow, it is actually done as:
|
651
|
-
;;
|
652
|
-
;; if ((divisor ^ INT_MAX) & dividend) == -1 { trap }
|
653
|
-
;;
|
654
|
-
;; instead, using a single conditional trap instruction.
|
655
|
-
(decl maybe_trap_if_sdiv_overflow (bool Type Type Reg Reg) Reg)
|
656
|
-
(rule (maybe_trap_if_sdiv_overflow $false ext_ty _ _ _) (invalid_reg))
|
657
|
-
(rule (maybe_trap_if_sdiv_overflow $true ext_ty ty x y)
|
658
|
-
(let ((int_max Reg (imm ext_ty (int_max ty)))
|
659
|
-
(reg Reg (and_reg ext_ty (xor_reg ext_ty int_max x) y)))
|
660
|
-
(icmps_simm16_and_trap ext_ty reg -1
|
661
|
-
(intcc_as_cond (IntCC.Equal))
|
662
|
-
(trap_code_integer_overflow))))
|
663
|
-
(decl int_max (Type) u64)
|
664
|
-
(rule (int_max $I8) 0x7f)
|
665
|
-
(rule (int_max $I16) 0x7fff)
|
666
|
-
(rule (int_max $I32) 0x7fffffff)
|
667
|
-
(rule (int_max $I64) 0x7fffffffffffffff)
|
668
|
-
|
669
|
-
;; When performing `srem`, we do not want to trap in the
|
670
|
-
;; integer-overflow scenario, because it is only the quotient
|
671
|
-
;; that overflows, not the remainder.
|
672
|
-
;;
|
673
|
-
;; For types smaller than 64 bits, we can simply let the
|
674
|
-
;; instruction execute, since (as above) it will never trap.
|
675
|
-
;;
|
676
|
-
;; For 64-bit inputs, we check whether the divisor is -1, and
|
677
|
-
;; if so simply replace the dividend by zero, which will give
|
678
|
-
;; the correct result, since any value modulo -1 is zero.
|
679
|
-
;;
|
680
|
-
;; (We could in fact avoid executing the divide instruction
|
681
|
-
;; at all in this case, but that would require introducing
|
682
|
-
;; control flow.)
|
683
|
-
(decl maybe_avoid_srem_overflow (bool Type Reg Reg) Reg)
|
684
|
-
(rule (maybe_avoid_srem_overflow $false _ x _) x)
|
685
|
-
(rule (maybe_avoid_srem_overflow $true $I32 x _) x)
|
686
|
-
(rule (maybe_avoid_srem_overflow $true $I64 x y)
|
687
|
-
(with_flags_reg (icmps_simm16 $I64 y -1)
|
688
|
-
(cmov_imm $I64 (intcc_as_cond (IntCC.Equal)) 0 x)))
|
689
|
-
|
690
|
-
|
691
|
-
;;;; Rules for `ishl` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
692
|
-
|
693
|
-
;; Shift left, shift amount in register.
|
694
|
-
(rule 0 (lower (has_type (fits_in_64 ty) (ishl x y)))
|
695
|
-
(let ((masked_amt Reg (mask_amt_reg ty (amt_reg y))))
|
696
|
-
(lshl_reg ty x masked_amt)))
|
697
|
-
|
698
|
-
;; Shift left, immediate shift amount.
|
699
|
-
(rule 1 (lower (has_type (fits_in_64 ty) (ishl x (i64_from_value y))))
|
700
|
-
(let ((masked_amt u8 (mask_amt_imm ty y)))
|
701
|
-
(lshl_imm ty x masked_amt)))
|
702
|
-
|
703
|
-
;; Vector shift left, shift amount in register.
|
704
|
-
(rule 2 (lower (has_type (ty_vec128 ty) (ishl x y)))
|
705
|
-
(vec_lshl_reg ty x (amt_reg y)))
|
706
|
-
|
707
|
-
;; Vector shift left, immediate shift amount.
|
708
|
-
(rule 3 (lower (has_type (ty_vec128 ty) (ishl x (i64_from_value y))))
|
709
|
-
(let ((masked_amt u8 (mask_amt_imm ty y)))
|
710
|
-
(vec_lshl_imm ty x masked_amt)))
|
711
|
-
|
712
|
-
;; 128-bit vector shift left.
|
713
|
-
(rule 4 (lower (has_type $I128 (ishl x y)))
|
714
|
-
(let ((amt Reg (amt_vr y)))
|
715
|
-
(vec_lshl_by_bit (vec_lshl_by_byte x amt) amt)))
|
716
|
-
|
717
|
-
|
718
|
-
;;;; Rules for `ushr` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
719
|
-
|
720
|
-
;; Shift right logical, shift amount in register.
|
721
|
-
;; For types smaller than 32-bit, the input value must be zero-extended.
|
722
|
-
(rule 0 (lower (has_type (fits_in_64 ty) (ushr x y)))
|
723
|
-
(let ((ext_reg Reg (put_in_reg_zext32 x))
|
724
|
-
(masked_amt Reg (mask_amt_reg ty (amt_reg y))))
|
725
|
-
(lshr_reg (ty_ext32 ty) ext_reg masked_amt)))
|
726
|
-
|
727
|
-
;; Shift right logical, immediate shift amount.
|
728
|
-
;; For types smaller than 32-bit, the input value must be zero-extended.
|
729
|
-
(rule 1 (lower (has_type (fits_in_64 ty) (ushr x (i64_from_value y))))
|
730
|
-
(let ((ext_reg Reg (put_in_reg_zext32 x))
|
731
|
-
(masked_amt u8 (mask_amt_imm ty y)))
|
732
|
-
(lshr_imm (ty_ext32 ty) ext_reg masked_amt)))
|
733
|
-
|
734
|
-
;; Vector shift right logical, shift amount in register.
|
735
|
-
(rule 2 (lower (has_type (ty_vec128 ty) (ushr x y)))
|
736
|
-
(vec_lshr_reg ty x (amt_reg y)))
|
737
|
-
|
738
|
-
;; Vector shift right logical, immediate shift amount.
|
739
|
-
(rule 3 (lower (has_type (ty_vec128 ty) (ushr x (i64_from_value y))))
|
740
|
-
(let ((masked_amt u8 (mask_amt_imm ty y)))
|
741
|
-
(vec_lshr_imm ty x masked_amt)))
|
742
|
-
|
743
|
-
;; 128-bit vector shift right logical.
|
744
|
-
(rule 4 (lower (has_type $I128 (ushr x y)))
|
745
|
-
(let ((amt Reg (amt_vr y)))
|
746
|
-
(vec_lshr_by_bit (vec_lshr_by_byte x amt) amt)))
|
747
|
-
|
748
|
-
|
749
|
-
;;;; Rules for `sshr` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
750
|
-
|
751
|
-
;; Shift right arithmetic, shift amount in register.
|
752
|
-
;; For types smaller than 32-bit, the input value must be sign-extended.
|
753
|
-
(rule 0 (lower (has_type (fits_in_64 ty) (sshr x y)))
|
754
|
-
(let ((ext_reg Reg (put_in_reg_sext32 x))
|
755
|
-
(masked_amt Reg (mask_amt_reg ty (amt_reg y))))
|
756
|
-
(ashr_reg (ty_ext32 ty) ext_reg masked_amt)))
|
757
|
-
|
758
|
-
;; Shift right arithmetic, immediate shift amount.
|
759
|
-
;; For types smaller than 32-bit, the input value must be sign-extended.
|
760
|
-
(rule 1 (lower (has_type (fits_in_64 ty) (sshr x (i64_from_value y))))
|
761
|
-
(let ((ext_reg Reg (put_in_reg_sext32 x))
|
762
|
-
(masked_amt u8 (mask_amt_imm ty y)))
|
763
|
-
(ashr_imm (ty_ext32 ty) ext_reg masked_amt)))
|
764
|
-
|
765
|
-
;; Vector shift right arithmetic, shift amount in register.
|
766
|
-
(rule 2 (lower (has_type (ty_vec128 ty) (sshr x y)))
|
767
|
-
(vec_ashr_reg ty x (amt_reg y)))
|
768
|
-
|
769
|
-
;; Vector shift right arithmetic, immediate shift amount.
|
770
|
-
(rule 3 (lower (has_type (ty_vec128 ty) (sshr x (i64_from_value y))))
|
771
|
-
(let ((masked_amt u8 (mask_amt_imm ty y)))
|
772
|
-
(vec_ashr_imm ty x masked_amt)))
|
773
|
-
|
774
|
-
;; 128-bit vector shift right arithmetic.
|
775
|
-
(rule 4 (lower (has_type $I128 (sshr x y)))
|
776
|
-
(let ((amt Reg (amt_vr y)))
|
777
|
-
(vec_ashr_by_bit (vec_ashr_by_byte x amt) amt)))
|
778
|
-
|
779
|
-
|
780
|
-
;;;; Rules for `rotl` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
781
|
-
|
782
|
-
;; Rotate left, shift amount in register. 32-bit or 64-bit types.
|
783
|
-
(rule 0 (lower (has_type (ty_32_or_64 ty) (rotl x y)))
|
784
|
-
(rot_reg ty x (amt_reg y)))
|
785
|
-
|
786
|
-
;; Rotate left arithmetic, immediate shift amount. 32-bit or 64-bit types.
|
787
|
-
(rule 1 (lower (has_type (ty_32_or_64 ty) (rotl x (i64_from_value y))))
|
788
|
-
(let ((masked_amt u8 (mask_amt_imm ty y)))
|
789
|
-
(rot_imm ty x masked_amt)))
|
790
|
-
|
791
|
-
;; Rotate left, shift amount in register. 8-bit or 16-bit types.
|
792
|
-
;; Implemented via a pair of 32-bit shifts on the zero-extended input.
|
793
|
-
(rule 2 (lower (has_type (ty_8_or_16 ty) (rotl x y)))
|
794
|
-
(let ((ext_reg Reg (put_in_reg_zext32 x))
|
795
|
-
(ext_ty Type (ty_ext32 ty))
|
796
|
-
(pos_amt Reg (amt_reg y))
|
797
|
-
(neg_amt Reg (neg_reg $I32 pos_amt))
|
798
|
-
(masked_pos_amt Reg (mask_amt_reg ty pos_amt))
|
799
|
-
(masked_neg_amt Reg (mask_amt_reg ty neg_amt)))
|
800
|
-
(or_reg ty (lshl_reg ext_ty ext_reg masked_pos_amt)
|
801
|
-
(lshr_reg ext_ty ext_reg masked_neg_amt))))
|
802
|
-
|
803
|
-
;; Rotate left, immediate shift amount. 8-bit or 16-bit types.
|
804
|
-
;; Implemented via a pair of 32-bit shifts on the zero-extended input.
|
805
|
-
(rule 3 (lower (has_type (ty_8_or_16 ty) (rotl x (and (i64_from_value pos_amt)
|
806
|
-
(i64_from_negated_value neg_amt)))))
|
807
|
-
(let ((ext_reg Reg (put_in_reg_zext32 x))
|
808
|
-
(ext_ty Type (ty_ext32 ty))
|
809
|
-
(masked_pos_amt u8 (mask_amt_imm ty pos_amt))
|
810
|
-
(masked_neg_amt u8 (mask_amt_imm ty neg_amt)))
|
811
|
-
(or_reg ty (lshl_imm ext_ty ext_reg masked_pos_amt)
|
812
|
-
(lshr_imm ext_ty ext_reg masked_neg_amt))))
|
813
|
-
|
814
|
-
;; Vector rotate left, shift amount in register.
|
815
|
-
(rule 4 (lower (has_type (ty_vec128 ty) (rotl x y)))
|
816
|
-
(vec_rot_reg ty x (amt_reg y)))
|
817
|
-
|
818
|
-
;; Vector rotate left, immediate shift amount.
|
819
|
-
(rule 5 (lower (has_type (ty_vec128 ty) (rotl x (i64_from_value y))))
|
820
|
-
(let ((masked_amt u8 (mask_amt_imm ty y)))
|
821
|
-
(vec_rot_imm ty x masked_amt)))
|
822
|
-
|
823
|
-
;; 128-bit full vector rotate left.
|
824
|
-
;; Implemented via a pair of 128-bit full vector shifts.
|
825
|
-
(rule 6 (lower (has_type $I128 (rotl x y)))
|
826
|
-
(let ((x_reg Reg x)
|
827
|
-
(pos_amt Reg (amt_vr y))
|
828
|
-
(neg_amt Reg (vec_neg $I8X16 pos_amt)))
|
829
|
-
(vec_or $I128
|
830
|
-
(vec_lshl_by_bit (vec_lshl_by_byte x_reg pos_amt) pos_amt)
|
831
|
-
(vec_lshr_by_bit (vec_lshr_by_byte x_reg neg_amt) neg_amt))))
|
832
|
-
|
833
|
-
|
834
|
-
;;;; Rules for `rotr` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
835
|
-
|
836
|
-
;; Rotate right, shift amount in register. 32-bit or 64-bit types.
|
837
|
-
;; Implemented as rotate left with negated rotate amount.
|
838
|
-
(rule 0 (lower (has_type (ty_32_or_64 ty) (rotr x y)))
|
839
|
-
(let ((negated_amt Reg (neg_reg $I32 (amt_reg y))))
|
840
|
-
(rot_reg ty x negated_amt)))
|
841
|
-
|
842
|
-
;; Rotate right arithmetic, immediate shift amount. 32-bit or 64-bit types.
|
843
|
-
;; Implemented as rotate left with negated rotate amount.
|
844
|
-
(rule 1 (lower (has_type (ty_32_or_64 ty) (rotr x (i64_from_negated_value y))))
|
845
|
-
(let ((negated_amt u8 (mask_amt_imm ty y)))
|
846
|
-
(rot_imm ty x negated_amt)))
|
847
|
-
|
848
|
-
;; Rotate right, shift amount in register. 8-bit or 16-bit types.
|
849
|
-
;; Implemented as rotate left with negated rotate amount.
|
850
|
-
(rule 2 (lower (has_type (ty_8_or_16 ty) (rotr x y)))
|
851
|
-
(let ((ext_reg Reg (put_in_reg_zext32 x))
|
852
|
-
(ext_ty Type (ty_ext32 ty))
|
853
|
-
(pos_amt Reg (amt_reg y))
|
854
|
-
(neg_amt Reg (neg_reg $I32 pos_amt))
|
855
|
-
(masked_pos_amt Reg (mask_amt_reg ty pos_amt))
|
856
|
-
(masked_neg_amt Reg (mask_amt_reg ty neg_amt)))
|
857
|
-
(or_reg ty (lshl_reg ext_ty ext_reg masked_neg_amt)
|
858
|
-
(lshr_reg ext_ty ext_reg masked_pos_amt))))
|
859
|
-
|
860
|
-
;; Rotate right, immediate shift amount. 8-bit or 16-bit types.
|
861
|
-
;; Implemented as rotate left with negated rotate amount.
|
862
|
-
(rule 3 (lower (has_type (ty_8_or_16 ty) (rotr x (and (i64_from_value pos_amt)
|
863
|
-
(i64_from_negated_value neg_amt)))))
|
864
|
-
(let ((ext_reg Reg (put_in_reg_zext32 x))
|
865
|
-
(ext_ty Type (ty_ext32 ty))
|
866
|
-
(masked_pos_amt u8 (mask_amt_imm ty pos_amt))
|
867
|
-
(masked_neg_amt u8 (mask_amt_imm ty neg_amt)))
|
868
|
-
(or_reg ty (lshl_imm ext_ty ext_reg masked_neg_amt)
|
869
|
-
(lshr_imm ext_ty ext_reg masked_pos_amt))))
|
870
|
-
|
871
|
-
;; Vector rotate right, shift amount in register.
|
872
|
-
;; Implemented as rotate left with negated rotate amount.
|
873
|
-
(rule 4 (lower (has_type (ty_vec128 ty) (rotr x y)))
|
874
|
-
(let ((negated_amt Reg (neg_reg $I32 (amt_reg y))))
|
875
|
-
(vec_rot_reg ty x negated_amt)))
|
876
|
-
|
877
|
-
;; Vector rotate right, immediate shift amount.
|
878
|
-
;; Implemented as rotate left with negated rotate amount.
|
879
|
-
(rule 5 (lower (has_type (ty_vec128 ty) (rotr x (i64_from_negated_value y))))
|
880
|
-
(let ((negated_amt u8 (mask_amt_imm ty y)))
|
881
|
-
(vec_rot_imm ty x negated_amt)))
|
882
|
-
|
883
|
-
;; 128-bit full vector rotate right.
|
884
|
-
;; Implemented via a pair of 128-bit full vector shifts.
|
885
|
-
(rule 6 (lower (has_type $I128 (rotr x y)))
|
886
|
-
(let ((x_reg Reg x)
|
887
|
-
(pos_amt Reg (amt_vr y))
|
888
|
-
(neg_amt Reg (vec_neg $I8X16 pos_amt)))
|
889
|
-
(vec_or $I128
|
890
|
-
(vec_lshl_by_bit (vec_lshl_by_byte x_reg neg_amt) neg_amt)
|
891
|
-
(vec_lshr_by_bit (vec_lshr_by_byte x_reg pos_amt) pos_amt))))
|
892
|
-
|
893
|
-
|
894
|
-
;;;; Rules for `ireduce` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
895
|
-
|
896
|
-
;; Up to 64-bit source type: Always a no-op.
|
897
|
-
(rule 1 (lower (ireduce x @ (value_type (fits_in_64 _ty))))
|
898
|
-
x)
|
899
|
-
|
900
|
-
;; 128-bit source type: Extract the low half.
|
901
|
-
(rule (lower (ireduce x @ (value_type (vr128_ty _ty))))
|
902
|
-
(vec_extract_lane $I64X2 x 1 (zero_reg)))
|
903
|
-
|
904
|
-
|
905
|
-
;;;; Rules for `uextend` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
906
|
-
|
907
|
-
;; 16- or 32-bit target types.
|
908
|
-
(rule 1 (lower (has_type (gpr32_ty _ty) (uextend x)))
|
909
|
-
(put_in_reg_zext32 x))
|
910
|
-
|
911
|
-
;; 64-bit target types.
|
912
|
-
(rule 2 (lower (has_type (gpr64_ty _ty) (uextend x)))
|
913
|
-
(put_in_reg_zext64 x))
|
914
|
-
|
915
|
-
;; 128-bit target types.
|
916
|
-
(rule (lower (has_type (vr128_ty ty) (uextend x @ (value_type $I8))))
|
917
|
-
(vec_insert_lane $I8X16 (vec_imm ty 0) x 15 (zero_reg)))
|
918
|
-
(rule (lower (has_type (vr128_ty ty) (uextend x @ (value_type $I16))))
|
919
|
-
(vec_insert_lane $I16X8 (vec_imm ty 0) x 7 (zero_reg)))
|
920
|
-
(rule (lower (has_type (vr128_ty ty) (uextend x @ (value_type $I32))))
|
921
|
-
(vec_insert_lane $I32X4 (vec_imm ty 0) x 3 (zero_reg)))
|
922
|
-
(rule (lower (has_type (vr128_ty ty) (uextend x @ (value_type $I64))))
|
923
|
-
(vec_insert_lane $I64X2 (vec_imm ty 0) x 1 (zero_reg)))
|
924
|
-
|
925
|
-
|
926
|
-
;;;; Rules for `sextend` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
927
|
-
|
928
|
-
;; 16- or 32-bit target types.
|
929
|
-
(rule 1 (lower (has_type (gpr32_ty _ty) (sextend x)))
|
930
|
-
(put_in_reg_sext32 x))
|
931
|
-
|
932
|
-
;; 64-bit target types.
|
933
|
-
(rule 2 (lower (has_type (gpr64_ty _ty) (sextend x)))
|
934
|
-
(put_in_reg_sext64 x))
|
935
|
-
|
936
|
-
;; 128-bit target types.
|
937
|
-
(rule (lower (has_type (vr128_ty ty) (sextend x)))
|
938
|
-
(let ((x_ext Reg (put_in_reg_sext64 x)))
|
939
|
-
(mov_to_vec128 ty (ashr_imm $I64 x_ext 63) x_ext)))
|
940
|
-
|
941
|
-
|
942
|
-
;;;; Rules for `snarrow` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
943
|
-
|
944
|
-
(rule (lower (snarrow x @ (value_type (ty_vec128 ty)) y))
|
945
|
-
(vec_pack_ssat_lane_order ty x y))
|
946
|
-
|
947
|
-
|
948
|
-
;;;; Rules for `uunarrow` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
949
|
-
|
950
|
-
(rule (lower (uunarrow x @ (value_type (ty_vec128 ty)) y))
|
951
|
-
(vec_pack_usat_lane_order ty x y))
|
952
|
-
|
953
|
-
|
954
|
-
;;;; Rules for `unarrow` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
955
|
-
|
956
|
-
(rule (lower (unarrow x @ (value_type (ty_vec128 ty)) y))
|
957
|
-
(let ((zero Reg (vec_imm ty 0)))
|
958
|
-
(vec_pack_usat_lane_order ty (vec_smax ty x zero) (vec_smax ty y zero))))
|
959
|
-
|
960
|
-
|
961
|
-
;;;; Rules for `swiden_low` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
962
|
-
|
963
|
-
(rule (lower (swiden_low x @ (value_type (ty_vec128 ty))))
|
964
|
-
(vec_unpacks_low_lane_order ty x))
|
965
|
-
|
966
|
-
|
967
|
-
;;;; Rules for `swiden_high` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
968
|
-
|
969
|
-
(rule (lower (swiden_high x @ (value_type (ty_vec128 ty))))
|
970
|
-
(vec_unpacks_high_lane_order ty x))
|
971
|
-
|
972
|
-
|
973
|
-
;;;; Rules for `uwiden_low` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
974
|
-
|
975
|
-
(rule (lower (uwiden_low x @ (value_type (ty_vec128 ty))))
|
976
|
-
(vec_unpacku_low_lane_order ty x))
|
977
|
-
|
978
|
-
|
979
|
-
;;;; Rules for `uwiden_high` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
980
|
-
|
981
|
-
(rule (lower (uwiden_high x @ (value_type (ty_vec128 ty))))
|
982
|
-
(vec_unpacku_high_lane_order ty x))
|
983
|
-
|
984
|
-
|
985
|
-
;;;; Rules for `bnot` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
986
|
-
|
987
|
-
;; z15 version using a single instruction (NOR).
|
988
|
-
(rule 2 (lower (has_type (and (mie2_enabled) (fits_in_64 ty)) (bnot x)))
|
989
|
-
(let ((rx Reg x))
|
990
|
-
(not_or_reg ty rx rx)))
|
991
|
-
|
992
|
-
;; z14 version using XOR with -1.
|
993
|
-
(rule 1 (lower (has_type (and (mie2_disabled) (fits_in_64 ty)) (bnot x)))
|
994
|
-
(not_reg ty x))
|
995
|
-
|
996
|
-
;; Vector version using vector NOR.
|
997
|
-
(rule (lower (has_type (vr128_ty ty) (bnot x)))
|
998
|
-
(vec_not ty x))
|
999
|
-
|
1000
|
-
|
1001
|
-
;;;; Rules for `band` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1002
|
-
|
1003
|
-
;; And two registers.
|
1004
|
-
(rule -1 (lower (has_type (fits_in_64 ty) (band x y)))
|
1005
|
-
(and_reg ty x y))
|
1006
|
-
|
1007
|
-
;; And a register and an immediate.
|
1008
|
-
(rule 5 (lower (has_type (fits_in_64 ty) (band x (uimm16shifted_from_inverted_value y))))
|
1009
|
-
(and_uimm16shifted ty x y))
|
1010
|
-
(rule 6 (lower (has_type (fits_in_64 ty) (band (uimm16shifted_from_inverted_value x) y)))
|
1011
|
-
(and_uimm16shifted ty y x))
|
1012
|
-
(rule 3 (lower (has_type (fits_in_64 ty) (band x (uimm32shifted_from_inverted_value y))))
|
1013
|
-
(and_uimm32shifted ty x y))
|
1014
|
-
(rule 4 (lower (has_type (fits_in_64 ty) (band (uimm32shifted_from_inverted_value x) y)))
|
1015
|
-
(and_uimm32shifted ty y x))
|
1016
|
-
|
1017
|
-
;; And a register and memory (32/64-bit types).
|
1018
|
-
(rule 1 (lower (has_type (fits_in_64 ty) (band x (sinkable_load_32_64 y))))
|
1019
|
-
(and_mem ty x (sink_load y)))
|
1020
|
-
(rule 2 (lower (has_type (fits_in_64 ty) (band (sinkable_load_32_64 x) y)))
|
1021
|
-
(and_mem ty y (sink_load x)))
|
1022
|
-
|
1023
|
-
;; And two vector registers.
|
1024
|
-
(rule 0 (lower (has_type (vr128_ty ty) (band x y)))
|
1025
|
-
(vec_and ty x y))
|
1026
|
-
|
1027
|
-
;;;; Rules for `bor` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1028
|
-
|
1029
|
-
;; Or two registers.
|
1030
|
-
(rule -1 (lower (has_type (fits_in_64 ty) (bor x y)))
|
1031
|
-
(or_reg ty x y))
|
1032
|
-
|
1033
|
-
;; Or a register and an immediate.
|
1034
|
-
(rule 5 (lower (has_type (fits_in_64 ty) (bor x (uimm16shifted_from_value y))))
|
1035
|
-
(or_uimm16shifted ty x y))
|
1036
|
-
(rule 6 (lower (has_type (fits_in_64 ty) (bor (uimm16shifted_from_value x) y)))
|
1037
|
-
(or_uimm16shifted ty y x))
|
1038
|
-
(rule 3 (lower (has_type (fits_in_64 ty) (bor x (uimm32shifted_from_value y))))
|
1039
|
-
(or_uimm32shifted ty x y))
|
1040
|
-
(rule 4 (lower (has_type (fits_in_64 ty) (bor (uimm32shifted_from_value x) y)))
|
1041
|
-
(or_uimm32shifted ty y x))
|
1042
|
-
|
1043
|
-
;; Or a register and memory (32/64-bit types).
|
1044
|
-
(rule 1 (lower (has_type (fits_in_64 ty) (bor x (sinkable_load_32_64 y))))
|
1045
|
-
(or_mem ty x (sink_load y)))
|
1046
|
-
(rule 2 (lower (has_type (fits_in_64 ty) (bor (sinkable_load_32_64 x) y)))
|
1047
|
-
(or_mem ty y (sink_load x)))
|
1048
|
-
|
1049
|
-
;; Or two vector registers.
|
1050
|
-
(rule 0 (lower (has_type (vr128_ty ty) (bor x y)))
|
1051
|
-
(vec_or ty x y))
|
1052
|
-
|
1053
|
-
|
1054
|
-
;;;; Rules for `bxor` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1055
|
-
|
1056
|
-
;; Xor two registers.
|
1057
|
-
(rule -1 (lower (has_type (fits_in_64 ty) (bxor x y)))
|
1058
|
-
(xor_reg ty x y))
|
1059
|
-
|
1060
|
-
;; Xor a register and an immediate.
|
1061
|
-
(rule 3 (lower (has_type (fits_in_64 ty) (bxor x (uimm32shifted_from_value y))))
|
1062
|
-
(xor_uimm32shifted ty x y))
|
1063
|
-
(rule 4 (lower (has_type (fits_in_64 ty) (bxor (uimm32shifted_from_value x) y)))
|
1064
|
-
(xor_uimm32shifted ty y x))
|
1065
|
-
|
1066
|
-
;; Xor a register and memory (32/64-bit types).
|
1067
|
-
(rule 1 (lower (has_type (fits_in_64 ty) (bxor x (sinkable_load_32_64 y))))
|
1068
|
-
(xor_mem ty x (sink_load y)))
|
1069
|
-
(rule 2 (lower (has_type (fits_in_64 ty) (bxor (sinkable_load_32_64 x) y)))
|
1070
|
-
(xor_mem ty y (sink_load x)))
|
1071
|
-
|
1072
|
-
;; Xor two vector registers.
|
1073
|
-
(rule 0 (lower (has_type (vr128_ty ty) (bxor x y)))
|
1074
|
-
(vec_xor ty x y))
|
1075
|
-
|
1076
|
-
|
1077
|
-
;;;; Rules for `band_not` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1078
|
-
|
1079
|
-
;; z15 version using a single instruction.
|
1080
|
-
(rule 2 (lower (has_type (and (mie2_enabled) (fits_in_64 ty)) (band_not x y)))
|
1081
|
-
(and_not_reg ty x y))
|
1082
|
-
|
1083
|
-
;; z14 version using XOR with -1.
|
1084
|
-
(rule 1 (lower (has_type (and (mie2_disabled) (fits_in_64 ty)) (band_not x y)))
|
1085
|
-
(and_reg ty x (not_reg ty y)))
|
1086
|
-
|
1087
|
-
;; And-not two vector registers.
|
1088
|
-
(rule (lower (has_type (vr128_ty ty) (band_not x y)))
|
1089
|
-
(vec_and_not ty x y))
|
1090
|
-
|
1091
|
-
|
1092
|
-
;;;; Rules for `bor_not` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1093
|
-
|
1094
|
-
;; z15 version using a single instruction.
|
1095
|
-
(rule 2 (lower (has_type (and (mie2_enabled) (fits_in_64 ty)) (bor_not x y)))
|
1096
|
-
(or_not_reg ty x y))
|
1097
|
-
|
1098
|
-
;; z14 version using XOR with -1.
|
1099
|
-
(rule 1 (lower (has_type (and (mie2_disabled) (fits_in_64 ty)) (bor_not x y)))
|
1100
|
-
(or_reg ty x (not_reg ty y)))
|
1101
|
-
|
1102
|
-
;; Or-not two vector registers.
|
1103
|
-
(rule (lower (has_type (vr128_ty ty) (bor_not x y)))
|
1104
|
-
(vec_or_not ty x y))
|
1105
|
-
|
1106
|
-
|
1107
|
-
;;;; Rules for `bxor_not` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1108
|
-
|
1109
|
-
;; z15 version using a single instruction.
|
1110
|
-
(rule 2 (lower (has_type (and (mie2_enabled) (fits_in_64 ty)) (bxor_not x y)))
|
1111
|
-
(not_xor_reg ty x y))
|
1112
|
-
|
1113
|
-
;; z14 version using XOR with -1.
|
1114
|
-
(rule 1 (lower (has_type (and (mie2_disabled) (fits_in_64 ty)) (bxor_not x y)))
|
1115
|
-
(not_reg ty (xor_reg ty x y)))
|
1116
|
-
|
1117
|
-
;; Xor-not two vector registers.
|
1118
|
-
(rule (lower (has_type (vr128_ty ty) (bxor_not x y)))
|
1119
|
-
(vec_not_xor ty x y))
|
1120
|
-
|
1121
|
-
|
1122
|
-
;;;; Rules for `bitselect` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1123
|
-
|
1124
|
-
;; z15 version using a NAND instruction.
|
1125
|
-
(rule 2 (lower (has_type (and (mie2_enabled) (fits_in_64 ty)) (bitselect x y z)))
|
1126
|
-
(let ((rx Reg x)
|
1127
|
-
(if_true Reg (and_reg ty y rx))
|
1128
|
-
(if_false Reg (and_not_reg ty z rx)))
|
1129
|
-
(or_reg ty if_false if_true)))
|
1130
|
-
|
1131
|
-
;; z14 version using XOR with -1.
|
1132
|
-
(rule 1 (lower (has_type (and (mie2_disabled) (fits_in_64 ty)) (bitselect x y z)))
|
1133
|
-
(let ((rx Reg x)
|
1134
|
-
(if_true Reg (and_reg ty y rx))
|
1135
|
-
(if_false Reg (and_reg ty z (not_reg ty rx))))
|
1136
|
-
(or_reg ty if_false if_true)))
|
1137
|
-
|
1138
|
-
;; Bitselect vector registers.
|
1139
|
-
(rule (lower (has_type (vr128_ty ty) (bitselect x y z)))
|
1140
|
-
(vec_select ty y z x))
|
1141
|
-
|
1142
|
-
|
1143
|
-
;;;; Rules for `vselect` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1144
|
-
|
1145
|
-
;; Vector select.
|
1146
|
-
(rule (lower (has_type (ty_vec128 ty) (vselect x y z)))
|
1147
|
-
(vec_select ty y z x))
|
1148
|
-
|
1149
|
-
|
1150
|
-
;;;; Rules for `bmask` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1151
|
-
|
1152
|
-
(rule (lower (has_type ty (bmask x)))
|
1153
|
-
(lower_bool_to_mask ty (value_nonzero x)))
|
1154
|
-
|
1155
|
-
|
1156
|
-
;;;; Rules for `bitrev` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1157
|
-
|
1158
|
-
(rule (lower (has_type ty (bitrev x)))
|
1159
|
-
(bitrev_bytes ty
|
1160
|
-
(bitrev_bits 4 0xf0f0_f0f0_f0f0_f0f0 ty
|
1161
|
-
(bitrev_bits 2 0xcccc_cccc_cccc_cccc ty
|
1162
|
-
(bitrev_bits 1 0xaaaa_aaaa_aaaa_aaaa ty x)))))
|
1163
|
-
|
1164
|
-
(decl bitrev_bits (u8 u64 Type Reg) Reg)
|
1165
|
-
(rule 1 (bitrev_bits size bitmask (fits_in_64 ty) x)
|
1166
|
-
(let ((mask Reg (imm ty bitmask))
|
1167
|
-
(xh Reg (lshl_imm (ty_ext32 ty) x size))
|
1168
|
-
(xl Reg (lshr_imm (ty_ext32 ty) x size))
|
1169
|
-
(xh_masked Reg (and_reg ty xh mask))
|
1170
|
-
(xl_masked Reg (and_reg ty xl (not_reg ty mask))))
|
1171
|
-
(or_reg ty xh_masked xl_masked)))
|
1172
|
-
|
1173
|
-
(rule (bitrev_bits size bitmask (vr128_ty ty) x)
|
1174
|
-
(let ((mask Reg (vec_imm_splat $I64X2 bitmask))
|
1175
|
-
(size_reg Reg (vec_imm_splat $I8X16 (u8_as_u64 size)))
|
1176
|
-
(xh Reg (vec_lshl_by_bit x size_reg))
|
1177
|
-
(xl Reg (vec_lshr_by_bit x size_reg)))
|
1178
|
-
(vec_select ty xh xl mask)))
|
1179
|
-
|
1180
|
-
(decl bitrev_bytes (Type Reg) Reg)
|
1181
|
-
(rule (bitrev_bytes $I8 x) x)
|
1182
|
-
(rule (bitrev_bytes $I16 x) (lshr_imm $I32 (bswap_reg $I32 x) 16))
|
1183
|
-
(rule (bitrev_bytes $I32 x) (bswap_reg $I32 x))
|
1184
|
-
(rule (bitrev_bytes $I64 x) (bswap_reg $I64 x))
|
1185
|
-
(rule (bitrev_bytes $I128 x)
|
1186
|
-
(vec_permute $I128 x x
|
1187
|
-
(vec_imm $I8X16 (imm8x16 15 14 13 12 11 10 9 8
|
1188
|
-
7 6 5 4 3 2 1 0))))
|
1189
|
-
|
1190
|
-
|
1191
|
-
;;;; Rules for `bswap` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1192
|
-
|
1193
|
-
(rule (lower (has_type ty (bswap x)))
|
1194
|
-
(bitrev_bytes ty x))
|
1195
|
-
|
1196
|
-
;;;; Rules for `clz` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1197
|
-
|
1198
|
-
;; The FLOGR hardware instruction always operates on the full 64-bit register.
|
1199
|
-
;; We can zero-extend smaller types, but then we have to compensate for the
|
1200
|
-
;; additional leading zero bits the instruction will actually see.
|
1201
|
-
(decl clz_offset (Type Reg) Reg)
|
1202
|
-
(rule (clz_offset $I8 x) (add_simm16 $I8 x -56))
|
1203
|
-
(rule (clz_offset $I16 x) (add_simm16 $I16 x -48))
|
1204
|
-
(rule (clz_offset $I32 x) (add_simm16 $I32 x -32))
|
1205
|
-
(rule (clz_offset $I64 x) (copy_reg $I64 x))
|
1206
|
-
|
1207
|
-
;; Count leading zeros, via FLOGR on an input zero-extended to 64 bits,
|
1208
|
-
;; with the result compensated for the extra bits.
|
1209
|
-
(rule 1 (lower (has_type (fits_in_64 ty) (clz x)))
|
1210
|
-
(let ((ext_reg Reg (put_in_reg_zext64 x))
|
1211
|
-
;; Ask for a value of 64 in the all-zero 64-bit input case.
|
1212
|
-
;; After compensation this will match the expected semantics.
|
1213
|
-
(clz Reg (clz_reg 64 ext_reg)))
|
1214
|
-
(clz_offset ty clz)))
|
1215
|
-
|
1216
|
-
;; Count leading zeros, 128-bit full vector.
|
1217
|
-
(rule (lower (has_type $I128 (clz x)))
|
1218
|
-
(let ((clz_vec Reg (vec_clz $I64X2 x))
|
1219
|
-
(zero Reg (vec_imm $I64X2 0))
|
1220
|
-
(clz_hi Reg (vec_permute_dw_imm $I64X2 zero 0 clz_vec 0))
|
1221
|
-
(clz_lo Reg (vec_permute_dw_imm $I64X2 zero 0 clz_vec 1))
|
1222
|
-
(clz_sum Reg (vec_add $I64X2 clz_hi clz_lo))
|
1223
|
-
(mask Reg (vec_cmpeq $I64X2 clz_hi (vec_imm_splat $I64X2 64))))
|
1224
|
-
(vec_select $I128 clz_sum clz_hi mask)))
|
1225
|
-
|
1226
|
-
|
1227
|
-
;;;; Rules for `cls` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1228
|
-
|
1229
|
-
;; The result of cls is not supposed to count the sign bit itself, just
|
1230
|
-
;; additional copies of it. Therefore, when computing cls in terms of clz,
|
1231
|
-
;; we need to subtract one. Fold this into the offset computation.
|
1232
|
-
(decl cls_offset (Type Reg) Reg)
|
1233
|
-
(rule (cls_offset $I8 x) (add_simm16 $I8 x -57))
|
1234
|
-
(rule (cls_offset $I16 x) (add_simm16 $I16 x -49))
|
1235
|
-
(rule (cls_offset $I32 x) (add_simm16 $I32 x -33))
|
1236
|
-
(rule (cls_offset $I64 x) (add_simm16 $I64 x -1))
|
1237
|
-
|
1238
|
-
;; Count leading sign-bit copies. We don't have any instruction for that,
|
1239
|
-
;; so we instead count the leading zeros after inverting the input if negative,
|
1240
|
-
;; i.e. computing
|
1241
|
-
;; cls(x) == clz(x ^ (x >> 63)) - 1
|
1242
|
-
;; where x is the sign-extended input.
|
1243
|
-
(rule 1 (lower (has_type (fits_in_64 ty) (cls x)))
|
1244
|
-
(let ((ext_reg Reg (put_in_reg_sext64 x))
|
1245
|
-
(signbit_copies Reg (ashr_imm $I64 ext_reg 63))
|
1246
|
-
(inv_reg Reg (xor_reg $I64 ext_reg signbit_copies))
|
1247
|
-
(clz Reg (clz_reg 64 inv_reg)))
|
1248
|
-
(cls_offset ty clz)))
|
1249
|
-
|
1250
|
-
;; Count leading sign-bit copies, 128-bit full vector.
|
1251
|
-
(rule (lower (has_type $I128 (cls x)))
|
1252
|
-
(let ((x_reg Reg x)
|
1253
|
-
(ones Reg (vec_imm_splat $I8X16 255))
|
1254
|
-
(signbit_copies Reg (vec_ashr_by_bit (vec_ashr_by_byte x_reg ones) ones))
|
1255
|
-
(inv_reg Reg (vec_xor $I128 x_reg signbit_copies))
|
1256
|
-
(clz_vec Reg (vec_clz $I64X2 inv_reg))
|
1257
|
-
(zero Reg (vec_imm $I64X2 0))
|
1258
|
-
(clz_hi Reg (vec_permute_dw_imm $I64X2 zero 0 clz_vec 0))
|
1259
|
-
(clz_lo Reg (vec_permute_dw_imm $I64X2 zero 0 clz_vec 1))
|
1260
|
-
(clz_sum Reg (vec_add $I64X2 clz_hi clz_lo))
|
1261
|
-
(mask Reg (vec_cmpeq $I64X2 clz_hi (vec_imm_splat $I64X2 64))))
|
1262
|
-
(vec_add $I128 (vec_select $I128 clz_sum clz_hi mask) ones)))
|
1263
|
-
|
1264
|
-
|
1265
|
-
;;;; Rules for `ctz` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1266
|
-
|
1267
|
-
;; To count trailing zeros, we find the last bit set in the input via (x & -x),
|
1268
|
-
;; count the leading zeros of that value, and subtract from 63:
|
1269
|
-
;;
|
1270
|
-
;; ctz(x) == 63 - clz(x & -x)
|
1271
|
-
;;
|
1272
|
-
;; This works for all cases except a zero input, where the above formula would
|
1273
|
-
;; return -1, but we are expected to return the type size. The compensation
|
1274
|
-
;; for this case is handled differently for 64-bit types vs. smaller types.
|
1275
|
-
|
1276
|
-
;; For smaller types, we simply ensure that the extended 64-bit input is
|
1277
|
-
;; never zero by setting a "guard bit" in the position corresponding to
|
1278
|
-
;; the input type size. This way the 64-bit algorithm above will handle
|
1279
|
-
;; that case correctly automatically.
|
1280
|
-
(rule 2 (lower (has_type (gpr32_ty ty) (ctz x)))
|
1281
|
-
(let ((rx Reg (or_uimm16shifted $I64 x (ctz_guardbit ty)))
|
1282
|
-
(lastbit Reg (and_reg $I64 rx (neg_reg $I64 rx)))
|
1283
|
-
(clz Reg (clz_reg 64 lastbit)))
|
1284
|
-
(sub_reg ty (imm ty 63) clz)))
|
1285
|
-
|
1286
|
-
(decl ctz_guardbit (Type) UImm16Shifted)
|
1287
|
-
(rule (ctz_guardbit $I8) (uimm16shifted 256 0))
|
1288
|
-
(rule (ctz_guardbit $I16) (uimm16shifted 1 16))
|
1289
|
-
(rule (ctz_guardbit $I32) (uimm16shifted 1 32))
|
1290
|
-
|
1291
|
-
;; For 64-bit types, the FLOGR instruction will indicate the zero input case
|
1292
|
-
;; via its condition code. We check for that and replace the instruction
|
1293
|
-
;; result with the value -1 via a conditional move, which will then lead to
|
1294
|
-
;; the correct result after the final subtraction from 63.
|
1295
|
-
(rule 1 (lower (has_type (gpr64_ty _ty) (ctz x)))
|
1296
|
-
(let ((rx Reg x)
|
1297
|
-
(lastbit Reg (and_reg $I64 rx (neg_reg $I64 rx)))
|
1298
|
-
(clz Reg (clz_reg -1 lastbit)))
|
1299
|
-
(sub_reg $I64 (imm $I64 63) clz)))
|
1300
|
-
|
1301
|
-
;; Count trailing zeros, 128-bit full vector.
|
1302
|
-
(rule 0 (lower (has_type $I128 (ctz x)))
|
1303
|
-
(let ((ctz_vec Reg (vec_ctz $I64X2 x))
|
1304
|
-
(zero Reg (vec_imm $I64X2 0))
|
1305
|
-
(ctz_hi Reg (vec_permute_dw_imm $I64X2 zero 0 ctz_vec 0))
|
1306
|
-
(ctz_lo Reg (vec_permute_dw_imm $I64X2 zero 0 ctz_vec 1))
|
1307
|
-
(ctz_sum Reg (vec_add $I64X2 ctz_hi ctz_lo))
|
1308
|
-
(mask Reg (vec_cmpeq $I64X2 ctz_lo (vec_imm_splat $I64X2 64))))
|
1309
|
-
(vec_select $I128 ctz_sum ctz_lo mask)))
|
1310
|
-
|
1311
|
-
|
1312
|
-
;;;; Rules for `popcnt` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1313
|
-
|
1314
|
-
;; Population count for 8-bit types is supported by the POPCNT instruction.
|
1315
|
-
(rule (lower (has_type $I8 (popcnt x)))
|
1316
|
-
(popcnt_byte x))
|
1317
|
-
|
1318
|
-
;; On z15, the POPCNT instruction has a variant to compute a full 64-bit
|
1319
|
-
;; population count, which we also use for 16- and 32-bit types.
|
1320
|
-
(rule -1 (lower (has_type (and (mie2_enabled) (fits_in_64 ty)) (popcnt x)))
|
1321
|
-
(popcnt_reg (put_in_reg_zext64 x)))
|
1322
|
-
|
1323
|
-
;; On z14, we use the regular POPCNT, which computes the population count
|
1324
|
-
;; of each input byte separately, so we need to accumulate those partial
|
1325
|
-
;; results via a series of log2(type size in bytes) - 1 additions. We
|
1326
|
-
;; accumulate in the high byte, so that a final right shift will zero out
|
1327
|
-
;; any unrelated bits to give a clean result. (This does not work with
|
1328
|
-
;; $I16, where we instead accumulate in the low byte and clear high bits
|
1329
|
-
;; via an explicit and operation.)
|
1330
|
-
|
1331
|
-
(rule (lower (has_type (and (mie2_disabled) $I16) (popcnt x)))
|
1332
|
-
(let ((cnt2 Reg (popcnt_byte x))
|
1333
|
-
(cnt1 Reg (add_reg $I32 cnt2 (lshr_imm $I32 cnt2 8))))
|
1334
|
-
(and_uimm16shifted $I32 cnt1 (uimm16shifted 255 0))))
|
1335
|
-
|
1336
|
-
(rule (lower (has_type (and (mie2_disabled) $I32) (popcnt x)))
|
1337
|
-
(let ((cnt4 Reg (popcnt_byte x))
|
1338
|
-
(cnt2 Reg (add_reg $I32 cnt4 (lshl_imm $I32 cnt4 16)))
|
1339
|
-
(cnt1 Reg (add_reg $I32 cnt2 (lshl_imm $I32 cnt2 8))))
|
1340
|
-
(lshr_imm $I32 cnt1 24)))
|
1341
|
-
|
1342
|
-
(rule (lower (has_type (and (mie2_disabled) $I64) (popcnt x)))
|
1343
|
-
(let ((cnt8 Reg (popcnt_byte x))
|
1344
|
-
(cnt4 Reg (add_reg $I64 cnt8 (lshl_imm $I64 cnt8 32)))
|
1345
|
-
(cnt2 Reg (add_reg $I64 cnt4 (lshl_imm $I64 cnt4 16)))
|
1346
|
-
(cnt1 Reg (add_reg $I64 cnt2 (lshl_imm $I64 cnt2 8))))
|
1347
|
-
(lshr_imm $I64 cnt1 56)))
|
1348
|
-
|
1349
|
-
;; Population count for vector types.
|
1350
|
-
(rule 1 (lower (has_type (ty_vec128 ty) (popcnt x)))
|
1351
|
-
(vec_popcnt ty x))
|
1352
|
-
|
1353
|
-
;; Population count, 128-bit full vector.
|
1354
|
-
(rule (lower (has_type $I128 (popcnt x)))
|
1355
|
-
(let ((popcnt_vec Reg (vec_popcnt $I64X2 x))
|
1356
|
-
(zero Reg (vec_imm $I64X2 0))
|
1357
|
-
(popcnt_hi Reg (vec_permute_dw_imm $I64X2 zero 0 popcnt_vec 0))
|
1358
|
-
(popcnt_lo Reg (vec_permute_dw_imm $I64X2 zero 0 popcnt_vec 1)))
|
1359
|
-
(vec_add $I64X2 popcnt_hi popcnt_lo)))
|
1360
|
-
|
1361
|
-
|
1362
|
-
;;;; Rules for `fadd` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1363
|
-
|
1364
|
-
;; Add two registers.
|
1365
|
-
(rule (lower (has_type ty (fadd x y)))
|
1366
|
-
(fadd_reg ty x y))
|
1367
|
-
|
1368
|
-
|
1369
|
-
;;;; Rules for `fsub` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1370
|
-
|
1371
|
-
;; Subtract two registers.
|
1372
|
-
(rule (lower (has_type ty (fsub x y)))
|
1373
|
-
(fsub_reg ty x y))
|
1374
|
-
|
1375
|
-
|
1376
|
-
;;;; Rules for `fmul` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1377
|
-
|
1378
|
-
;; Multiply two registers.
|
1379
|
-
(rule (lower (has_type ty (fmul x y)))
|
1380
|
-
(fmul_reg ty x y))
|
1381
|
-
|
1382
|
-
|
1383
|
-
;;;; Rules for `fdiv` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1384
|
-
|
1385
|
-
;; Divide two registers.
|
1386
|
-
(rule (lower (has_type ty (fdiv x y)))
|
1387
|
-
(fdiv_reg ty x y))
|
1388
|
-
|
1389
|
-
|
1390
|
-
;;;; Rules for `fmin` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1391
|
-
|
1392
|
-
;; Minimum of two registers.
|
1393
|
-
(rule (lower (has_type ty (fmin x y)))
|
1394
|
-
(fmin_reg ty x y))
|
1395
|
-
|
1396
|
-
|
1397
|
-
;;;; Rules for `fmax` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1398
|
-
|
1399
|
-
;; Maximum of two registers.
|
1400
|
-
(rule (lower (has_type ty (fmax x y)))
|
1401
|
-
(fmax_reg ty x y))
|
1402
|
-
|
1403
|
-
|
1404
|
-
;;;; Rules for `fmin_pseudo` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1405
|
-
|
1406
|
-
;; Minimum of two registers.
|
1407
|
-
(rule (lower (has_type ty (fmin_pseudo x y)))
|
1408
|
-
(fmin_pseudo_reg ty x y))
|
1409
|
-
|
1410
|
-
|
1411
|
-
;;;; Rules for `fmax_pseudo` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1412
|
-
|
1413
|
-
;; Maximum of two registers.
|
1414
|
-
(rule (lower (has_type ty (fmax_pseudo x y)))
|
1415
|
-
(fmax_pseudo_reg ty x y))
|
1416
|
-
|
1417
|
-
|
1418
|
-
;;;; Rules for `fcopysign` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1419
|
-
|
1420
|
-
;; Copysign of two registers.
|
1421
|
-
(rule (lower (has_type $F32 (fcopysign x y)))
|
1422
|
-
(vec_select $F32 x y (imm $F32 2147483647)))
|
1423
|
-
(rule (lower (has_type $F64 (fcopysign x y)))
|
1424
|
-
(vec_select $F64 x y (imm $F64 9223372036854775807)))
|
1425
|
-
(rule (lower (has_type $F32X4 (fcopysign x y)))
|
1426
|
-
(vec_select $F32X4 x y (vec_imm_bit_mask $F32X4 1 31)))
|
1427
|
-
(rule (lower (has_type $F64X2 (fcopysign x y)))
|
1428
|
-
(vec_select $F64X2 x y (vec_imm_bit_mask $F64X2 1 63)))
|
1429
|
-
|
1430
|
-
|
1431
|
-
;;;; Rules for `fma` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1432
|
-
|
1433
|
-
;; Multiply-and-add of three registers.
|
1434
|
-
(rule (lower (has_type ty (fma x y z)))
|
1435
|
-
(fma_reg ty x y z))
|
1436
|
-
|
1437
|
-
|
1438
|
-
;;;; Rules for `sqrt` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1439
|
-
|
1440
|
-
;; Square root of a register.
|
1441
|
-
(rule (lower (has_type ty (sqrt x)))
|
1442
|
-
(sqrt_reg ty x))
|
1443
|
-
|
1444
|
-
|
1445
|
-
;;;; Rules for `fneg` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1446
|
-
|
1447
|
-
;; Negated value of a register.
|
1448
|
-
(rule (lower (has_type ty (fneg x)))
|
1449
|
-
(fneg_reg ty x))
|
1450
|
-
|
1451
|
-
|
1452
|
-
;;;; Rules for `fabs` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1453
|
-
|
1454
|
-
;; Absolute value of a register.
|
1455
|
-
(rule (lower (has_type ty (fabs x)))
|
1456
|
-
(fabs_reg ty x))
|
1457
|
-
|
1458
|
-
|
1459
|
-
;;;; Rules for `ceil` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1460
|
-
|
1461
|
-
;; Round value in a register towards positive infinity.
|
1462
|
-
(rule (lower (has_type ty (ceil x)))
|
1463
|
-
(ceil_reg ty x))
|
1464
|
-
|
1465
|
-
|
1466
|
-
;;;; Rules for `floor` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1467
|
-
|
1468
|
-
;; Round value in a register towards negative infinity.
|
1469
|
-
(rule (lower (has_type ty (floor x)))
|
1470
|
-
(floor_reg ty x))
|
1471
|
-
|
1472
|
-
|
1473
|
-
;;;; Rules for `trunc` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1474
|
-
|
1475
|
-
;; Round value in a register towards zero.
|
1476
|
-
(rule (lower (has_type ty (trunc x)))
|
1477
|
-
(trunc_reg ty x))
|
1478
|
-
|
1479
|
-
|
1480
|
-
;;;; Rules for `nearest` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1481
|
-
|
1482
|
-
;; Round value in a register towards nearest.
|
1483
|
-
(rule (lower (has_type ty (nearest x)))
|
1484
|
-
(nearest_reg ty x))
|
1485
|
-
|
1486
|
-
|
1487
|
-
;;;; Rules for `fpromote` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1488
|
-
|
1489
|
-
;; Promote a register.
|
1490
|
-
(rule (lower (has_type (fits_in_64 dst_ty) (fpromote x @ (value_type src_ty))))
|
1491
|
-
(fpromote_reg dst_ty src_ty x))
|
1492
|
-
|
1493
|
-
|
1494
|
-
;;;; Rules for `fvpromote_low` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1495
|
-
|
1496
|
-
;; Promote a register.
|
1497
|
-
(rule (lower (has_type $F64X2 (fvpromote_low x @ (value_type $F32X4))))
|
1498
|
-
(fpromote_reg $F64X2 $F32X4 (vec_merge_low_lane_order $I32X4 x x)))
|
1499
|
-
|
1500
|
-
|
1501
|
-
;;;; Rules for `fdemote` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1502
|
-
|
1503
|
-
;; Demote a register.
|
1504
|
-
(rule (lower (has_type (fits_in_64 dst_ty) (fdemote x @ (value_type src_ty))))
|
1505
|
-
(fdemote_reg dst_ty src_ty (FpuRoundMode.Current) x))
|
1506
|
-
|
1507
|
-
|
1508
|
-
;;;; Rules for `fvdemote` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1509
|
-
|
1510
|
-
;; Demote a register.
|
1511
|
-
(rule (lower (has_type $F32X4 (fvdemote x @ (value_type $F64X2))))
|
1512
|
-
(let ((dst Reg (fdemote_reg $F32X4 $F64X2 (FpuRoundMode.Current) x)))
|
1513
|
-
(vec_pack_lane_order $I64X2 (vec_lshr_imm $I64X2 dst 32)
|
1514
|
-
(vec_imm $I64X2 0))))
|
1515
|
-
|
1516
|
-
|
1517
|
-
;;;; Rules for `fcvt_from_uint` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1518
|
-
|
1519
|
-
;; Convert a 32-bit or smaller unsigned integer to $F32 (z15 instruction).
|
1520
|
-
(rule 1 (lower (has_type $F32
|
1521
|
-
(fcvt_from_uint x @ (value_type (and (vxrs_ext2_enabled) (fits_in_32 ty))))))
|
1522
|
-
(fcvt_from_uint_reg $F32 (FpuRoundMode.ToNearestTiesToEven)
|
1523
|
-
(put_in_reg_zext32 x)))
|
1524
|
-
|
1525
|
-
;; Convert a 64-bit or smaller unsigned integer to $F32, via an intermediate $F64.
|
1526
|
-
(rule (lower (has_type $F32 (fcvt_from_uint x @ (value_type (fits_in_64 ty)))))
|
1527
|
-
(fdemote_reg $F32 $F64 (FpuRoundMode.ToNearestTiesToEven)
|
1528
|
-
(fcvt_from_uint_reg $F64 (FpuRoundMode.ShorterPrecision)
|
1529
|
-
(put_in_reg_zext64 x))))
|
1530
|
-
|
1531
|
-
;; Convert a 64-bit or smaller unsigned integer to $F64.
|
1532
|
-
(rule (lower (has_type $F64 (fcvt_from_uint x @ (value_type (fits_in_64 ty)))))
|
1533
|
-
(fcvt_from_uint_reg $F64 (FpuRoundMode.ToNearestTiesToEven)
|
1534
|
-
(put_in_reg_zext64 x)))
|
1535
|
-
|
1536
|
-
;; Convert $I32X4 to $F32X4 (z15 instruction).
|
1537
|
-
(rule 1 (lower (has_type (and (vxrs_ext2_enabled) $F32X4)
|
1538
|
-
(fcvt_from_uint x @ (value_type $I32X4))))
|
1539
|
-
(fcvt_from_uint_reg $F32X4 (FpuRoundMode.ToNearestTiesToEven) x))
|
1540
|
-
|
1541
|
-
;; Convert $I32X4 to $F32X4 (via two $F64X2 on z14).
|
1542
|
-
(rule (lower (has_type (and (vxrs_ext2_disabled) $F32X4)
|
1543
|
-
(fcvt_from_uint x @ (value_type $I32X4))))
|
1544
|
-
(vec_permute $F32X4
|
1545
|
-
(fdemote_reg $F32X4 $F64X2 (FpuRoundMode.ToNearestTiesToEven)
|
1546
|
-
(fcvt_from_uint_reg $F64X2 (FpuRoundMode.ShorterPrecision)
|
1547
|
-
(vec_unpacku_high $I32X4 x)))
|
1548
|
-
(fdemote_reg $F32X4 $F64X2 (FpuRoundMode.ToNearestTiesToEven)
|
1549
|
-
(fcvt_from_uint_reg $F64X2 (FpuRoundMode.ShorterPrecision)
|
1550
|
-
(vec_unpacku_low $I32X4 x)))
|
1551
|
-
(vec_imm $I8X16 (imm8x16 0 1 2 3 8 9 10 11 16 17 18 19 24 25 26 27))))
|
1552
|
-
|
1553
|
-
;; Convert $I64X2 to $F64X2.
|
1554
|
-
(rule (lower (has_type $F64X2 (fcvt_from_uint x @ (value_type $I64X2))))
|
1555
|
-
(fcvt_from_uint_reg $F64X2 (FpuRoundMode.ToNearestTiesToEven) x))
|
1556
|
-
|
1557
|
-
|
1558
|
-
;;;; Rules for `fcvt_from_sint` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1559
|
-
|
1560
|
-
;; Convert a 32-bit or smaller signed integer to $F32 (z15 instruction).
|
1561
|
-
(rule 1 (lower (has_type $F32
|
1562
|
-
(fcvt_from_sint x @ (value_type (and (vxrs_ext2_enabled) (fits_in_32 ty))))))
|
1563
|
-
(fcvt_from_sint_reg $F32 (FpuRoundMode.ToNearestTiesToEven)
|
1564
|
-
(put_in_reg_sext32 x)))
|
1565
|
-
|
1566
|
-
;; Convert a 64-bit or smaller signed integer to $F32, via an intermediate $F64.
|
1567
|
-
(rule (lower (has_type $F32 (fcvt_from_sint x @ (value_type (fits_in_64 ty)))))
|
1568
|
-
(fdemote_reg $F32 $F64 (FpuRoundMode.ToNearestTiesToEven)
|
1569
|
-
(fcvt_from_sint_reg $F64 (FpuRoundMode.ShorterPrecision)
|
1570
|
-
(put_in_reg_sext64 x))))
|
1571
|
-
|
1572
|
-
;; Convert a 64-bit or smaller signed integer to $F64.
|
1573
|
-
(rule (lower (has_type $F64 (fcvt_from_sint x @ (value_type (fits_in_64 ty)))))
|
1574
|
-
(fcvt_from_sint_reg $F64 (FpuRoundMode.ToNearestTiesToEven)
|
1575
|
-
(put_in_reg_sext64 x)))
|
1576
|
-
|
1577
|
-
;; Convert $I32X4 to $F32X4 (z15 instruction).
|
1578
|
-
(rule 1 (lower (has_type (and (vxrs_ext2_enabled) $F32X4)
|
1579
|
-
(fcvt_from_sint x @ (value_type $I32X4))))
|
1580
|
-
(fcvt_from_sint_reg $F32X4 (FpuRoundMode.ToNearestTiesToEven) x))
|
1581
|
-
|
1582
|
-
;; Convert $I32X4 to $F32X4 (via two $F64X2 on z14).
|
1583
|
-
(rule (lower (has_type (and (vxrs_ext2_disabled) $F32X4)
|
1584
|
-
(fcvt_from_sint x @ (value_type $I32X4))))
|
1585
|
-
(vec_permute $F32X4
|
1586
|
-
(fdemote_reg $F32X4 $F64X2 (FpuRoundMode.ToNearestTiesToEven)
|
1587
|
-
(fcvt_from_sint_reg $F64X2 (FpuRoundMode.ShorterPrecision)
|
1588
|
-
(vec_unpacks_high $I32X4 x)))
|
1589
|
-
(fdemote_reg $F32X4 $F64X2 (FpuRoundMode.ToNearestTiesToEven)
|
1590
|
-
(fcvt_from_sint_reg $F64X2 (FpuRoundMode.ShorterPrecision)
|
1591
|
-
(vec_unpacks_low $I32X4 x)))
|
1592
|
-
(vec_imm $I8X16 (imm8x16 0 1 2 3 8 9 10 11 16 17 18 19 24 25 26 27))))
|
1593
|
-
|
1594
|
-
;; Convert $I64X2 to $F64X2.
|
1595
|
-
(rule (lower (has_type $F64X2 (fcvt_from_sint x @ (value_type $I64X2))))
|
1596
|
-
(fcvt_from_sint_reg $F64X2 (FpuRoundMode.ToNearestTiesToEven) x))
|
1597
|
-
|
1598
|
-
|
1599
|
-
;;;; Rules for `fcvt_low_from_sint` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1600
|
-
|
1601
|
-
;; Convert the low half of a $I32X4 to a $F64X2.
|
1602
|
-
(rule (lower (has_type $F64X2 (fcvt_low_from_sint x @ (value_type $I32X4))))
|
1603
|
-
(fcvt_from_sint_reg $F64X2 (FpuRoundMode.ToNearestTiesToEven)
|
1604
|
-
(vec_unpacks_low_lane_order $I32X4 x)))
|
1605
|
-
|
1606
|
-
|
1607
|
-
;;;; Rules for `fcvt_to_uint` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1608
|
-
|
1609
|
-
;; Convert a scalar floating-point value in a register to an unsigned integer.
|
1610
|
-
;; Traps if the input cannot be represented in the output type.
|
1611
|
-
(rule (lower (has_type (fits_in_64 dst_ty)
|
1612
|
-
(fcvt_to_uint x @ (value_type src_ty))))
|
1613
|
-
(let ((src Reg (put_in_reg x))
|
1614
|
-
;; First, check whether the input is a NaN, and trap if so.
|
1615
|
-
(_ Reg (trap_if (fcmp_reg src_ty src src)
|
1616
|
-
(floatcc_as_cond (FloatCC.Unordered))
|
1617
|
-
(trap_code_bad_conversion_to_integer)))
|
1618
|
-
;; Now check whether the input is out of range for the target type.
|
1619
|
-
(_ Reg (trap_if (fcmp_reg src_ty src (fcvt_to_uint_ub src_ty dst_ty))
|
1620
|
-
(floatcc_as_cond (FloatCC.GreaterThanOrEqual))
|
1621
|
-
(trap_code_integer_overflow)))
|
1622
|
-
(_ Reg (trap_if (fcmp_reg src_ty src (fcvt_to_uint_lb src_ty))
|
1623
|
-
(floatcc_as_cond (FloatCC.LessThanOrEqual))
|
1624
|
-
(trap_code_integer_overflow)))
|
1625
|
-
;; Perform the conversion using the larger type size.
|
1626
|
-
(flt_ty Type (fcvt_flt_ty dst_ty src_ty))
|
1627
|
-
(src_ext Reg (fpromote_reg flt_ty src_ty src)))
|
1628
|
-
(fcvt_to_uint_reg flt_ty (FpuRoundMode.ToZero) src_ext)))
|
1629
|
-
|
1630
|
-
|
1631
|
-
;;;; Rules for `fcvt_to_sint` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1632
|
-
|
1633
|
-
;; Convert a scalar floating-point value in a register to a signed integer.
|
1634
|
-
;; Traps if the input cannot be represented in the output type.
|
1635
|
-
(rule (lower (has_type (fits_in_64 dst_ty)
|
1636
|
-
(fcvt_to_sint x @ (value_type src_ty))))
|
1637
|
-
(let ((src Reg (put_in_reg x))
|
1638
|
-
;; First, check whether the input is a NaN, and trap if so.
|
1639
|
-
(_ Reg (trap_if (fcmp_reg src_ty src src)
|
1640
|
-
(floatcc_as_cond (FloatCC.Unordered))
|
1641
|
-
(trap_code_bad_conversion_to_integer)))
|
1642
|
-
;; Now check whether the input is out of range for the target type.
|
1643
|
-
(_ Reg (trap_if (fcmp_reg src_ty src (fcvt_to_sint_ub src_ty dst_ty))
|
1644
|
-
(floatcc_as_cond (FloatCC.GreaterThanOrEqual))
|
1645
|
-
(trap_code_integer_overflow)))
|
1646
|
-
(_ Reg (trap_if (fcmp_reg src_ty src (fcvt_to_sint_lb src_ty dst_ty))
|
1647
|
-
(floatcc_as_cond (FloatCC.LessThanOrEqual))
|
1648
|
-
(trap_code_integer_overflow)))
|
1649
|
-
;; Perform the conversion using the larger type size.
|
1650
|
-
(flt_ty Type (fcvt_flt_ty dst_ty src_ty))
|
1651
|
-
(src_ext Reg (fpromote_reg flt_ty src_ty src)))
|
1652
|
-
;; Perform the conversion.
|
1653
|
-
(fcvt_to_sint_reg flt_ty (FpuRoundMode.ToZero) src_ext)))
|
1654
|
-
|
1655
|
-
|
1656
|
-
;;;; Rules for `fcvt_to_uint_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1657
|
-
|
1658
|
-
;; Convert a scalar floating-point value in a register to an unsigned integer.
|
1659
|
-
(rule -1 (lower (has_type (fits_in_64 dst_ty)
|
1660
|
-
(fcvt_to_uint_sat x @ (value_type src_ty))))
|
1661
|
-
(let ((src Reg (put_in_reg x))
|
1662
|
-
;; Perform the conversion using the larger type size.
|
1663
|
-
(flt_ty Type (fcvt_flt_ty dst_ty src_ty))
|
1664
|
-
(int_ty Type (fcvt_int_ty dst_ty src_ty))
|
1665
|
-
(src_ext Reg (fpromote_reg flt_ty src_ty src))
|
1666
|
-
(dst Reg (fcvt_to_uint_reg flt_ty (FpuRoundMode.ToZero) src_ext)))
|
1667
|
-
;; Clamp the output to the destination type bounds.
|
1668
|
-
(uint_sat_reg dst_ty int_ty dst)))
|
1669
|
-
|
1670
|
-
;; Convert $F32X4 to $I32X4 (z15 instruction).
|
1671
|
-
(rule 1 (lower (has_type (and (vxrs_ext2_enabled) $I32X4)
|
1672
|
-
(fcvt_to_uint_sat x @ (value_type $F32X4))))
|
1673
|
-
(fcvt_to_uint_reg $F32X4 (FpuRoundMode.ToZero) x))
|
1674
|
-
|
1675
|
-
;; Convert $F32X4 to $I32X4 (via two $F64X2 on z14).
|
1676
|
-
(rule (lower (has_type (and (vxrs_ext2_disabled) $I32X4)
|
1677
|
-
(fcvt_to_uint_sat x @ (value_type $F32X4))))
|
1678
|
-
(vec_pack_usat $I64X2
|
1679
|
-
(fcvt_to_uint_reg $F64X2 (FpuRoundMode.ToZero)
|
1680
|
-
(fpromote_reg $F64X2 $F32X4 (vec_merge_high $I32X4 x x)))
|
1681
|
-
(fcvt_to_uint_reg $F64X2 (FpuRoundMode.ToZero)
|
1682
|
-
(fpromote_reg $F64X2 $F32X4 (vec_merge_low $I32X4 x x)))))
|
1683
|
-
|
1684
|
-
;; Convert $F64X2 to $I64X2.
|
1685
|
-
(rule (lower (has_type $I64X2 (fcvt_to_uint_sat x @ (value_type $F64X2))))
|
1686
|
-
(fcvt_to_uint_reg $F64X2 (FpuRoundMode.ToZero) x))
|
1687
|
-
|
1688
|
-
|
1689
|
-
;;;; Rules for `fcvt_to_sint_sat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1690
|
-
|
1691
|
-
;; Convert a scalar floating-point value in a register to a signed integer.
|
1692
|
-
(rule -1 (lower (has_type (fits_in_64 dst_ty)
|
1693
|
-
(fcvt_to_sint_sat x @ (value_type src_ty))))
|
1694
|
-
(let ((src Reg (put_in_reg x))
|
1695
|
-
;; Perform the conversion using the larger type size.
|
1696
|
-
(flt_ty Type (fcvt_flt_ty dst_ty src_ty))
|
1697
|
-
(int_ty Type (fcvt_int_ty dst_ty src_ty))
|
1698
|
-
(src_ext Reg (fpromote_reg flt_ty src_ty src))
|
1699
|
-
(dst Reg (fcvt_to_sint_reg flt_ty (FpuRoundMode.ToZero) src_ext))
|
1700
|
-
;; In most special cases, the Z instruction already yields the
|
1701
|
-
;; result expected by Cranelift semantics. The only exception
|
1702
|
-
;; it the case where the input was a NaN. We explicitly check
|
1703
|
-
;; for that and force the output to 0 in that case.
|
1704
|
-
(sat Reg (with_flags_reg (fcmp_reg src_ty src src)
|
1705
|
-
(cmov_imm int_ty
|
1706
|
-
(floatcc_as_cond (FloatCC.Unordered)) 0 dst))))
|
1707
|
-
;; Clamp the output to the destination type bounds.
|
1708
|
-
(sint_sat_reg dst_ty int_ty sat)))
|
1709
|
-
|
1710
|
-
;; Convert $F32X4 to $I32X4 (z15 instruction).
|
1711
|
-
(rule 1 (lower (has_type (and (vxrs_ext2_enabled) $I32X4)
|
1712
|
-
(fcvt_to_sint_sat src @ (value_type $F32X4))))
|
1713
|
-
;; See above for why we need to handle NaNs specially.
|
1714
|
-
(vec_select $I32X4
|
1715
|
-
(fcvt_to_sint_reg $F32X4 (FpuRoundMode.ToZero) src)
|
1716
|
-
(vec_imm $I32X4 0) (vec_fcmpeq $F32X4 src src)))
|
1717
|
-
|
1718
|
-
;; Convert $F32X4 to $I32X4 (via two $F64X2 on z14).
|
1719
|
-
(rule (lower (has_type (and (vxrs_ext2_disabled) $I32X4)
|
1720
|
-
(fcvt_to_sint_sat src @ (value_type $F32X4))))
|
1721
|
-
;; See above for why we need to handle NaNs specially.
|
1722
|
-
(vec_select $I32X4
|
1723
|
-
(vec_pack_ssat $I64X2
|
1724
|
-
(fcvt_to_sint_reg $F64X2 (FpuRoundMode.ToZero)
|
1725
|
-
(fpromote_reg $F64X2 $F32X4 (vec_merge_high $I32X4 src src)))
|
1726
|
-
(fcvt_to_sint_reg $F64X2 (FpuRoundMode.ToZero)
|
1727
|
-
(fpromote_reg $F64X2 $F32X4 (vec_merge_low $I32X4 src src))))
|
1728
|
-
(vec_imm $I32X4 0) (vec_fcmpeq $F32X4 src src)))
|
1729
|
-
|
1730
|
-
;; Convert $F64X2 to $I64X2.
|
1731
|
-
(rule (lower (has_type $I64X2 (fcvt_to_sint_sat src @ (value_type $F64X2))))
|
1732
|
-
;; See above for why we need to handle NaNs specially.
|
1733
|
-
(vec_select $I64X2
|
1734
|
-
(fcvt_to_sint_reg $F64X2 (FpuRoundMode.ToZero) src)
|
1735
|
-
(vec_imm $I64X2 0) (vec_fcmpeq $F64X2 src src)))
|
1736
|
-
|
1737
|
-
|
1738
|
-
;;;; Rules for `bitcast` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1739
|
-
|
1740
|
-
;; Reinterpret a 64-bit integer value as floating-point.
|
1741
|
-
(rule (lower (has_type $F64 (bitcast _ x @ (value_type $I64))))
|
1742
|
-
(vec_insert_lane_undef $F64X2 x 0 (zero_reg)))
|
1743
|
-
|
1744
|
-
;; Reinterpret a 64-bit floating-point value as integer.
|
1745
|
-
(rule (lower (has_type $I64 (bitcast _ x @ (value_type $F64))))
|
1746
|
-
(vec_extract_lane $F64X2 x 0 (zero_reg)))
|
1747
|
-
|
1748
|
-
;; Reinterpret a 32-bit integer value as floating-point.
|
1749
|
-
(rule (lower (has_type $F32 (bitcast _ x @ (value_type $I32))))
|
1750
|
-
(vec_insert_lane_undef $F32X4 x 0 (zero_reg)))
|
1751
|
-
|
1752
|
-
;; Reinterpret a 32-bit floating-point value as integer.
|
1753
|
-
(rule (lower (has_type $I32 (bitcast _ x @ (value_type $F32))))
|
1754
|
-
(vec_extract_lane $F32X4 x 0 (zero_reg)))
|
1755
|
-
|
1756
|
-
;; Bitcast between types residing in GPRs is a no-op.
|
1757
|
-
(rule 1 (lower (has_type (gpr32_ty _)
|
1758
|
-
(bitcast _ x @ (value_type (gpr32_ty _))))) x)
|
1759
|
-
(rule 2 (lower (has_type (gpr64_ty _)
|
1760
|
-
(bitcast _ x @ (value_type (gpr64_ty _))))) x)
|
1761
|
-
|
1762
|
-
;; Bitcast between types residing in FPRs is a no-op.
|
1763
|
-
(rule 3 (lower (has_type (ty_scalar_float _)
|
1764
|
-
(bitcast _ x @ (value_type (ty_scalar_float _))))) x)
|
1765
|
-
|
1766
|
-
;; Bitcast between types residing in VRs is a no-op if lane count is unchanged.
|
1767
|
-
(rule 5 (lower (has_type (multi_lane bits count)
|
1768
|
-
(bitcast _ x @ (value_type (multi_lane bits count))))) x)
|
1769
|
-
|
1770
|
-
;; Bitcast between types residing in VRs with different lane counts is a
|
1771
|
-
;; no-op if the operation's MemFlags indicate a byte order compatible with
|
1772
|
-
;; the current lane order. Otherwise, lane elements need to be swapped,
|
1773
|
-
;; first in the input type, and then again in the output type. This could
|
1774
|
-
;; be optimized further, but we don't bother at the moment since due to our
|
1775
|
-
;; choice of lane order depending on the current function ABI, this case will
|
1776
|
-
;; currently never arise in practice.
|
1777
|
-
(rule 4 (lower (has_type (vr128_ty out_ty)
|
1778
|
-
(bitcast flags x @ (value_type (vr128_ty in_ty)))))
|
1779
|
-
(abi_vec_elt_rev (lane_order_from_memflags flags) out_ty
|
1780
|
-
(abi_vec_elt_rev (lane_order_from_memflags flags) in_ty x)))
|
1781
|
-
|
1782
|
-
|
1783
|
-
;;;; Rules for `insertlane` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1784
|
-
|
1785
|
-
;; Insert vector lane from general-purpose register.
|
1786
|
-
(rule 1 (lower (insertlane x @ (value_type ty)
|
1787
|
-
y @ (value_type in_ty)
|
1788
|
-
(u8_from_uimm8 idx)))
|
1789
|
-
(if (ty_int_ref_scalar_64 in_ty))
|
1790
|
-
(vec_insert_lane ty x y (be_lane_idx ty idx) (zero_reg)))
|
1791
|
-
|
1792
|
-
;; Insert vector lane from floating-point register.
|
1793
|
-
(rule 0 (lower (insertlane x @ (value_type ty)
|
1794
|
-
y @ (value_type (ty_scalar_float _))
|
1795
|
-
(u8_from_uimm8 idx)))
|
1796
|
-
(vec_move_lane_and_insert ty x (be_lane_idx ty idx) y 0))
|
1797
|
-
|
1798
|
-
;; Insert vector lane from another vector lane.
|
1799
|
-
(rule 2 (lower (insertlane x @ (value_type ty)
|
1800
|
-
(extractlane y (u8_from_uimm8 src_idx))
|
1801
|
-
(u8_from_uimm8 dst_idx)))
|
1802
|
-
(vec_move_lane_and_insert ty x (be_lane_idx ty dst_idx)
|
1803
|
-
y (be_lane_idx ty src_idx)))
|
1804
|
-
|
1805
|
-
;; Insert vector lane from signed 16-bit immediate.
|
1806
|
-
(rule 3 (lower (insertlane x @ (value_type ty) (i16_from_value y)
|
1807
|
-
(u8_from_uimm8 idx)))
|
1808
|
-
(vec_insert_lane_imm ty x y (be_lane_idx ty idx)))
|
1809
|
-
|
1810
|
-
;; Insert vector lane from big-endian memory.
|
1811
|
-
(rule 4 (lower (insertlane x @ (value_type ty) (sinkable_load y)
|
1812
|
-
(u8_from_uimm8 idx)))
|
1813
|
-
(vec_load_lane ty x (sink_load y) (be_lane_idx ty idx)))
|
1814
|
-
|
1815
|
-
;; Insert vector lane from little-endian memory.
|
1816
|
-
(rule 5 (lower (insertlane x @ (value_type ty) (sinkable_load_little y)
|
1817
|
-
(u8_from_uimm8 idx)))
|
1818
|
-
(vec_load_lane_little ty x (sink_load y) (be_lane_idx ty idx)))
|
1819
|
-
|
1820
|
-
|
1821
|
-
;; Helper to extract one lane from a vector and insert it into another.
|
1822
|
-
(decl vec_move_lane_and_insert (Type Reg u8 Reg u8) Reg)
|
1823
|
-
|
1824
|
-
;; For 64-bit elements we always use VPDI.
|
1825
|
-
(rule (vec_move_lane_and_insert ty @ (multi_lane 64 _) dst 0 src src_idx)
|
1826
|
-
(vec_permute_dw_imm ty src src_idx dst 1))
|
1827
|
-
(rule (vec_move_lane_and_insert ty @ (multi_lane 64 _) dst 1 src src_idx)
|
1828
|
-
(vec_permute_dw_imm ty dst 0 src src_idx))
|
1829
|
-
|
1830
|
-
;; If source and destination index are the same, use vec_select.
|
1831
|
-
(rule -1 (vec_move_lane_and_insert ty dst idx src idx)
|
1832
|
-
(vec_select ty src
|
1833
|
-
dst (vec_imm_byte_mask ty (lane_byte_mask ty idx))))
|
1834
|
-
|
1835
|
-
;; Otherwise replicate source first and then use vec_select.
|
1836
|
-
(rule -2 (vec_move_lane_and_insert ty dst dst_idx src src_idx)
|
1837
|
-
(vec_select ty (vec_replicate_lane ty src src_idx)
|
1838
|
-
dst (vec_imm_byte_mask ty (lane_byte_mask ty dst_idx))))
|
1839
|
-
|
1840
|
-
|
1841
|
-
;; Helper to implement a generic little-endian variant of vec_load_lane.
|
1842
|
-
(decl vec_load_lane_little (Type Reg MemArg u8) Reg)
|
1843
|
-
|
1844
|
-
;; 8-byte little-endian loads can be performed via a normal load.
|
1845
|
-
(rule (vec_load_lane_little ty @ (multi_lane 8 _) dst addr lane_imm)
|
1846
|
-
(vec_load_lane ty dst addr lane_imm))
|
1847
|
-
|
1848
|
-
;; On z15, we have instructions to perform little-endian loads.
|
1849
|
-
(rule 1 (vec_load_lane_little (and (vxrs_ext2_enabled)
|
1850
|
-
ty @ (multi_lane 16 _)) dst addr lane_imm)
|
1851
|
-
(vec_load_lane_rev ty dst addr lane_imm))
|
1852
|
-
(rule 1 (vec_load_lane_little (and (vxrs_ext2_enabled)
|
1853
|
-
ty @ (multi_lane 32 _)) dst addr lane_imm)
|
1854
|
-
(vec_load_lane_rev ty dst addr lane_imm))
|
1855
|
-
(rule 1 (vec_load_lane_little (and (vxrs_ext2_enabled)
|
1856
|
-
ty @ (multi_lane 64 _)) dst addr lane_imm)
|
1857
|
-
(vec_load_lane_rev ty dst addr lane_imm))
|
1858
|
-
|
1859
|
-
;; On z14, use a little-endian load to GPR followed by vec_insert_lane.
|
1860
|
-
(rule (vec_load_lane_little (and (vxrs_ext2_disabled)
|
1861
|
-
ty @ (multi_lane 16 _)) dst addr lane_imm)
|
1862
|
-
(vec_insert_lane ty dst (loadrev16 addr) lane_imm (zero_reg)))
|
1863
|
-
(rule (vec_load_lane_little (and (vxrs_ext2_disabled)
|
1864
|
-
ty @ (multi_lane 32 _)) dst addr lane_imm)
|
1865
|
-
(vec_insert_lane ty dst (loadrev32 addr) lane_imm (zero_reg)))
|
1866
|
-
(rule (vec_load_lane_little (and (vxrs_ext2_disabled)
|
1867
|
-
ty @ (multi_lane 64 _)) dst addr lane_imm)
|
1868
|
-
(vec_insert_lane ty dst (loadrev64 addr) lane_imm (zero_reg)))
|
1869
|
-
|
1870
|
-
;; Helper to implement a generic little-endian variant of vec_load_lane_undef.
|
1871
|
-
(decl vec_load_lane_little_undef (Type MemArg u8) Reg)
|
1872
|
-
|
1873
|
-
;; 8-byte little-endian loads can be performed via a normal load.
|
1874
|
-
(rule (vec_load_lane_little_undef ty @ (multi_lane 8 _) addr lane_imm)
|
1875
|
-
(vec_load_lane_undef ty addr lane_imm))
|
1876
|
-
|
1877
|
-
;; On z15, we have instructions to perform little-endian loads.
|
1878
|
-
(rule 1 (vec_load_lane_little_undef (and (vxrs_ext2_enabled)
|
1879
|
-
ty @ (multi_lane 16 _)) addr lane_imm)
|
1880
|
-
(vec_load_lane_rev_undef ty addr lane_imm))
|
1881
|
-
(rule 1 (vec_load_lane_little_undef (and (vxrs_ext2_enabled)
|
1882
|
-
ty @ (multi_lane 32 _)) addr lane_imm)
|
1883
|
-
(vec_load_lane_rev_undef ty addr lane_imm))
|
1884
|
-
(rule 1 (vec_load_lane_little_undef (and (vxrs_ext2_enabled)
|
1885
|
-
ty @ (multi_lane 64 _)) addr lane_imm)
|
1886
|
-
(vec_load_lane_rev_undef ty addr lane_imm))
|
1887
|
-
|
1888
|
-
;; On z14, use a little-endian load to GPR followed by vec_insert_lane_undef.
|
1889
|
-
(rule (vec_load_lane_little_undef (and (vxrs_ext2_disabled)
|
1890
|
-
ty @ (multi_lane 16 _)) addr lane_imm)
|
1891
|
-
(vec_insert_lane_undef ty (loadrev16 addr) lane_imm (zero_reg)))
|
1892
|
-
(rule (vec_load_lane_little_undef (and (vxrs_ext2_disabled)
|
1893
|
-
ty @ (multi_lane 32 _)) addr lane_imm)
|
1894
|
-
(vec_insert_lane_undef ty (loadrev32 addr) lane_imm (zero_reg)))
|
1895
|
-
(rule (vec_load_lane_little_undef (and (vxrs_ext2_disabled)
|
1896
|
-
ty @ (multi_lane 64 _)) addr lane_imm)
|
1897
|
-
(vec_insert_lane_undef ty (loadrev64 addr) lane_imm (zero_reg)))
|
1898
|
-
|
1899
|
-
|
1900
|
-
;;;; Rules for `extractlane` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1901
|
-
|
1902
|
-
;; Extract vector lane to general-purpose register.
|
1903
|
-
(rule 1 (lower (has_type out_ty
|
1904
|
-
(extractlane x @ (value_type ty) (u8_from_uimm8 idx))))
|
1905
|
-
(if (ty_int_ref_scalar_64 out_ty))
|
1906
|
-
(vec_extract_lane ty x (be_lane_idx ty idx) (zero_reg)))
|
1907
|
-
|
1908
|
-
;; Extract vector lane to floating-point register.
|
1909
|
-
(rule 0 (lower (has_type (ty_scalar_float _)
|
1910
|
-
(extractlane x @ (value_type ty) (u8_from_uimm8 idx))))
|
1911
|
-
(vec_replicate_lane ty x (be_lane_idx ty idx)))
|
1912
|
-
|
1913
|
-
;; Extract vector lane and store to big-endian memory.
|
1914
|
-
(rule 6 (lower (store flags @ (bigendian)
|
1915
|
-
(extractlane x @ (value_type ty) (u8_from_uimm8 idx))
|
1916
|
-
addr offset))
|
1917
|
-
(side_effect (vec_store_lane ty x
|
1918
|
-
(lower_address flags addr offset) (be_lane_idx ty idx))))
|
1919
|
-
|
1920
|
-
;; Extract vector lane and store to little-endian memory.
|
1921
|
-
(rule 5 (lower (store flags @ (littleendian)
|
1922
|
-
(extractlane x @ (value_type ty) (u8_from_uimm8 idx))
|
1923
|
-
addr offset))
|
1924
|
-
(side_effect (vec_store_lane_little ty x
|
1925
|
-
(lower_address flags addr offset) (be_lane_idx ty idx))))
|
1926
|
-
|
1927
|
-
|
1928
|
-
;; Helper to implement a generic little-endian variant of vec_store_lane.
|
1929
|
-
(decl vec_store_lane_little (Type Reg MemArg u8) SideEffectNoResult)
|
1930
|
-
|
1931
|
-
;; 8-byte little-endian stores can be performed via a normal store.
|
1932
|
-
(rule (vec_store_lane_little ty @ (multi_lane 8 _) src addr lane_imm)
|
1933
|
-
(vec_store_lane ty src addr lane_imm))
|
1934
|
-
|
1935
|
-
;; On z15, we have instructions to perform little-endian stores.
|
1936
|
-
(rule 1 (vec_store_lane_little (and (vxrs_ext2_enabled)
|
1937
|
-
ty @ (multi_lane 16 _)) src addr lane_imm)
|
1938
|
-
(vec_store_lane_rev ty src addr lane_imm))
|
1939
|
-
(rule 1 (vec_store_lane_little (and (vxrs_ext2_enabled)
|
1940
|
-
ty @ (multi_lane 32 _)) src addr lane_imm)
|
1941
|
-
(vec_store_lane_rev ty src addr lane_imm))
|
1942
|
-
(rule 1 (vec_store_lane_little (and (vxrs_ext2_enabled)
|
1943
|
-
ty @ (multi_lane 64 _)) src addr lane_imm)
|
1944
|
-
(vec_store_lane_rev ty src addr lane_imm))
|
1945
|
-
|
1946
|
-
;; On z14, use vec_extract_lane followed by a little-endian store from GPR.
|
1947
|
-
(rule (vec_store_lane_little (and (vxrs_ext2_disabled)
|
1948
|
-
ty @ (multi_lane 16 _)) src addr lane_imm)
|
1949
|
-
(storerev16 (vec_extract_lane ty src lane_imm (zero_reg)) addr))
|
1950
|
-
(rule (vec_store_lane_little (and (vxrs_ext2_disabled)
|
1951
|
-
ty @ (multi_lane 32 _)) src addr lane_imm)
|
1952
|
-
(storerev32 (vec_extract_lane ty src lane_imm (zero_reg)) addr))
|
1953
|
-
(rule (vec_store_lane_little (and (vxrs_ext2_disabled)
|
1954
|
-
ty @ (multi_lane 64 _)) src addr lane_imm)
|
1955
|
-
(storerev64 (vec_extract_lane ty src lane_imm (zero_reg)) addr))
|
1956
|
-
|
1957
|
-
|
1958
|
-
;;;; Rules for `splat` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1959
|
-
|
1960
|
-
;; Load replicated value from general-purpose register.
|
1961
|
-
(rule 1 (lower (has_type ty (splat x @ (value_type in_ty))))
|
1962
|
-
(if (ty_int_ref_scalar_64 in_ty))
|
1963
|
-
(vec_replicate_lane ty (vec_insert_lane_undef ty x 0 (zero_reg)) 0))
|
1964
|
-
|
1965
|
-
;; Load replicated value from floating-point register.
|
1966
|
-
(rule 0 (lower (has_type ty (splat
|
1967
|
-
x @ (value_type (ty_scalar_float _)))))
|
1968
|
-
(vec_replicate_lane ty x 0))
|
1969
|
-
|
1970
|
-
;; Load replicated value from vector lane.
|
1971
|
-
(rule 2 (lower (has_type ty (splat (extractlane x (u8_from_uimm8 idx)))))
|
1972
|
-
(vec_replicate_lane ty x (be_lane_idx ty idx)))
|
1973
|
-
|
1974
|
-
;; Load replicated 16-bit immediate value.
|
1975
|
-
(rule 3 (lower (has_type ty (splat (i16_from_value x))))
|
1976
|
-
(vec_imm_replicate ty x))
|
1977
|
-
|
1978
|
-
;; Load replicated value from big-endian memory.
|
1979
|
-
(rule 4 (lower (has_type ty (splat (sinkable_load x))))
|
1980
|
-
(vec_load_replicate ty (sink_load x)))
|
1981
|
-
|
1982
|
-
;; Load replicated value from little-endian memory.
|
1983
|
-
(rule 5 (lower (has_type ty (splat (sinkable_load_little x))))
|
1984
|
-
(vec_load_replicate_little ty (sink_load x)))
|
1985
|
-
|
1986
|
-
|
1987
|
-
;; Helper to implement a generic little-endian variant of vec_load_replicate
|
1988
|
-
(decl vec_load_replicate_little (Type MemArg) Reg)
|
1989
|
-
|
1990
|
-
;; 8-byte little-endian loads can be performed via a normal load.
|
1991
|
-
(rule (vec_load_replicate_little ty @ (multi_lane 8 _) addr)
|
1992
|
-
(vec_load_replicate ty addr))
|
1993
|
-
|
1994
|
-
;; On z15, we have instructions to perform little-endian loads.
|
1995
|
-
(rule 1 (vec_load_replicate_little (and (vxrs_ext2_enabled)
|
1996
|
-
ty @ (multi_lane 16 _)) addr)
|
1997
|
-
(vec_load_replicate_rev ty addr))
|
1998
|
-
(rule 1 (vec_load_replicate_little (and (vxrs_ext2_enabled)
|
1999
|
-
ty @ (multi_lane 32 _)) addr)
|
2000
|
-
(vec_load_replicate_rev ty addr))
|
2001
|
-
(rule 1 (vec_load_replicate_little (and (vxrs_ext2_enabled)
|
2002
|
-
ty @ (multi_lane 64 _)) addr)
|
2003
|
-
(vec_load_replicate_rev ty addr))
|
2004
|
-
|
2005
|
-
;; On z14, use a little-endian load (via GPR) and replicate.
|
2006
|
-
(rule (vec_load_replicate_little (and (vxrs_ext2_disabled)
|
2007
|
-
ty @ (multi_lane 16 _)) addr)
|
2008
|
-
(vec_replicate_lane ty (vec_load_lane_little_undef ty addr 0) 0))
|
2009
|
-
(rule (vec_load_replicate_little (and (vxrs_ext2_disabled)
|
2010
|
-
ty @ (multi_lane 32 _)) addr)
|
2011
|
-
(vec_replicate_lane ty (vec_load_lane_little_undef ty addr 0) 0))
|
2012
|
-
(rule (vec_load_replicate_little (and (vxrs_ext2_disabled)
|
2013
|
-
ty @ (multi_lane 64 _)) addr)
|
2014
|
-
(vec_replicate_lane ty (vec_load_lane_little_undef ty addr 0) 0))
|
2015
|
-
|
2016
|
-
|
2017
|
-
;;;; Rules for `scalar_to_vector` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2018
|
-
|
2019
|
-
;; Load scalar value from general-purpose register.
|
2020
|
-
(rule 1 (lower (has_type ty (scalar_to_vector
|
2021
|
-
x @ (value_type in_ty))))
|
2022
|
-
(if (ty_int_ref_scalar_64 in_ty))
|
2023
|
-
(vec_insert_lane ty (vec_imm ty 0) x (be_lane_idx ty 0) (zero_reg)))
|
2024
|
-
|
2025
|
-
;; Load scalar value from floating-point register.
|
2026
|
-
(rule 0 (lower (has_type ty (scalar_to_vector
|
2027
|
-
x @ (value_type (ty_scalar_float _)))))
|
2028
|
-
(vec_move_lane_and_zero ty (be_lane_idx ty 0) x 0))
|
2029
|
-
|
2030
|
-
;; Load scalar value from vector lane.
|
2031
|
-
(rule 2 (lower (has_type ty (scalar_to_vector
|
2032
|
-
(extractlane x (u8_from_uimm8 idx)))))
|
2033
|
-
(vec_move_lane_and_zero ty (be_lane_idx ty 0) x (be_lane_idx ty idx)))
|
2034
|
-
|
2035
|
-
;; Load scalar 16-bit immediate value.
|
2036
|
-
(rule 3 (lower (has_type ty (scalar_to_vector (i16_from_value x))))
|
2037
|
-
(vec_insert_lane_imm ty (vec_imm ty 0) x (be_lane_idx ty 0)))
|
2038
|
-
|
2039
|
-
;; Load scalar value from big-endian memory.
|
2040
|
-
(rule 4 (lower (has_type ty (scalar_to_vector (sinkable_load x))))
|
2041
|
-
(vec_load_lane ty (vec_imm ty 0) (sink_load x) (be_lane_idx ty 0)))
|
2042
|
-
|
2043
|
-
;; Load scalar value lane from little-endian memory.
|
2044
|
-
(rule 5 (lower (has_type ty (scalar_to_vector (sinkable_load_little x))))
|
2045
|
-
(vec_load_lane_little ty (vec_imm ty 0) (sink_load x) (be_lane_idx ty 0)))
|
2046
|
-
|
2047
|
-
|
2048
|
-
;; Helper to extract one lane from a vector and insert it into a zero vector.
|
2049
|
-
(decl vec_move_lane_and_zero (Type u8 Reg u8) Reg)
|
2050
|
-
|
2051
|
-
;; For 64-bit elements we always use VPDI.
|
2052
|
-
(rule (vec_move_lane_and_zero ty @ (multi_lane 64 _) 0 src src_idx)
|
2053
|
-
(vec_permute_dw_imm ty src src_idx (vec_imm ty 0) 0))
|
2054
|
-
(rule (vec_move_lane_and_zero ty @ (multi_lane 64 _) 1 src src_idx)
|
2055
|
-
(vec_permute_dw_imm ty (vec_imm ty 0) 0 src src_idx))
|
2056
|
-
|
2057
|
-
;; If source and destination index are the same, simply mask to this lane.
|
2058
|
-
(rule -1 (vec_move_lane_and_zero ty idx src idx)
|
2059
|
-
(vec_and ty src
|
2060
|
-
(vec_imm_byte_mask ty (lane_byte_mask ty idx))))
|
2061
|
-
|
2062
|
-
;; Otherwise replicate source first and then mask to the lane.
|
2063
|
-
(rule -2 (vec_move_lane_and_zero ty dst_idx src src_idx)
|
2064
|
-
(vec_and ty (vec_replicate_lane ty src src_idx)
|
2065
|
-
(vec_imm_byte_mask ty (lane_byte_mask ty dst_idx))))
|
2066
|
-
|
2067
|
-
|
2068
|
-
;;;; Rules for `shuffle` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2069
|
-
|
2070
|
-
;; General case: use vec_permute and then mask off zero lanes.
|
2071
|
-
(rule -2 (lower (shuffle x y (shuffle_mask permute_mask and_mask)))
|
2072
|
-
(vec_and $I8X16 (vec_imm_byte_mask $I8X16 and_mask)
|
2073
|
-
(vec_permute $I8X16 x y (vec_imm $I8X16 permute_mask))))
|
2074
|
-
|
2075
|
-
;; If the pattern has no zero lanes, just a vec_permute suffices.
|
2076
|
-
(rule -1 (lower (shuffle x y (shuffle_mask permute_mask 65535)))
|
2077
|
-
(vec_permute $I8X16 x y (vec_imm $I8X16 permute_mask)))
|
2078
|
-
|
2079
|
-
;; Special patterns that can be implemented via MERGE HIGH.
|
2080
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 0 1 2 3 4 5 6 7 16 17 18 19 20 21 22 23) 65535)))
|
2081
|
-
(vec_merge_high $I64X2 x y))
|
2082
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 0 1 2 3 16 17 18 19 4 5 6 7 20 21 22 23) 65535)))
|
2083
|
-
(vec_merge_high $I32X4 x y))
|
2084
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 0 1 16 17 2 3 18 19 4 5 20 21 6 7 22 23) 65535)))
|
2085
|
-
(vec_merge_high $I16X8 x y))
|
2086
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 0 16 1 17 2 18 3 19 4 20 5 21 6 22 7 23) 65535)))
|
2087
|
-
(vec_merge_high $I8X16 x y))
|
2088
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 16 17 18 19 20 21 22 23 0 1 2 3 4 5 6 7) 65535)))
|
2089
|
-
(vec_merge_high $I64X2 y x))
|
2090
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 16 17 18 19 0 1 2 3 20 21 22 23 4 5 6 7) 65535)))
|
2091
|
-
(vec_merge_high $I32X4 y x))
|
2092
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 16 17 0 1 18 19 2 3 20 21 4 5 22 23 6 7) 65535)))
|
2093
|
-
(vec_merge_high $I16X8 y x))
|
2094
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 16 0 17 1 18 2 19 3 20 4 21 5 22 6 23 7) 65535)))
|
2095
|
-
(vec_merge_high $I8X16 y x))
|
2096
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7) 65535)))
|
2097
|
-
(vec_merge_high $I64X2 x x))
|
2098
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 0 1 2 3 0 1 2 3 4 5 6 7 4 5 6 7) 65535)))
|
2099
|
-
(vec_merge_high $I32X4 x x))
|
2100
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 0 1 0 1 2 3 2 3 4 5 4 5 6 7 6 7) 65535)))
|
2101
|
-
(vec_merge_high $I16X8 x x))
|
2102
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 0 0 1 1 2 2 3 3 4 4 5 5 6 6 7 7) 65535)))
|
2103
|
-
(vec_merge_high $I8X16 x x))
|
2104
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 16 17 18 19 20 21 22 23 16 17 18 19 20 21 22 23) 65535)))
|
2105
|
-
(vec_merge_high $I64X2 y y))
|
2106
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 16 17 18 19 16 17 18 19 20 21 22 23 20 21 22 23) 65535)))
|
2107
|
-
(vec_merge_high $I32X4 y y))
|
2108
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 16 17 16 17 18 19 18 19 20 21 20 21 22 23 22 23) 65535)))
|
2109
|
-
(vec_merge_high $I16X8 y y))
|
2110
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 16 16 17 17 18 18 19 19 20 20 21 21 22 22 23 23) 65535)))
|
2111
|
-
(vec_merge_high $I8X16 y y))
|
2112
|
-
|
2113
|
-
;; Special patterns that can be implemented via MERGE LOW.
|
2114
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 8 9 10 11 12 13 14 15 24 25 26 27 28 29 30 31) 65535)))
|
2115
|
-
(vec_merge_low $I64X2 x y))
|
2116
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 8 9 10 11 24 25 26 27 12 13 14 15 28 29 30 31) 65535)))
|
2117
|
-
(vec_merge_low $I32X4 x y))
|
2118
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 8 9 24 25 10 11 26 27 12 13 28 29 14 15 30 31) 65535)))
|
2119
|
-
(vec_merge_low $I16X8 x y))
|
2120
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 8 24 9 25 10 26 11 27 12 28 13 29 14 30 15 31) 65535)))
|
2121
|
-
(vec_merge_low $I8X16 x y))
|
2122
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 24 25 26 27 28 29 30 31 8 9 10 11 12 13 14 15) 65535)))
|
2123
|
-
(vec_merge_low $I64X2 y x))
|
2124
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 24 25 26 27 8 9 10 11 28 29 30 31 12 13 14 15) 65535)))
|
2125
|
-
(vec_merge_low $I32X4 y x))
|
2126
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 24 25 8 9 26 27 10 11 28 29 12 13 30 31 14 15) 65535)))
|
2127
|
-
(vec_merge_low $I16X8 y x))
|
2128
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 24 8 25 9 26 10 27 11 28 12 29 13 30 14 31 15) 65535)))
|
2129
|
-
(vec_merge_low $I8X16 y x))
|
2130
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 8 9 10 11 12 13 14 15 8 9 10 11 12 13 14 15) 65535)))
|
2131
|
-
(vec_merge_low $I64X2 x x))
|
2132
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 8 9 10 11 8 9 10 11 12 13 14 15 12 13 14 15) 65535)))
|
2133
|
-
(vec_merge_low $I32X4 x x))
|
2134
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 8 9 8 9 10 11 10 11 12 13 12 13 14 15 14 15) 65535)))
|
2135
|
-
(vec_merge_low $I16X8 x x))
|
2136
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 8 8 9 9 10 10 11 11 12 12 13 13 14 14 15 15) 65535)))
|
2137
|
-
(vec_merge_low $I8X16 x x))
|
2138
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 24 25 26 27 28 29 30 31 24 25 26 27 28 29 30 31) 65535)))
|
2139
|
-
(vec_merge_low $I64X2 y y))
|
2140
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 24 25 26 27 24 25 26 27 28 29 30 31 28 29 30 31) 65535)))
|
2141
|
-
(vec_merge_low $I32X4 y y))
|
2142
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 24 25 24 25 26 27 26 27 28 29 28 29 30 31 30 31) 65535)))
|
2143
|
-
(vec_merge_low $I16X8 y y))
|
2144
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 24 24 25 25 26 26 27 27 28 28 29 29 30 30 31 31) 65535)))
|
2145
|
-
(vec_merge_low $I8X16 y y))
|
2146
|
-
|
2147
|
-
;; Special patterns that can be implemented via PACK.
|
2148
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 4 5 6 7 12 13 14 15 20 21 22 23 28 29 30 31) 65535)))
|
2149
|
-
(vec_pack $I64X2 x y))
|
2150
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 2 3 6 7 10 11 14 15 18 19 22 23 26 27 30 31) 65535)))
|
2151
|
-
(vec_pack $I32X4 x y))
|
2152
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 1 3 5 7 9 11 13 15 17 19 21 23 25 27 29 31) 65535)))
|
2153
|
-
(vec_pack $I16X8 x y))
|
2154
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 20 21 22 23 28 29 30 31 4 5 6 7 12 13 14 15) 65535)))
|
2155
|
-
(vec_pack $I64X2 y x))
|
2156
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 18 19 22 23 26 27 30 31 2 3 6 7 10 11 14 15) 65535)))
|
2157
|
-
(vec_pack $I32X4 y x))
|
2158
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 17 19 21 23 25 27 29 31 1 3 5 7 9 11 13 15) 65535)))
|
2159
|
-
(vec_pack $I16X8 y x))
|
2160
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 4 5 6 7 12 13 14 15 4 5 6 7 12 13 14 15) 65535)))
|
2161
|
-
(vec_pack $I64X2 x x))
|
2162
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 2 3 6 7 10 11 14 15 2 3 6 7 10 11 14 15) 65535)))
|
2163
|
-
(vec_pack $I32X4 x x))
|
2164
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 1 3 5 7 9 11 13 15 1 3 5 7 9 11 13 15) 65535)))
|
2165
|
-
(vec_pack $I16X8 x x))
|
2166
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 20 21 22 23 28 29 30 31 20 21 22 23 28 29 30 31) 65535)))
|
2167
|
-
(vec_pack $I64X2 y y))
|
2168
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 18 19 22 23 26 27 30 31 18 19 22 23 26 27 30 31) 65535)))
|
2169
|
-
(vec_pack $I32X4 y y))
|
2170
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 17 19 21 23 25 27 29 31 17 19 21 23 25 27 29 31) 65535)))
|
2171
|
-
(vec_pack $I16X8 y y))
|
2172
|
-
|
2173
|
-
;; Special patterns that can be implemented via UNPACK HIGH.
|
2174
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 _ _ _ _ 0 1 2 3 _ _ _ _ 4 5 6 7) 3855)))
|
2175
|
-
(vec_unpacku_high $I32X4 x))
|
2176
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 _ _ 0 1 _ _ 2 3 _ _ 4 5 _ _ 6 7) 13107)))
|
2177
|
-
(vec_unpacku_high $I16X8 x))
|
2178
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 _ 0 _ 1 _ 2 _ 3 _ 4 _ 5 _ 6 _ 7) 21845)))
|
2179
|
-
(vec_unpacku_high $I8X16 x))
|
2180
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 _ _ _ _ 16 17 18 19 _ _ _ _ 20 21 22 23) 3855)))
|
2181
|
-
(vec_unpacku_high $I32X4 y))
|
2182
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 _ _ 16 17 _ _ 18 19 _ _ 20 21 _ _ 22 23) 13107)))
|
2183
|
-
(vec_unpacku_high $I16X8 y))
|
2184
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 _ 16 _ 17 _ 18 _ 19 _ 20 _ 21 _ 22 _ 23) 21845)))
|
2185
|
-
(vec_unpacku_high $I8X16 y))
|
2186
|
-
|
2187
|
-
;; Special patterns that can be implemented via UNPACK LOW.
|
2188
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 _ _ _ _ 8 9 10 11 _ _ _ _ 12 13 14 15) 3855)))
|
2189
|
-
(vec_unpacku_low $I32X4 x))
|
2190
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 _ _ 8 9 _ _ 10 11 _ _ 12 13 _ _ 14 15) 13107)))
|
2191
|
-
(vec_unpacku_low $I16X8 x))
|
2192
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 _ 8 _ 9 _ 10 _ 11 _ 12 _ 13 _ 14 _ 15) 21845)))
|
2193
|
-
(vec_unpacku_low $I8X16 x))
|
2194
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 _ _ _ _ 24 25 26 27 _ _ _ _ 28 29 30 31) 3855)))
|
2195
|
-
(vec_unpacku_low $I32X4 y))
|
2196
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 _ _ 24 25 _ _ 26 27 _ _ 28 29 _ _ 30 31) 13107)))
|
2197
|
-
(vec_unpacku_low $I16X8 y))
|
2198
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 _ 24 _ 25 _ 26 _ 27 _ 28 _ 29 _ 30 _ 31) 21845)))
|
2199
|
-
(vec_unpacku_low $I8X16 y))
|
2200
|
-
|
2201
|
-
;; Special patterns that can be implemented via PERMUTE DOUBLEWORD IMMEDIATE.
|
2202
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 0 1 2 3 4 5 6 7 24 25 26 27 28 29 30 31) 65535)))
|
2203
|
-
(vec_permute_dw_imm $I8X16 x 0 y 1))
|
2204
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23) 65535)))
|
2205
|
-
(vec_permute_dw_imm $I8X16 x 1 y 0))
|
2206
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 16 17 18 19 20 21 22 23 8 9 10 11 12 13 14 15) 65535)))
|
2207
|
-
(vec_permute_dw_imm $I8X16 y 0 x 1))
|
2208
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 24 25 26 27 28 29 30 31 0 1 2 3 4 5 6 7) 65535)))
|
2209
|
-
(vec_permute_dw_imm $I8X16 y 1 x 0))
|
2210
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15) 65535)))
|
2211
|
-
(vec_permute_dw_imm $I8X16 x 0 x 1))
|
2212
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 8 9 10 11 12 13 14 15 0 1 2 3 4 5 6 7) 65535)))
|
2213
|
-
(vec_permute_dw_imm $I8X16 x 1 x 0))
|
2214
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31) 65535)))
|
2215
|
-
(vec_permute_dw_imm $I8X16 y 0 y 1))
|
2216
|
-
(rule (lower (shuffle x y (shuffle_mask (imm8x16 24 25 26 27 28 29 30 31 16 17 18 19 20 21 22 23) 65535)))
|
2217
|
-
(vec_permute_dw_imm $I8X16 y 1 y 0))
|
2218
|
-
|
2219
|
-
|
2220
|
-
;;;; Rules for `swizzle` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2221
|
-
|
2222
|
-
;; When using big-endian lane order, the lane mask is mostly correct, but we
|
2223
|
-
;; need to handle mask elements outside the range 0..15 by zeroing the lane.
|
2224
|
-
;;
|
2225
|
-
;; To do so efficiently, we compute:
|
2226
|
-
;; permute-lane-element := umin (16, swizzle-lane-element)
|
2227
|
-
;; and pass a zero vector as second operand to the permute instruction.
|
2228
|
-
|
2229
|
-
(rule 1 (lower (has_type (ty_vec128 ty) (swizzle x y)))
|
2230
|
-
(if-let (LaneOrder.BigEndian) (lane_order))
|
2231
|
-
(vec_permute ty x (vec_imm ty 0)
|
2232
|
-
(vec_umin $I8X16 (vec_imm_splat $I8X16 16) y)))
|
2233
|
-
|
2234
|
-
;; When using little-endian lane order, in addition to zeroing (as above),
|
2235
|
-
;; we need to convert from little-endian to big-endian lane numbering.
|
2236
|
-
;;
|
2237
|
-
;; To do so efficiently, we compute:
|
2238
|
-
;; permute-lane-element := umax (239, ~ swizzle-lane-element)
|
2239
|
-
;; which has the following effect:
|
2240
|
-
;; elements 0 .. 15 --> 255 .. 240 (i.e. 31 .. 16 mod 32)
|
2241
|
-
;; everything else --> 239 (i.e. 15 mod 32)
|
2242
|
-
;;
|
2243
|
-
;; Then, we can use a single permute instruction with
|
2244
|
-
;; a zero vector as first operand (covering lane 15)
|
2245
|
-
;; the input vector as second operand (covering lanes 16 .. 31)
|
2246
|
-
;; to implement the required swizzle semantics.
|
2247
|
-
|
2248
|
-
(rule (lower (has_type (ty_vec128 ty) (swizzle x y)))
|
2249
|
-
(if-let (LaneOrder.LittleEndian) (lane_order))
|
2250
|
-
(vec_permute ty (vec_imm ty 0) x
|
2251
|
-
(vec_umax $I8X16 (vec_imm_splat $I8X16 239)
|
2252
|
-
(vec_not $I8X16 y))))
|
2253
|
-
|
2254
|
-
|
2255
|
-
;;;; Rules for `stack_addr` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2256
|
-
|
2257
|
-
;; Load the address of a stack slot.
|
2258
|
-
(rule (lower (has_type ty (stack_addr stack_slot offset)))
|
2259
|
-
(stack_addr_impl ty stack_slot offset))
|
2260
|
-
|
2261
|
-
|
2262
|
-
;;;; Rules for `func_addr` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2263
|
-
|
2264
|
-
;; Load the address of a function, target reachable via PC-relative instruction.
|
2265
|
-
(rule 1 (lower (func_addr (func_ref_data _ name (reloc_distance_near))))
|
2266
|
-
(load_addr (memarg_symbol name 0 (memflags_trusted))))
|
2267
|
-
|
2268
|
-
;; Load the address of a function, general case.
|
2269
|
-
(rule (lower (func_addr (func_ref_data _ name _)))
|
2270
|
-
(load_symbol_reloc (SymbolReloc.Absolute name 0)))
|
2271
|
-
|
2272
|
-
|
2273
|
-
;;;; Rules for `symbol_value` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2274
|
-
|
2275
|
-
;; Load the address of a symbol, target reachable via PC-relative instruction.
|
2276
|
-
(rule 1 (lower (symbol_value (symbol_value_data name (reloc_distance_near)
|
2277
|
-
off)))
|
2278
|
-
(if-let offset (memarg_symbol_offset off))
|
2279
|
-
(load_addr (memarg_symbol name offset (memflags_trusted))))
|
2280
|
-
|
2281
|
-
;; Load the address of a symbol, general case.
|
2282
|
-
(rule (lower (symbol_value (symbol_value_data name _ offset)))
|
2283
|
-
(load_symbol_reloc (SymbolReloc.Absolute name offset)))
|
2284
|
-
|
2285
|
-
|
2286
|
-
;;;; Rules for `tls_value` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2287
|
-
|
2288
|
-
;; Load the address of a TLS symbol (ELF general-dynamic model).
|
2289
|
-
(rule (lower (tls_value (symbol_value_data name _ 0)))
|
2290
|
-
(if (tls_model_is_elf_gd))
|
2291
|
-
(let ((symbol SymbolReloc (SymbolReloc.TlsGd name))
|
2292
|
-
(got Reg (load_addr (memarg_got)))
|
2293
|
-
(got_offset Reg (load_symbol_reloc symbol))
|
2294
|
-
(tls_offset Reg (lib_call_tls_get_offset got got_offset symbol)))
|
2295
|
-
(add_reg $I64 tls_offset (thread_pointer))))
|
2296
|
-
|
2297
|
-
;; Helper to perform a call to the __tls_get_offset library routine.
|
2298
|
-
(decl lib_call_tls_get_offset (Reg Reg SymbolReloc) Reg)
|
2299
|
-
(rule (lib_call_tls_get_offset got got_offset symbol)
|
2300
|
-
(let ((tls_offset WritableReg (temp_writable_reg $I64))
|
2301
|
-
(libcall LibCallInfo (lib_call_info_tls_get_offset tls_offset got got_offset symbol))
|
2302
|
-
(_ Unit (lib_accumulate_outgoing_args_size libcall))
|
2303
|
-
(_ InstOutput (side_effect (lib_call libcall))))
|
2304
|
-
tls_offset))
|
2305
|
-
|
2306
|
-
;; Helper to extract the current thread pointer from %a0/%a1.
|
2307
|
-
(decl thread_pointer () Reg)
|
2308
|
-
(rule (thread_pointer)
|
2309
|
-
(insert_ar (lshl_imm $I64 (load_ar 0) 32) 1))
|
2310
|
-
|
2311
|
-
|
2312
|
-
;;;; Rules for `load` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2313
|
-
|
2314
|
-
;; Load 8-bit integers.
|
2315
|
-
(rule (lower (has_type $I8 (load flags addr offset)))
|
2316
|
-
(zext32_mem $I8 (lower_address flags addr offset)))
|
2317
|
-
|
2318
|
-
;; Load 16-bit big-endian integers.
|
2319
|
-
(rule (lower (has_type $I16 (load flags @ (bigendian) addr offset)))
|
2320
|
-
(zext32_mem $I16 (lower_address flags addr offset)))
|
2321
|
-
|
2322
|
-
;; Load 16-bit little-endian integers.
|
2323
|
-
(rule -1 (lower (has_type $I16 (load flags @ (littleendian) addr offset)))
|
2324
|
-
(loadrev16 (lower_address flags addr offset)))
|
2325
|
-
|
2326
|
-
;; Load 32-bit big-endian integers.
|
2327
|
-
(rule (lower (has_type $I32 (load flags @ (bigendian) addr offset)))
|
2328
|
-
(load32 (lower_address flags addr offset)))
|
2329
|
-
|
2330
|
-
;; Load 32-bit little-endian integers.
|
2331
|
-
(rule -1 (lower (has_type $I32 (load flags @ (littleendian) addr offset)))
|
2332
|
-
(loadrev32 (lower_address flags addr offset)))
|
2333
|
-
|
2334
|
-
;; Load 64-bit big-endian integers.
|
2335
|
-
(rule (lower (has_type $I64 (load flags @ (bigendian) addr offset)))
|
2336
|
-
(load64 (lower_address flags addr offset)))
|
2337
|
-
|
2338
|
-
;; Load 64-bit little-endian integers.
|
2339
|
-
(rule -1 (lower (has_type $I64 (load flags @ (littleendian) addr offset)))
|
2340
|
-
(loadrev64 (lower_address flags addr offset)))
|
2341
|
-
|
2342
|
-
;; Load 64-bit big-endian references.
|
2343
|
-
(rule (lower (has_type $R64 (load flags @ (bigendian) addr offset)))
|
2344
|
-
(load64 (lower_address flags addr offset)))
|
2345
|
-
|
2346
|
-
;; Load 64-bit little-endian references.
|
2347
|
-
(rule -1 (lower (has_type $R64 (load flags @ (littleendian) addr offset)))
|
2348
|
-
(loadrev64 (lower_address flags addr offset)))
|
2349
|
-
|
2350
|
-
;; Load 32-bit big-endian floating-point values (as vector lane).
|
2351
|
-
(rule (lower (has_type $F32 (load flags @ (bigendian) addr offset)))
|
2352
|
-
(vec_load_lane_undef $F32X4 (lower_address flags addr offset) 0))
|
2353
|
-
|
2354
|
-
;; Load 32-bit little-endian floating-point values (as vector lane).
|
2355
|
-
(rule -1 (lower (has_type $F32 (load flags @ (littleendian) addr offset)))
|
2356
|
-
(vec_load_lane_little_undef $F32X4 (lower_address flags addr offset) 0))
|
2357
|
-
|
2358
|
-
;; Load 64-bit big-endian floating-point values (as vector lane).
|
2359
|
-
(rule (lower (has_type $F64 (load flags @ (bigendian) addr offset)))
|
2360
|
-
(vec_load_lane_undef $F64X2 (lower_address flags addr offset) 0))
|
2361
|
-
|
2362
|
-
;; Load 64-bit little-endian floating-point values (as vector lane).
|
2363
|
-
(rule -1 (lower (has_type $F64 (load flags @ (littleendian) addr offset)))
|
2364
|
-
(vec_load_lane_little_undef $F64X2 (lower_address flags addr offset) 0))
|
2365
|
-
|
2366
|
-
;; Load 128-bit big-endian vector values, BE lane order - direct load.
|
2367
|
-
(rule 4 (lower (has_type (vr128_ty ty) (load flags @ (bigendian) addr offset)))
|
2368
|
-
(if-let (LaneOrder.BigEndian) (lane_order))
|
2369
|
-
(vec_load ty (lower_address flags addr offset)))
|
2370
|
-
|
2371
|
-
;; Load 128-bit little-endian vector values, BE lane order - byte-reversed load.
|
2372
|
-
(rule 3 (lower (has_type (vr128_ty ty) (load flags @ (littleendian) addr offset)))
|
2373
|
-
(if-let (LaneOrder.BigEndian) (lane_order))
|
2374
|
-
(vec_load_byte_rev ty flags addr offset))
|
2375
|
-
|
2376
|
-
;; Load 128-bit big-endian vector values, LE lane order - element-reversed load.
|
2377
|
-
(rule 2 (lower (has_type (vr128_ty ty) (load flags @ (bigendian) addr offset)))
|
2378
|
-
(if-let (LaneOrder.LittleEndian) (lane_order))
|
2379
|
-
(vec_load_elt_rev ty flags addr offset))
|
2380
|
-
|
2381
|
-
;; Load 128-bit little-endian vector values, LE lane order - fully-reversed load.
|
2382
|
-
(rule 1 (lower (has_type (vr128_ty ty) (load flags @ (littleendian) addr offset)))
|
2383
|
-
(if-let (LaneOrder.LittleEndian) (lane_order))
|
2384
|
-
(vec_load_full_rev ty flags addr offset))
|
2385
|
-
|
2386
|
-
|
2387
|
-
;; Helper to perform a 128-bit full-vector byte-reversed load.
|
2388
|
-
(decl vec_load_full_rev (Type MemFlags Value Offset32) Reg)
|
2389
|
-
|
2390
|
-
;; Full-vector byte-reversed load via single instruction on z15.
|
2391
|
-
(rule 1 (vec_load_full_rev (and (vxrs_ext2_enabled) (vr128_ty ty)) flags addr offset)
|
2392
|
-
(vec_loadrev ty (lower_address flags addr offset)))
|
2393
|
-
|
2394
|
-
;; Full-vector byte-reversed load via GPRs on z14.
|
2395
|
-
(rule (vec_load_full_rev (and (vxrs_ext2_disabled) (vr128_ty ty)) flags addr offset)
|
2396
|
-
(let ((lo_addr MemArg (lower_address_bias flags addr offset 0))
|
2397
|
-
(hi_addr MemArg (lower_address_bias flags addr offset 8))
|
2398
|
-
(lo_val Reg (loadrev64 lo_addr))
|
2399
|
-
(hi_val Reg (loadrev64 hi_addr)))
|
2400
|
-
(mov_to_vec128 ty hi_val lo_val)))
|
2401
|
-
|
2402
|
-
|
2403
|
-
;; Helper to perform an element-wise byte-reversed load.
|
2404
|
-
(decl vec_load_byte_rev (Type MemFlags Value Offset32) Reg)
|
2405
|
-
|
2406
|
-
;; Element-wise byte-reversed 1x128-bit load is a full byte-reversed load.
|
2407
|
-
(rule -1 (vec_load_byte_rev $I128 flags addr offset)
|
2408
|
-
(vec_load_full_rev $I128 flags addr offset))
|
2409
|
-
|
2410
|
-
;; Element-wise byte-reversed 16x8-bit load is a direct load.
|
2411
|
-
(rule (vec_load_byte_rev ty @ (multi_lane 8 16) flags addr offset)
|
2412
|
-
(vec_load ty (lower_address flags addr offset)))
|
2413
|
-
|
2414
|
-
;; Element-wise byte-reversed load via single instruction on z15.
|
2415
|
-
(rule 1 (vec_load_byte_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 64 2))
|
2416
|
-
flags addr offset)
|
2417
|
-
(vec_load_byte64rev ty (lower_address flags addr offset)))
|
2418
|
-
(rule 1 (vec_load_byte_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 32 4))
|
2419
|
-
flags addr offset)
|
2420
|
-
(vec_load_byte32rev ty (lower_address flags addr offset)))
|
2421
|
-
(rule 1 (vec_load_byte_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 16 8))
|
2422
|
-
flags addr offset)
|
2423
|
-
(vec_load_byte16rev ty (lower_address flags addr offset)))
|
2424
|
-
|
2425
|
-
;; Element-wise byte-reversed load as element-swapped byte-reversed load on z14.
|
2426
|
-
(rule (vec_load_byte_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 64 2))
|
2427
|
-
flags addr offset)
|
2428
|
-
(vec_elt_rev ty (vec_load_full_rev ty flags addr offset)))
|
2429
|
-
(rule (vec_load_byte_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 32 4))
|
2430
|
-
flags addr offset)
|
2431
|
-
(vec_elt_rev ty (vec_load_full_rev ty flags addr offset)))
|
2432
|
-
(rule (vec_load_byte_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 16 8))
|
2433
|
-
flags addr offset)
|
2434
|
-
(vec_elt_rev ty (vec_load_full_rev ty flags addr offset)))
|
2435
|
-
|
2436
|
-
|
2437
|
-
;; Helper to perform an element-reversed load.
|
2438
|
-
(decl vec_load_elt_rev (Type MemFlags Value Offset32) Reg)
|
2439
|
-
|
2440
|
-
;; Element-reversed 1x128-bit load is a direct load.
|
2441
|
-
;; For 1x128-bit types, this is a direct load.
|
2442
|
-
(rule -1 (vec_load_elt_rev $I128 flags addr offset)
|
2443
|
-
(vec_load $I128 (lower_address flags addr offset)))
|
2444
|
-
|
2445
|
-
;; Element-reversed 16x8-bit load is a full byte-reversed load.
|
2446
|
-
(rule (vec_load_elt_rev ty @ (multi_lane 8 16) flags addr offset)
|
2447
|
-
(vec_load_full_rev ty flags addr offset))
|
2448
|
-
|
2449
|
-
;; Element-reversed load via single instruction on z15.
|
2450
|
-
(rule 1 (vec_load_elt_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 64 2))
|
2451
|
-
flags addr offset)
|
2452
|
-
(vec_load_elt64rev ty (lower_address flags addr offset)))
|
2453
|
-
(rule 1 (vec_load_elt_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 32 4))
|
2454
|
-
flags addr offset)
|
2455
|
-
(vec_load_elt32rev ty (lower_address flags addr offset)))
|
2456
|
-
(rule 1 (vec_load_elt_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 16 8))
|
2457
|
-
flags addr offset)
|
2458
|
-
(vec_load_elt16rev ty (lower_address flags addr offset)))
|
2459
|
-
|
2460
|
-
;; Element-reversed load as element-swapped direct load on z14.
|
2461
|
-
(rule (vec_load_elt_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 64 2))
|
2462
|
-
flags addr offset)
|
2463
|
-
(vec_elt_rev ty (vec_load ty (lower_address flags addr offset))))
|
2464
|
-
(rule (vec_load_elt_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 32 4))
|
2465
|
-
flags addr offset)
|
2466
|
-
(vec_elt_rev ty (vec_load ty (lower_address flags addr offset))))
|
2467
|
-
(rule (vec_load_elt_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 16 8))
|
2468
|
-
flags addr offset)
|
2469
|
-
(vec_elt_rev ty (vec_load ty (lower_address flags addr offset))))
|
2470
|
-
|
2471
|
-
|
2472
|
-
;;;; Rules for `uload8` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2473
|
-
|
2474
|
-
;; 16- or 32-bit target types.
|
2475
|
-
(rule (lower (has_type (gpr32_ty _ty) (uload8 flags addr offset)))
|
2476
|
-
(zext32_mem $I8 (lower_address flags addr offset)))
|
2477
|
-
|
2478
|
-
;; 64-bit target types.
|
2479
|
-
(rule 1 (lower (has_type (gpr64_ty _ty) (uload8 flags addr offset)))
|
2480
|
-
(zext64_mem $I8 (lower_address flags addr offset)))
|
2481
|
-
|
2482
|
-
|
2483
|
-
;;;; Rules for `sload8` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2484
|
-
|
2485
|
-
;; 16- or 32-bit target types.
|
2486
|
-
(rule (lower (has_type (gpr32_ty _ty) (sload8 flags addr offset)))
|
2487
|
-
(sext32_mem $I8 (lower_address flags addr offset)))
|
2488
|
-
|
2489
|
-
;; 64-bit target types.
|
2490
|
-
(rule 1 (lower (has_type (gpr64_ty _ty) (sload8 flags addr offset)))
|
2491
|
-
(sext64_mem $I8 (lower_address flags addr offset)))
|
2492
|
-
|
2493
|
-
|
2494
|
-
;;;; Rules for `uload16` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2495
|
-
|
2496
|
-
;; 32-bit target type, big-endian source value.
|
2497
|
-
(rule 3 (lower (has_type (gpr32_ty _ty)
|
2498
|
-
(uload16 flags @ (bigendian) addr offset)))
|
2499
|
-
(zext32_mem $I16 (lower_address flags addr offset)))
|
2500
|
-
|
2501
|
-
;; 32-bit target type, little-endian source value (via explicit extension).
|
2502
|
-
(rule 1 (lower (has_type (gpr32_ty _ty)
|
2503
|
-
(uload16 flags @ (littleendian) addr offset)))
|
2504
|
-
(let ((reg16 Reg (loadrev16 (lower_address flags addr offset))))
|
2505
|
-
(zext32_reg $I16 reg16)))
|
2506
|
-
|
2507
|
-
;; 64-bit target type, big-endian source value.
|
2508
|
-
(rule 4 (lower (has_type (gpr64_ty _ty)
|
2509
|
-
(uload16 flags @ (bigendian) addr offset)))
|
2510
|
-
(zext64_mem $I16 (lower_address flags addr offset)))
|
2511
|
-
|
2512
|
-
;; 64-bit target type, little-endian source value (via explicit extension).
|
2513
|
-
(rule 2 (lower (has_type (gpr64_ty _ty)
|
2514
|
-
(uload16 flags @ (littleendian) addr offset)))
|
2515
|
-
(let ((reg16 Reg (loadrev16 (lower_address flags addr offset))))
|
2516
|
-
(zext64_reg $I16 reg16)))
|
2517
|
-
|
2518
|
-
|
2519
|
-
;;;; Rules for `sload16` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2520
|
-
|
2521
|
-
;; 32-bit target type, big-endian source value.
|
2522
|
-
(rule 2 (lower (has_type (gpr32_ty _ty)
|
2523
|
-
(sload16 flags @ (bigendian) addr offset)))
|
2524
|
-
(sext32_mem $I16 (lower_address flags addr offset)))
|
2525
|
-
|
2526
|
-
;; 32-bit target type, little-endian source value (via explicit extension).
|
2527
|
-
(rule 0 (lower (has_type (gpr32_ty _ty)
|
2528
|
-
(sload16 flags @ (littleendian) addr offset)))
|
2529
|
-
(let ((reg16 Reg (loadrev16 (lower_address flags addr offset))))
|
2530
|
-
(sext32_reg $I16 reg16)))
|
2531
|
-
|
2532
|
-
;; 64-bit target type, big-endian source value.
|
2533
|
-
(rule 3 (lower (has_type (gpr64_ty _ty)
|
2534
|
-
(sload16 flags @ (bigendian) addr offset)))
|
2535
|
-
(sext64_mem $I16 (lower_address flags addr offset)))
|
2536
|
-
|
2537
|
-
;; 64-bit target type, little-endian source value (via explicit extension).
|
2538
|
-
(rule 1 (lower (has_type (gpr64_ty _ty)
|
2539
|
-
(sload16 flags @ (littleendian) addr offset)))
|
2540
|
-
(let ((reg16 Reg (loadrev16 (lower_address flags addr offset))))
|
2541
|
-
(sext64_reg $I16 reg16)))
|
2542
|
-
|
2543
|
-
|
2544
|
-
;;;; Rules for `uload32` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2545
|
-
|
2546
|
-
;; 64-bit target type, big-endian source value.
|
2547
|
-
(rule 1 (lower (has_type (gpr64_ty _ty)
|
2548
|
-
(uload32 flags @ (bigendian) addr offset)))
|
2549
|
-
(zext64_mem $I32 (lower_address flags addr offset)))
|
2550
|
-
|
2551
|
-
;; 64-bit target type, little-endian source value (via explicit extension).
|
2552
|
-
(rule (lower (has_type (gpr64_ty _ty)
|
2553
|
-
(uload32 flags @ (littleendian) addr offset)))
|
2554
|
-
(let ((reg32 Reg (loadrev32 (lower_address flags addr offset))))
|
2555
|
-
(zext64_reg $I32 reg32)))
|
2556
|
-
|
2557
|
-
|
2558
|
-
;;;; Rules for `sload32` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2559
|
-
|
2560
|
-
;; 64-bit target type, big-endian source value.
|
2561
|
-
(rule 1 (lower (has_type (gpr64_ty _ty)
|
2562
|
-
(sload32 flags @ (bigendian) addr offset)))
|
2563
|
-
(sext64_mem $I32 (lower_address flags addr offset)))
|
2564
|
-
|
2565
|
-
;; 64-bit target type, little-endian source value (via explicit extension).
|
2566
|
-
(rule (lower (has_type (gpr64_ty _ty)
|
2567
|
-
(sload32 flags @ (littleendian) addr offset)))
|
2568
|
-
(let ((reg32 Reg (loadrev32 (lower_address flags addr offset))))
|
2569
|
-
(sext64_reg $I32 reg32)))
|
2570
|
-
|
2571
|
-
|
2572
|
-
;;;; Rules for `uloadNxM` and `sloadNxM` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2573
|
-
|
2574
|
-
;; Unsigned 8->16 bit extension.
|
2575
|
-
(rule (lower (has_type $I16X8 (uload8x8 flags addr offset)))
|
2576
|
-
(vec_unpacku_high $I8X16 (load_v64 $I8X16 flags addr offset)))
|
2577
|
-
|
2578
|
-
;; Signed 8->16 bit extension.
|
2579
|
-
(rule (lower (has_type $I16X8 (sload8x8 flags addr offset)))
|
2580
|
-
(vec_unpacks_high $I8X16 (load_v64 $I8X16 flags addr offset)))
|
2581
|
-
|
2582
|
-
;; Unsigned 16->32 bit extension.
|
2583
|
-
(rule (lower (has_type $I32X4 (uload16x4 flags addr offset)))
|
2584
|
-
(vec_unpacku_high $I16X8 (load_v64 $I16X8 flags addr offset)))
|
2585
|
-
|
2586
|
-
;; Signed 16->32 bit extension.
|
2587
|
-
(rule (lower (has_type $I32X4 (sload16x4 flags addr offset)))
|
2588
|
-
(vec_unpacks_high $I16X8 (load_v64 $I16X8 flags addr offset)))
|
2589
|
-
|
2590
|
-
;; Unsigned 32->64 bit extension.
|
2591
|
-
(rule (lower (has_type $I64X2 (uload32x2 flags addr offset)))
|
2592
|
-
(vec_unpacku_high $I32X4 (load_v64 $I32X4 flags addr offset)))
|
2593
|
-
|
2594
|
-
;; Signed 32->64 bit extension.
|
2595
|
-
(rule (lower (has_type $I64X2 (sload32x2 flags addr offset)))
|
2596
|
-
(vec_unpacks_high $I32X4 (load_v64 $I32X4 flags addr offset)))
|
2597
|
-
|
2598
|
-
|
2599
|
-
;; Helper to load a 64-bit half-size vector from memory.
|
2600
|
-
(decl load_v64 (Type MemFlags Value Offset32) Reg)
|
2601
|
-
|
2602
|
-
;; Any big-endian source value, BE lane order.
|
2603
|
-
(rule -1 (load_v64 _ flags @ (bigendian) addr offset)
|
2604
|
-
(if-let (LaneOrder.BigEndian) (lane_order))
|
2605
|
-
(vec_load_lane_undef $I64X2 (lower_address flags addr offset) 0))
|
2606
|
-
|
2607
|
-
;; Any little-endian source value, LE lane order.
|
2608
|
-
(rule -2 (load_v64 _ flags @ (littleendian) addr offset)
|
2609
|
-
(if-let (LaneOrder.LittleEndian) (lane_order))
|
2610
|
-
(vec_load_lane_little_undef $I64X2 (lower_address flags addr offset) 0))
|
2611
|
-
|
2612
|
-
;; Big-endian or little-endian 8x8-bit source value, BE lane order.
|
2613
|
-
(rule (load_v64 (multi_lane 8 16) flags addr offset)
|
2614
|
-
(if-let (LaneOrder.BigEndian) (lane_order))
|
2615
|
-
(vec_load_lane_undef $I64X2 (lower_address flags addr offset) 0))
|
2616
|
-
|
2617
|
-
;; Big-endian or little-endian 8x8-bit source value, LE lane order.
|
2618
|
-
(rule 1 (load_v64 (multi_lane 8 16) flags addr offset)
|
2619
|
-
(if-let (LaneOrder.LittleEndian) (lane_order))
|
2620
|
-
(vec_load_lane_little_undef $I64X2 (lower_address flags addr offset) 0))
|
2621
|
-
|
2622
|
-
;; Little-endian 4x16-bit source value, BE lane order.
|
2623
|
-
(rule (load_v64 (multi_lane 16 8) flags @ (littleendian) addr offset)
|
2624
|
-
(if-let (LaneOrder.BigEndian) (lane_order))
|
2625
|
-
(vec_rot_imm $I16X8
|
2626
|
-
(vec_load_lane_undef $I64X2 (lower_address flags addr offset) 0) 8))
|
2627
|
-
|
2628
|
-
;; Big-endian 4x16-bit source value, LE lane order.
|
2629
|
-
(rule 1 (load_v64 (multi_lane 16 8) flags @ (bigendian) addr offset)
|
2630
|
-
(if-let (LaneOrder.LittleEndian) (lane_order))
|
2631
|
-
(vec_rot_imm $I16X8
|
2632
|
-
(vec_load_lane_little_undef $I64X2 (lower_address flags addr offset) 0) 8))
|
2633
|
-
|
2634
|
-
;; Little-endian 2x32-bit source value, BE lane order.
|
2635
|
-
(rule (load_v64 (multi_lane 32 4) flags @ (littleendian) addr offset)
|
2636
|
-
(if-let (LaneOrder.BigEndian) (lane_order))
|
2637
|
-
(vec_rot_imm $I64X2
|
2638
|
-
(vec_load_lane_little_undef $I64X2 (lower_address flags addr offset) 0) 32))
|
2639
|
-
|
2640
|
-
;; Big-endian 2x32-bit source value, LE lane order.
|
2641
|
-
(rule 1 (load_v64 (multi_lane 32 4) flags @ (bigendian) addr offset)
|
2642
|
-
(if-let (LaneOrder.LittleEndian) (lane_order))
|
2643
|
-
(vec_rot_imm $I64X2
|
2644
|
-
(vec_load_lane_undef $I64X2 (lower_address flags addr offset) 0) 32))
|
2645
|
-
|
2646
|
-
|
2647
|
-
;;;; Rules for `store` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2648
|
-
|
2649
|
-
;; The actual store logic for integer types is identical for the `store`,
|
2650
|
-
;; `istoreNN`, and `atomic_store` instructions, so we share common helpers.
|
2651
|
-
|
2652
|
-
;; Store 8-bit integer type, main lowering entry point.
|
2653
|
-
(rule (lower (store flags val @ (value_type $I8) addr offset))
|
2654
|
-
(side_effect (istore8_impl flags val addr offset)))
|
2655
|
-
|
2656
|
-
;; Store 16-bit integer type, main lowering entry point.
|
2657
|
-
(rule (lower (store flags val @ (value_type $I16) addr offset))
|
2658
|
-
(side_effect (istore16_impl flags val addr offset)))
|
2659
|
-
|
2660
|
-
;; Store 32-bit integer type, main lowering entry point.
|
2661
|
-
(rule (lower (store flags val @ (value_type $I32) addr offset))
|
2662
|
-
(side_effect (istore32_impl flags val addr offset)))
|
2663
|
-
|
2664
|
-
;; Store 64-bit integer type, main lowering entry point.
|
2665
|
-
(rule (lower (store flags val @ (value_type $I64) addr offset))
|
2666
|
-
(side_effect (istore64_impl flags val addr offset)))
|
2667
|
-
|
2668
|
-
;; Store 64-bit reference type, main lowering entry point.
|
2669
|
-
(rule (lower (store flags val @ (value_type $R64) addr offset))
|
2670
|
-
(side_effect (istore64_impl flags val addr offset)))
|
2671
|
-
|
2672
|
-
;; Store 32-bit big-endian floating-point type (as vector lane).
|
2673
|
-
(rule -1 (lower (store flags @ (bigendian)
|
2674
|
-
val @ (value_type $F32) addr offset))
|
2675
|
-
(side_effect (vec_store_lane $F32X4 val
|
2676
|
-
(lower_address flags addr offset) 0)))
|
2677
|
-
|
2678
|
-
;; Store 32-bit little-endian floating-point type (as vector lane).
|
2679
|
-
(rule (lower (store flags @ (littleendian)
|
2680
|
-
val @ (value_type $F32) addr offset))
|
2681
|
-
(side_effect (vec_store_lane_little $F32X4 val
|
2682
|
-
(lower_address flags addr offset) 0)))
|
2683
|
-
|
2684
|
-
;; Store 64-bit big-endian floating-point type (as vector lane).
|
2685
|
-
(rule -1 (lower (store flags @ (bigendian)
|
2686
|
-
val @ (value_type $F64) addr offset))
|
2687
|
-
(side_effect (vec_store_lane $F64X2 val
|
2688
|
-
(lower_address flags addr offset) 0)))
|
2689
|
-
|
2690
|
-
;; Store 64-bit little-endian floating-point type (as vector lane).
|
2691
|
-
(rule (lower (store flags @ (littleendian)
|
2692
|
-
val @ (value_type $F64) addr offset))
|
2693
|
-
(side_effect (vec_store_lane_little $F64X2 val
|
2694
|
-
(lower_address flags addr offset) 0)))
|
2695
|
-
|
2696
|
-
;; Store 128-bit big-endian vector type, BE lane order - direct store.
|
2697
|
-
(rule 4 (lower (store flags @ (bigendian)
|
2698
|
-
val @ (value_type (vr128_ty ty)) addr offset))
|
2699
|
-
(if-let (LaneOrder.BigEndian) (lane_order))
|
2700
|
-
(side_effect (vec_store val (lower_address flags addr offset))))
|
2701
|
-
|
2702
|
-
;; Store 128-bit little-endian vector type, BE lane order - byte-reversed store.
|
2703
|
-
(rule 3 (lower (store flags @ (littleendian)
|
2704
|
-
val @ (value_type (vr128_ty ty)) addr offset))
|
2705
|
-
(if-let (LaneOrder.BigEndian) (lane_order))
|
2706
|
-
(side_effect (vec_store_byte_rev ty val flags addr offset)))
|
2707
|
-
|
2708
|
-
;; Store 128-bit big-endian vector type, LE lane order - element-reversed store.
|
2709
|
-
(rule 2 (lower (store flags @ (bigendian)
|
2710
|
-
val @ (value_type (vr128_ty ty)) addr offset))
|
2711
|
-
(if-let (LaneOrder.LittleEndian) (lane_order))
|
2712
|
-
(side_effect (vec_store_elt_rev ty val flags addr offset)))
|
2713
|
-
|
2714
|
-
;; Store 128-bit little-endian vector type, LE lane order - fully-reversed store.
|
2715
|
-
(rule 1 (lower (store flags @ (littleendian)
|
2716
|
-
val @ (value_type (vr128_ty ty)) addr offset))
|
2717
|
-
(if-let (LaneOrder.LittleEndian) (lane_order))
|
2718
|
-
(side_effect (vec_store_full_rev ty val flags addr offset)))
|
2719
|
-
|
2720
|
-
|
2721
|
-
;; Helper to perform a 128-bit full-vector byte-reversed store.
|
2722
|
-
(decl vec_store_full_rev (Type Reg MemFlags Value Offset32) SideEffectNoResult)
|
2723
|
-
|
2724
|
-
;; Full-vector byte-reversed store via single instruction on z15.
|
2725
|
-
(rule 1 (vec_store_full_rev (vxrs_ext2_enabled) val flags addr offset)
|
2726
|
-
(vec_storerev val (lower_address flags addr offset)))
|
2727
|
-
|
2728
|
-
;; Full-vector byte-reversed store via GPRs on z14.
|
2729
|
-
(rule (vec_store_full_rev (vxrs_ext2_disabled) val flags addr offset)
|
2730
|
-
(let ((lo_addr MemArg (lower_address_bias flags addr offset 0))
|
2731
|
-
(hi_addr MemArg (lower_address_bias flags addr offset 8))
|
2732
|
-
(lo_val Reg (vec_extract_lane $I64X2 val 1 (zero_reg)))
|
2733
|
-
(hi_val Reg (vec_extract_lane $I64X2 val 0 (zero_reg))))
|
2734
|
-
(side_effect_concat (storerev64 lo_val lo_addr)
|
2735
|
-
(storerev64 hi_val hi_addr))))
|
2736
|
-
|
2737
|
-
|
2738
|
-
;; Helper to perform an element-wise byte-reversed store.
|
2739
|
-
(decl vec_store_byte_rev (Type Reg MemFlags Value Offset32) SideEffectNoResult)
|
2740
|
-
|
2741
|
-
;; Element-wise byte-reversed 1x128-bit store is a full byte-reversed store.
|
2742
|
-
(rule -1 (vec_store_byte_rev $I128 val flags addr offset)
|
2743
|
-
(vec_store_full_rev $I128 val flags addr offset))
|
2744
|
-
|
2745
|
-
;; Element-wise byte-reversed 16x8-bit store is a direct store.
|
2746
|
-
(rule (vec_store_byte_rev (multi_lane 8 16) val flags addr offset)
|
2747
|
-
(vec_store val (lower_address flags addr offset)))
|
2748
|
-
|
2749
|
-
;; Element-wise byte-reversed store via single instruction on z15.
|
2750
|
-
(rule 1 (vec_store_byte_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 64 2))
|
2751
|
-
val flags addr offset)
|
2752
|
-
(vec_store_byte64rev val (lower_address flags addr offset)))
|
2753
|
-
(rule 1 (vec_store_byte_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 32 4))
|
2754
|
-
val flags addr offset)
|
2755
|
-
(vec_store_byte32rev val (lower_address flags addr offset)))
|
2756
|
-
(rule 1 (vec_store_byte_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 16 8))
|
2757
|
-
val flags addr offset)
|
2758
|
-
(vec_store_byte16rev val (lower_address flags addr offset)))
|
2759
|
-
|
2760
|
-
;; Element-wise byte-reversed load as element-swapped byte-reversed store on z14.
|
2761
|
-
(rule (vec_store_byte_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 64 2))
|
2762
|
-
val flags addr offset)
|
2763
|
-
(vec_store_full_rev ty (vec_elt_rev ty val) flags addr offset))
|
2764
|
-
(rule (vec_store_byte_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 32 4))
|
2765
|
-
val flags addr offset)
|
2766
|
-
(vec_store_full_rev ty (vec_elt_rev ty val) flags addr offset))
|
2767
|
-
(rule (vec_store_byte_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 16 8))
|
2768
|
-
val flags addr offset)
|
2769
|
-
(vec_store_full_rev ty (vec_elt_rev ty val) flags addr offset))
|
2770
|
-
|
2771
|
-
|
2772
|
-
;; Helper to perform an element-reversed store.
|
2773
|
-
(decl vec_store_elt_rev (Type Reg MemFlags Value Offset32) SideEffectNoResult)
|
2774
|
-
|
2775
|
-
;; Element-reversed 1x128-bit store is a direct store.
|
2776
|
-
(rule -1 (vec_store_elt_rev $I128 val flags addr offset)
|
2777
|
-
(vec_store val (lower_address flags addr offset)))
|
2778
|
-
|
2779
|
-
;; Element-reversed 16x8-bit store is a full byte-reversed store.
|
2780
|
-
(rule (vec_store_elt_rev ty @ (multi_lane 8 16) val flags addr offset)
|
2781
|
-
(vec_store_full_rev ty val flags addr offset))
|
2782
|
-
|
2783
|
-
;; Element-reversed store via single instruction on z15.
|
2784
|
-
(rule 1 (vec_store_elt_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 64 2))
|
2785
|
-
val flags addr offset)
|
2786
|
-
(vec_store_elt64rev val (lower_address flags addr offset)))
|
2787
|
-
(rule 1 (vec_store_elt_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 32 4))
|
2788
|
-
val flags addr offset)
|
2789
|
-
(vec_store_elt32rev val (lower_address flags addr offset)))
|
2790
|
-
(rule 1 (vec_store_elt_rev (and (vxrs_ext2_enabled) ty @ (multi_lane 16 8))
|
2791
|
-
val flags addr offset)
|
2792
|
-
(vec_store_elt16rev val (lower_address flags addr offset)))
|
2793
|
-
|
2794
|
-
;; Element-reversed store as element-swapped direct store on z14.
|
2795
|
-
(rule (vec_store_elt_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 64 2))
|
2796
|
-
val flags addr offset)
|
2797
|
-
(vec_store (vec_elt_rev ty val) (lower_address flags addr offset)))
|
2798
|
-
(rule (vec_store_elt_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 32 4))
|
2799
|
-
val flags addr offset)
|
2800
|
-
(vec_store (vec_elt_rev ty val) (lower_address flags addr offset)))
|
2801
|
-
(rule (vec_store_elt_rev (and (vxrs_ext2_disabled) ty @ (multi_lane 16 8))
|
2802
|
-
val flags addr offset)
|
2803
|
-
(vec_store (vec_elt_rev ty val) (lower_address flags addr offset)))
|
2804
|
-
|
2805
|
-
|
2806
|
-
;;;; Rules for 8-bit integer stores ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2807
|
-
|
2808
|
-
;; Main `istore8` lowering entry point, dispatching to the helper.
|
2809
|
-
(rule (lower (istore8 flags val addr offset))
|
2810
|
-
(side_effect (istore8_impl flags val addr offset)))
|
2811
|
-
|
2812
|
-
;; Helper to store 8-bit integer types.
|
2813
|
-
(decl istore8_impl (MemFlags Value Value Offset32) SideEffectNoResult)
|
2814
|
-
|
2815
|
-
;; Store 8-bit integer types, register input.
|
2816
|
-
(rule (istore8_impl flags val addr offset)
|
2817
|
-
(store8 (put_in_reg val) (lower_address flags addr offset)))
|
2818
|
-
|
2819
|
-
;; Store 8-bit integer types, immediate input.
|
2820
|
-
(rule 1 (istore8_impl flags (u8_from_value imm) addr offset)
|
2821
|
-
(store8_imm imm (lower_address flags addr offset)))
|
2822
|
-
|
2823
|
-
|
2824
|
-
;;;; Rules for 16-bit integer stores ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2825
|
-
|
2826
|
-
;; Main `istore16` lowering entry point, dispatching to the helper.
|
2827
|
-
(rule (lower (istore16 flags val addr offset))
|
2828
|
-
(side_effect (istore16_impl flags val addr offset)))
|
2829
|
-
|
2830
|
-
;; Helper to store 16-bit integer types.
|
2831
|
-
(decl istore16_impl (MemFlags Value Value Offset32) SideEffectNoResult)
|
2832
|
-
|
2833
|
-
;; Store 16-bit big-endian integer types, register input.
|
2834
|
-
(rule 2 (istore16_impl flags @ (bigendian) val addr offset)
|
2835
|
-
(store16 (put_in_reg val) (lower_address flags addr offset)))
|
2836
|
-
|
2837
|
-
;; Store 16-bit little-endian integer types, register input.
|
2838
|
-
(rule 0 (istore16_impl flags @ (littleendian) val addr offset)
|
2839
|
-
(storerev16 (put_in_reg val) (lower_address flags addr offset)))
|
2840
|
-
|
2841
|
-
;; Store 16-bit big-endian integer types, immediate input.
|
2842
|
-
(rule 3 (istore16_impl flags @ (bigendian) (i16_from_value imm) addr offset)
|
2843
|
-
(store16_imm imm (lower_address flags addr offset)))
|
2844
|
-
|
2845
|
-
;; Store 16-bit little-endian integer types, immediate input.
|
2846
|
-
(rule 1 (istore16_impl flags @ (littleendian) (i16_from_swapped_value imm) addr offset)
|
2847
|
-
(store16_imm imm (lower_address flags addr offset)))
|
2848
|
-
|
2849
|
-
|
2850
|
-
;;;; Rules for 32-bit integer stores ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2851
|
-
|
2852
|
-
;; Main `istore32` lowering entry point, dispatching to the helper.
|
2853
|
-
(rule (lower (istore32 flags val addr offset))
|
2854
|
-
(side_effect (istore32_impl flags val addr offset)))
|
2855
|
-
|
2856
|
-
;; Helper to store 32-bit integer types.
|
2857
|
-
(decl istore32_impl (MemFlags Value Value Offset32) SideEffectNoResult)
|
2858
|
-
|
2859
|
-
;; Store 32-bit big-endian integer types, register input.
|
2860
|
-
(rule 1 (istore32_impl flags @ (bigendian) val addr offset)
|
2861
|
-
(store32 (put_in_reg val) (lower_address flags addr offset)))
|
2862
|
-
|
2863
|
-
;; Store 32-bit big-endian integer types, immediate input.
|
2864
|
-
(rule 2 (istore32_impl flags @ (bigendian) (i16_from_value imm) addr offset)
|
2865
|
-
(store32_simm16 imm (lower_address flags addr offset)))
|
2866
|
-
|
2867
|
-
;; Store 32-bit little-endian integer types.
|
2868
|
-
(rule 0 (istore32_impl flags @ (littleendian) val addr offset)
|
2869
|
-
(storerev32 (put_in_reg val) (lower_address flags addr offset)))
|
2870
|
-
|
2871
|
-
|
2872
|
-
;;;; Rules for 64-bit integer stores ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2873
|
-
|
2874
|
-
;; Helper to store 64-bit integer types.
|
2875
|
-
(decl istore64_impl (MemFlags Value Value Offset32) SideEffectNoResult)
|
2876
|
-
|
2877
|
-
;; Store 64-bit big-endian integer types, register input.
|
2878
|
-
(rule 1 (istore64_impl flags @ (bigendian) val addr offset)
|
2879
|
-
(store64 (put_in_reg val) (lower_address flags addr offset)))
|
2880
|
-
|
2881
|
-
;; Store 64-bit big-endian integer types, immediate input.
|
2882
|
-
(rule 2 (istore64_impl flags @ (bigendian) (i16_from_value imm) addr offset)
|
2883
|
-
(store64_simm16 imm (lower_address flags addr offset)))
|
2884
|
-
|
2885
|
-
;; Store 64-bit little-endian integer types.
|
2886
|
-
(rule 0 (istore64_impl flags @ (littleendian) val addr offset)
|
2887
|
-
(storerev64 (put_in_reg val) (lower_address flags addr offset)))
|
2888
|
-
|
2889
|
-
|
2890
|
-
;;;; Rules for `atomic_rmw` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
2891
|
-
|
2892
|
-
;; Atomic operations that do not require a compare-and-swap loop.
|
2893
|
-
|
2894
|
-
;; Atomic AND for 32/64-bit big-endian types, using a single instruction.
|
2895
|
-
(rule 1 (lower (has_type (ty_32_or_64 ty)
|
2896
|
-
(atomic_rmw flags @ (bigendian) (AtomicRmwOp.And) addr src)))
|
2897
|
-
(atomic_rmw_and ty (put_in_reg src)
|
2898
|
-
(lower_address flags addr (zero_offset))))
|
2899
|
-
|
2900
|
-
;; Atomic AND for 32/64-bit big-endian types, using byte-swapped input/output.
|
2901
|
-
(rule (lower (has_type (ty_32_or_64 ty)
|
2902
|
-
(atomic_rmw flags @ (littleendian) (AtomicRmwOp.And) addr src)))
|
2903
|
-
(bswap_reg ty (atomic_rmw_and ty (bswap_reg ty (put_in_reg src))
|
2904
|
-
(lower_address flags addr (zero_offset)))))
|
2905
|
-
|
2906
|
-
;; Atomic OR for 32/64-bit big-endian types, using a single instruction.
|
2907
|
-
(rule 1 (lower (has_type (ty_32_or_64 ty)
|
2908
|
-
(atomic_rmw flags @ (bigendian) (AtomicRmwOp.Or) addr src)))
|
2909
|
-
(atomic_rmw_or ty (put_in_reg src)
|
2910
|
-
(lower_address flags addr (zero_offset))))
|
2911
|
-
|
2912
|
-
;; Atomic OR for 32/64-bit little-endian types, using byte-swapped input/output.
|
2913
|
-
(rule (lower (has_type (ty_32_or_64 ty)
|
2914
|
-
(atomic_rmw flags @ (littleendian) (AtomicRmwOp.Or) addr src)))
|
2915
|
-
(bswap_reg ty (atomic_rmw_or ty (bswap_reg ty (put_in_reg src))
|
2916
|
-
(lower_address flags addr (zero_offset)))))
|
2917
|
-
|
2918
|
-
;; Atomic XOR for 32/64-bit big-endian types, using a single instruction.
|
2919
|
-
(rule 1 (lower (has_type (ty_32_or_64 ty)
|
2920
|
-
(atomic_rmw flags @ (bigendian) (AtomicRmwOp.Xor) addr src)))
|
2921
|
-
(atomic_rmw_xor ty (put_in_reg src)
|
2922
|
-
(lower_address flags addr (zero_offset))))
|
2923
|
-
|
2924
|
-
;; Atomic XOR for 32/64-bit little-endian types, using byte-swapped input/output.
|
2925
|
-
(rule (lower (has_type (ty_32_or_64 ty)
|
2926
|
-
(atomic_rmw flags @ (littleendian) (AtomicRmwOp.Xor) addr src)))
|
2927
|
-
(bswap_reg ty (atomic_rmw_xor ty (bswap_reg ty (put_in_reg src))
|
2928
|
-
(lower_address flags addr (zero_offset)))))
|
2929
|
-
|
2930
|
-
;; Atomic ADD for 32/64-bit big-endian types, using a single instruction.
|
2931
|
-
(rule (lower (has_type (ty_32_or_64 ty)
|
2932
|
-
(atomic_rmw flags @ (bigendian) (AtomicRmwOp.Add) addr src)))
|
2933
|
-
(atomic_rmw_add ty (put_in_reg src)
|
2934
|
-
(lower_address flags addr (zero_offset))))
|
2935
|
-
|
2936
|
-
;; Atomic SUB for 32/64-bit big-endian types, using atomic ADD with negated input.
|
2937
|
-
(rule (lower (has_type (ty_32_or_64 ty)
|
2938
|
-
(atomic_rmw flags @ (bigendian) (AtomicRmwOp.Sub) addr src)))
|
2939
|
-
(atomic_rmw_add ty (neg_reg ty (put_in_reg src))
|
2940
|
-
(lower_address flags addr (zero_offset))))
|
2941
|
-
|
2942
|
-
|
2943
|
-
;; Atomic operations that require a compare-and-swap loop.
|
2944
|
-
|
2945
|
-
;; Operations for 32/64-bit types can use a fullword compare-and-swap loop.
|
2946
|
-
(rule -1 (lower (has_type (ty_32_or_64 ty) (atomic_rmw flags op addr src)))
|
2947
|
-
(let ((src_reg Reg (put_in_reg src))
|
2948
|
-
(addr_reg Reg (put_in_reg addr))
|
2949
|
-
;; Create body of compare-and-swap loop.
|
2950
|
-
(ib VecMInstBuilder (inst_builder_new))
|
2951
|
-
(val0 Reg (writable_reg_to_reg (casloop_val_reg)))
|
2952
|
-
(val1 Reg (atomic_rmw_body ib ty flags op
|
2953
|
-
(casloop_tmp_reg) val0 src_reg)))
|
2954
|
-
;; Emit compare-and-swap loop and extract final result.
|
2955
|
-
(casloop ib ty flags addr_reg val1)))
|
2956
|
-
|
2957
|
-
;; Operations for 8/16-bit types must operate on the surrounding aligned word.
|
2958
|
-
(rule -2 (lower (has_type (ty_8_or_16 ty) (atomic_rmw flags op addr src)))
|
2959
|
-
(let ((src_reg Reg (put_in_reg src))
|
2960
|
-
(addr_reg Reg (put_in_reg addr))
|
2961
|
-
;; Prepare access to surrounding aligned word.
|
2962
|
-
(bitshift Reg (casloop_bitshift addr_reg))
|
2963
|
-
(aligned_addr Reg (casloop_aligned_addr addr_reg))
|
2964
|
-
;; Create body of compare-and-swap loop.
|
2965
|
-
(ib VecMInstBuilder (inst_builder_new))
|
2966
|
-
(val0 Reg (writable_reg_to_reg (casloop_val_reg)))
|
2967
|
-
(val1 Reg (casloop_rotate_in ib ty flags bitshift val0))
|
2968
|
-
(val2 Reg (atomic_rmw_body ib ty flags op
|
2969
|
-
(casloop_tmp_reg) val1 src_reg))
|
2970
|
-
(val3 Reg (casloop_rotate_out ib ty flags bitshift val2)))
|
2971
|
-
;; Emit compare-and-swap loop and extract final result.
|
2972
|
-
(casloop_subword ib ty flags aligned_addr bitshift val3)))
|
2973
|
-
|
2974
|
-
;; Loop bodies for atomic read-modify-write operations.
|
2975
|
-
(decl atomic_rmw_body (VecMInstBuilder Type MemFlags AtomicRmwOp
|
2976
|
-
WritableReg Reg Reg) Reg)
|
2977
|
-
|
2978
|
-
;; Loop bodies for 32-/64-bit atomic XCHG operations.
|
2979
|
-
;; Simply use the source (possibly byte-swapped) as new target value.
|
2980
|
-
(rule 2 (atomic_rmw_body ib (ty_32_or_64 ty) (bigendian)
|
2981
|
-
(AtomicRmwOp.Xchg) tmp val src)
|
2982
|
-
src)
|
2983
|
-
(rule 1 (atomic_rmw_body ib (ty_32_or_64 ty) (littleendian)
|
2984
|
-
(AtomicRmwOp.Xchg) tmp val src)
|
2985
|
-
(bswap_reg ty src))
|
2986
|
-
|
2987
|
-
;; Loop bodies for 32-/64-bit atomic NAND operations.
|
2988
|
-
;; On z15 this can use the NN(G)RK instruction. On z14, perform an And
|
2989
|
-
;; operation and invert the result. In the little-endian case, we can
|
2990
|
-
;; simply byte-swap the source operand.
|
2991
|
-
(rule 4 (atomic_rmw_body ib (and (mie2_enabled) (ty_32_or_64 ty)) (bigendian)
|
2992
|
-
(AtomicRmwOp.Nand) tmp val src)
|
2993
|
-
(push_alu_reg ib (aluop_not_and ty) tmp val src))
|
2994
|
-
(rule 3 (atomic_rmw_body ib (and (mie2_enabled) (ty_32_or_64 ty)) (littleendian)
|
2995
|
-
(AtomicRmwOp.Nand) tmp val src)
|
2996
|
-
(push_alu_reg ib (aluop_not_and ty) tmp val (bswap_reg ty src)))
|
2997
|
-
(rule 2 (atomic_rmw_body ib (and (mie2_disabled) (ty_32_or_64 ty)) (bigendian)
|
2998
|
-
(AtomicRmwOp.Nand) tmp val src)
|
2999
|
-
(push_not_reg ib ty tmp
|
3000
|
-
(push_alu_reg ib (aluop_and ty) tmp val src)))
|
3001
|
-
(rule 1 (atomic_rmw_body ib (and (mie2_disabled) (ty_32_or_64 ty)) (littleendian)
|
3002
|
-
(AtomicRmwOp.Nand) tmp val src)
|
3003
|
-
(push_not_reg ib ty tmp
|
3004
|
-
(push_alu_reg ib (aluop_and ty) tmp val (bswap_reg ty src))))
|
3005
|
-
|
3006
|
-
;; Loop bodies for 8-/16-bit atomic bit operations.
|
3007
|
-
;; These use the "rotate-then-<op>-selected bits" family of instructions.
|
3008
|
-
;; For the Nand operation, we again perform And and invert the result.
|
3009
|
-
(rule (atomic_rmw_body ib (ty_8_or_16 ty) flags (AtomicRmwOp.Xchg) tmp val src)
|
3010
|
-
(atomic_rmw_body_rxsbg ib ty flags (RxSBGOp.Insert) tmp val src))
|
3011
|
-
(rule (atomic_rmw_body ib (ty_8_or_16 ty) flags (AtomicRmwOp.And) tmp val src)
|
3012
|
-
(atomic_rmw_body_rxsbg ib ty flags (RxSBGOp.And) tmp val src))
|
3013
|
-
(rule (atomic_rmw_body ib (ty_8_or_16 ty) flags (AtomicRmwOp.Or) tmp val src)
|
3014
|
-
(atomic_rmw_body_rxsbg ib ty flags (RxSBGOp.Or) tmp val src))
|
3015
|
-
(rule (atomic_rmw_body ib (ty_8_or_16 ty) flags (AtomicRmwOp.Xor) tmp val src)
|
3016
|
-
(atomic_rmw_body_rxsbg ib ty flags (RxSBGOp.Xor) tmp val src))
|
3017
|
-
(rule (atomic_rmw_body ib (ty_8_or_16 ty) flags (AtomicRmwOp.Nand) tmp val src)
|
3018
|
-
(atomic_rmw_body_invert ib ty flags tmp
|
3019
|
-
(atomic_rmw_body_rxsbg ib ty flags (RxSBGOp.And) tmp val src)))
|
3020
|
-
|
3021
|
-
;; RxSBG subword operation.
|
3022
|
-
(decl atomic_rmw_body_rxsbg (VecMInstBuilder Type MemFlags RxSBGOp
|
3023
|
-
WritableReg Reg Reg) Reg)
|
3024
|
-
;; 8-bit case: use the low byte of "src" and the high byte of "val".
|
3025
|
-
(rule (atomic_rmw_body_rxsbg ib $I8 _ op tmp val src)
|
3026
|
-
(push_rxsbg ib op tmp val src 32 40 24))
|
3027
|
-
;; 16-bit big-endian case: use the low two bytes of "src" and the
|
3028
|
-
;; high two bytes of "val".
|
3029
|
-
(rule 1 (atomic_rmw_body_rxsbg ib $I16 (bigendian) op tmp val src)
|
3030
|
-
(push_rxsbg ib op tmp val src 32 48 16))
|
3031
|
-
;; 16-bit little-endian case: use the low two bytes of "src", byte-swapped
|
3032
|
-
;; so they end up in the high two bytes, and the low two bytes of "val".
|
3033
|
-
(rule (atomic_rmw_body_rxsbg ib $I16 (littleendian) op tmp val src)
|
3034
|
-
(push_rxsbg ib op tmp val (bswap_reg $I32 src) 48 64 -16))
|
3035
|
-
|
3036
|
-
;; Invert a subword.
|
3037
|
-
(decl atomic_rmw_body_invert (VecMInstBuilder Type MemFlags WritableReg Reg) Reg)
|
3038
|
-
;; 8-bit case: invert the high byte.
|
3039
|
-
(rule (atomic_rmw_body_invert ib $I8 _ tmp val)
|
3040
|
-
(push_xor_uimm32shifted ib $I32 tmp val (uimm32shifted 0xff000000 0)))
|
3041
|
-
;; 16-bit big-endian case: invert the two high bytes.
|
3042
|
-
(rule 1 (atomic_rmw_body_invert ib $I16 (bigendian) tmp val)
|
3043
|
-
(push_xor_uimm32shifted ib $I32 tmp val (uimm32shifted 0xffff0000 0)))
|
3044
|
-
;; 16-bit little-endian case: invert the two low bytes.
|
3045
|
-
(rule (atomic_rmw_body_invert ib $I16 (littleendian) tmp val)
|
3046
|
-
(push_xor_uimm32shifted ib $I32 tmp val (uimm32shifted 0xffff 0)))
|
3047
|
-
|
3048
|
-
;; Loop bodies for atomic ADD/SUB operations.
|
3049
|
-
(rule (atomic_rmw_body ib ty flags (AtomicRmwOp.Add) tmp val src)
|
3050
|
-
(atomic_rmw_body_addsub ib ty flags (aluop_add (ty_ext32 ty)) tmp val src))
|
3051
|
-
(rule (atomic_rmw_body ib ty flags (AtomicRmwOp.Sub) tmp val src)
|
3052
|
-
(atomic_rmw_body_addsub ib ty flags (aluop_sub (ty_ext32 ty)) tmp val src))
|
3053
|
-
|
3054
|
-
;; Addition or subtraction operation.
|
3055
|
-
(decl atomic_rmw_body_addsub (VecMInstBuilder Type MemFlags ALUOp
|
3056
|
-
WritableReg Reg Reg) Reg)
|
3057
|
-
;; 32/64-bit big-endian case: just a regular add/sub operation.
|
3058
|
-
(rule 2 (atomic_rmw_body_addsub ib (ty_32_or_64 ty) (bigendian) op tmp val src)
|
3059
|
-
(push_alu_reg ib op tmp val src))
|
3060
|
-
;; 32/64-bit little-endian case: byte-swap the value loaded from memory before
|
3061
|
-
;; and after performing the operation in native endianness.
|
3062
|
-
(rule 1 (atomic_rmw_body_addsub ib (ty_32_or_64 ty) (littleendian) op tmp val src)
|
3063
|
-
(let ((val_swapped Reg (push_bswap_reg ib ty tmp val))
|
3064
|
-
(res_swapped Reg (push_alu_reg ib op tmp val_swapped src)))
|
3065
|
-
(push_bswap_reg ib ty tmp res_swapped)))
|
3066
|
-
;; 8-bit case: perform a 32-bit addition of the source value shifted by 24 bits
|
3067
|
-
;; to the memory value, which contains the target in its high byte.
|
3068
|
-
(rule (atomic_rmw_body_addsub ib $I8 _ op tmp val src)
|
3069
|
-
(let ((src_shifted Reg (lshl_imm $I32 src 24)))
|
3070
|
-
(push_alu_reg ib op tmp val src_shifted)))
|
3071
|
-
;; 16-bit big-endian case: similar, just shift the source by 16 bits.
|
3072
|
-
(rule 3 (atomic_rmw_body_addsub ib $I16 (bigendian) op tmp val src)
|
3073
|
-
(let ((src_shifted Reg (lshl_imm $I32 src 16)))
|
3074
|
-
(push_alu_reg ib op tmp val src_shifted)))
|
3075
|
-
;; 16-bit little-endian case: the same, but in addition we need to byte-swap
|
3076
|
-
;; the memory value before and after the operation. Since the value was placed
|
3077
|
-
;; in the low two bytes by our standard rotation, we can use a 32-bit byte-swap
|
3078
|
-
;; and the native-endian value will end up in the high bytes where we need it
|
3079
|
-
;; to perform the operation.
|
3080
|
-
(rule (atomic_rmw_body_addsub ib $I16 (littleendian) op tmp val src)
|
3081
|
-
(let ((src_shifted Reg (lshl_imm $I32 src 16))
|
3082
|
-
(val_swapped Reg (push_bswap_reg ib $I32 tmp val))
|
3083
|
-
(res_swapped Reg (push_alu_reg ib op tmp val_swapped src_shifted)))
|
3084
|
-
(push_bswap_reg ib $I32 tmp res_swapped)))
|
3085
|
-
|
3086
|
-
;; Loop bodies for atomic MIN/MAX operations.
|
3087
|
-
(rule (atomic_rmw_body ib ty flags (AtomicRmwOp.Smin) tmp val src)
|
3088
|
-
(atomic_rmw_body_minmax ib ty flags (cmpop_cmps (ty_ext32 ty))
|
3089
|
-
(intcc_as_cond (IntCC.SignedLessThan)) tmp val src))
|
3090
|
-
(rule (atomic_rmw_body ib ty flags (AtomicRmwOp.Smax) tmp val src)
|
3091
|
-
(atomic_rmw_body_minmax ib ty flags (cmpop_cmps (ty_ext32 ty))
|
3092
|
-
(intcc_as_cond (IntCC.SignedGreaterThan)) tmp val src))
|
3093
|
-
(rule (atomic_rmw_body ib ty flags (AtomicRmwOp.Umin) tmp val src)
|
3094
|
-
(atomic_rmw_body_minmax ib ty flags (cmpop_cmpu (ty_ext32 ty))
|
3095
|
-
(intcc_as_cond (IntCC.UnsignedLessThan)) tmp val src))
|
3096
|
-
(rule (atomic_rmw_body ib ty flags (AtomicRmwOp.Umax) tmp val src)
|
3097
|
-
(atomic_rmw_body_minmax ib ty flags (cmpop_cmpu (ty_ext32 ty))
|
3098
|
-
(intcc_as_cond (IntCC.UnsignedGreaterThan)) tmp val src))
|
3099
|
-
|
3100
|
-
;; Minimum or maximum operation.
|
3101
|
-
(decl atomic_rmw_body_minmax (VecMInstBuilder Type MemFlags CmpOp Cond
|
3102
|
-
WritableReg Reg Reg) Reg)
|
3103
|
-
;; 32/64-bit big-endian case: just a comparison followed by a conditional
|
3104
|
-
;; break out of the loop if the memory value does not need to change.
|
3105
|
-
;; If it does need to change, the new value is simply the source operand.
|
3106
|
-
(rule 2 (atomic_rmw_body_minmax ib (ty_32_or_64 ty) (bigendian)
|
3107
|
-
op cond tmp val src)
|
3108
|
-
(let ((_ Reg (push_break_if ib (cmp_rr op src val) (invert_cond cond))))
|
3109
|
-
src))
|
3110
|
-
;; 32/64-bit little-endian case: similar, but we need to byte-swap the
|
3111
|
-
;; memory value before the comparison. If we need to store the new value,
|
3112
|
-
;; it also needs to be byte-swapped.
|
3113
|
-
(rule 1 (atomic_rmw_body_minmax ib (ty_32_or_64 ty) (littleendian)
|
3114
|
-
op cond tmp val src)
|
3115
|
-
(let ((val_swapped Reg (push_bswap_reg ib ty tmp val))
|
3116
|
-
(_ Reg (push_break_if ib (cmp_rr op src val_swapped)
|
3117
|
-
(invert_cond cond))))
|
3118
|
-
(push_bswap_reg ib ty tmp src)))
|
3119
|
-
;; 8-bit case: compare the memory value (which contains the target in the
|
3120
|
-
;; high byte) with the source operand shifted by 24 bits. Note that in
|
3121
|
-
;; the case where the high bytes are equal, the comparison may succeed
|
3122
|
-
;; or fail depending on the unrelated low bits of the memory value, and
|
3123
|
-
;; so we either may or may not perform the update. But it would be an
|
3124
|
-
;; update with the same value in any case, so this does not matter.
|
3125
|
-
(rule (atomic_rmw_body_minmax ib $I8 _ op cond tmp val src)
|
3126
|
-
(let ((src_shifted Reg (lshl_imm $I32 src 24))
|
3127
|
-
(_ Reg (push_break_if ib (cmp_rr op src_shifted val)
|
3128
|
-
(invert_cond cond))))
|
3129
|
-
(push_rxsbg ib (RxSBGOp.Insert) tmp val src_shifted 32 40 0)))
|
3130
|
-
;; 16-bit big-endian case: similar, just shift the source by 16 bits.
|
3131
|
-
(rule 3 (atomic_rmw_body_minmax ib $I16 (bigendian) op cond tmp val src)
|
3132
|
-
(let ((src_shifted Reg (lshl_imm $I32 src 16))
|
3133
|
-
(_ Reg (push_break_if ib (cmp_rr op src_shifted val)
|
3134
|
-
(invert_cond cond))))
|
3135
|
-
(push_rxsbg ib (RxSBGOp.Insert) tmp val src_shifted 32 48 0)))
|
3136
|
-
;; 16-bit little-endian case: similar, but in addition byte-swap the
|
3137
|
-
;; memory value before and after the operation, like for _addsub_.
|
3138
|
-
(rule (atomic_rmw_body_minmax ib $I16 (littleendian) op cond tmp val src)
|
3139
|
-
(let ((src_shifted Reg (lshl_imm $I32 src 16))
|
3140
|
-
(val_swapped Reg (push_bswap_reg ib $I32 tmp val))
|
3141
|
-
(_ Reg (push_break_if ib (cmp_rr op src_shifted val_swapped)
|
3142
|
-
(invert_cond cond)))
|
3143
|
-
(res_swapped Reg (push_rxsbg ib (RxSBGOp.Insert)
|
3144
|
-
tmp val_swapped src_shifted 32 48 0)))
|
3145
|
-
(push_bswap_reg ib $I32 tmp res_swapped)))
|
3146
|
-
|
3147
|
-
|
3148
|
-
;;;; Rules for `atomic_cas` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3149
|
-
|
3150
|
-
;; 32/64-bit big-endian atomic compare-and-swap instruction.
|
3151
|
-
(rule 2 (lower (has_type (ty_32_or_64 ty)
|
3152
|
-
(atomic_cas flags @ (bigendian) addr src1 src2)))
|
3153
|
-
(atomic_cas_impl ty (put_in_reg src1) (put_in_reg src2)
|
3154
|
-
(lower_address flags addr (zero_offset))))
|
3155
|
-
|
3156
|
-
;; 32/64-bit little-endian atomic compare-and-swap instruction.
|
3157
|
-
;; Implemented by byte-swapping old/new inputs and the output.
|
3158
|
-
(rule 1 (lower (has_type (ty_32_or_64 ty)
|
3159
|
-
(atomic_cas flags @ (littleendian) addr src1 src2)))
|
3160
|
-
(bswap_reg ty (atomic_cas_impl ty (bswap_reg ty (put_in_reg src1))
|
3161
|
-
(bswap_reg ty (put_in_reg src2))
|
3162
|
-
(lower_address flags addr (zero_offset)))))
|
3163
|
-
|
3164
|
-
;; 8/16-bit atomic compare-and-swap implemented via loop.
|
3165
|
-
(rule (lower (has_type (ty_8_or_16 ty) (atomic_cas flags addr src1 src2)))
|
3166
|
-
(let ((src1_reg Reg (put_in_reg src1))
|
3167
|
-
(src2_reg Reg (put_in_reg src2))
|
3168
|
-
(addr_reg Reg (put_in_reg addr))
|
3169
|
-
;; Prepare access to the surrounding aligned word.
|
3170
|
-
(bitshift Reg (casloop_bitshift addr_reg))
|
3171
|
-
(aligned_addr Reg (casloop_aligned_addr addr_reg))
|
3172
|
-
;; Create body of compare-and-swap loop.
|
3173
|
-
(ib VecMInstBuilder (inst_builder_new))
|
3174
|
-
(val0 Reg (writable_reg_to_reg (casloop_val_reg)))
|
3175
|
-
(val1 Reg (casloop_rotate_in ib ty flags bitshift val0))
|
3176
|
-
(val2 Reg (atomic_cas_body ib ty flags
|
3177
|
-
(casloop_tmp_reg) val1 src1_reg src2_reg))
|
3178
|
-
(val3 Reg (casloop_rotate_out ib ty flags bitshift val2)))
|
3179
|
-
;; Emit compare-and-swap loop and extract final result.
|
3180
|
-
(casloop_subword ib ty flags aligned_addr bitshift val3)))
|
3181
|
-
|
3182
|
-
;; Emit loop body instructions to perform a subword compare-and-swap.
|
3183
|
-
(decl atomic_cas_body (VecMInstBuilder Type MemFlags
|
3184
|
-
WritableReg Reg Reg Reg) Reg)
|
3185
|
-
|
3186
|
-
;; 8-bit case: "val" contains the value loaded from memory in the high byte.
|
3187
|
-
;; Compare with the comparison value in the low byte of "src1". If unequal,
|
3188
|
-
;; break out of the loop, otherwise replace the target byte in "val" with
|
3189
|
-
;; the low byte of "src2".
|
3190
|
-
(rule (atomic_cas_body ib $I8 _ tmp val src1 src2)
|
3191
|
-
(let ((_ Reg (push_break_if ib (rxsbg_test (RxSBGOp.Xor) val src1 32 40 24)
|
3192
|
-
(intcc_as_cond (IntCC.NotEqual)))))
|
3193
|
-
(push_rxsbg ib (RxSBGOp.Insert) tmp val src2 32 40 24)))
|
3194
|
-
|
3195
|
-
;; 16-bit big-endian case: Same as above, except with values in the high
|
3196
|
-
;; two bytes of "val" and low two bytes of "src1" and "src2".
|
3197
|
-
(rule 1 (atomic_cas_body ib $I16 (bigendian) tmp val src1 src2)
|
3198
|
-
(let ((_ Reg (push_break_if ib (rxsbg_test (RxSBGOp.Xor) val src1 32 48 16)
|
3199
|
-
(intcc_as_cond (IntCC.NotEqual)))))
|
3200
|
-
(push_rxsbg ib (RxSBGOp.Insert) tmp val src2 32 48 16)))
|
3201
|
-
|
3202
|
-
;; 16-bit little-endian case: "val" here contains a little-endian value in the
|
3203
|
-
;; *low* two bytes. "src1" and "src2" contain native (i.e. big-endian) values
|
3204
|
-
;; in their low two bytes. Perform the operation in little-endian mode by
|
3205
|
-
;; byte-swapping "src1" and "src" ahead of the loop. Note that this is a
|
3206
|
-
;; 32-bit operation so the little-endian 16-bit values end up in the *high*
|
3207
|
-
;; two bytes of the swapped values.
|
3208
|
-
(rule (atomic_cas_body ib $I16 (littleendian) tmp val src1 src2)
|
3209
|
-
(let ((src1_swapped Reg (bswap_reg $I32 src1))
|
3210
|
-
(src2_swapped Reg (bswap_reg $I32 src2))
|
3211
|
-
(_ Reg (push_break_if ib
|
3212
|
-
(rxsbg_test (RxSBGOp.Xor) val src1_swapped 48 64 -16)
|
3213
|
-
(intcc_as_cond (IntCC.NotEqual)))))
|
3214
|
-
(push_rxsbg ib (RxSBGOp.Insert) tmp val src2_swapped 48 64 -16)))
|
3215
|
-
|
3216
|
-
|
3217
|
-
;;;; Rules for `atomic_load` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3218
|
-
|
3219
|
-
;; Atomic loads can be implemented via regular loads on this platform.
|
3220
|
-
|
3221
|
-
;; 8-bit atomic load.
|
3222
|
-
(rule (lower (has_type $I8 (atomic_load flags addr)))
|
3223
|
-
(zext32_mem $I8 (lower_address flags addr (zero_offset))))
|
3224
|
-
|
3225
|
-
;; 16-bit big-endian atomic load.
|
3226
|
-
(rule 1 (lower (has_type $I16 (atomic_load flags @ (bigendian) addr)))
|
3227
|
-
(zext32_mem $I16 (lower_address flags addr (zero_offset))))
|
3228
|
-
|
3229
|
-
;; 16-bit little-endian atomic load.
|
3230
|
-
(rule (lower (has_type $I16 (atomic_load flags @ (littleendian) addr)))
|
3231
|
-
(loadrev16 (lower_address flags addr (zero_offset))))
|
3232
|
-
|
3233
|
-
;; 32-bit big-endian atomic load.
|
3234
|
-
(rule 1 (lower (has_type $I32 (atomic_load flags @ (bigendian) addr)))
|
3235
|
-
(load32 (lower_address flags addr (zero_offset))))
|
3236
|
-
|
3237
|
-
;; 32-bit little-endian atomic load.
|
3238
|
-
(rule (lower (has_type $I32 (atomic_load flags @ (littleendian) addr)))
|
3239
|
-
(loadrev32 (lower_address flags addr (zero_offset))))
|
3240
|
-
|
3241
|
-
;; 64-bit big-endian atomic load.
|
3242
|
-
(rule 1 (lower (has_type $I64 (atomic_load flags @ (bigendian) addr)))
|
3243
|
-
(load64 (lower_address flags addr (zero_offset))))
|
3244
|
-
|
3245
|
-
;; 64-bit little-endian atomic load.
|
3246
|
-
(rule (lower (has_type $I64 (atomic_load flags @ (littleendian) addr)))
|
3247
|
-
(loadrev64 (lower_address flags addr (zero_offset))))
|
3248
|
-
|
3249
|
-
|
3250
|
-
;;;; Rules for `atomic_store` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3251
|
-
|
3252
|
-
;; Atomic stores can be implemented via regular stores followed by a fence.
|
3253
|
-
(decl atomic_store_impl (SideEffectNoResult) InstOutput)
|
3254
|
-
(rule (atomic_store_impl store)
|
3255
|
-
(let ((_ InstOutput (side_effect store)))
|
3256
|
-
(side_effect (fence_impl))))
|
3257
|
-
|
3258
|
-
;; 8-bit atomic store.
|
3259
|
-
(rule (lower (atomic_store flags val @ (value_type $I8) addr))
|
3260
|
-
(atomic_store_impl (istore8_impl flags val addr (zero_offset))))
|
3261
|
-
|
3262
|
-
;; 16-bit atomic store.
|
3263
|
-
(rule (lower (atomic_store flags val @ (value_type $I16) addr))
|
3264
|
-
(atomic_store_impl (istore16_impl flags val addr (zero_offset))))
|
3265
|
-
|
3266
|
-
;; 32-bit atomic store.
|
3267
|
-
(rule (lower (atomic_store flags val @ (value_type $I32) addr))
|
3268
|
-
(atomic_store_impl (istore32_impl flags val addr (zero_offset))))
|
3269
|
-
|
3270
|
-
;; 64-bit atomic store.
|
3271
|
-
(rule (lower (atomic_store flags val @ (value_type $I64) addr))
|
3272
|
-
(atomic_store_impl (istore64_impl flags val addr (zero_offset))))
|
3273
|
-
|
3274
|
-
|
3275
|
-
;;;; Rules for `fence` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3276
|
-
|
3277
|
-
;; Fence to ensure sequential consistency.
|
3278
|
-
(rule (lower (fence))
|
3279
|
-
(side_effect (fence_impl)))
|
3280
|
-
|
3281
|
-
|
3282
|
-
;;;; Rules for `icmp` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3283
|
-
|
3284
|
-
;; We want to optimize the typical use of `icmp` (generating an integer 0/1
|
3285
|
-
;; result) followed by some user, like a `select` or a conditional branch.
|
3286
|
-
;; Instead of first generating the integer result and later testing it again,
|
3287
|
-
;; we want to sink the comparison to be performed at the site of use.
|
3288
|
-
;;
|
3289
|
-
;; To enable this, we provide generic helpers that return a `ProducesBool`
|
3290
|
-
;; encapsulating the comparison in question, which can be used by all the
|
3291
|
-
;; above scenarios.
|
3292
|
-
;;
|
3293
|
-
;; N.B. There are specific considerations when sinking a memory load into a
|
3294
|
-
;; comparison. When emitting an `icmp` directly, this can of course be done
|
3295
|
-
;; as usual. However, when we use the `ProducesBool` elsewhere, we need to
|
3296
|
-
;; consider *three* instructions: the load, the `icmp`, and the final user
|
3297
|
-
;; (e.g. a conditional branch). The only way to safely sink the load would
|
3298
|
-
;; be to sink it direct into the final user, which is only possible if there
|
3299
|
-
;; is no *other* user of the `icmp` result. This is not currently being
|
3300
|
-
;; verified by the `SinkableInst` logic, so to be safe we do not perform this
|
3301
|
-
;; optimization at all.
|
3302
|
-
;;
|
3303
|
-
;; The generic `icmp_val` helper therefore has a flag indicating whether
|
3304
|
-
;; it is being invoked in a context where it is safe to sink memory loads
|
3305
|
-
;; (e.g. when directly emitting an `icmp`), or whether it is not (e.g. when
|
3306
|
-
;; sinking the `icmp` result into a conditional branch or select).
|
3307
|
-
|
3308
|
-
;; Main `icmp` entry point. Generate a `ProducesBool` capturing the
|
3309
|
-
;; integer comparison and immediately lower it to a 0/1 integer result.
|
3310
|
-
;; In this case, it is safe to sink memory loads.
|
3311
|
-
(rule -1 (lower (has_type (fits_in_64 ty) (icmp int_cc x y)))
|
3312
|
-
(lower_bool ty (icmp_val $true int_cc x y)))
|
3313
|
-
|
3314
|
-
|
3315
|
-
;; Return a `ProducesBool` to implement any integer comparison.
|
3316
|
-
;; The first argument is a flag to indicate whether it is safe to sink
|
3317
|
-
;; memory loads as discussed above.
|
3318
|
-
(decl icmp_val (bool IntCC Value Value) ProducesBool)
|
3319
|
-
|
3320
|
-
;; Dispatch for signed comparisons.
|
3321
|
-
(rule -1 (icmp_val allow_mem int_cc @ (signed) x @ (value_type (fits_in_64 _)) y)
|
3322
|
-
(bool (icmps_val allow_mem x y) (intcc_as_cond int_cc)))
|
3323
|
-
;; Dispatch for unsigned comparisons.
|
3324
|
-
(rule -2 (icmp_val allow_mem int_cc @ (unsigned) x @ (value_type (fits_in_64 _)) y)
|
3325
|
-
(bool (icmpu_val allow_mem x y) (intcc_as_cond int_cc)))
|
3326
|
-
|
3327
|
-
|
3328
|
-
;; Return a `ProducesBool` to implement signed integer comparisons.
|
3329
|
-
(decl icmps_val (bool Value Value) ProducesFlags)
|
3330
|
-
|
3331
|
-
;; Compare (signed) two registers.
|
3332
|
-
(rule 0 (icmps_val _ x @ (value_type (fits_in_64 ty)) y)
|
3333
|
-
(icmps_reg (ty_ext32 ty) (put_in_reg_sext32 x) (put_in_reg_sext32 y)))
|
3334
|
-
|
3335
|
-
;; Compare (signed) a register and a sign-extended register.
|
3336
|
-
(rule 3 (icmps_val _ x @ (value_type (fits_in_64 ty)) (sext32_value y))
|
3337
|
-
(icmps_reg_sext32 ty x y))
|
3338
|
-
|
3339
|
-
;; Compare (signed) a register and an immediate.
|
3340
|
-
(rule 2 (icmps_val _ x @ (value_type (fits_in_64 ty)) (i16_from_value y))
|
3341
|
-
(icmps_simm16 (ty_ext32 ty) (put_in_reg_sext32 x) y))
|
3342
|
-
(rule 1 (icmps_val _ x @ (value_type (fits_in_64 ty)) (i32_from_value y))
|
3343
|
-
(icmps_simm32 (ty_ext32 ty) (put_in_reg_sext32 x) y))
|
3344
|
-
|
3345
|
-
;; Compare (signed) a register and memory (32/64-bit types).
|
3346
|
-
(rule 4 (icmps_val $true x @ (value_type (fits_in_64 ty)) (sinkable_load_32_64 y))
|
3347
|
-
(icmps_mem ty x (sink_load y)))
|
3348
|
-
|
3349
|
-
;; Compare (signed) a register and memory (16-bit types).
|
3350
|
-
(rule 5 (icmps_val $true x @ (value_type (fits_in_64 ty)) (sinkable_load_16 y))
|
3351
|
-
(icmps_mem_sext16 (ty_ext32 ty) (put_in_reg_sext32 x) (sink_load y)))
|
3352
|
-
|
3353
|
-
;; Compare (signed) a register and sign-extended memory.
|
3354
|
-
(rule 4 (icmps_val $true x @ (value_type (fits_in_64 ty)) (sinkable_sload16 y))
|
3355
|
-
(icmps_mem_sext16 ty x (sink_sload16 y)))
|
3356
|
-
(rule 4 (icmps_val $true x @ (value_type (fits_in_64 ty)) (sinkable_sload32 y))
|
3357
|
-
(icmps_mem_sext32 ty x (sink_sload32 y)))
|
3358
|
-
|
3359
|
-
|
3360
|
-
;; Return a `ProducesBool` to implement unsigned integer comparisons.
|
3361
|
-
(decl icmpu_val (bool Value Value) ProducesFlags)
|
3362
|
-
|
3363
|
-
;; Compare (unsigned) two registers.
|
3364
|
-
(rule (icmpu_val _ x @ (value_type (fits_in_64 ty)) y)
|
3365
|
-
(icmpu_reg (ty_ext32 ty) (put_in_reg_zext32 x) (put_in_reg_zext32 y)))
|
3366
|
-
|
3367
|
-
;; Compare (unsigned) a register and a sign-extended register.
|
3368
|
-
(rule 1 (icmpu_val _ x @ (value_type (fits_in_64 ty)) (zext32_value y))
|
3369
|
-
(icmpu_reg_zext32 ty x y))
|
3370
|
-
|
3371
|
-
;; Compare (unsigned) a register and an immediate.
|
3372
|
-
(rule 2 (icmpu_val _ x @ (value_type (fits_in_64 ty)) (u32_from_value y))
|
3373
|
-
(icmpu_uimm32 (ty_ext32 ty) (put_in_reg_zext32 x) y))
|
3374
|
-
|
3375
|
-
;; Compare (unsigned) a register and memory (32/64-bit types).
|
3376
|
-
(rule 4 (icmpu_val $true x @ (value_type (fits_in_64 ty)) (sinkable_load_32_64 y))
|
3377
|
-
(icmpu_mem ty x (sink_load y)))
|
3378
|
-
|
3379
|
-
;; Compare (unsigned) a register and memory (16-bit types).
|
3380
|
-
;; Note that the ISA only provides instructions with a PC-relative memory
|
3381
|
-
;; address here, so we need to check whether the sinkable load matches this.
|
3382
|
-
(rule 3 (icmpu_val $true x @ (value_type (fits_in_64 ty))
|
3383
|
-
(sinkable_load_16 ld))
|
3384
|
-
(if-let y (load_sym ld))
|
3385
|
-
(icmpu_mem_zext16 (ty_ext32 ty) (put_in_reg_zext32 x) (sink_load y)))
|
3386
|
-
|
3387
|
-
;; Compare (unsigned) a register and zero-extended memory.
|
3388
|
-
;; Note that the ISA only provides instructions with a PC-relative memory
|
3389
|
-
;; address here, so we need to check whether the sinkable load matches this.
|
3390
|
-
(rule 3 (icmpu_val $true x @ (value_type (fits_in_64 ty))
|
3391
|
-
(sinkable_uload16 ld))
|
3392
|
-
(if-let y (uload16_sym ld))
|
3393
|
-
(icmpu_mem_zext16 ty x (sink_uload16 y)))
|
3394
|
-
(rule 3 (icmpu_val $true x @ (value_type (fits_in_64 ty)) (sinkable_uload32 y))
|
3395
|
-
(icmpu_mem_zext32 ty x (sink_uload32 y)))
|
3396
|
-
|
3397
|
-
|
3398
|
-
;; Compare 128-bit integers for equality.
|
3399
|
-
;; Implemented via element-wise comparison using the all-element true CC flag.
|
3400
|
-
(rule (icmp_val _ (IntCC.Equal) x @ (value_type (vr128_ty _)) y)
|
3401
|
-
(bool (vec_cmpeqs $I64X2 x y)
|
3402
|
-
(floatcc_as_cond (FloatCC.Equal))))
|
3403
|
-
(rule (icmp_val _ (IntCC.NotEqual) x @ (value_type (vr128_ty _)) y)
|
3404
|
-
(bool (vec_cmpeqs $I64X2 x y)
|
3405
|
-
(floatcc_as_cond (FloatCC.NotEqual))))
|
3406
|
-
|
3407
|
-
;; Compare (signed) 128-bit integers for relational inequality.
|
3408
|
-
;; Implemented via synthetic instruction using VECG and VCHLGS.
|
3409
|
-
(rule (icmp_val _ (IntCC.SignedGreaterThan) x @ (value_type (vr128_ty ty)) y)
|
3410
|
-
(vec_int128_scmphi x y))
|
3411
|
-
(rule (icmp_val _ (IntCC.SignedLessThan) x @ (value_type (vr128_ty ty)) y)
|
3412
|
-
(vec_int128_scmphi y x))
|
3413
|
-
(rule (icmp_val _ (IntCC.SignedGreaterThanOrEqual) x @ (value_type (vr128_ty ty)) y)
|
3414
|
-
(invert_bool (vec_int128_scmphi y x)))
|
3415
|
-
(rule (icmp_val _ (IntCC.SignedLessThanOrEqual) x @ (value_type (vr128_ty ty)) y)
|
3416
|
-
(invert_bool (vec_int128_scmphi x y)))
|
3417
|
-
|
3418
|
-
;; Compare (unsigned) 128-bit integers for relational inequality.
|
3419
|
-
;; Implemented via synthetic instruction using VECLG and VCHLGS.
|
3420
|
-
(rule (icmp_val _ (IntCC.UnsignedGreaterThan) x @ (value_type (vr128_ty ty)) y)
|
3421
|
-
(vec_int128_ucmphi x y))
|
3422
|
-
(rule (icmp_val _ (IntCC.UnsignedLessThan) x @ (value_type (vr128_ty ty)) y)
|
3423
|
-
(vec_int128_ucmphi y x))
|
3424
|
-
(rule (icmp_val _ (IntCC.UnsignedGreaterThanOrEqual) x @ (value_type (vr128_ty ty)) y)
|
3425
|
-
(invert_bool (vec_int128_ucmphi y x)))
|
3426
|
-
(rule (icmp_val _ (IntCC.UnsignedLessThanOrEqual) x @ (value_type (vr128_ty ty)) y)
|
3427
|
-
(invert_bool (vec_int128_ucmphi x y)))
|
3428
|
-
|
3429
|
-
|
3430
|
-
;; Vector `icmp` produces a boolean vector.
|
3431
|
-
;; We need to handle the various IntCC flags separately here.
|
3432
|
-
|
3433
|
-
(rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.Equal) x y)))
|
3434
|
-
(vec_cmpeq ty x y))
|
3435
|
-
(rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.NotEqual) x y)))
|
3436
|
-
(vec_not ty (vec_cmpeq ty x y)))
|
3437
|
-
(rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.SignedGreaterThan) x y)))
|
3438
|
-
(vec_cmph ty x y))
|
3439
|
-
(rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.SignedLessThanOrEqual) x y)))
|
3440
|
-
(vec_not ty (vec_cmph ty x y)))
|
3441
|
-
(rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.SignedLessThan) x y)))
|
3442
|
-
(vec_cmph ty y x))
|
3443
|
-
(rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.SignedGreaterThanOrEqual) x y)))
|
3444
|
-
(vec_not ty (vec_cmph ty y x)))
|
3445
|
-
(rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.UnsignedGreaterThan) x y)))
|
3446
|
-
(vec_cmphl ty x y))
|
3447
|
-
(rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.UnsignedLessThanOrEqual) x y)))
|
3448
|
-
(vec_not ty (vec_cmphl ty x y)))
|
3449
|
-
(rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.UnsignedLessThan) x y)))
|
3450
|
-
(vec_cmphl ty y x))
|
3451
|
-
(rule (lower (has_type (ty_vec128 ty) (icmp (IntCC.UnsignedGreaterThanOrEqual) x y)))
|
3452
|
-
(vec_not ty (vec_cmphl ty y x)))
|
3453
|
-
|
3454
|
-
|
3455
|
-
;;;; Rules for `fcmp` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3456
|
-
|
3457
|
-
;; Main `fcmp` entry point. Generate a `ProducesBool` capturing the
|
3458
|
-
;; integer comparison and immediately lower it to a 0/1 integer result.
|
3459
|
-
(rule -1 (lower (has_type (fits_in_64 ty) (fcmp float_cc x y)))
|
3460
|
-
(lower_bool ty (fcmp_val float_cc x y)))
|
3461
|
-
|
3462
|
-
;; Return a `ProducesBool` to implement any floating-point comparison.
|
3463
|
-
(decl fcmp_val (FloatCC Value Value) ProducesBool)
|
3464
|
-
(rule (fcmp_val float_cc x @ (value_type ty) y)
|
3465
|
-
(bool (fcmp_reg ty x y)
|
3466
|
-
(floatcc_as_cond float_cc)))
|
3467
|
-
|
3468
|
-
;; Vector `fcmp` produces a boolean vector.
|
3469
|
-
;; We need to handle the various FloatCC flags separately here.
|
3470
|
-
|
3471
|
-
(rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.Equal) x y)))
|
3472
|
-
(vec_fcmpeq ty x y))
|
3473
|
-
(rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.NotEqual) x y)))
|
3474
|
-
(vec_not ty (vec_fcmpeq ty x y)))
|
3475
|
-
(rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.GreaterThan) x y)))
|
3476
|
-
(vec_fcmph ty x y))
|
3477
|
-
(rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.UnorderedOrLessThanOrEqual) x y)))
|
3478
|
-
(vec_not ty (vec_fcmph ty x y)))
|
3479
|
-
(rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.GreaterThanOrEqual) x y)))
|
3480
|
-
(vec_fcmphe ty x y))
|
3481
|
-
(rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.UnorderedOrLessThan) x y)))
|
3482
|
-
(vec_not ty (vec_fcmphe ty x y)))
|
3483
|
-
(rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.LessThan) x y)))
|
3484
|
-
(vec_fcmph ty y x))
|
3485
|
-
(rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.UnorderedOrGreaterThanOrEqual) x y)))
|
3486
|
-
(vec_not ty (vec_fcmph ty y x)))
|
3487
|
-
(rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.LessThanOrEqual) x y)))
|
3488
|
-
(vec_fcmphe ty y x))
|
3489
|
-
(rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.UnorderedOrGreaterThan) x y)))
|
3490
|
-
(vec_not ty (vec_fcmphe ty y x)))
|
3491
|
-
(rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.Ordered) x y)))
|
3492
|
-
(vec_or ty (vec_fcmphe ty x y) (vec_fcmphe ty y x)))
|
3493
|
-
(rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.Unordered) x y)))
|
3494
|
-
(vec_not_or ty (vec_fcmphe ty x y) (vec_fcmphe ty y x)))
|
3495
|
-
(rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.OrderedNotEqual) x y)))
|
3496
|
-
(vec_or ty (vec_fcmph ty x y) (vec_fcmph ty y x)))
|
3497
|
-
(rule (lower (has_type (ty_vec128 ty) (fcmp (FloatCC.UnorderedOrEqual) x y)))
|
3498
|
-
(vec_not_or ty (vec_fcmph ty x y) (vec_fcmph ty y x)))
|
3499
|
-
|
3500
|
-
|
3501
|
-
;;;; Rules for `vall_true` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3502
|
-
|
3503
|
-
;; Main `vall_true` entry point. Generate a `ProducesBool` capturing the
|
3504
|
-
;; comparison and immediately lower it to a 0/1 integer result.
|
3505
|
-
(rule (lower (has_type (fits_in_64 ty) (vall_true x)))
|
3506
|
-
(lower_bool ty (vall_true_val x)))
|
3507
|
-
|
3508
|
-
;; Return a `ProducesBool` to implement `vall_true`.
|
3509
|
-
(decl vall_true_val (Value) ProducesBool)
|
3510
|
-
(rule -1 (vall_true_val x @ (value_type ty))
|
3511
|
-
(bool (vec_cmpeqs ty x (vec_imm ty 0))
|
3512
|
-
(floatcc_as_cond (FloatCC.Unordered))))
|
3513
|
-
|
3514
|
-
;; Short-circuit `vall_true` on the result of a `icmp`.
|
3515
|
-
(rule (vall_true_val (has_type ty (icmp (IntCC.Equal) x y)))
|
3516
|
-
(bool (vec_cmpeqs ty x y)
|
3517
|
-
(floatcc_as_cond (FloatCC.Equal))))
|
3518
|
-
(rule (vall_true_val (has_type ty (icmp (IntCC.NotEqual) x y)))
|
3519
|
-
(bool (vec_cmpeqs ty x y)
|
3520
|
-
(floatcc_as_cond (FloatCC.Unordered))))
|
3521
|
-
(rule (vall_true_val (has_type ty (icmp (IntCC.SignedGreaterThan) x y)))
|
3522
|
-
(bool (vec_cmphs ty x y)
|
3523
|
-
(floatcc_as_cond (FloatCC.Equal))))
|
3524
|
-
(rule (vall_true_val (has_type ty (icmp (IntCC.SignedLessThanOrEqual) x y)))
|
3525
|
-
(bool (vec_cmphs ty x y)
|
3526
|
-
(floatcc_as_cond (FloatCC.Unordered))))
|
3527
|
-
(rule (vall_true_val (has_type ty (icmp (IntCC.SignedLessThan) x y)))
|
3528
|
-
(bool (vec_cmphs ty y x)
|
3529
|
-
(floatcc_as_cond (FloatCC.Equal))))
|
3530
|
-
(rule (vall_true_val (has_type ty (icmp (IntCC.SignedGreaterThanOrEqual) x y)))
|
3531
|
-
(bool (vec_cmphs ty y x)
|
3532
|
-
(floatcc_as_cond (FloatCC.Unordered))))
|
3533
|
-
(rule (vall_true_val (has_type ty (icmp (IntCC.UnsignedGreaterThan) x y)))
|
3534
|
-
(bool (vec_cmphls ty x y)
|
3535
|
-
(floatcc_as_cond (FloatCC.Equal))))
|
3536
|
-
(rule (vall_true_val (has_type ty (icmp (IntCC.UnsignedLessThanOrEqual) x y)))
|
3537
|
-
(bool (vec_cmphls ty x y)
|
3538
|
-
(floatcc_as_cond (FloatCC.Unordered))))
|
3539
|
-
(rule (vall_true_val (has_type ty (icmp (IntCC.UnsignedLessThan) x y)))
|
3540
|
-
(bool (vec_cmphls ty y x)
|
3541
|
-
(floatcc_as_cond (FloatCC.Equal))))
|
3542
|
-
(rule (vall_true_val (has_type ty (icmp (IntCC.UnsignedGreaterThanOrEqual) x y)))
|
3543
|
-
(bool (vec_cmphls ty y x)
|
3544
|
-
(floatcc_as_cond (FloatCC.Unordered))))
|
3545
|
-
|
3546
|
-
;; Short-circuit `vall_true` on the result of a `fcmp` where possible.
|
3547
|
-
(rule (vall_true_val (has_type ty (fcmp (FloatCC.Equal) x y)))
|
3548
|
-
(bool (vec_fcmpeqs ty x y)
|
3549
|
-
(floatcc_as_cond (FloatCC.Equal))))
|
3550
|
-
(rule (vall_true_val (has_type ty (fcmp (FloatCC.NotEqual) x y)))
|
3551
|
-
(bool (vec_fcmpeqs ty x y)
|
3552
|
-
(floatcc_as_cond (FloatCC.Unordered))))
|
3553
|
-
(rule (vall_true_val (has_type ty (fcmp (FloatCC.GreaterThan) x y)))
|
3554
|
-
(bool (vec_fcmphs ty x y)
|
3555
|
-
(floatcc_as_cond (FloatCC.Equal))))
|
3556
|
-
(rule (vall_true_val (has_type ty (fcmp (FloatCC.UnorderedOrLessThanOrEqual) x y)))
|
3557
|
-
(bool (vec_fcmphs ty x y)
|
3558
|
-
(floatcc_as_cond (FloatCC.Unordered))))
|
3559
|
-
(rule (vall_true_val (has_type ty (fcmp (FloatCC.GreaterThanOrEqual) x y)))
|
3560
|
-
(bool (vec_fcmphes ty x y)
|
3561
|
-
(floatcc_as_cond (FloatCC.Equal))))
|
3562
|
-
(rule (vall_true_val (has_type ty (fcmp (FloatCC.UnorderedOrLessThan) x y)))
|
3563
|
-
(bool (vec_fcmphes ty x y)
|
3564
|
-
(floatcc_as_cond (FloatCC.Unordered))))
|
3565
|
-
(rule (vall_true_val (has_type ty (fcmp (FloatCC.LessThan) x y)))
|
3566
|
-
(bool (vec_fcmphs ty y x)
|
3567
|
-
(floatcc_as_cond (FloatCC.Equal))))
|
3568
|
-
(rule (vall_true_val (has_type ty (fcmp (FloatCC.UnorderedOrGreaterThanOrEqual) x y)))
|
3569
|
-
(bool (vec_fcmphs ty y x)
|
3570
|
-
(floatcc_as_cond (FloatCC.Unordered))))
|
3571
|
-
(rule (vall_true_val (has_type ty (fcmp (FloatCC.LessThanOrEqual) x y)))
|
3572
|
-
(bool (vec_fcmphes ty y x)
|
3573
|
-
(floatcc_as_cond (FloatCC.Equal))))
|
3574
|
-
(rule (vall_true_val (has_type ty (fcmp (FloatCC.UnorderedOrGreaterThan) x y)))
|
3575
|
-
(bool (vec_fcmphes ty y x)
|
3576
|
-
(floatcc_as_cond (FloatCC.Unordered))))
|
3577
|
-
|
3578
|
-
|
3579
|
-
;;;; Rules for `vany_true` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3580
|
-
|
3581
|
-
;; Main `vany_true` entry point. Generate a `ProducesBool` capturing the
|
3582
|
-
;; comparison and immediately lower it to a 0/1 integer result.
|
3583
|
-
(rule (lower (has_type (fits_in_64 ty) (vany_true x)))
|
3584
|
-
(lower_bool ty (vany_true_val x)))
|
3585
|
-
|
3586
|
-
;; Return a `ProducesBool` to implement `vany_true`.
|
3587
|
-
(decl vany_true_val (Value) ProducesBool)
|
3588
|
-
(rule -1 (vany_true_val x @ (value_type ty))
|
3589
|
-
(bool (vec_cmpeqs ty x (vec_imm ty 0))
|
3590
|
-
(floatcc_as_cond (FloatCC.NotEqual))))
|
3591
|
-
|
3592
|
-
;; Short-circuit `vany_true` on the result of a `icmp`.
|
3593
|
-
(rule (vany_true_val (has_type ty (icmp (IntCC.Equal) x y)))
|
3594
|
-
(bool (vec_cmpeqs ty x y)
|
3595
|
-
(floatcc_as_cond (FloatCC.Ordered))))
|
3596
|
-
(rule (vany_true_val (has_type ty (icmp (IntCC.NotEqual) x y)))
|
3597
|
-
(bool (vec_cmpeqs ty x y)
|
3598
|
-
(floatcc_as_cond (FloatCC.NotEqual))))
|
3599
|
-
(rule (vany_true_val (has_type ty (icmp (IntCC.SignedGreaterThan) x y)))
|
3600
|
-
(bool (vec_cmphs ty x y)
|
3601
|
-
(floatcc_as_cond (FloatCC.Ordered))))
|
3602
|
-
(rule (vany_true_val (has_type ty (icmp (IntCC.SignedLessThanOrEqual) x y)))
|
3603
|
-
(bool (vec_cmphs ty x y)
|
3604
|
-
(floatcc_as_cond (FloatCC.NotEqual))))
|
3605
|
-
(rule (vany_true_val (has_type ty (icmp (IntCC.SignedLessThan) x y)))
|
3606
|
-
(bool (vec_cmphs ty y x)
|
3607
|
-
(floatcc_as_cond (FloatCC.Ordered))))
|
3608
|
-
(rule (vany_true_val (has_type ty (icmp (IntCC.SignedGreaterThanOrEqual) x y)))
|
3609
|
-
(bool (vec_cmphs ty y x)
|
3610
|
-
(floatcc_as_cond (FloatCC.NotEqual))))
|
3611
|
-
(rule (vany_true_val (has_type ty (icmp (IntCC.UnsignedGreaterThan) x y)))
|
3612
|
-
(bool (vec_cmphls ty x y)
|
3613
|
-
(floatcc_as_cond (FloatCC.Ordered))))
|
3614
|
-
(rule (vany_true_val (has_type ty (icmp (IntCC.UnsignedLessThanOrEqual) x y)))
|
3615
|
-
(bool (vec_cmphls ty x y)
|
3616
|
-
(floatcc_as_cond (FloatCC.NotEqual))))
|
3617
|
-
(rule (vany_true_val (has_type ty (icmp (IntCC.UnsignedLessThan) x y)))
|
3618
|
-
(bool (vec_cmphls ty y x)
|
3619
|
-
(floatcc_as_cond (FloatCC.Ordered))))
|
3620
|
-
(rule (vany_true_val (has_type ty (icmp (IntCC.UnsignedGreaterThanOrEqual) x y)))
|
3621
|
-
(bool (vec_cmphls ty y x)
|
3622
|
-
(floatcc_as_cond (FloatCC.NotEqual))))
|
3623
|
-
|
3624
|
-
;; Short-circuit `vany_true` on the result of a `fcmp` where possible.
|
3625
|
-
(rule (vany_true_val (has_type ty (fcmp (FloatCC.Equal) x y)))
|
3626
|
-
(bool (vec_fcmpeqs ty x y)
|
3627
|
-
(floatcc_as_cond (FloatCC.Ordered))))
|
3628
|
-
(rule (vany_true_val (has_type ty (fcmp (FloatCC.NotEqual) x y)))
|
3629
|
-
(bool (vec_fcmpeqs ty x y)
|
3630
|
-
(floatcc_as_cond (FloatCC.NotEqual))))
|
3631
|
-
(rule (vany_true_val (has_type ty (fcmp (FloatCC.GreaterThan) x y)))
|
3632
|
-
(bool (vec_fcmphs ty x y)
|
3633
|
-
(floatcc_as_cond (FloatCC.Ordered))))
|
3634
|
-
(rule (vany_true_val (has_type ty (fcmp (FloatCC.UnorderedOrLessThanOrEqual) x y)))
|
3635
|
-
(bool (vec_fcmphs ty x y)
|
3636
|
-
(floatcc_as_cond (FloatCC.NotEqual))))
|
3637
|
-
(rule (vany_true_val (has_type ty (fcmp (FloatCC.GreaterThanOrEqual) x y)))
|
3638
|
-
(bool (vec_fcmphes ty x y)
|
3639
|
-
(floatcc_as_cond (FloatCC.Ordered))))
|
3640
|
-
(rule (vany_true_val (has_type ty (fcmp (FloatCC.UnorderedOrLessThan) x y)))
|
3641
|
-
(bool (vec_fcmphes ty x y)
|
3642
|
-
(floatcc_as_cond (FloatCC.NotEqual))))
|
3643
|
-
(rule (vany_true_val (has_type ty (fcmp (FloatCC.LessThan) x y)))
|
3644
|
-
(bool (vec_fcmphs ty y x)
|
3645
|
-
(floatcc_as_cond (FloatCC.Ordered))))
|
3646
|
-
(rule (vany_true_val (has_type ty (fcmp (FloatCC.UnorderedOrGreaterThanOrEqual) x y)))
|
3647
|
-
(bool (vec_fcmphs ty y x)
|
3648
|
-
(floatcc_as_cond (FloatCC.NotEqual))))
|
3649
|
-
(rule (vany_true_val (has_type ty (fcmp (FloatCC.LessThanOrEqual) x y)))
|
3650
|
-
(bool (vec_fcmphes ty y x)
|
3651
|
-
(floatcc_as_cond (FloatCC.Ordered))))
|
3652
|
-
(rule (vany_true_val (has_type ty (fcmp (FloatCC.UnorderedOrGreaterThan) x y)))
|
3653
|
-
(bool (vec_fcmphes ty y x)
|
3654
|
-
(floatcc_as_cond (FloatCC.NotEqual))))
|
3655
|
-
|
3656
|
-
|
3657
|
-
;;;; Rules for `vhigh_bits` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3658
|
-
|
3659
|
-
(rule (lower (vhigh_bits x @ (value_type (multi_lane 8 16))))
|
3660
|
-
(if-let (LaneOrder.LittleEndian) (lane_order))
|
3661
|
-
(let ((mask Reg (vec_imm $I8X16 (imm8x16 0 8 16 24 32 40 48 56
|
3662
|
-
64 72 80 88 96 104 112 120))))
|
3663
|
-
(vec_extract_lane $I64X2 (vec_bitpermute x mask) 0 (zero_reg))))
|
3664
|
-
(rule 1 (lower (vhigh_bits x @ (value_type (multi_lane 8 16))))
|
3665
|
-
(if-let (LaneOrder.BigEndian) (lane_order))
|
3666
|
-
(let ((mask Reg (vec_imm $I8X16 (imm8x16 120 112 104 96 88 80 72 64
|
3667
|
-
56 48 40 32 24 16 8 0))))
|
3668
|
-
(vec_extract_lane $I64X2 (vec_bitpermute x mask) 0 (zero_reg))))
|
3669
|
-
|
3670
|
-
(rule (lower (vhigh_bits x @ (value_type (multi_lane 16 8))))
|
3671
|
-
(if-let (LaneOrder.LittleEndian) (lane_order))
|
3672
|
-
(let ((mask Reg (vec_imm $I8X16 (imm8x16 128 128 128 128 128 128 128 128
|
3673
|
-
0 16 32 48 64 80 96 112))))
|
3674
|
-
(vec_extract_lane $I64X2 (vec_bitpermute x mask) 0 (zero_reg))))
|
3675
|
-
(rule 1 (lower (vhigh_bits x @ (value_type (multi_lane 16 8))))
|
3676
|
-
(if-let (LaneOrder.BigEndian) (lane_order))
|
3677
|
-
(let ((mask Reg (vec_imm $I8X16 (imm8x16 128 128 128 128 128 128 128 128
|
3678
|
-
112 96 80 64 48 32 16 0))))
|
3679
|
-
(vec_extract_lane $I64X2 (vec_bitpermute x mask) 0 (zero_reg))))
|
3680
|
-
|
3681
|
-
(rule (lower (vhigh_bits x @ (value_type (multi_lane 32 4))))
|
3682
|
-
(if-let (LaneOrder.LittleEndian) (lane_order))
|
3683
|
-
(let ((mask Reg (vec_imm $I8X16 (imm8x16 128 128 128 128 128 128 128 128
|
3684
|
-
128 128 128 128 0 32 64 96))))
|
3685
|
-
(vec_extract_lane $I64X2 (vec_bitpermute x mask) 0 (zero_reg))))
|
3686
|
-
(rule 1 (lower (vhigh_bits x @ (value_type (multi_lane 32 4))))
|
3687
|
-
(if-let (LaneOrder.BigEndian) (lane_order))
|
3688
|
-
(let ((mask Reg (vec_imm $I8X16 (imm8x16 128 128 128 128 128 128 128 128
|
3689
|
-
128 128 128 128 96 64 32 0))))
|
3690
|
-
(vec_extract_lane $I64X2 (vec_bitpermute x mask) 0 (zero_reg))))
|
3691
|
-
|
3692
|
-
(rule (lower (vhigh_bits x @ (value_type (multi_lane 64 2))))
|
3693
|
-
(if-let (LaneOrder.LittleEndian) (lane_order))
|
3694
|
-
(let ((mask Reg (vec_imm $I8X16 (imm8x16 128 128 128 128 128 128 128 128
|
3695
|
-
128 128 128 128 128 128 0 64))))
|
3696
|
-
(vec_extract_lane $I64X2 (vec_bitpermute x mask) 0 (zero_reg))))
|
3697
|
-
(rule 1 (lower (vhigh_bits x @ (value_type (multi_lane 64 2))))
|
3698
|
-
(if-let (LaneOrder.BigEndian) (lane_order))
|
3699
|
-
(let ((mask Reg (vec_imm $I8X16 (imm8x16 128 128 128 128 128 128 128 128
|
3700
|
-
128 128 128 128 128 128 64 0))))
|
3701
|
-
(vec_extract_lane $I64X2 (vec_bitpermute x mask) 0 (zero_reg))))
|
3702
|
-
|
3703
|
-
|
3704
|
-
;;;; Rules for `is_null` and `is_invalid` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3705
|
-
|
3706
|
-
;; Null references are represented by the constant value 0.
|
3707
|
-
(rule (lower (has_type $I8 (is_null x @ (value_type $R64))))
|
3708
|
-
(lower_bool $I8 (bool (icmps_simm16 $I64 x 0)
|
3709
|
-
(intcc_as_cond (IntCC.Equal)))))
|
3710
|
-
|
3711
|
-
|
3712
|
-
;; Invalid references are represented by the constant value -1.
|
3713
|
-
(rule (lower (has_type $I8 (is_invalid x @ (value_type $R64))))
|
3714
|
-
(lower_bool $I8 (bool (icmps_simm16 $I64 x -1)
|
3715
|
-
(intcc_as_cond (IntCC.Equal)))))
|
3716
|
-
|
3717
|
-
|
3718
|
-
;;;; Rules for `select` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3719
|
-
|
3720
|
-
;; Return a `ProducesBool` to capture the fact that the input value is nonzero.
|
3721
|
-
;; In the common case where that input is the result of an `icmp` or `fcmp`
|
3722
|
-
;; instruction, directly use that compare. Note that it is not safe to sink
|
3723
|
-
;; memory loads here, see the `icmp` comment.
|
3724
|
-
(decl value_nonzero (Value) ProducesBool)
|
3725
|
-
(rule (value_nonzero (icmp int_cc x y)) (icmp_val $false int_cc x y))
|
3726
|
-
(rule (value_nonzero (fcmp float_cc x y)) (fcmp_val float_cc x y))
|
3727
|
-
(rule -1 (value_nonzero val @ (value_type (gpr32_ty ty)))
|
3728
|
-
(bool (icmps_simm16 $I32 (put_in_reg_sext32 val) 0)
|
3729
|
-
(intcc_as_cond (IntCC.NotEqual))))
|
3730
|
-
(rule -2 (value_nonzero val @ (value_type (gpr64_ty ty)))
|
3731
|
-
(bool (icmps_simm16 $I64 (put_in_reg val) 0)
|
3732
|
-
(intcc_as_cond (IntCC.NotEqual))))
|
3733
|
-
(rule -3 (value_nonzero val @ (value_type (vr128_ty ty)))
|
3734
|
-
(bool (vec_cmpeqs $I64X2 val (vec_imm $I64X2 0))
|
3735
|
-
(floatcc_as_cond (FloatCC.NotEqual))))
|
3736
|
-
|
3737
|
-
;; Main `select` entry point. Lower the `value_nonzero` result.
|
3738
|
-
(rule (lower (has_type ty (select val_cond val_true val_false)))
|
3739
|
-
(select_bool_reg ty (value_nonzero val_cond)
|
3740
|
-
(put_in_reg val_true) (put_in_reg val_false)))
|
3741
|
-
|
3742
|
-
|
3743
|
-
;;;; Rules for `select_spectre_guard` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3744
|
-
|
3745
|
-
;; We do not support the `iflags` mechanism on our platform. However, common
|
3746
|
-
;; code will unconditionally emit certain patterns using `iflags` which we
|
3747
|
-
;; need to handle somehow. Note that only those specific patterns are
|
3748
|
-
;; recognized by the code below, other uses will fail to lower.
|
3749
|
-
|
3750
|
-
(rule (lower (has_type ty (select_spectre_guard
|
3751
|
-
(icmp int_cc x y) val_true val_false)))
|
3752
|
-
(select_bool_reg ty (icmp_val $false int_cc x y)
|
3753
|
-
(put_in_reg val_true) (put_in_reg val_false)))
|
3754
|
-
|
3755
|
-
|
3756
|
-
;;;; Rules for `jump` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3757
|
-
|
3758
|
-
;; Unconditional branch. The target is found as first (and only) element in
|
3759
|
-
;; the list of the current block's branch targets passed as `targets`.
|
3760
|
-
(rule (lower_branch (jump _ _) targets)
|
3761
|
-
(side_effect (jump_impl (vec_element targets 0))))
|
3762
|
-
|
3763
|
-
|
3764
|
-
;;;; Rules for `br_table` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3765
|
-
|
3766
|
-
;; Jump table. `targets` contains the default target followed by the
|
3767
|
-
;; list of branch targets per index value.
|
3768
|
-
(rule (lower_branch (br_table val_idx _ _) targets)
|
3769
|
-
(let ((idx Reg (put_in_reg_zext64 val_idx))
|
3770
|
-
;; Bounds-check the index and branch to default.
|
3771
|
-
;; This is an internal branch that is not a terminator insn.
|
3772
|
-
;; Instead, the default target is listed a potential target
|
3773
|
-
;; in the final JTSequence, which is the block terminator.
|
3774
|
-
(cond ProducesBool
|
3775
|
-
(bool (icmpu_uimm32 $I64 idx (vec_length_minus1 targets))
|
3776
|
-
(intcc_as_cond (IntCC.UnsignedGreaterThanOrEqual))))
|
3777
|
-
(_ InstOutput (side_effect (oneway_cond_br_bool cond
|
3778
|
-
(vec_element targets 0)))))
|
3779
|
-
;; Scale the index by the element size, and then emit the
|
3780
|
-
;; compound instruction that does:
|
3781
|
-
;;
|
3782
|
-
;; larl %r1, <jt-base>
|
3783
|
-
;; agf %r1, 0(%r1, %rScaledIndex)
|
3784
|
-
;; br %r1
|
3785
|
-
;; [jt entries]
|
3786
|
-
;;
|
3787
|
-
;; This must be *one* instruction in the vcode because
|
3788
|
-
;; we cannot allow regalloc to insert any spills/fills
|
3789
|
-
;; in the middle of the sequence; otherwise, the LARL's
|
3790
|
-
;; PC-rel offset to the jumptable would be incorrect.
|
3791
|
-
;; (The alternative is to introduce a relocation pass
|
3792
|
-
;; for inlined jumptables, which is much worse, IMHO.)
|
3793
|
-
(side_effect (jt_sequence (lshl_imm $I64 idx 2) targets))))
|
3794
|
-
|
3795
|
-
|
3796
|
-
;;;; Rules for `brz` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3797
|
-
|
3798
|
-
;; Two-way conditional branch on zero. `targets` contains:
|
3799
|
-
;; - element 0: target if the condition is true (i.e. value is zero)
|
3800
|
-
;; - element 1: target if the condition is false (i.e. value is nonzero)
|
3801
|
-
(rule (lower_branch (brz val_cond _ _) targets)
|
3802
|
-
(side_effect (cond_br_bool (invert_bool (value_nonzero val_cond))
|
3803
|
-
(vec_element targets 0)
|
3804
|
-
(vec_element targets 1))))
|
3805
|
-
|
3806
|
-
|
3807
|
-
;;;; Rules for `brnz` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3808
|
-
|
3809
|
-
;; Two-way conditional branch on nonzero. `targets` contains:
|
3810
|
-
;; - element 0: target if the condition is true (i.e. value is nonzero)
|
3811
|
-
;; - element 1: target if the condition is false (i.e. value is zero)
|
3812
|
-
(rule (lower_branch (brnz val_cond _ _) targets)
|
3813
|
-
(side_effect (cond_br_bool (value_nonzero val_cond)
|
3814
|
-
(vec_element targets 0)
|
3815
|
-
(vec_element targets 1))))
|
3816
|
-
|
3817
|
-
|
3818
|
-
;;;; Rules for `trap` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3819
|
-
|
3820
|
-
(rule (lower (trap trap_code))
|
3821
|
-
(side_effect (trap_impl trap_code)))
|
3822
|
-
|
3823
|
-
|
3824
|
-
;;;; Rules for `resumable_trap` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3825
|
-
|
3826
|
-
(rule (lower (resumable_trap trap_code))
|
3827
|
-
(side_effect (trap_impl trap_code)))
|
3828
|
-
|
3829
|
-
|
3830
|
-
;;;; Rules for `trapz` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3831
|
-
|
3832
|
-
(rule (lower (trapz val trap_code))
|
3833
|
-
(side_effect (trap_if_bool (invert_bool (value_nonzero val)) trap_code)))
|
3834
|
-
|
3835
|
-
|
3836
|
-
;;;; Rules for `trapnz` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3837
|
-
|
3838
|
-
(rule (lower (trapnz val trap_code))
|
3839
|
-
(side_effect (trap_if_bool (value_nonzero val) trap_code)))
|
3840
|
-
|
3841
|
-
|
3842
|
-
;;;; Rules for `resumable_trapnz` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3843
|
-
|
3844
|
-
(rule (lower (resumable_trapnz val trap_code))
|
3845
|
-
(side_effect (trap_if_bool (value_nonzero val) trap_code)))
|
3846
|
-
|
3847
|
-
|
3848
|
-
;;;; Rules for `debugtrap` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3849
|
-
|
3850
|
-
(rule (lower (debugtrap))
|
3851
|
-
(side_effect (debugtrap_impl)))
|
3852
|
-
|
3853
|
-
;;;; Rules for `uadd_overflow_trap` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3854
|
-
|
3855
|
-
;; UaddOverflowTrap is implemented via a ADD LOGICAL instruction, which sets the
|
3856
|
-
;; the condition code as follows:
|
3857
|
-
;; 0 Result zero; no carry
|
3858
|
-
;; 1 Result not zero; no carry
|
3859
|
-
;; 2 Result zero; carry
|
3860
|
-
;; 3 Result not zero; carry
|
3861
|
-
;; This means "carry" corresponds to condition code 2 or 3, i.e.
|
3862
|
-
;; a condition mask of 2 | 1.
|
3863
|
-
;;
|
3864
|
-
;; As this does not match any of the encodings used with a normal integer
|
3865
|
-
;; comparsion, this cannot be represented by any IntCC value. We need to
|
3866
|
-
;; remap the IntCC::UnsignedGreaterThan value that we have here as result
|
3867
|
-
;; of the unsigned_add_overflow_condition call to the correct mask.
|
3868
|
-
|
3869
|
-
(rule 0 (lower (has_type (fits_in_64 ty) (uadd_overflow_trap x y tc)))
|
3870
|
-
(with_flags
|
3871
|
-
(add_logical_reg_with_flags_paired ty x y)
|
3872
|
-
(trap_if_impl (mask_as_cond 3) tc)))
|
3873
|
-
|
3874
|
-
;; Add a register an a zero-extended register.
|
3875
|
-
(rule 4 (lower (has_type (fits_in_64 ty)
|
3876
|
-
(uadd_overflow_trap x (zext32_value y) tc)))
|
3877
|
-
(with_flags
|
3878
|
-
(add_logical_reg_zext32_with_flags_paired ty x y)
|
3879
|
-
(trap_if_impl (mask_as_cond 3) tc)))
|
3880
|
-
(rule 8 (lower (has_type (fits_in_64 ty)
|
3881
|
-
(uadd_overflow_trap (zext32_value x) y tc)))
|
3882
|
-
(with_flags
|
3883
|
-
(add_logical_reg_zext32_with_flags_paired ty y x)
|
3884
|
-
(trap_if_impl (mask_as_cond 3) tc)))
|
3885
|
-
|
3886
|
-
;; Add a register and an immediate
|
3887
|
-
(rule 3 (lower (has_type (fits_in_64 ty)
|
3888
|
-
(uadd_overflow_trap x (u32_from_value y) tc)))
|
3889
|
-
(with_flags
|
3890
|
-
(add_logical_zimm32_with_flags_paired ty x y)
|
3891
|
-
(trap_if_impl (mask_as_cond 3) tc)))
|
3892
|
-
(rule 7 (lower (has_type (fits_in_64 ty)
|
3893
|
-
(uadd_overflow_trap (u32_from_value x) y tc)))
|
3894
|
-
(with_flags
|
3895
|
-
(add_logical_zimm32_with_flags_paired ty y x)
|
3896
|
-
(trap_if_impl (mask_as_cond 3) tc)))
|
3897
|
-
|
3898
|
-
;; Add a register and memory (32/64-bit types).
|
3899
|
-
(rule 2 (lower (has_type (fits_in_64 ty)
|
3900
|
-
(uadd_overflow_trap x (sinkable_load_32_64 y) tc)))
|
3901
|
-
(with_flags
|
3902
|
-
(add_logical_mem_with_flags_paired ty x (sink_load y))
|
3903
|
-
(trap_if_impl (mask_as_cond 3) tc)))
|
3904
|
-
(rule 6 (lower (has_type (fits_in_64 ty)
|
3905
|
-
(uadd_overflow_trap (sinkable_load_32_64 x) y tc)))
|
3906
|
-
(with_flags
|
3907
|
-
(add_logical_mem_with_flags_paired ty y (sink_load x))
|
3908
|
-
(trap_if_impl (mask_as_cond 3) tc)))
|
3909
|
-
|
3910
|
-
;; Add a register and zero-extended memory.
|
3911
|
-
(rule 1 (lower (has_type (fits_in_64 ty)
|
3912
|
-
(uadd_overflow_trap x (sinkable_uload32 y) tc)))
|
3913
|
-
(with_flags
|
3914
|
-
(add_logical_mem_zext32_with_flags_paired ty x (sink_uload32 y))
|
3915
|
-
(trap_if_impl (mask_as_cond 3) tc)))
|
3916
|
-
(rule 5 (lower (has_type (fits_in_64 ty)
|
3917
|
-
(uadd_overflow_trap (sinkable_uload32 x) y tc)))
|
3918
|
-
(with_flags
|
3919
|
-
(add_logical_mem_zext32_with_flags_paired ty y (sink_uload32 x))
|
3920
|
-
(trap_if_impl (mask_as_cond 3) tc)))
|
3921
|
-
|
3922
|
-
;;;; Rules for `return` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3923
|
-
|
3924
|
-
(rule (lower (return args))
|
3925
|
-
(lower_return (range 0 (value_slice_len args)) args))
|
3926
|
-
|
3927
|
-
|
3928
|
-
;;;; Rules for `call` and `call_indirect` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
3929
|
-
|
3930
|
-
;; Direct call to an in-range function.
|
3931
|
-
(rule 1 (lower (call (func_ref_data sig_ref name (reloc_distance_near)) args))
|
3932
|
-
(let ((abi Sig (abi_sig sig_ref))
|
3933
|
-
(_ Unit (abi_accumulate_outgoing_args_size abi))
|
3934
|
-
(uses CallArgList (lower_call_args abi (range 0 (abi_num_args abi)) args))
|
3935
|
-
(defs CallRetList (defs_init abi))
|
3936
|
-
(_ InstOutput (side_effect (abi_call abi name uses defs (Opcode.Call)))))
|
3937
|
-
(lower_call_rets abi defs (range (abi_first_ret sig_ref abi)
|
3938
|
-
(abi_num_rets abi)) (output_builder_new))))
|
3939
|
-
|
3940
|
-
;; Direct call to an out-of-range function (implicitly via pointer).
|
3941
|
-
(rule (lower (call (func_ref_data sig_ref name _) args))
|
3942
|
-
(let ((abi Sig (abi_sig sig_ref))
|
3943
|
-
(_ Unit (abi_accumulate_outgoing_args_size abi))
|
3944
|
-
(uses CallArgList (lower_call_args abi (range 0 (abi_num_args abi)) args))
|
3945
|
-
(defs CallRetList (defs_init abi))
|
3946
|
-
(target Reg (load_symbol_reloc (SymbolReloc.Absolute name 0)))
|
3947
|
-
(_ InstOutput (side_effect (abi_call_ind abi target uses defs (Opcode.Call)))))
|
3948
|
-
(lower_call_rets abi defs (range (abi_first_ret sig_ref abi)
|
3949
|
-
(abi_num_rets abi)) (output_builder_new))))
|
3950
|
-
|
3951
|
-
;; Indirect call.
|
3952
|
-
(rule (lower (call_indirect sig_ref ptr args))
|
3953
|
-
(let ((abi Sig (abi_sig sig_ref))
|
3954
|
-
(target Reg (put_in_reg ptr))
|
3955
|
-
(_ Unit (abi_accumulate_outgoing_args_size abi))
|
3956
|
-
(uses CallArgList (lower_call_args abi (range 0 (abi_num_args abi)) args))
|
3957
|
-
(defs CallRetList (defs_init abi))
|
3958
|
-
(_ InstOutput (side_effect (abi_call_ind abi target uses defs (Opcode.CallIndirect)))))
|
3959
|
-
(lower_call_rets abi defs (range (abi_first_ret sig_ref abi)
|
3960
|
-
(abi_num_rets abi)) (output_builder_new))))
|
3961
|
-
|
3962
|
-
;; Lower function arguments.
|
3963
|
-
(decl lower_call_args (Sig Range ValueSlice) CallArgList)
|
3964
|
-
(rule (lower_call_args abi range args)
|
3965
|
-
(let ((uses CallArgListBuilder (args_builder_new))
|
3966
|
-
(_ InstOutput (lower_call_args_buffer abi range args))
|
3967
|
-
(_ InstOutput (lower_call_args_slots abi uses range args))
|
3968
|
-
(_ InstOutput (lower_call_ret_arg abi uses)))
|
3969
|
-
(args_builder_finish uses)))
|
3970
|
-
|
3971
|
-
;; Lower function arguments (part 1): prepare buffer copies.
|
3972
|
-
(decl lower_call_args_buffer (Sig Range ValueSlice) InstOutput)
|
3973
|
-
(rule (lower_call_args_buffer abi (range_empty) _) (output_none))
|
3974
|
-
(rule (lower_call_args_buffer abi (range_unwrap head tail) args)
|
3975
|
-
(let ((_ InstOutput (copy_to_buffer 0 (abi_get_arg abi head)
|
3976
|
-
(value_slice_get args head))))
|
3977
|
-
(lower_call_args_buffer abi tail args)))
|
3978
|
-
|
3979
|
-
;; Lower function arguments (part 2): set up registers / stack slots.
|
3980
|
-
(decl lower_call_args_slots (Sig CallArgListBuilder Range ValueSlice) InstOutput)
|
3981
|
-
(rule (lower_call_args_slots abi _ (range_empty) _) (output_none))
|
3982
|
-
(rule (lower_call_args_slots abi uses (range_unwrap head tail) args)
|
3983
|
-
(let ((_ InstOutput (copy_to_arg uses (abi_lane_order abi)
|
3984
|
-
0 (abi_get_arg abi head)
|
3985
|
-
(value_slice_get args head))))
|
3986
|
-
(lower_call_args_slots abi uses tail args)))
|
3987
|
-
|
3988
|
-
;; Lower function arguments (part 3): implicit return-area pointer.
|
3989
|
-
(decl lower_call_ret_arg (Sig CallArgListBuilder) InstOutput)
|
3990
|
-
(rule (lower_call_ret_arg (abi_no_ret_arg) _) (output_none))
|
3991
|
-
(rule 1 (lower_call_ret_arg abi @ (abi_ret_arg (abi_arg_only_slot slot)) uses)
|
3992
|
-
(let ((mem MemArg (memarg_stack_off (abi_sized_stack_arg_space abi) 0)))
|
3993
|
-
(copy_reg_to_arg_slot uses (abi_lane_order abi) 0 slot (load_addr mem))))
|
3994
|
-
|
3995
|
-
;; Lower function return values by collecting them from registers / stack slots.
|
3996
|
-
(decl lower_call_rets (Sig CallRetList Range InstOutputBuilder) InstOutput)
|
3997
|
-
(rule (lower_call_rets abi _ (range_empty) builder) (output_builder_finish builder))
|
3998
|
-
(rule (lower_call_rets abi defs (range_unwrap head tail) builder)
|
3999
|
-
(let ((ret ValueRegs (copy_from_arg defs (abi_lane_order abi)
|
4000
|
-
(abi_sized_stack_arg_space abi)
|
4001
|
-
(abi_get_ret abi head)))
|
4002
|
-
(_ Unit (output_builder_push builder ret)))
|
4003
|
-
(lower_call_rets abi defs tail builder)))
|
4004
|
-
|
4005
|
-
;;;; Rules for `get_{frame,stack}_pointer` and `get_return_address` ;;;;;;;;;;;;
|
4006
|
-
|
4007
|
-
(rule (lower (get_stack_pointer))
|
4008
|
-
(sp))
|
4009
|
-
|
4010
|
-
(rule (lower (get_frame_pointer))
|
4011
|
-
(load64 (memarg_stack_off 0 0)))
|
4012
|
-
|
4013
|
-
(rule (lower (get_return_address))
|
4014
|
-
;; The return address is 14 pointer-sized slots above the initial SP. So
|
4015
|
-
;; our offset is `14 * 8 = 112`.
|
4016
|
-
(load64 (memarg_initial_sp_offset 112)))
|