Skip to content

Commit

Permalink
hacky spellcheck pass
Browse files Browse the repository at this point in the history
  • Loading branch information
euclio committed Jul 11, 2020
1 parent 0d48dfd commit 3b2046e
Show file tree
Hide file tree
Showing 5 changed files with 278 additions and 8 deletions.
205 changes: 199 additions & 6 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,15 @@ version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"

[[package]]
name = "autotools"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774fd1b2d459a939302a0bad631a3de176b8bd5f87cbfc28ceb1f6c18d731094"
dependencies = [
"cc",
]

[[package]]
name = "backtrace"
version = "0.3.46"
Expand All @@ -143,6 +152,29 @@ dependencies = [
"rustc-std-workspace-core",
]

[[package]]
name = "bindgen"
version = "0.49.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c07087f3d5731bf3fb375a81841b99597e25dc11bd3bc72d16d43adf6624a6e"
dependencies = [
"bitflags",
"cexpr",
"cfg-if",
"clang-sys",
"clap",
"env_logger 0.6.2",
"fxhash",
"lazy_static",
"log",
"peeking_take_while",
"proc-macro2 0.4.30",
"quote 0.6.12",
"regex",
"shlex",
"which",
]

[[package]]
name = "bitflags"
version = "1.2.1"
Expand All @@ -168,6 +200,12 @@ dependencies = [
"constant_time_eq",
]

[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"

[[package]]
name = "block-buffer"
version = "0.7.3"
Expand Down Expand Up @@ -281,7 +319,7 @@ dependencies = [
"cargo-test-macro",
"cargo-test-support",
"clap",
"core-foundation",
"core-foundation 0.9.0",
"crates-io",
"crossbeam-utils 0.7.2",
"crypto-hash",
Expand Down Expand Up @@ -411,6 +449,15 @@ dependencies = [
"jobserver",
]

[[package]]
name = "cexpr"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fce5b5fb86b0c57c20c834c1b412fd09c77c8a59b9473f86272709e78874cd1d"
dependencies = [
"nom",
]

[[package]]
name = "cfg-if"
version = "0.1.10"
Expand Down Expand Up @@ -482,6 +529,17 @@ dependencies = [
"time",
]

[[package]]
name = "clang-sys"
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81de550971c976f176130da4b2978d3b524eaa0fd9ac31f3ceb5ae1231fb4853"
dependencies = [
"glob",
"libc",
"libloading",
]

[[package]]
name = "clap"
version = "2.33.0"
Expand Down Expand Up @@ -559,6 +617,21 @@ dependencies = [
"cc",
]

[[package]]
name = "cocoa"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c49e86fc36d5704151f5996b7b3795385f50ce09e3be0f47a0cfde869681cf8"
dependencies = [
"bitflags",
"block",
"core-foundation 0.7.0",
"core-graphics",
"foreign-types",
"libc",
"objc",
]

[[package]]
name = "colored"
version = "1.9.3"
Expand Down Expand Up @@ -652,22 +725,50 @@ dependencies = [
"rand 0.7.3",
]

[[package]]
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [
"core-foundation-sys 0.7.0",
"libc",
]

[[package]]
name = "core-foundation"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b5ed8e7e76c45974e15e41bfa8d5b0483cd90191639e01d8f5f1e606299d3fb"
dependencies = [
"core-foundation-sys",
"core-foundation-sys 0.8.0",
"libc",
]

[[package]]
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"

[[package]]
name = "core-foundation-sys"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"

[[package]]
name = "core-graphics"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
dependencies = [
"bitflags",
"core-foundation 0.7.0",
"foreign-types",
"libc",
]

[[package]]
name = "crates-io"
version = "0.31.1"
Expand Down Expand Up @@ -1122,6 +1223,15 @@ dependencies = [
"termcolor",
]

[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]

[[package]]
name = "generic-array"
version = "0.12.3"
Expand Down Expand Up @@ -1296,6 +1406,17 @@ version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9b6c53306532d3c8e8087b44e6580e10db51a023cf9b433cea2ac38066b92da"

[[package]]
name = "hunspell-sys"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70cbe81792cdefe9f822a8f3b6407ac77abdace7c8add0a998f5cdc99341049d"
dependencies = [
"autotools",
"bindgen",
"pkg-config",
]

[[package]]
name = "idna"
version = "0.1.5"
Expand Down Expand Up @@ -1353,7 +1474,7 @@ dependencies = [
"rand_xoshiro",
"sized-chunks",
"typenum",
"version_check",
"version_check 0.9.1",
]

[[package]]
Expand Down Expand Up @@ -1578,6 +1699,16 @@ dependencies = [
"pkg-config",
]

[[package]]
name = "libloading"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
dependencies = [
"cc",
"winapi 0.3.8",
]

[[package]]
name = "libnghttp2-sys"
version = "0.1.2"
Expand Down Expand Up @@ -1698,6 +1829,15 @@ version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2c4deaccc2ead6a28c16c0ba82f07d52b6475397415ce40876e559b0b0ea510"

[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]

[[package]]
name = "maplit"
version = "1.0.1"
Expand Down Expand Up @@ -1925,6 +2065,16 @@ version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"

[[package]]
name = "nom"
version = "4.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
dependencies = [
"memchr",
"version_check 0.1.5",
]

[[package]]
name = "num-integer"
version = "0.1.39"
Expand All @@ -1949,6 +2099,15 @@ dependencies = [
"libc",
]

[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
]

[[package]]
name = "once_cell"
version = "1.1.0"
Expand Down Expand Up @@ -2135,6 +2294,12 @@ dependencies = [
"winapi 0.3.8",
]

[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"

[[package]]
name = "percent-encoding"
version = "1.0.1"
Expand Down Expand Up @@ -2863,7 +3028,7 @@ dependencies = [
"rustc-ap-rustc_serialize",
"rustc-ap-rustc_session",
"rustc-ap-rustc_span",
"version_check",
"version_check 0.9.1",
]

[[package]]
Expand Down Expand Up @@ -3248,7 +3413,7 @@ dependencies = [
"rustc_serialize",
"rustc_session",
"rustc_span",
"version_check",
"version_check 0.9.1",
]

[[package]]
Expand Down Expand Up @@ -4025,6 +4190,7 @@ dependencies = [
"rustc-rayon",
"serde",
"serde_json",
"spellbound",
"tempfile",
]

Expand Down Expand Up @@ -4301,6 +4467,17 @@ dependencies = [
"winapi 0.3.8",
]

[[package]]
name = "spellbound"
version = "0.1.1"
dependencies = [
"cfg-if",
"cocoa",
"hunspell-sys",
"lazy_static",
"winapi 0.3.8",
]

[[package]]
name = "stable_deref_trait"
version = "1.1.0"
Expand Down Expand Up @@ -4933,7 +5110,7 @@ version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
"version_check 0.9.1",
]

[[package]]
Expand Down Expand Up @@ -5088,6 +5265,12 @@ dependencies = [
"chrono",
]

[[package]]
name = "version_check"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"

[[package]]
name = "version_check"
version = "0.9.1"
Expand Down Expand Up @@ -5125,6 +5308,16 @@ dependencies = [
"rustc-std-workspace-core",
]

[[package]]
name = "which"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b57acb10231b9493c8472b20cb57317d0679a49e0bdbee44b3b803a6473af164"
dependencies = [
"failure",
"libc",
]

[[package]]
name = "winapi"
version = "0.2.8"
Expand Down
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ cargo = { path = "src/tools/cargo" }
# `rustfmt` executable are the same exact version).
rustfmt-nightly = { path = "src/tools/rustfmt" }

spellbound = { path = "../spellbound" }

# See comments in `src/tools/rustc-workspace-hack/README.md` for what's going on
# here
rustc-workspace-hack = { path = 'src/tools/rustc-workspace-hack' }
Expand Down
Loading

0 comments on commit 3b2046e

Please sign in to comment.