]> git.lizzy.rs Git - rust.git/blob - src/Cargo.lock
Rollup merge of #40813 - jseyfried:fix_expansion_regression, r=nrc
[rust.git] / src / Cargo.lock
1 [root]
2 name = "unwind"
3 version = "0.0.0"
4 dependencies = [
5  "core 0.0.0",
6  "libc 0.0.0",
7 ]
8
9 [[package]]
10 name = "aho-corasick"
11 version = "0.6.2"
12 source = "registry+https://github.com/rust-lang/crates.io-index"
13 dependencies = [
14  "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
15 ]
16
17 [[package]]
18 name = "alloc"
19 version = "0.0.0"
20 dependencies = [
21  "core 0.0.0",
22 ]
23
24 [[package]]
25 name = "alloc_jemalloc"
26 version = "0.0.0"
27 dependencies = [
28  "build_helper 0.1.0",
29  "core 0.0.0",
30  "gcc 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)",
31  "libc 0.0.0",
32 ]
33
34 [[package]]
35 name = "alloc_system"
36 version = "0.0.0"
37 dependencies = [
38  "core 0.0.0",
39  "libc 0.0.0",
40 ]
41
42 [[package]]
43 name = "ansi_term"
44 version = "0.9.0"
45 source = "registry+https://github.com/rust-lang/crates.io-index"
46
47 [[package]]
48 name = "arena"
49 version = "0.0.0"
50
51 [[package]]
52 name = "atty"
53 version = "0.2.2"
54 source = "registry+https://github.com/rust-lang/crates.io-index"
55 dependencies = [
56  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
57  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
58  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
59 ]
60
61 [[package]]
62 name = "bitflags"
63 version = "0.5.0"
64 source = "registry+https://github.com/rust-lang/crates.io-index"
65
66 [[package]]
67 name = "bitflags"
68 version = "0.8.0"
69 source = "registry+https://github.com/rust-lang/crates.io-index"
70
71 [[package]]
72 name = "bootstrap"
73 version = "0.0.0"
74 dependencies = [
75  "build_helper 0.1.0",
76  "cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
77  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
78  "gcc 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)",
79  "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
80  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
81  "num_cpus 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
82  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
83  "toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
84 ]
85
86 [[package]]
87 name = "build-manifest"
88 version = "0.1.0"
89 dependencies = [
90  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
91  "toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
92 ]
93
94 [[package]]
95 name = "build_helper"
96 version = "0.1.0"
97 dependencies = [
98  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
99 ]
100
101 [[package]]
102 name = "cargotest2"
103 version = "0.1.0"
104
105 [[package]]
106 name = "clap"
107 version = "2.21.1"
108 source = "registry+https://github.com/rust-lang/crates.io-index"
109 dependencies = [
110  "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
111  "atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
112  "bitflags 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
113  "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
114  "term_size 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
115  "unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
116  "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
117  "vec_map 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
118 ]
119
120 [[package]]
121 name = "cmake"
122 version = "0.1.22"
123 source = "registry+https://github.com/rust-lang/crates.io-index"
124 dependencies = [
125  "gcc 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)",
126 ]
127
128 [[package]]
129 name = "collections"
130 version = "0.0.0"
131 dependencies = [
132  "alloc 0.0.0",
133  "core 0.0.0",
134  "std_unicode 0.0.0",
135 ]
136
137 [[package]]
138 name = "compiler_builtins"
139 version = "0.0.0"
140 dependencies = [
141  "build_helper 0.1.0",
142  "core 0.0.0",
143  "gcc 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)",
144 ]
145
146 [[package]]
147 name = "compiletest"
148 version = "0.0.0"
149 dependencies = [
150  "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
151  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
152  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
153  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
154 ]
155
156 [[package]]
157 name = "core"
158 version = "0.0.0"
159
160 [[package]]
161 name = "dtoa"
162 version = "0.4.1"
163 source = "registry+https://github.com/rust-lang/crates.io-index"
164
165 [[package]]
166 name = "env_logger"
167 version = "0.4.2"
168 source = "registry+https://github.com/rust-lang/crates.io-index"
169 dependencies = [
170  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
171  "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
172 ]
173
174 [[package]]
175 name = "error_index_generator"
176 version = "0.0.0"
177
178 [[package]]
179 name = "filetime"
180 version = "0.1.10"
181 source = "registry+https://github.com/rust-lang/crates.io-index"
182 dependencies = [
183  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
184 ]
185
186 [[package]]
187 name = "flate"
188 version = "0.0.0"
189 dependencies = [
190  "build_helper 0.1.0",
191  "gcc 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)",
192 ]
193
194 [[package]]
195 name = "fmt_macros"
196 version = "0.0.0"
197
198 [[package]]
199 name = "gcc"
200 version = "0.3.44"
201 source = "registry+https://github.com/rust-lang/crates.io-index"
202
203 [[package]]
204 name = "getopts"
205 version = "0.0.0"
206
207 [[package]]
208 name = "getopts"
209 version = "0.2.14"
210 source = "registry+https://github.com/rust-lang/crates.io-index"
211
212 [[package]]
213 name = "graphviz"
214 version = "0.0.0"
215
216 [[package]]
217 name = "handlebars"
218 version = "0.25.1"
219 source = "registry+https://github.com/rust-lang/crates.io-index"
220 dependencies = [
221  "lazy_static 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
222  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
223  "pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
224  "quick-error 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
225  "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
226  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
227  "serde_json 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)",
228 ]
229
230 [[package]]
231 name = "itoa"
232 version = "0.3.1"
233 source = "registry+https://github.com/rust-lang/crates.io-index"
234
235 [[package]]
236 name = "kernel32-sys"
237 version = "0.2.2"
238 source = "registry+https://github.com/rust-lang/crates.io-index"
239 dependencies = [
240  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
241  "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
242 ]
243
244 [[package]]
245 name = "lazy_static"
246 version = "0.2.4"
247 source = "registry+https://github.com/rust-lang/crates.io-index"
248
249 [[package]]
250 name = "libc"
251 version = "0.0.0"
252 dependencies = [
253  "core 0.0.0",
254 ]
255
256 [[package]]
257 name = "libc"
258 version = "0.2.21"
259 source = "registry+https://github.com/rust-lang/crates.io-index"
260
261 [[package]]
262 name = "linkchecker"
263 version = "0.1.0"
264
265 [[package]]
266 name = "log"
267 version = "0.3.7"
268 source = "registry+https://github.com/rust-lang/crates.io-index"
269
270 [[package]]
271 name = "mdbook"
272 version = "0.0.18"
273 source = "registry+https://github.com/rust-lang/crates.io-index"
274 dependencies = [
275  "clap 2.21.1 (registry+https://github.com/rust-lang/crates.io-index)",
276  "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
277  "handlebars 0.25.1 (registry+https://github.com/rust-lang/crates.io-index)",
278  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
279  "open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
280  "pulldown-cmark 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
281  "regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
282  "serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
283  "serde_json 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)",
284  "toml 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
285 ]
286
287 [[package]]
288 name = "memchr"
289 version = "1.0.1"
290 source = "registry+https://github.com/rust-lang/crates.io-index"
291 dependencies = [
292  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
293 ]
294
295 [[package]]
296 name = "num-traits"
297 version = "0.1.37"
298 source = "registry+https://github.com/rust-lang/crates.io-index"
299
300 [[package]]
301 name = "num_cpus"
302 version = "0.2.13"
303 source = "registry+https://github.com/rust-lang/crates.io-index"
304 dependencies = [
305  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
306 ]
307
308 [[package]]
309 name = "open"
310 version = "1.2.0"
311 source = "registry+https://github.com/rust-lang/crates.io-index"
312
313 [[package]]
314 name = "panic_abort"
315 version = "0.0.0"
316 dependencies = [
317  "core 0.0.0",
318  "libc 0.0.0",
319 ]
320
321 [[package]]
322 name = "panic_unwind"
323 version = "0.0.0"
324 dependencies = [
325  "alloc 0.0.0",
326  "core 0.0.0",
327  "libc 0.0.0",
328  "unwind 0.0.0",
329 ]
330
331 [[package]]
332 name = "pest"
333 version = "0.3.3"
334 source = "registry+https://github.com/rust-lang/crates.io-index"
335
336 [[package]]
337 name = "proc_macro"
338 version = "0.0.0"
339 dependencies = [
340  "syntax 0.0.0",
341 ]
342
343 [[package]]
344 name = "proc_macro_plugin"
345 version = "0.0.0"
346 dependencies = [
347  "rustc_plugin 0.0.0",
348  "syntax 0.0.0",
349  "syntax_pos 0.0.0",
350 ]
351
352 [[package]]
353 name = "pulldown-cmark"
354 version = "0.0.8"
355 source = "registry+https://github.com/rust-lang/crates.io-index"
356 dependencies = [
357  "bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
358  "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
359 ]
360
361 [[package]]
362 name = "qemu-test-client"
363 version = "0.1.0"
364
365 [[package]]
366 name = "qemu-test-server"
367 version = "0.1.0"
368
369 [[package]]
370 name = "quick-error"
371 version = "1.1.0"
372 source = "registry+https://github.com/rust-lang/crates.io-index"
373
374 [[package]]
375 name = "rand"
376 version = "0.0.0"
377 dependencies = [
378  "core 0.0.0",
379 ]
380
381 [[package]]
382 name = "regex"
383 version = "0.2.1"
384 source = "registry+https://github.com/rust-lang/crates.io-index"
385 dependencies = [
386  "aho-corasick 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
387  "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
388  "regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
389  "thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
390  "utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
391 ]
392
393 [[package]]
394 name = "regex-syntax"
395 version = "0.4.0"
396 source = "registry+https://github.com/rust-lang/crates.io-index"
397
398 [[package]]
399 name = "rls-data"
400 version = "0.1.0"
401 source = "registry+https://github.com/rust-lang/crates.io-index"
402 dependencies = [
403  "rls-span 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
404  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
405 ]
406
407 [[package]]
408 name = "rls-span"
409 version = "0.1.0"
410 source = "registry+https://github.com/rust-lang/crates.io-index"
411 dependencies = [
412  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
413 ]
414
415 [[package]]
416 name = "rustbook"
417 version = "0.1.0"
418 dependencies = [
419  "clap 2.21.1 (registry+https://github.com/rust-lang/crates.io-index)",
420  "mdbook 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
421 ]
422
423 [[package]]
424 name = "rustc"
425 version = "0.0.0"
426 dependencies = [
427  "arena 0.0.0",
428  "fmt_macros 0.0.0",
429  "graphviz 0.0.0",
430  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
431  "rustc_back 0.0.0",
432  "rustc_bitflags 0.0.0",
433  "rustc_const_math 0.0.0",
434  "rustc_data_structures 0.0.0",
435  "rustc_errors 0.0.0",
436  "rustc_llvm 0.0.0",
437  "serialize 0.0.0",
438  "syntax 0.0.0",
439  "syntax_pos 0.0.0",
440 ]
441
442 [[package]]
443 name = "rustc-main"
444 version = "0.0.0"
445 dependencies = [
446  "rustc_back 0.0.0",
447  "rustc_driver 0.0.0",
448  "rustdoc 0.0.0",
449 ]
450
451 [[package]]
452 name = "rustc-serialize"
453 version = "0.3.23"
454 source = "registry+https://github.com/rust-lang/crates.io-index"
455
456 [[package]]
457 name = "rustc_asan"
458 version = "0.0.0"
459 dependencies = [
460  "alloc_system 0.0.0",
461  "build_helper 0.1.0",
462  "cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
463  "core 0.0.0",
464 ]
465
466 [[package]]
467 name = "rustc_back"
468 version = "0.0.0"
469 dependencies = [
470  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
471  "serialize 0.0.0",
472  "syntax 0.0.0",
473 ]
474
475 [[package]]
476 name = "rustc_bitflags"
477 version = "0.0.0"
478
479 [[package]]
480 name = "rustc_borrowck"
481 version = "0.0.0"
482 dependencies = [
483  "graphviz 0.0.0",
484  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
485  "rustc 0.0.0",
486  "rustc_data_structures 0.0.0",
487  "rustc_errors 0.0.0",
488  "rustc_mir 0.0.0",
489  "syntax 0.0.0",
490  "syntax_pos 0.0.0",
491 ]
492
493 [[package]]
494 name = "rustc_const_eval"
495 version = "0.0.0"
496 dependencies = [
497  "arena 0.0.0",
498  "graphviz 0.0.0",
499  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
500  "rustc 0.0.0",
501  "rustc_back 0.0.0",
502  "rustc_const_math 0.0.0",
503  "rustc_data_structures 0.0.0",
504  "rustc_errors 0.0.0",
505  "syntax 0.0.0",
506  "syntax_pos 0.0.0",
507 ]
508
509 [[package]]
510 name = "rustc_const_math"
511 version = "0.0.0"
512 dependencies = [
513  "serialize 0.0.0",
514  "syntax 0.0.0",
515 ]
516
517 [[package]]
518 name = "rustc_data_structures"
519 version = "0.0.0"
520 dependencies = [
521  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
522  "serialize 0.0.0",
523 ]
524
525 [[package]]
526 name = "rustc_driver"
527 version = "0.0.0"
528 dependencies = [
529  "arena 0.0.0",
530  "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
531  "graphviz 0.0.0",
532  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
533  "proc_macro_plugin 0.0.0",
534  "rustc 0.0.0",
535  "rustc_back 0.0.0",
536  "rustc_borrowck 0.0.0",
537  "rustc_const_eval 0.0.0",
538  "rustc_data_structures 0.0.0",
539  "rustc_errors 0.0.0",
540  "rustc_incremental 0.0.0",
541  "rustc_lint 0.0.0",
542  "rustc_llvm 0.0.0",
543  "rustc_metadata 0.0.0",
544  "rustc_mir 0.0.0",
545  "rustc_passes 0.0.0",
546  "rustc_plugin 0.0.0",
547  "rustc_privacy 0.0.0",
548  "rustc_resolve 0.0.0",
549  "rustc_save_analysis 0.0.0",
550  "rustc_trans 0.0.0",
551  "rustc_typeck 0.0.0",
552  "serialize 0.0.0",
553  "syntax 0.0.0",
554  "syntax_ext 0.0.0",
555  "syntax_pos 0.0.0",
556 ]
557
558 [[package]]
559 name = "rustc_errors"
560 version = "0.0.0"
561 dependencies = [
562  "serialize 0.0.0",
563  "syntax_pos 0.0.0",
564 ]
565
566 [[package]]
567 name = "rustc_incremental"
568 version = "0.0.0"
569 dependencies = [
570  "graphviz 0.0.0",
571  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
572  "rustc 0.0.0",
573  "rustc_data_structures 0.0.0",
574  "serialize 0.0.0",
575  "syntax 0.0.0",
576  "syntax_pos 0.0.0",
577 ]
578
579 [[package]]
580 name = "rustc_lint"
581 version = "0.0.0"
582 dependencies = [
583  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
584  "rustc 0.0.0",
585  "rustc_back 0.0.0",
586  "rustc_const_eval 0.0.0",
587  "syntax 0.0.0",
588  "syntax_pos 0.0.0",
589 ]
590
591 [[package]]
592 name = "rustc_llvm"
593 version = "0.0.0"
594 dependencies = [
595  "build_helper 0.1.0",
596  "gcc 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)",
597  "rustc_bitflags 0.0.0",
598 ]
599
600 [[package]]
601 name = "rustc_lsan"
602 version = "0.0.0"
603 dependencies = [
604  "alloc_system 0.0.0",
605  "build_helper 0.1.0",
606  "cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
607  "core 0.0.0",
608 ]
609
610 [[package]]
611 name = "rustc_metadata"
612 version = "0.0.0"
613 dependencies = [
614  "flate 0.0.0",
615  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
616  "proc_macro 0.0.0",
617  "rustc 0.0.0",
618  "rustc_back 0.0.0",
619  "rustc_const_math 0.0.0",
620  "rustc_data_structures 0.0.0",
621  "rustc_errors 0.0.0",
622  "rustc_llvm 0.0.0",
623  "serialize 0.0.0",
624  "syntax 0.0.0",
625  "syntax_ext 0.0.0",
626  "syntax_pos 0.0.0",
627 ]
628
629 [[package]]
630 name = "rustc_mir"
631 version = "0.0.0"
632 dependencies = [
633  "graphviz 0.0.0",
634  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
635  "rustc 0.0.0",
636  "rustc_bitflags 0.0.0",
637  "rustc_const_eval 0.0.0",
638  "rustc_const_math 0.0.0",
639  "rustc_data_structures 0.0.0",
640  "syntax 0.0.0",
641  "syntax_pos 0.0.0",
642 ]
643
644 [[package]]
645 name = "rustc_msan"
646 version = "0.0.0"
647 dependencies = [
648  "alloc_system 0.0.0",
649  "build_helper 0.1.0",
650  "cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
651  "core 0.0.0",
652 ]
653
654 [[package]]
655 name = "rustc_passes"
656 version = "0.0.0"
657 dependencies = [
658  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
659  "rustc 0.0.0",
660  "rustc_const_eval 0.0.0",
661  "rustc_const_math 0.0.0",
662  "rustc_errors 0.0.0",
663  "syntax 0.0.0",
664  "syntax_pos 0.0.0",
665 ]
666
667 [[package]]
668 name = "rustc_platform_intrinsics"
669 version = "0.0.0"
670
671 [[package]]
672 name = "rustc_plugin"
673 version = "0.0.0"
674 dependencies = [
675  "rustc 0.0.0",
676  "rustc_back 0.0.0",
677  "rustc_errors 0.0.0",
678  "rustc_metadata 0.0.0",
679  "syntax 0.0.0",
680  "syntax_pos 0.0.0",
681 ]
682
683 [[package]]
684 name = "rustc_privacy"
685 version = "0.0.0"
686 dependencies = [
687  "rustc 0.0.0",
688  "syntax 0.0.0",
689  "syntax_pos 0.0.0",
690 ]
691
692 [[package]]
693 name = "rustc_resolve"
694 version = "0.0.0"
695 dependencies = [
696  "arena 0.0.0",
697  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
698  "rustc 0.0.0",
699  "rustc_errors 0.0.0",
700  "syntax 0.0.0",
701  "syntax_pos 0.0.0",
702 ]
703
704 [[package]]
705 name = "rustc_save_analysis"
706 version = "0.0.0"
707 dependencies = [
708  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
709  "rls-data 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
710  "rls-span 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
711  "rustc 0.0.0",
712  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
713  "syntax 0.0.0",
714  "syntax_pos 0.0.0",
715 ]
716
717 [[package]]
718 name = "rustc_trans"
719 version = "0.0.0"
720 dependencies = [
721  "flate 0.0.0",
722  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
723  "rustc 0.0.0",
724  "rustc_back 0.0.0",
725  "rustc_bitflags 0.0.0",
726  "rustc_const_eval 0.0.0",
727  "rustc_const_math 0.0.0",
728  "rustc_data_structures 0.0.0",
729  "rustc_errors 0.0.0",
730  "rustc_incremental 0.0.0",
731  "rustc_llvm 0.0.0",
732  "rustc_platform_intrinsics 0.0.0",
733  "serialize 0.0.0",
734  "syntax 0.0.0",
735  "syntax_pos 0.0.0",
736 ]
737
738 [[package]]
739 name = "rustc_tsan"
740 version = "0.0.0"
741 dependencies = [
742  "alloc_system 0.0.0",
743  "build_helper 0.1.0",
744  "cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
745  "core 0.0.0",
746 ]
747
748 [[package]]
749 name = "rustc_typeck"
750 version = "0.0.0"
751 dependencies = [
752  "arena 0.0.0",
753  "fmt_macros 0.0.0",
754  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
755  "rustc 0.0.0",
756  "rustc_back 0.0.0",
757  "rustc_const_eval 0.0.0",
758  "rustc_const_math 0.0.0",
759  "rustc_data_structures 0.0.0",
760  "rustc_errors 0.0.0",
761  "rustc_platform_intrinsics 0.0.0",
762  "syntax 0.0.0",
763  "syntax_pos 0.0.0",
764 ]
765
766 [[package]]
767 name = "rustdoc"
768 version = "0.0.0"
769 dependencies = [
770  "arena 0.0.0",
771  "build_helper 0.1.0",
772  "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
773  "gcc 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)",
774  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
775  "rustc 0.0.0",
776  "rustc_back 0.0.0",
777  "rustc_const_eval 0.0.0",
778  "rustc_data_structures 0.0.0",
779  "rustc_driver 0.0.0",
780  "rustc_errors 0.0.0",
781  "rustc_lint 0.0.0",
782  "rustc_metadata 0.0.0",
783  "rustc_resolve 0.0.0",
784  "rustc_trans 0.0.0",
785  "serialize 0.0.0",
786  "syntax 0.0.0",
787  "syntax_pos 0.0.0",
788 ]
789
790 [[package]]
791 name = "serde"
792 version = "0.9.11"
793 source = "registry+https://github.com/rust-lang/crates.io-index"
794
795 [[package]]
796 name = "serde_json"
797 version = "0.9.9"
798 source = "registry+https://github.com/rust-lang/crates.io-index"
799 dependencies = [
800  "dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
801  "itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
802  "num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
803  "serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
804 ]
805
806 [[package]]
807 name = "serialize"
808 version = "0.0.0"
809
810 [[package]]
811 name = "std"
812 version = "0.0.0"
813 dependencies = [
814  "alloc 0.0.0",
815  "alloc_jemalloc 0.0.0",
816  "alloc_system 0.0.0",
817  "build_helper 0.1.0",
818  "collections 0.0.0",
819  "compiler_builtins 0.0.0",
820  "core 0.0.0",
821  "gcc 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)",
822  "libc 0.0.0",
823  "panic_abort 0.0.0",
824  "panic_unwind 0.0.0",
825  "rand 0.0.0",
826  "rustc_asan 0.0.0",
827  "rustc_lsan 0.0.0",
828  "rustc_msan 0.0.0",
829  "rustc_tsan 0.0.0",
830  "std_unicode 0.0.0",
831  "unwind 0.0.0",
832 ]
833
834 [[package]]
835 name = "std_unicode"
836 version = "0.0.0"
837 dependencies = [
838  "core 0.0.0",
839 ]
840
841 [[package]]
842 name = "strsim"
843 version = "0.6.0"
844 source = "registry+https://github.com/rust-lang/crates.io-index"
845
846 [[package]]
847 name = "syntax"
848 version = "0.0.0"
849 dependencies = [
850  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
851  "rustc_bitflags 0.0.0",
852  "rustc_data_structures 0.0.0",
853  "rustc_errors 0.0.0",
854  "serialize 0.0.0",
855  "syntax_pos 0.0.0",
856 ]
857
858 [[package]]
859 name = "syntax_ext"
860 version = "0.0.0"
861 dependencies = [
862  "fmt_macros 0.0.0",
863  "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
864  "proc_macro 0.0.0",
865  "rustc_errors 0.0.0",
866  "syntax 0.0.0",
867  "syntax_pos 0.0.0",
868 ]
869
870 [[package]]
871 name = "syntax_pos"
872 version = "0.0.0"
873 dependencies = [
874  "serialize 0.0.0",
875 ]
876
877 [[package]]
878 name = "term"
879 version = "0.0.0"
880
881 [[package]]
882 name = "term_size"
883 version = "0.2.3"
884 source = "registry+https://github.com/rust-lang/crates.io-index"
885 dependencies = [
886  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
887  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
888  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
889 ]
890
891 [[package]]
892 name = "test"
893 version = "0.0.0"
894 dependencies = [
895  "getopts 0.0.0",
896  "term 0.0.0",
897 ]
898
899 [[package]]
900 name = "thread-id"
901 version = "3.0.0"
902 source = "registry+https://github.com/rust-lang/crates.io-index"
903 dependencies = [
904  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
905  "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
906 ]
907
908 [[package]]
909 name = "thread_local"
910 version = "0.3.3"
911 source = "registry+https://github.com/rust-lang/crates.io-index"
912 dependencies = [
913  "thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
914  "unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
915 ]
916
917 [[package]]
918 name = "tidy"
919 version = "0.1.0"
920
921 [[package]]
922 name = "toml"
923 version = "0.1.30"
924 source = "registry+https://github.com/rust-lang/crates.io-index"
925 dependencies = [
926  "rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
927 ]
928
929 [[package]]
930 name = "toml"
931 version = "0.3.1"
932 source = "registry+https://github.com/rust-lang/crates.io-index"
933 dependencies = [
934  "serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)",
935 ]
936
937 [[package]]
938 name = "unicode-segmentation"
939 version = "1.1.0"
940 source = "registry+https://github.com/rust-lang/crates.io-index"
941
942 [[package]]
943 name = "unicode-width"
944 version = "0.1.4"
945 source = "registry+https://github.com/rust-lang/crates.io-index"
946
947 [[package]]
948 name = "unreachable"
949 version = "0.1.1"
950 source = "registry+https://github.com/rust-lang/crates.io-index"
951 dependencies = [
952  "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
953 ]
954
955 [[package]]
956 name = "utf8-ranges"
957 version = "1.0.0"
958 source = "registry+https://github.com/rust-lang/crates.io-index"
959
960 [[package]]
961 name = "vec_map"
962 version = "0.7.0"
963 source = "registry+https://github.com/rust-lang/crates.io-index"
964
965 [[package]]
966 name = "void"
967 version = "1.0.2"
968 source = "registry+https://github.com/rust-lang/crates.io-index"
969
970 [[package]]
971 name = "winapi"
972 version = "0.2.8"
973 source = "registry+https://github.com/rust-lang/crates.io-index"
974
975 [[package]]
976 name = "winapi-build"
977 version = "0.1.1"
978 source = "registry+https://github.com/rust-lang/crates.io-index"
979
980 [metadata]
981 "checksum aho-corasick 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0638fd549427caa90c499814196d1b9e3725eb4d15d7339d6de073a680ed0ca2"
982 "checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6"
983 "checksum atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d912da0db7fa85514874458ca3651fe2cddace8d0b0505571dbdcd41ab490159"
984 "checksum bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4f67931368edf3a9a51d29886d245f1c3db2f1ef0dcc9e35ff70341b78c10d23"
985 "checksum bitflags 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e1ab483fc81a8143faa7203c4a3c02888ebd1a782e37e41fa34753ba9a162"
986 "checksum clap 2.21.1 (registry+https://github.com/rust-lang/crates.io-index)" = "74a80f603221c9cd9aa27a28f52af452850051598537bb6b359c38a7d61e5cda"
987 "checksum cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "d18d68987ed4c516dcc3e7913659bfa4076f5182eea4a7e0038bb060953e76ac"
988 "checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90"
989 "checksum env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e3856f1697098606fc6cb97a93de88ca3f3bc35bb878c725920e6e82ecf05e83"
990 "checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922"
991 "checksum gcc 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)" = "a32cd40070d7611ab76343dcb3204b2bb28c8a9450989a83a3d590248142f439"
992 "checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
993 "checksum handlebars 0.25.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b2249f6f0dc5a3bb2b3b1a8f797dfccbc4b053344d773d654ad565e51427d335"
994 "checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c"
995 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
996 "checksum lazy_static 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7291b1dd97d331f752620b02dfdbc231df7fc01bf282a00769e1cdb963c460dc"
997 "checksum libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "88ee81885f9f04bff991e306fea7c1c60a5f0f9e409e99f6b40e3311a3363135"
998 "checksum log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "5141eca02775a762cc6cd564d8d2c50f67c0ea3a372cbf1c51592b3e029e10ad"
999 "checksum mdbook 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "06a68e8738e42b38a02755d3ce5fa12d559e17acb238e4326cbc3cc056e65280"
1000 "checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
1001 "checksum num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "e1cbfa3781f3fe73dc05321bed52a06d2d491eaa764c52335cf4399f046ece99"
1002 "checksum num_cpus 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "cee7e88156f3f9e19bdd598f8d6c9db7bf4078f99f8381f43a55b09648d1a6e3"
1003 "checksum open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3478ed1686bd1300c8a981a940abc92b06fac9cbef747f4c668d4e032ff7b842"
1004 "checksum pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0a6dda33d67c26f0aac90d324ab2eb7239c819fc7b2552fe9faa4fe88441edc8"
1005 "checksum pulldown-cmark 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1058d7bb927ca067656537eec4e02c2b4b70eaaa129664c5b90c111e20326f41"
1006 "checksum quick-error 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0aad603e8d7fb67da22dbdf1f4b826ce8829e406124109e73cf1b2454b93a71c"
1007 "checksum regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4278c17d0f6d62dfef0ab00028feb45bd7d2102843f80763474eeb1be8a10c01"
1008 "checksum regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9191b1f57603095f105d317e375d19b1c9c5c3185ea9633a99a6dcbed04457"
1009 "checksum rls-data 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "af1dfff00189fd7b78edb9af131b0de703676c04fa8126aed77fd2c586775a4d"
1010 "checksum rls-span 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8656f7b850ac85fb204ef94318c641bbb15a32766e12f9a589a23e4c0fbc38db"
1011 "checksum rustc-serialize 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "684ce48436d6465300c9ea783b6b14c4361d6b8dcbb1375b486a69cc19e2dfb0"
1012 "checksum serde 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)" = "a702319c807c016e51f672e5c77d6f0b46afddd744b5e437d6b8436b888b458f"
1013 "checksum serde_json 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)" = "dbc45439552eb8fb86907a2c41c1fd0ef97458efb87ff7f878db466eb581824e"
1014 "checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
1015 "checksum term_size 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "07b6c1ac5b3fffd75073276bca1ceed01f67a28537097a2a9539e116e50fb21a"
1016 "checksum thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4437c97558c70d129e40629a5b385b3fb1ffac301e63941335e4d354081ec14a"
1017 "checksum thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c85048c6260d17cf486ceae3282d9fb6b90be220bf5b28c400f5485ffc29f0c7"
1018 "checksum toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "0590d72182e50e879c4da3b11c6488dae18fccb1ae0c7a3eda18e16795844796"
1019 "checksum toml 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3474f3c6eaf32eedb4f4a66a26214f020f828a6d96c37e38a35e3a379bbcfd11"
1020 "checksum unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18127285758f0e2c6cf325bb3f3d138a12fee27de4f23e146cd6a179f26c2cf3"
1021 "checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
1022 "checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"
1023 "checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
1024 "checksum vec_map 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8cdc8b93bd0198ed872357fb2e667f7125646b1762f16d60b2c96350d361897"
1025 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
1026 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1027 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"