gecko-dev/third_party/rust
Mike Hommey 791dd339ba Bug 1567739 - Update rust libc crate to 0.2.60. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D38816

--HG--
rename : third_party/rust/libc/src/unix/bsd/netbsdlike/openbsdlike/openbsd/aarch64.rs => third_party/rust/libc/src/unix/bsd/netbsdlike/openbsd/aarch64.rs
rename : third_party/rust/libc/src/unix/bsd/netbsdlike/openbsdlike/mod.rs => third_party/rust/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs
rename : third_party/rust/libc/src/unix/bsd/netbsdlike/openbsdlike/openbsd/x86.rs => third_party/rust/libc/src/unix/bsd/netbsdlike/openbsd/x86.rs
rename : third_party/rust/libc/src/unix/bsd/netbsdlike/openbsdlike/openbsd/x86_64.rs => third_party/rust/libc/src/unix/bsd/netbsdlike/openbsd/x86_64.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b32/arm.rs => third_party/rust/libc/src/unix/linux_like/android/b32/arm.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b32/mod.rs => third_party/rust/libc/src/unix/linux_like/android/b32/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b32/x86.rs => third_party/rust/libc/src/unix/linux_like/android/b32/x86.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b64/aarch64.rs => third_party/rust/libc/src/unix/linux_like/android/b64/aarch64.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b64/mod.rs => third_party/rust/libc/src/unix/linux_like/android/b64/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b64/x86_64.rs => third_party/rust/libc/src/unix/linux_like/android/b64/x86_64.rs
rename : third_party/rust/libc/src/unix/notbsd/android/mod.rs => third_party/rust/libc/src/unix/linux_like/android/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/emscripten/align.rs => third_party/rust/libc/src/unix/linux_like/emscripten/align.rs
rename : third_party/rust/libc/src/unix/notbsd/emscripten/mod.rs => third_party/rust/libc/src/unix/linux_like/emscripten/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/emscripten/no_align.rs => third_party/rust/libc/src/unix/linux_like/emscripten/no_align.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/align.rs => third_party/rust/libc/src/unix/linux_like/linux/align.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/mips/align.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/align.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b32/arm.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b32/arm.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/mips/mips32.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b32/mips.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b32/mod.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b32/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b32/powerpc.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b32/powerpc.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b32/x86.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b32/x86.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/aarch64.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b64/aarch64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/mips/mips64.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b64/mips64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/mod.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b64/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/powerpc64.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b64/powerpc64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/s390x/mod.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b64/s390x.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/sparc64.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b64/sparc64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/x86_64.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/not_x32.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/x32.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b64/x86_64/x32.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/mod.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/mips/no_align.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/no_align.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/mod.rs => third_party/rust/libc/src/unix/linux_like/linux/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/arm.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/b32/arm.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/mips.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/b32/mips.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/mod.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/b32/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/powerpc.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/b32/powerpc.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/x86.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/b32/x86.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b64/aarch64.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/b64/aarch64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b64/mod.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/b64/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b64/powerpc64.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/b64/powerpc64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b64/x86_64.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/b64/x86_64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/mod.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/no_align.rs => third_party/rust/libc/src/unix/linux_like/linux/no_align.rs
rename : third_party/rust/libc/src/unix/notbsd/mod.rs => third_party/rust/libc/src/unix/linux_like/mod.rs
extra : moz-landing-system : lando
2019-07-24 22:33:21 +00:00
..
adler32
aho-corasick
ansi_term
app_units
argon2rs
arrayref
arrayvec
atomic Bug 1530715 - P4: Vendor Rust dependencies for cubeb-coreaudio-rs. r=kinetik 2019-07-17 05:32:36 +00:00
atomic_refcell
atty
audio_thread_priority Bug 1561681 - Change log level for audio thread promotion related-messages. r=kinetik 2019-06-26 20:23:49 +00:00
authenticator Bug 1520166 - Part 2: revendor dependencies. r=jcj 2019-05-24 07:31:35 +00:00
autocfg Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
backtrace
backtrace-sys
base64 Bug 1516262 - Part 2: Revendor rust dependencies; r=ato 2019-01-02 12:13:08 +00:00
base64-0.9.3 bug 1529278: mozrunner: vendor plist crate; r=ato 2019-03-15 16:22:38 +00:00
binary-space-partition
bincode
bindgen Bug 1564416 - marionette subcrate: vendor crates. r=ato 2019-07-11 12:50:40 +00:00
binjs_meta Bug 1520001 - mach rust vendor;r=arai,smaug 2019-06-10 14:09:06 +00:00
bit_reverse Bug 1538161 - Vendor rust_cascade r=keeler 2019-05-01 19:25:27 +00:00
bit-vec Bug 1538161 - Vendor rust_cascade r=keeler 2019-05-01 19:25:27 +00:00
bitflags
bitreader
blake2-rfc
block-buffer Bug 1542826 - Re-vendor rust dependencies. r=froydnj 2019-04-25 19:28:59 +00:00
block-padding Bug 1516304 - Re-vendor rust dependencies. r=kats 2018-12-25 01:11:35 +00:00
boxfnonce
build_const
byte-tools Bug 1516304 - Re-vendor rust dependencies. r=kats 2018-12-25 01:11:35 +00:00
byteorder Bug 1538161 - Vendor rust_cascade r=keeler 2019-05-01 19:25:27 +00:00
bytes
bzip2
bzip2-sys
cc Bug 1537643 - update cc crate; r=glandium 2019-04-03 00:06:04 +00:00
cexpr
cfg-if Bug 1521249 part 1 - Update encoding_rs to 0.8.16. r=glandium 2019-03-23 14:17:35 +00:00
chrono
clang-sys Bug 1529681 - Update bindgen. r=bbouvier 2019-03-27 14:39:41 +00:00
clap
cloudabi Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
cmake
comedy Bug 1523417 - BITS client library for update downloading r=aklotz,emilio,froydnj 2019-03-21 22:43:41 +00:00
constant_time_eq
cookie
core-foundation Bug 1514247 - Upgrade u2f-hid-rs to 0.2.3 r=emilio,keeler 2018-12-14 19:40:03 +00:00
core-foundation-sys Bug 1514247 - Upgrade u2f-hid-rs to 0.2.3 r=emilio,keeler 2018-12-14 19:40:03 +00:00
core-graphics
core-text
coreaudio-sys Bug 1530715 - P4: Vendor Rust dependencies for cubeb-coreaudio-rs. r=kinetik 2019-07-17 05:32:36 +00:00
cose
cose-c
cranelift-bforest Bug 1563263: Bump Cranelift to 312516a69da03dc06eace32f61412389a8dcadf3; r=lth 2019-07-04 06:28:01 +00:00
cranelift-codegen Bug 1563263: Bump Cranelift to 312516a69da03dc06eace32f61412389a8dcadf3; r=lth 2019-07-04 06:28:01 +00:00
cranelift-codegen-meta Bug 1563263: Bump Cranelift to 312516a69da03dc06eace32f61412389a8dcadf3; r=lth 2019-07-04 06:28:01 +00:00
cranelift-entity Bug 1563263: Bump Cranelift to 312516a69da03dc06eace32f61412389a8dcadf3; r=lth 2019-07-04 06:28:01 +00:00
cranelift-frontend Bug 1563263: Bump Cranelift to 312516a69da03dc06eace32f61412389a8dcadf3; r=lth 2019-07-04 06:28:01 +00:00
cranelift-wasm Bug 1563263: Bump Cranelift to 312516a69da03dc06eace32f61412389a8dcadf3; r=lth 2019-07-04 06:28:01 +00:00
crc
crossbeam-channel Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
crossbeam-deque Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
crossbeam-epoch Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
crossbeam-queue Bug 1568083 - Update rayon in the style system. r=emilio 2019-07-23 02:18:33 +02:00
crossbeam-utils Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
cssparser Bug 1563892 - Update cssparser to fix correctness issue with serialization. r=heycam 2019-07-08 04:51:08 +00:00
cssparser-macros Bug 1552695 - Part 2: Revendor dependencies. r=froydnj 2019-05-20 12:22:04 +00:00
cstr
cstr-macros Bug 1552695 - Part 2: Revendor dependencies. r=froydnj 2019-05-20 12:22:04 +00:00
cubeb Bug 1512445 - Re-vendor Rust dependencies for AudioIPC. r=chunmin 2019-03-07 02:04:54 +00:00
cubeb-backend Bug 1512445 - Re-vendor Rust dependencies for AudioIPC. r=chunmin 2019-03-07 02:04:54 +00:00
cubeb-core Bug 1512445 - Re-vendor Rust dependencies for AudioIPC. r=chunmin 2019-03-07 02:04:54 +00:00
cubeb-sys Bug 1512445 - Re-vendor Rust dependencies for AudioIPC. r=chunmin 2019-03-07 02:04:54 +00:00
darling Bug 1554347 - Revendor Rust dependencies. 2019-05-25 04:14:20 +02:00
darling_core Bug 1554347 - Revendor Rust dependencies. 2019-05-25 04:14:20 +02:00
darling_macro Bug 1554347 - Revendor Rust dependencies. 2019-05-25 04:14:20 +02:00
dbus Bug 1429847 - Vendor rust, to pick up the changes. r=kinetik 2019-06-21 19:51:22 +00:00
deflate Bug 1542826 - Re-vendor rust dependencies. r=froydnj 2019-04-25 19:28:59 +00:00
derive_more Bug 1521187 - Add a dependency on derive_more. r=emilio 2019-01-22 12:19:22 -08:00
devd-rs Bug 1520166 - Part 2: revendor dependencies. r=jcj 2019-05-24 07:31:35 +00:00
digest Bug 1516304 - Re-vendor rust dependencies. r=kats 2018-12-25 01:11:35 +00:00
dirs
dogear Bug 1552621 - Record shutdown blocker progress in the bookmarks mirror. r=markh,tcsc 2019-06-03 23:04:37 +00:00
dtoa
dtoa-short
dwrote Bug 1554401 - Part 2: Revendor dependencies. r=emilio 2019-05-25 17:08:33 +00:00
either
encoding_c
encoding_rs Bug 1543077 part 1 - Vendor shift_or_euc into m-c. r=emk. 2019-06-03 15:30:41 +03:00
enum-display-derive Bug 1566701 - P2 - update mach rust vendor - r=drno 2019-07-23 21:55:17 +00:00
env_logger
error-chain
euclid Bug 1567241 - Update to euclid 0.20. r=kvark, emilio. 2019-07-18 22:54:16 +02:00
failure
failure_derive
fake-simd
filetime_win Bug 1523417 - BITS client library for update downloading r=aklotz,emilio,froydnj 2019-03-21 22:43:41 +00:00
flate2
fnv Bug 1511811 - Revendor rust dependencies. 2018-12-07 09:00:57 -05:00
foreign-types
freetype
fs2
fuchsia-cprng Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
fuchsia-zircon
fuchsia-zircon-sys
futures
futures-cpupool
fxhash
generic-array Bug 1516304 - Re-vendor rust dependencies. r=kats 2018-12-25 01:11:35 +00:00
gl_generator Bug 1520953 - Update gleam. r=kats,jrmuizel 2019-04-01 17:54:08 +00:00
gleam Bug 1525420 - Use KHR_blend_equation_advanced for mix-blend mode implementation r=gw 2019-05-01 20:45:22 +00:00
glob
goblin
guid_win Bug 1523417 - BITS client library for update downloading r=aklotz,emilio,froydnj 2019-03-21 22:43:41 +00:00
h2
headers Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
headers-core Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
headers-derive Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
http Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
httparse Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
humantime
hyper Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
ident_case
idna
image Bug 1542826 - Re-vendor rust dependencies. r=froydnj 2019-04-25 19:28:59 +00:00
indexmap
inflate Bug 1542826 - Re-vendor rust dependencies. r=froydnj 2019-04-25 19:28:59 +00:00
Inflector
input_buffer Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
iovec
itertools Bug 1520001 - mach rust vendor;r=arai,smaug 2019-06-10 14:09:06 +00:00
itertools-0.7.6 Bug 1520001 - mach rust vendor;r=arai,smaug 2019-06-10 14:09:06 +00:00
itoa
kernel32-sys
khronos_api Bug 1520953 - Update gleam. r=kats,jrmuizel 2019-04-01 17:54:08 +00:00
lazy_static Bug 1525392 - update rkv (and LMDB) to their latest stable versions r=froydnj 2019-02-11 19:53:28 +00:00
lazycell Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
lazycell-0.4.0
libc Bug 1567739 - Update rust libc crate to 0.2.60. r=emilio 2019-07-24 22:33:21 +00:00
libdbus-sys Bug 1429847 - Vendor rust, to pick up the changes. r=kinetik 2019-06-21 19:51:22 +00:00
libloading
libudev
libz-sys Bug 1556645 - Update libz-sys and revendor dependencies. r=dmajor 2019-06-04 18:44:05 +00:00
linked-hash-map
lmdb-rkv Bug 1543861 - Add auto resizing for kvstore r=myk 2019-05-24 20:38:23 +00:00
lmdb-rkv-sys Bug 1557171 - Update vendored lmdb-rkv-sys to 0.8.4. r=chmanchester 2019-06-11 20:23:10 +00:00
lock_api Bug 1552549 - Update rand dependency to 0.6 r=kats,froydnj,nika,jkt,jcj 2019-05-23 19:54:25 +00:00
log Bug 1522173: Bump Cranelift to 0.28; r=sunfish 2019-01-24 10:51:17 +01:00
log-0.3.9
lzw Bug 1542826 - Re-vendor rust dependencies. r=froydnj 2019-04-25 19:28:59 +00:00
mach Bug 1429847 - Vendor rust, to pick up the changes. r=kinetik 2019-06-21 19:51:22 +00:00
malloc_size_of_derive Bug 1519454 - Put malloc_size_of_derive on crates.io, and add a reduced fork of malloc_size_of for WebRender. r=emilio 2019-01-12 12:36:22 -08:00
matches
memchr Bug 1543388 - Update vendored memchr 2.x crate. r=glandium 2019-04-15 23:44:39 +00:00
memchr-1.0.2
memmap
memmap-0.5.2
memoffset
mime Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
mime_guess Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
miniz_oxide
miniz_oxide_c_api
mio Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
mio-extras Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
mio-named-pipes Bug 1512445 - Re-vendor Rust dependencies for AudioIPC. r=chunmin 2019-03-07 02:04:54 +00:00
mio-uds Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
miow
moz_cbor
mp4parse_fallible
msdos_time
murmurhash3 Bug 1538161 - Vendor rust_cascade r=keeler 2019-05-01 19:25:27 +00:00
net2 Bug 1542826 - Bump net2 to a version that builds on 64-bit android. r=froydnj 2019-04-25 19:28:42 +00:00
new_debug_unreachable Backed out changeset de46aec7227e (bug 1528648) for 'style' bustage on Windows platform on a CLOSED TREE. 2019-02-27 01:40:34 +02:00
nodrop
nom
num_cpus
num-derive Bug 1552695 - Part 2: Revendor dependencies. r=froydnj 2019-05-20 12:22:04 +00:00
num-integer
num-iter Bug 1542826 - Re-vendor rust dependencies. r=froydnj 2019-04-25 19:28:59 +00:00
num-rational Bug 1542826 - Re-vendor rust dependencies. r=froydnj 2019-04-25 19:28:59 +00:00
num-traits
num-traits-0.1.43
object
opaque-debug Bug 1516304 - Re-vendor rust dependencies. r=kats 2018-12-25 01:11:35 +00:00
ordered-float
owning_ref Bug 1518045 - Update owning_ref to 0.4. 2019-01-07 01:13:43 +01:00
packed_simd Bug 1529681 - Update bindgen. r=bbouvier 2019-03-27 14:39:41 +00:00
parking_lot Bug 1552549 - Update rand dependency to 0.6 r=kats,froydnj,nika,jkt,jcj 2019-05-23 19:54:25 +00:00
parking_lot_core Bug 1552549 - Update rand dependency to 0.6 r=kats,froydnj,nika,jkt,jcj 2019-05-23 19:54:25 +00:00
peeking_take_while
percent-encoding
phf
phf_codegen
phf_generator
phf_shared
pkg-config
plain
plane-split Bug 1567241 - Update to euclid 0.20. r=kvark, emilio. 2019-07-18 22:54:16 +02:00
plist bug 1529278: mozrunner: vendor plist crate; r=ato 2019-03-15 16:22:38 +00:00
png Bug 1542826 - Re-vendor rust dependencies. r=froydnj 2019-04-25 19:28:59 +00:00
podio
precomputed-hash
proc-macro2 Bug 1513173 - Part 2: Revendor dependencies. r=emilio 2019-04-04 14:33:26 +02:00
procedural-masquerade
quick-error
quote Bug 1513173 - Part 2: Revendor dependencies. r=emilio 2019-04-04 14:33:26 +02:00
quote-0.3.15 Bug 1566701 - P2 - update mach rust vendor - r=drno 2019-07-23 21:55:17 +00:00
rand Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
rand_chacha Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
rand_core Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
rand_core-0.3.1 Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
rand_hc Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
rand_isaac Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
rand_jitter Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
rand_os Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
rand_pcg Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
rand_xorshift Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
rand-0.3.22
rand-0.4.3 Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
rayon Bug 1568083 - Update rayon in the style system. r=emilio 2019-07-23 02:18:33 +02:00
rayon-core Bug 1568083 - Update rayon in the style system. r=emilio 2019-07-23 02:18:33 +02:00
rdrand Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
redox_syscall
redox_termios
redox_users
regex Bug 1516337 - Part 2: Revendor dependencies r=froydnj 2019-04-08 23:18:15 +03:00
regex-0.2.2
regex-syntax
regex-syntax-0.4.1
remove_dir_all Bug 1557161 - enable rkv consumers to migrate LMDB environments across architecture changes r=lina,keeler,froydnj 2019-06-13 19:14:59 +00:00
ringbuf Bug 1567457 - Vendor rust depencies: add ringbuf. r=kinetik 2019-07-23 12:03:31 +00:00
rkv Bug 1557161 - enable rkv consumers to migrate LMDB environments across architecture changes r=lina,keeler,froydnj 2019-06-13 19:14:59 +00:00
ron
runloop
rust_cascade Bug 1538161 - Vendor rust_cascade r=keeler 2019-05-01 19:25:27 +00:00
rust-ini
rustc_version Bug 1521187 - Add a dependency on derive_more. r=emilio 2019-01-22 12:19:22 -08:00
rustc-demangle
ryu
safemem bug 1529278: mozrunner: vendor plist crate; r=ato 2019-03-15 16:22:38 +00:00
same-file
scoped_threadpool
scoped-tls Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
scoped-tls-0.1.0 Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
scopeguard Bug 1552549 - Update rand dependency to 0.6 r=kats,froydnj,nika,jkt,jcj 2019-05-23 19:54:25 +00:00
scopeguard-0.3.2 Bug 1552549 - Update rand dependency to 0.6 r=kats,froydnj,nika,jkt,jcj 2019-05-23 19:54:25 +00:00
scroll
scroll_derive
semver Bug 1521187 - Add a dependency on derive_more. r=emilio 2019-01-22 12:19:22 -08:00
semver-0.6.0 Bug 1521187 - Add a dependency on derive_more. r=emilio 2019-01-22 12:19:22 -08:00
semver-parser
serde Bug 1529117 - Re-vendor rust dependencies. r=jrmuizel 2019-04-04 15:42:15 +00:00
serde_bytes
serde_derive Bug 1550640 - P4: Remove bincode. r=Gankro 2019-07-12 06:12:33 +00:00
serde_json
serde_repr Bug 1564416 - marionette subcrate: vendor crates. r=ato 2019-07-11 12:50:40 +00:00
serde_urlencoded Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
sha2 Bug 1516304 - Re-vendor rust dependencies. r=kats 2018-12-25 01:11:35 +00:00
sha-1 Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
shift_or_euc Bug 1543077 part 1 - Vendor shift_or_euc into m-c. r=emk. 2019-06-03 15:30:41 +03:00
shift_or_euc_c Bug 1543077 part 1 - Vendor shift_or_euc into m-c. r=emk. 2019-06-03 15:30:41 +03:00
shlex Bug 1529681 - Update bindgen. r=bbouvier 2019-03-27 14:39:41 +00:00
siphasher
slab
slab-0.3.0
smallbitvec Bug 1515533 - Bump smallvec and smallbitvec r=emilio 2018-12-20 01:49:42 +00:00
smallvec Backed out changeset de46aec7227e (bug 1528648) for 'style' bustage on Windows platform on a CLOSED TREE. 2019-02-27 01:40:34 +02:00
stable_deref_trait
string
strsim
svg_fmt Bug 1547290 - Vendoring changes. r=kvark" 2019-04-29 17:06:41 +02:00
syn Bug 1513173 - Part 2: Revendor dependencies. r=emilio 2019-04-04 14:33:26 +02:00
syn-0.11.11 Bug 1566701 - P2 - update mach rust vendor - r=drno 2019-07-23 21:55:17 +00:00
synom Bug 1566701 - P2 - update mach rust vendor - r=drno 2019-07-23 21:55:17 +00:00
synstructure
target-lexicon Bug 1539406: Bump Cranelift to revision 542d799dd7a3b2cc; r=lth 2019-04-15 10:39:28 +00:00
tempfile Bug 1545960 - Part 2: Renvendor dependencies. r=ato 2019-05-08 09:49:24 +00:00
term_size
termcolor
termion
textwrap
thin-slice
thin-vec
thread_local Bug 1516337 - Part 2: Revendor dependencies r=froydnj 2019-04-08 23:18:15 +03:00
thread_profiler
threadbound Bug 1490496 - implement XPCOM FFI for key-value storage r=nika,lina,mossop 2019-02-07 16:14:04 +00:00
time
tokio Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
tokio-codec
tokio-core
tokio-current-thread Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
tokio-executor Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
tokio-fs
tokio-io
tokio-reactor
tokio-tcp
tokio-threadpool Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
tokio-timer Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
tokio-udp
tokio-uds Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
tokio-uds-0.1.7 Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
toml
try-lock
tungstenite Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
typenum
ucd-util
uluru
unicase Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
unicase-1.4.2 Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
unicode-bidi
unicode-normalization
unicode-segmentation
unicode-width
unicode-xid
unicode-xid-0.0.4 Bug 1566701 - P2 - update mach rust vendor - r=drno 2019-07-23 21:55:17 +00:00
unreachable Backed out changeset de46aec7227e (bug 1528648) for 'style' bustage on Windows platform on a CLOSED TREE. 2019-02-27 01:40:34 +02:00
url Bug 1511591 - Update rust-url to version 1.7.2 r=froydnj 2018-12-01 14:58:03 +00:00
urlencoding Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
utf8-ranges
utf-8 Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
uuid Bug 1552549 - Update rand dependency to 0.6 r=kats,froydnj,nika,jkt,jcj 2019-05-23 19:54:25 +00:00
uuid-0.6.5 Bug 1490496 - implement XPCOM FFI for key-value storage r=nika,lina,mossop 2019-02-07 16:14:04 +00:00
vcpkg
vec_map
version_check Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
void
walkdir
want
warp Bug 1396824 - Part 2: Revendor dependencies. r=ato 2019-06-21 17:18:50 +00:00
wasmparser Bug 1563263: Bump Cranelift to 312516a69da03dc06eace32f61412389a8dcadf3; r=lth 2019-07-04 06:28:01 +00:00
weedle Bug 1520001 - mach rust vendor;r=arai,smaug 2019-06-10 14:09:06 +00:00
which Backed out changeset e99833064d36 (bug 1529681) for build bustages on a CLOSED TREE 2019-02-25 18:44:17 +02:00
winapi Bug 1531577 - update winapi-rs to a new upstream version; r=agashlin 2019-03-05 03:37:00 +00:00
winapi-0.2.8
winapi-build
winapi-i686-pc-windows-gnu Bug 1531577 - update winapi-rs to a new upstream version; r=agashlin 2019-03-05 03:37:00 +00:00
winapi-x86_64-pc-windows-gnu Bug 1531577 - update winapi-rs to a new upstream version; r=agashlin 2019-03-05 03:37:00 +00:00
wincolor
winreg
ws Bug 1550903 - Part 2: Revendor dependencies. r=emilio,kats,froydnj 2019-05-18 13:39:31 +00:00
ws2_32-sys
xml-rs
yaml-rust Bug 1510272 - upgraded yaml-rust to 0.4.2; r=ted 2018-12-03 19:23:36 +00:00
zip