Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
Mike Hommey 1430e9adae Bug 1744669 - Bulk update of rust crates. m, o, p, q. r=emilio
This updates all crates that can be updated with no addition of new
crates, that start with letter m, o, p or q.

Differential Revision: https://phabricator.services.mozilla.com/D133032
2021-12-10 04:31:15 +00:00
Emilio Cobos Álvarez 5d2dcb5b73 Bug 1600443 - Update cssparser and phf. r=heycam
This aligns us with Servo. It pulls a new `rand` crate version, but I'm removing
one in https://phabricator.services.mozilla.com/D55351, so hopefully adds up :)

Differential Revision: https://phabricator.services.mozilla.com/D55359

--HG--
rename : third_party/rust/cssparser-macros/Cargo.toml => third_party/rust/phf_macros/Cargo.toml
rename : third_party/rust/cssparser-macros/Cargo.toml => third_party/rust/proc-macro-hack/Cargo.toml
rename : third_party/rust/rand/.cargo-checksum.json => third_party/rust/rand-0.6.5/.cargo-checksum.json
rename : third_party/rust/rand/CHANGELOG.md => third_party/rust/rand-0.6.5/CHANGELOG.md
rename : third_party/rust/rand/Cargo.toml => third_party/rust/rand-0.6.5/Cargo.toml
rename : third_party/rust/rand/README.md => third_party/rust/rand-0.6.5/README.md
rename : third_party/rust/rand/benches/distributions.rs => third_party/rust/rand-0.6.5/benches/distributions.rs
rename : third_party/rust/rand/benches/generators.rs => third_party/rust/rand-0.6.5/benches/generators.rs
rename : third_party/rust/rand/benches/misc.rs => third_party/rust/rand-0.6.5/benches/misc.rs
rename : third_party/rust/rand/benches/seq.rs => third_party/rust/rand-0.6.5/benches/seq.rs
rename : third_party/rust/rand/build.rs => third_party/rust/rand-0.6.5/build.rs
rename : third_party/rust/rand/examples/monte-carlo.rs => third_party/rust/rand-0.6.5/examples/monte-carlo.rs
rename : third_party/rust/rand/examples/monty-hall.rs => third_party/rust/rand-0.6.5/examples/monty-hall.rs
rename : third_party/rust/rand/src/deprecated.rs => third_party/rust/rand-0.6.5/src/deprecated.rs
rename : third_party/rust/rand/src/distributions/bernoulli.rs => third_party/rust/rand-0.6.5/src/distributions/bernoulli.rs
rename : third_party/rust/rand/src/distributions/binomial.rs => third_party/rust/rand-0.6.5/src/distributions/binomial.rs
rename : third_party/rust/rand/src/distributions/cauchy.rs => third_party/rust/rand-0.6.5/src/distributions/cauchy.rs
rename : third_party/rust/rand/src/distributions/dirichlet.rs => third_party/rust/rand-0.6.5/src/distributions/dirichlet.rs
rename : third_party/rust/rand/src/distributions/exponential.rs => third_party/rust/rand-0.6.5/src/distributions/exponential.rs
rename : third_party/rust/rand/src/distributions/float.rs => third_party/rust/rand-0.6.5/src/distributions/float.rs
rename : third_party/rust/rand/src/distributions/gamma.rs => third_party/rust/rand-0.6.5/src/distributions/gamma.rs
rename : third_party/rust/rand/src/distributions/integer.rs => third_party/rust/rand-0.6.5/src/distributions/integer.rs
rename : third_party/rust/rand/src/distributions/mod.rs => third_party/rust/rand-0.6.5/src/distributions/mod.rs
rename : third_party/rust/rand/src/distributions/normal.rs => third_party/rust/rand-0.6.5/src/distributions/normal.rs
rename : third_party/rust/rand/src/distributions/other.rs => third_party/rust/rand-0.6.5/src/distributions/other.rs
rename : third_party/rust/rand/src/distributions/pareto.rs => third_party/rust/rand-0.6.5/src/distributions/pareto.rs
rename : third_party/rust/rand/src/distributions/poisson.rs => third_party/rust/rand-0.6.5/src/distributions/poisson.rs
rename : third_party/rust/rand/src/distributions/triangular.rs => third_party/rust/rand-0.6.5/src/distributions/triangular.rs
rename : third_party/rust/rand/src/distributions/uniform.rs => third_party/rust/rand-0.6.5/src/distributions/uniform.rs
rename : third_party/rust/rand/src/distributions/unit_circle.rs => third_party/rust/rand-0.6.5/src/distributions/unit_circle.rs
rename : third_party/rust/rand/src/distributions/unit_sphere.rs => third_party/rust/rand-0.6.5/src/distributions/unit_sphere.rs
rename : third_party/rust/rand/src/distributions/utils.rs => third_party/rust/rand-0.6.5/src/distributions/utils.rs
rename : third_party/rust/rand/src/distributions/weibull.rs => third_party/rust/rand-0.6.5/src/distributions/weibull.rs
rename : third_party/rust/rand/src/distributions/weighted.rs => third_party/rust/rand-0.6.5/src/distributions/weighted.rs
rename : third_party/rust/rand/src/lib.rs => third_party/rust/rand-0.6.5/src/lib.rs
rename : third_party/rust/rand/src/prelude.rs => third_party/rust/rand-0.6.5/src/prelude.rs
rename : third_party/rust/rand/src/prng/mod.rs => third_party/rust/rand-0.6.5/src/prng/mod.rs
rename : third_party/rust/rand/src/rngs/adapter/mod.rs => third_party/rust/rand-0.6.5/src/rngs/adapter/mod.rs
rename : third_party/rust/rand/src/rngs/adapter/read.rs => third_party/rust/rand-0.6.5/src/rngs/adapter/read.rs
rename : third_party/rust/rand/src/rngs/adapter/reseeding.rs => third_party/rust/rand-0.6.5/src/rngs/adapter/reseeding.rs
rename : third_party/rust/rand/src/rngs/entropy.rs => third_party/rust/rand-0.6.5/src/rngs/entropy.rs
rename : third_party/rust/rand/src/rngs/mock.rs => third_party/rust/rand-0.6.5/src/rngs/mock.rs
rename : third_party/rust/rand/src/rngs/mod.rs => third_party/rust/rand-0.6.5/src/rngs/mod.rs
rename : third_party/rust/rand/src/rngs/small.rs => third_party/rust/rand-0.6.5/src/rngs/small.rs
rename : third_party/rust/rand/src/rngs/std.rs => third_party/rust/rand-0.6.5/src/rngs/std.rs
rename : third_party/rust/rand/src/rngs/thread.rs => third_party/rust/rand-0.6.5/src/rngs/thread.rs
rename : third_party/rust/rand/src/seq/index.rs => third_party/rust/rand-0.6.5/src/seq/index.rs
rename : third_party/rust/rand/src/seq/mod.rs => third_party/rust/rand-0.6.5/src/seq/mod.rs
rename : third_party/rust/rand/tests/uniformity.rs => third_party/rust/rand-0.6.5/tests/uniformity.rs
rename : third_party/rust/rand/src/distributions/weighted.rs => third_party/rust/rand/src/distributions/weighted/mod.rs
rename : third_party/rust/rand_chacha/.cargo-checksum.json => third_party/rust/rand_chacha-0.1.1/.cargo-checksum.json
rename : third_party/rust/rand_chacha/CHANGELOG.md => third_party/rust/rand_chacha-0.1.1/CHANGELOG.md
rename : third_party/rust/rand_chacha/Cargo.toml => third_party/rust/rand_chacha-0.1.1/Cargo.toml
rename : third_party/rust/rand_chacha/README.md => third_party/rust/rand_chacha-0.1.1/README.md
rename : third_party/rust/rand_chacha/build.rs => third_party/rust/rand_chacha-0.1.1/build.rs
rename : third_party/rust/rand_chacha/src/chacha.rs => third_party/rust/rand_chacha-0.1.1/src/chacha.rs
rename : third_party/rust/rand_chacha/src/lib.rs => third_party/rust/rand_chacha-0.1.1/src/lib.rs
rename : third_party/rust/rand_core/.cargo-checksum.json => third_party/rust/rand_core-0.4.0/.cargo-checksum.json
rename : third_party/rust/rand_core/CHANGELOG.md => third_party/rust/rand_core-0.4.0/CHANGELOG.md
rename : third_party/rust/rand_core/Cargo.toml => third_party/rust/rand_core-0.4.0/Cargo.toml
rename : third_party/rust/rand_core/README.md => third_party/rust/rand_core-0.4.0/README.md
rename : third_party/rust/rand_core/src/block.rs => third_party/rust/rand_core-0.4.0/src/block.rs
rename : third_party/rust/rand_core/src/error.rs => third_party/rust/rand_core-0.4.0/src/error.rs
rename : third_party/rust/rand_core/src/impls.rs => third_party/rust/rand_core-0.4.0/src/impls.rs
rename : third_party/rust/rand_core/src/lib.rs => third_party/rust/rand_core-0.4.0/src/lib.rs
rename : third_party/rust/rand_hc/.cargo-checksum.json => third_party/rust/rand_hc-0.1.0/.cargo-checksum.json
rename : third_party/rust/rand_hc/CHANGELOG.md => third_party/rust/rand_hc-0.1.0/CHANGELOG.md
rename : third_party/rust/rand_hc/Cargo.toml => third_party/rust/rand_hc-0.1.0/Cargo.toml
rename : third_party/rust/rand_hc/README.md => third_party/rust/rand_hc-0.1.0/README.md
rename : third_party/rust/rand_hc/src/hc128.rs => third_party/rust/rand_hc-0.1.0/src/hc128.rs
rename : third_party/rust/rand_hc/src/lib.rs => third_party/rust/rand_hc-0.1.0/src/lib.rs
rename : third_party/rust/rand_pcg/.cargo-checksum.json => third_party/rust/rand_pcg-0.1.2/.cargo-checksum.json
rename : third_party/rust/rand_pcg/CHANGELOG.md => third_party/rust/rand_pcg-0.1.2/CHANGELOG.md
rename : third_party/rust/rand_pcg/Cargo.toml => third_party/rust/rand_pcg-0.1.2/Cargo.toml
rename : third_party/rust/rand_pcg/README.md => third_party/rust/rand_pcg-0.1.2/README.md
rename : third_party/rust/rand_chacha/build.rs => third_party/rust/rand_pcg-0.1.2/build.rs
rename : third_party/rust/rand_pcg/src/lib.rs => third_party/rust/rand_pcg-0.1.2/src/lib.rs
rename : third_party/rust/rand_pcg/src/pcg128.rs => third_party/rust/rand_pcg-0.1.2/src/pcg128.rs
rename : third_party/rust/rand_pcg/src/pcg64.rs => third_party/rust/rand_pcg-0.1.2/src/pcg64.rs
rename : third_party/rust/rand_pcg/tests/lcg64xsh32.rs => third_party/rust/rand_pcg-0.1.2/tests/lcg64xsh32.rs
rename : third_party/rust/rand_pcg/tests/mcg128xsl64.rs => third_party/rust/rand_pcg-0.1.2/tests/mcg128xsl64.rs
extra : moz-landing-system : lando
2019-12-04 19:54:06 +00:00
Andreas Tolfsen 654cd8402d Bug 1412037 - Upgrade webdriver dependencies. r=jgraham
MozReview-Commit-ID: GN9AldKK6uO

--HG--
rename : third_party/rust/backtrace/.cargo-checksum.json => third_party/rust/backtrace-0.3.2/.cargo-checksum.json
rename : third_party/rust/backtrace/.travis.yml => third_party/rust/backtrace-0.3.2/.travis.yml
rename : third_party/rust/backtrace/Cargo.toml => third_party/rust/backtrace-0.3.2/Cargo.toml
rename : third_party/rust/backtrace/src/backtrace/mod.rs => third_party/rust/backtrace-0.3.2/src/backtrace/mod.rs
rename : third_party/rust/backtrace/src/backtrace/unix_backtrace.rs => third_party/rust/backtrace-0.3.2/src/backtrace/unix_backtrace.rs
rename : third_party/rust/backtrace/src/capture.rs => third_party/rust/backtrace-0.3.2/src/capture.rs
rename : third_party/rust/backtrace/src/lib.rs => third_party/rust/backtrace-0.3.2/src/lib.rs
rename : third_party/rust/backtrace/src/symbolize/dbghelp.rs => third_party/rust/backtrace-0.3.2/src/symbolize/dbghelp.rs
rename : third_party/rust/backtrace/src/symbolize/mod.rs => third_party/rust/backtrace-0.3.2/src/symbolize/mod.rs
rename : third_party/rust/backtrace/tests/smoke.rs => third_party/rust/backtrace-0.3.2/tests/smoke.rs
rename : third_party/rust/backtrace-sys/.cargo-checksum.json => third_party/rust/backtrace-sys-0.1.10/.cargo-checksum.json
rename : third_party/rust/backtrace-sys/Cargo.toml => third_party/rust/backtrace-sys-0.1.10/Cargo.toml
rename : third_party/rust/backtrace-sys/build.rs => third_party/rust/backtrace-sys-0.1.10/build.rs
rename : third_party/rust/base64/.cargo-checksum.json => third_party/rust/base64-0.5.2/.cargo-checksum.json
rename : third_party/rust/base64/Cargo.toml => third_party/rust/base64-0.5.2/Cargo.toml
rename : third_party/rust/base64/README.md => third_party/rust/base64-0.5.2/README.md
rename : third_party/rust/base64/benches/benchmarks.rs => third_party/rust/base64-0.5.2/benches/benchmarks.rs
rename : third_party/rust/base64/src/lib.rs => third_party/rust/base64-0.5.2/src/lib.rs
rename : third_party/rust/base64/tests/tests.rs => third_party/rust/base64-0.5.2/tests/tests.rs
rename : third_party/rust/byteorder/.cargo-checksum.json => third_party/rust/byteorder-1.0.0/.cargo-checksum.json
rename : third_party/rust/byteorder/.travis.yml => third_party/rust/byteorder-1.0.0/.travis.yml
rename : third_party/rust/byteorder/Cargo.toml => third_party/rust/byteorder-1.0.0/Cargo.toml
rename : third_party/rust/byteorder/benches/bench.rs => third_party/rust/byteorder-1.0.0/benches/bench.rs
rename : third_party/rust/byteorder/src/lib.rs => third_party/rust/byteorder-1.0.0/src/lib.rs
rename : third_party/rust/byteorder/src/new.rs => third_party/rust/byteorder-1.0.0/src/new.rs
rename : third_party/rust/cfg-if/.cargo-checksum.json => third_party/rust/cfg-if-0.1.1/.cargo-checksum.json
rename : third_party/rust/cfg-if/Cargo.toml => third_party/rust/cfg-if-0.1.1/Cargo.toml
rename : third_party/rust/cfg-if/src/lib.rs => third_party/rust/cfg-if-0.1.1/src/lib.rs
rename : third_party/rust/gcc/.cargo-checksum.json => third_party/rust/gcc-0.3.51/.cargo-checksum.json
rename : third_party/rust/gcc/.travis.yml => third_party/rust/gcc-0.3.51/.travis.yml
rename : third_party/rust/gcc/Cargo.toml => third_party/rust/gcc-0.3.51/Cargo.toml
rename : third_party/rust/gcc/README.md => third_party/rust/gcc-0.3.51/README.md
rename : third_party/rust/gcc/appveyor.yml => third_party/rust/gcc-0.3.51/appveyor.yml
rename : third_party/rust/gcc/src/lib.rs => third_party/rust/gcc-0.3.51/src/lib.rs
rename : third_party/rust/gcc/src/windows_registry.rs => third_party/rust/gcc-0.3.51/src/windows_registry.rs
rename : third_party/rust/gcc/tests/support/mod.rs => third_party/rust/gcc-0.3.51/tests/support/mod.rs
rename : third_party/rust/gcc/tests/test.rs => third_party/rust/gcc-0.3.51/tests/test.rs
rename : third_party/rust/httparse/.cargo-checksum.json => third_party/rust/httparse-1.2.2/.cargo-checksum.json
rename : third_party/rust/httparse/.travis.yml => third_party/rust/httparse-1.2.2/.travis.yml
rename : third_party/rust/httparse/.travis_after.sh => third_party/rust/httparse-1.2.2/.travis_after.sh
rename : third_party/rust/httparse/Cargo.toml => third_party/rust/httparse-1.2.2/Cargo.toml
rename : third_party/rust/httparse/LICENSE-APACHE => third_party/rust/httparse-1.2.2/LICENSE-APACHE
rename : third_party/rust/httparse/LICENSE-MIT => third_party/rust/httparse-1.2.2/LICENSE-MIT
rename : third_party/rust/httparse/README.md => third_party/rust/httparse-1.2.2/README.md
rename : third_party/rust/httparse/benches/parse.rs => third_party/rust/httparse-1.2.2/benches/parse.rs
rename : third_party/rust/httparse/src/iter.rs => third_party/rust/httparse-1.2.2/src/iter.rs
rename : third_party/rust/httparse/src/lib.rs => third_party/rust/httparse-1.2.2/src/lib.rs
rename : third_party/rust/hyper/.cargo-checksum.json => third_party/rust/hyper-0.10.10/.cargo-checksum.json
rename : third_party/rust/hyper/Cargo.toml => third_party/rust/hyper-0.10.10/Cargo.toml
rename : third_party/rust/hyper/build.rs => third_party/rust/hyper-0.10.10/build.rs
rename : third_party/rust/hyper/src/buffer.rs => third_party/rust/hyper-0.10.10/src/buffer.rs
rename : third_party/rust/hyper/src/client/mod.rs => third_party/rust/hyper-0.10.10/src/client/mod.rs
rename : third_party/rust/hyper/src/client/pool.rs => third_party/rust/hyper-0.10.10/src/client/pool.rs
rename : third_party/rust/hyper/src/client/response.rs => third_party/rust/hyper-0.10.10/src/client/response.rs
rename : third_party/rust/hyper/src/header/common/authorization.rs => third_party/rust/hyper-0.10.10/src/header/common/authorization.rs
rename : third_party/rust/hyper/src/header/common/mod.rs => third_party/rust/hyper-0.10.10/src/header/common/mod.rs
rename : third_party/rust/hyper/src/header/internals/cell.rs => third_party/rust/hyper-0.10.10/src/header/internals/cell.rs
rename : third_party/rust/hyper/src/header/internals/vec_map.rs => third_party/rust/hyper-0.10.10/src/header/internals/vec_map.rs
rename : third_party/rust/hyper/src/header/mod.rs => third_party/rust/hyper-0.10.10/src/header/mod.rs
rename : third_party/rust/hyper/src/http/h1.rs => third_party/rust/hyper-0.10.10/src/http/h1.rs
rename : third_party/rust/hyper/src/lib.rs => third_party/rust/hyper-0.10.10/src/lib.rs
rename : third_party/rust/hyper/src/mock.rs => third_party/rust/hyper-0.10.10/src/mock.rs
rename : third_party/rust/hyper/src/server/listener.rs => third_party/rust/hyper-0.10.10/src/server/listener.rs
rename : third_party/rust/hyper/src/server/mod.rs => third_party/rust/hyper-0.10.10/src/server/mod.rs
rename : third_party/rust/hyper/src/server/request.rs => third_party/rust/hyper-0.10.10/src/server/request.rs
rename : third_party/rust/hyper/src/server/response.rs => third_party/rust/hyper-0.10.10/src/server/response.rs
rename : third_party/rust/hyper/src/uri.rs => third_party/rust/hyper-0.10.10/src/uri.rs
rename : third_party/rust/hyper/src/version.rs => third_party/rust/hyper-0.10.10/src/version.rs
rename : third_party/rust/libc/.cargo-checksum.json => third_party/rust/libc-0.2.24/.cargo-checksum.json
rename : third_party/rust/libc/.travis.yml => third_party/rust/libc-0.2.24/.travis.yml
rename : third_party/rust/libc/Cargo.toml => third_party/rust/libc-0.2.24/Cargo.toml
rename : third_party/rust/libc/README.md => third_party/rust/libc-0.2.24/README.md
rename : third_party/rust/libc/appveyor.yml => third_party/rust/libc-0.2.24/appveyor.yml
rename : third_party/rust/libc/ci/android-install-ndk.sh => third_party/rust/libc-0.2.24/ci/android-install-ndk.sh
rename : third_party/rust/libc/ci/docker/aarch64-linux-android/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/aarch64-linux-android/Dockerfile
rename : third_party/rust/libc/ci/docker/aarch64-unknown-linux-gnu/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/aarch64-unknown-linux-gnu/Dockerfile
rename : third_party/rust/libc/ci/docker/arm-linux-androideabi/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/arm-linux-androideabi/Dockerfile
rename : third_party/rust/libc/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/arm-unknown-linux-gnueabihf/Dockerfile
rename : third_party/rust/libc/ci/docker/i686-linux-android/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/i686-linux-android/Dockerfile
rename : third_party/rust/libc/ci/docker/i686-unknown-linux-gnu/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/i686-unknown-linux-gnu/Dockerfile
rename : third_party/rust/libc/ci/docker/i686-unknown-linux-musl/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/i686-unknown-linux-musl/Dockerfile
rename : third_party/rust/libc/ci/docker/mips-unknown-linux-gnu/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/mips-unknown-linux-gnu/Dockerfile
rename : third_party/rust/libc/ci/docker/mips-unknown-linux-musl/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/mips-unknown-linux-musl/Dockerfile
rename : third_party/rust/libc/ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/mips64-unknown-linux-gnuabi64/Dockerfile
rename : third_party/rust/libc/ci/docker/mipsel-unknown-linux-musl/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/mipsel-unknown-linux-musl/Dockerfile
rename : third_party/rust/libc/ci/docker/powerpc-unknown-linux-gnu/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/powerpc-unknown-linux-gnu/Dockerfile
rename : third_party/rust/libc/ci/docker/powerpc64-unknown-linux-gnu/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/powerpc64-unknown-linux-gnu/Dockerfile
rename : third_party/rust/libc/ci/docker/x86_64-linux-android/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/x86_64-linux-android/Dockerfile
rename : third_party/rust/libc/ci/docker/x86_64-rumprun-netbsd/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/x86_64-rumprun-netbsd/Dockerfile
rename : third_party/rust/libc/ci/docker/x86_64-unknown-linux-gnu/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/x86_64-unknown-linux-gnu/Dockerfile
rename : third_party/rust/libc/ci/docker/x86_64-unknown-linux-musl/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/x86_64-unknown-linux-musl/Dockerfile
rename : third_party/rust/libc/ci/docker/x86_64-unknown-openbsd/Dockerfile => third_party/rust/libc-0.2.24/ci/docker/x86_64-unknown-openbsd/Dockerfile
rename : third_party/rust/libc/ci/run-docker.sh => third_party/rust/libc-0.2.24/ci/run-docker.sh
rename : third_party/rust/libc/ci/run.sh => third_party/rust/libc-0.2.24/ci/run.sh
rename : third_party/rust/libc/src/lib.rs => third_party/rust/libc-0.2.24/src/lib.rs
rename : third_party/rust/libc/src/macros.rs => third_party/rust/libc-0.2.24/src/macros.rs
rename : third_party/rust/libc/src/redox.rs => third_party/rust/libc-0.2.24/src/redox.rs
rename : third_party/rust/libc/src/unix/bsd/apple/b32.rs => third_party/rust/libc-0.2.24/src/unix/bsd/apple/b32.rs
rename : third_party/rust/libc/src/unix/bsd/apple/b64.rs => third_party/rust/libc-0.2.24/src/unix/bsd/apple/b64.rs
rename : third_party/rust/libc/src/unix/bsd/apple/mod.rs => third_party/rust/libc-0.2.24/src/unix/bsd/apple/mod.rs
rename : third_party/rust/libc/src/unix/bsd/freebsdlike/dragonfly/mod.rs => third_party/rust/libc-0.2.24/src/unix/bsd/freebsdlike/dragonfly/mod.rs
rename : third_party/rust/libc/src/unix/bsd/freebsdlike/freebsd/aarch64.rs => third_party/rust/libc-0.2.24/src/unix/bsd/freebsdlike/freebsd/aarch64.rs
rename : third_party/rust/libc/src/unix/bsd/freebsdlike/freebsd/mod.rs => third_party/rust/libc-0.2.24/src/unix/bsd/freebsdlike/freebsd/mod.rs
rename : third_party/rust/libc/src/unix/bsd/freebsdlike/freebsd/x86_64.rs => third_party/rust/libc-0.2.24/src/unix/bsd/freebsdlike/freebsd/x86_64.rs
rename : third_party/rust/libc/src/unix/bsd/freebsdlike/mod.rs => third_party/rust/libc-0.2.24/src/unix/bsd/freebsdlike/mod.rs
rename : third_party/rust/libc/src/unix/bsd/mod.rs => third_party/rust/libc-0.2.24/src/unix/bsd/mod.rs
rename : third_party/rust/libc/src/unix/bsd/netbsdlike/mod.rs => third_party/rust/libc-0.2.24/src/unix/bsd/netbsdlike/mod.rs
rename : third_party/rust/libc/src/unix/bsd/netbsdlike/netbsd/mod.rs => third_party/rust/libc-0.2.24/src/unix/bsd/netbsdlike/netbsd/mod.rs
rename : third_party/rust/libc/src/unix/bsd/netbsdlike/openbsdlike/mod.rs => third_party/rust/libc-0.2.24/src/unix/bsd/netbsdlike/openbsdlike/mod.rs
rename : third_party/rust/libc/src/unix/bsd/netbsdlike/openbsdlike/openbsd.rs => third_party/rust/libc-0.2.24/src/unix/bsd/netbsdlike/openbsdlike/openbsd.rs
rename : third_party/rust/libc/src/unix/haiku/mod.rs => third_party/rust/libc-0.2.24/src/unix/haiku/mod.rs
rename : third_party/rust/libc/src/unix/mod.rs => third_party/rust/libc-0.2.24/src/unix/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b32/arm.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/android/b32/arm.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b32/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/android/b32/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b32/x86.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/android/b32/x86.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b64/aarch64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/android/b64/aarch64.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b64/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/android/b64/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b64/x86_64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/android/b64/x86_64.rs
rename : third_party/rust/libc/src/unix/notbsd/android/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/android/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/mips/mips32.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/mips/mips32.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/mips/mips64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/mips/mips64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/mips/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/mips/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/arm.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/b32/arm.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/asmjs.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/b32/asmjs.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/mips.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/b32/mips.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/b32/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/x86.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/b32/x86.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b64/aarch64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/b64/aarch64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b64/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/b64/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b64/powerpc64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/b64/powerpc64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b64/x86_64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/b64/x86_64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/musl/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b32/arm.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/b32/arm.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b32/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/b32/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b32/powerpc.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/b32/powerpc.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b32/x86.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/b32/x86.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/aarch64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/b64/aarch64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/b64/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/powerpc64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/b64/powerpc64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/sparc64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/b64/sparc64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/x86_64.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/b64/x86_64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/other/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/s390x.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/linux/s390x.rs
rename : third_party/rust/libc/src/unix/notbsd/mod.rs => third_party/rust/libc-0.2.24/src/unix/notbsd/mod.rs
rename : third_party/rust/libc/src/unix/solaris/mod.rs => third_party/rust/libc-0.2.24/src/unix/solaris/mod.rs
rename : third_party/rust/libc/src/unix/uclibc/mod.rs => third_party/rust/libc-0.2.24/src/unix/uclibc/mod.rs
rename : third_party/rust/libc/src/unix/uclibc/x86_64/mod.rs => third_party/rust/libc-0.2.24/src/unix/uclibc/x86_64/mod.rs
rename : third_party/rust/libc/src/windows.rs => third_party/rust/libc-0.2.24/src/windows.rs
rename : third_party/rust/matches/.cargo-checksum.json => third_party/rust/matches-0.1.4/.cargo-checksum.json
rename : third_party/rust/matches/Cargo.toml => third_party/rust/matches-0.1.4/Cargo.toml
rename : third_party/rust/matches/lib.rs => third_party/rust/matches-0.1.4/lib.rs
rename : third_party/rust/mime/.cargo-checksum.json => third_party/rust/mime-0.2.4/.cargo-checksum.json
rename : third_party/rust/mime/Cargo.toml => third_party/rust/mime-0.2.4/Cargo.toml
rename : third_party/rust/mime/src/lib.rs => third_party/rust/mime-0.2.4/src/lib.rs
rename : third_party/rust/num_cpus/.cargo-checksum.json => third_party/rust/num_cpus-1.6.0/.cargo-checksum.json
rename : third_party/rust/num_cpus/Cargo.toml => third_party/rust/num_cpus-1.6.0/Cargo.toml
rename : third_party/rust/redox_syscall/.cargo-checksum.json => third_party/rust/redox_syscall-0.1.16/.cargo-checksum.json
rename : third_party/rust/redox_syscall/Cargo.toml => third_party/rust/redox_syscall-0.1.16/Cargo.toml
rename : third_party/rust/redox_syscall/src/arch/arm.rs => third_party/rust/redox_syscall-0.1.16/src/arch/arm.rs
rename : third_party/rust/redox_syscall/src/arch/x86.rs => third_party/rust/redox_syscall-0.1.16/src/arch/x86.rs
rename : third_party/rust/redox_syscall/src/arch/x86_64.rs => third_party/rust/redox_syscall-0.1.16/src/arch/x86_64.rs
rename : third_party/rust/redox_syscall/src/call.rs => third_party/rust/redox_syscall-0.1.16/src/call.rs
rename : third_party/rust/redox_syscall/src/data.rs => third_party/rust/redox_syscall-0.1.16/src/data.rs
rename : third_party/rust/redox_syscall/src/flag.rs => third_party/rust/redox_syscall-0.1.16/src/flag.rs
rename : third_party/rust/redox_syscall/src/number.rs => third_party/rust/redox_syscall-0.1.16/src/number.rs
rename : third_party/rust/redox_syscall/src/scheme.rs => third_party/rust/redox_syscall-0.1.16/src/scheme.rs
rename : third_party/rust/rustc-demangle/.cargo-checksum.json => third_party/rust/rustc-demangle-0.1.4/.cargo-checksum.json
rename : third_party/rust/rustc-demangle/Cargo.toml => third_party/rust/rustc-demangle-0.1.4/Cargo.toml
rename : third_party/rust/rustc-demangle/src/lib.rs => third_party/rust/rustc-demangle-0.1.4/src/lib.rs
rename : third_party/rust/httparse/LICENSE-APACHE => third_party/rust/safemem/LICENSE-APACHE
rename : third_party/rust/thread_local/.cargo-checksum.json => third_party/rust/thread_local-0.3.3/.cargo-checksum.json
rename : third_party/rust/thread_local/.travis.yml => third_party/rust/thread_local-0.3.3/.travis.yml
rename : third_party/rust/thread_local/Cargo.toml => third_party/rust/thread_local-0.3.3/Cargo.toml
rename : third_party/rust/thread_local/src/lib.rs => third_party/rust/thread_local-0.3.3/src/lib.rs
rename : third_party/rust/time/.cargo-checksum.json => third_party/rust/time-0.1.36/.cargo-checksum.json
rename : third_party/rust/time/Cargo.toml => third_party/rust/time-0.1.36/Cargo.toml
rename : third_party/rust/time/src/sys.rs => third_party/rust/time-0.1.36/src/sys.rs
rename : third_party/rust/unicase/.cargo-checksum.json => third_party/rust/unicase-1.4.0/.cargo-checksum.json
rename : third_party/rust/unicase/.travis.yml => third_party/rust/unicase-1.4.0/.travis.yml
rename : third_party/rust/unicase/Cargo.toml => third_party/rust/unicase-1.4.0/Cargo.toml
rename : third_party/rust/unicase/build.rs => third_party/rust/unicase-1.4.0/build.rs
rename : third_party/rust/unicase/src/lib.rs => third_party/rust/unicase-1.4.0/src/lib.rs
rename : third_party/rust/unicode-bidi/.cargo-checksum.json => third_party/rust/unicode-bidi-0.3.3/.cargo-checksum.json
rename : third_party/rust/unicode-bidi/.travis.yml => third_party/rust/unicode-bidi-0.3.3/.travis.yml
rename : third_party/rust/unicode-bidi/Cargo.toml => third_party/rust/unicode-bidi-0.3.3/Cargo.toml
rename : third_party/rust/unicode-bidi/README.md => third_party/rust/unicode-bidi-0.3.3/README.md
rename : third_party/rust/unicode-bidi/benches/basic.rs => third_party/rust/unicode-bidi-0.3.3/benches/basic.rs
rename : third_party/rust/unicode-bidi/benches/udhr.rs => third_party/rust/unicode-bidi-0.3.3/benches/udhr.rs
rename : third_party/rust/unicode-bidi/benches/udhr_data/README.md => third_party/rust/unicode-bidi-0.3.3/benches/udhr_data/README.md
rename : third_party/rust/unicode-bidi/src/char_data/mod.rs => third_party/rust/unicode-bidi-0.3.3/src/char_data/mod.rs
rename : third_party/rust/unicode-bidi/src/char_data/tables.rs => third_party/rust/unicode-bidi-0.3.3/src/char_data/tables.rs
rename : third_party/rust/unicode-bidi/src/deprecated.rs => third_party/rust/unicode-bidi-0.3.3/src/deprecated.rs
rename : third_party/rust/unicode-bidi/src/explicit.rs => third_party/rust/unicode-bidi-0.3.3/src/explicit.rs
rename : third_party/rust/unicode-bidi/src/format_chars.rs => third_party/rust/unicode-bidi-0.3.3/src/format_chars.rs
rename : third_party/rust/unicode-bidi/src/implicit.rs => third_party/rust/unicode-bidi-0.3.3/src/implicit.rs
rename : third_party/rust/unicode-bidi/src/level.rs => third_party/rust/unicode-bidi-0.3.3/src/level.rs
rename : third_party/rust/unicode-bidi/src/lib.rs => third_party/rust/unicode-bidi-0.3.3/src/lib.rs
rename : third_party/rust/unicode-bidi/src/prepare.rs => third_party/rust/unicode-bidi-0.3.3/src/prepare.rs
rename : third_party/rust/unicode-bidi/tests/conformance_tests.rs => third_party/rust/unicode-bidi-0.3.3/tests/conformance_tests.rs
rename : third_party/rust/unicode-bidi/tools/generate.py => third_party/rust/unicode-bidi-0.3.3/tools/generate.py
rename : third_party/rust/unreachable/.cargo-checksum.json => third_party/rust/unreachable-0.1.1/.cargo-checksum.json
rename : third_party/rust/unreachable/Cargo.toml => third_party/rust/unreachable-0.1.1/Cargo.toml
rename : third_party/rust/unreachable/README.md => third_party/rust/unreachable-0.1.1/README.md
extra : rebase_source : 96e680e0cbbc32bd164eb91af60af1623dc888ea
2017-10-30 15:09:29 +00:00
Servo VCS Sync be92d942e5 No bug - Revendor rust dependencies 2017-10-24 17:55:24 +00:00
Servo VCS Sync 74240de91b No bug - Revendor rust dependencies 2017-09-27 00:32:01 +00:00
Matthew Gregan 3bf2f6de54 Bug 1403048 - Update Rust deps for audioipc. r=kamidphish,rillian
--HG--
extra : rebase_source : a9765e844b818a84cfa2ce69b525a7a2ed72c6de
2017-09-26 15:51:30 +13:00
Kartikaya Gupta 10d3b0ebbe Bug 1335525 - Add webrender dependencies to third_party/rust. r=gfx
MozReview-Commit-ID: L77ffKqR5QU
2017-02-06 11:42:53 -05:00
Manish Goregaokar 9889db29ed Bug 1151899 - Vendor rust-url-capi deps; r=valentin,ted
MozReview-Commit-ID: FVn6c6ol36V
2016-10-28 16:34:19 -07:00
Wes Kocher 90f6b234f3 Backed out 2 changesets (bug 1151899) for build bustage a=backout
Backed out changeset 7b5270bac41b (bug 1151899)
Backed out changeset 62f38c70d152 (bug 1151899)
2016-10-28 14:27:45 -07:00
Manish Goregaokar e4f094e839 Bug 1151899 - Vendor rust-url-capi deps; r=valentin,ted
MozReview-Commit-ID: FVn6c6ol36V
2016-10-28 14:03:11 -07:00