File tree
57 files changed
+941
-546
lines changed- src
- bootstrap
- doc
- liballoc
- librustc
- hir
- ich
- infer/anon_types
- traits
- ty
- librustc_const_eval
- librustc_driver
- librustc_lint
- librustc_mir
- interpret
- monomorphize
- transform
- librustc_resolve
- librustc_save_analysis
- librustc_trans
- librustc_typeck
- check
- variance
- librustdoc
- clean
- libstd
- libsyntax
- parse
- print
- test
- auxiliary
- compile-fail
- borrowck
- run-pass
- borrowck
- rfc-2005-default-binding-mode
- rfc-2126-extern-absolute-paths
- auxiliary
- rfc-2175-or-if-while-let
- rustdoc
- auxiliary
- ui
- lint
- span
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+941
-546
lines changedDiff for: src/bootstrap/native.rs
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
313 | 313 |
| |
314 | 314 |
| |
315 | 315 |
| |
316 |
| - | |
| 316 | + | |
317 | 317 |
| |
318 | 318 |
| |
319 | 319 |
| |
| |||
326 | 326 |
| |
327 | 327 |
| |
328 | 328 |
| |
329 |
| - | |
| 329 | + | |
330 | 330 |
| |
331 | 331 |
| |
332 | 332 |
| |
| |||
353 | 353 |
| |
354 | 354 |
| |
355 | 355 |
| |
356 |
| - | |
| 356 | + | |
357 | 357 |
| |
358 | 358 |
| |
359 | 359 |
| |
|
Diff for: src/doc/book
- .travis.yml+1-1
- first-edition/book.toml+3
- first-edition/src/theme/first-edition.css+56
- first-edition/src/theme/header.hbs+27
- index.md+22-8
- redirects/getting-started.md+2-2
- redirects/release-channels.md+1-1
- second-edition/dictionary.txt+1
- second-edition/nostarch/chapter01.md+208-536
- second-edition/nostarch/chapter10.md+1-1
- second-edition/nostarch/chapter20.md+875-941
- second-edition/nostarch/introduction.md+169
- second-edition/src/SUMMARY.md+7-7
- second-edition/src/appendix-05-translation.md+1-1
- second-edition/src/appendix-07-nightly-rust.md+10-32
- second-edition/src/ch00-00-introduction.md+39-3
- second-edition/src/ch01-00-getting-started.md+12
- second-edition/src/ch01-01-installation.md+55-50
- second-edition/src/ch01-02-hello-world.md+50-302
- second-edition/src/ch01-03-hello-cargo.md+265
- second-edition/src/ch02-00-guessing-game-tutorial.md+1-1
- second-edition/src/ch10-02-traits.md+2-2
- second-edition/src/ch20-00-final-project-a-web-server.md+22-19
- second-edition/src/ch20-01-single-threaded.md+273-227
- second-edition/src/ch20-02-multithreaded.md+1.2k
- second-edition/src/ch20-02-slow-requests.md-110
- second-edition/src/ch20-03-designing-the-interface.md-284
- second-edition/src/ch20-03-graceful-shutdown-and-cleanup.md+128-124
- second-edition/src/ch20-04-storing-threads.md-248
- second-edition/src/ch20-05-sending-requests-via-channels.md-516
- second-edition/theme/index.hbs-276
Diff for: src/liballoc/boxed.rs
+1-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
359 | 359 |
| |
360 | 360 |
| |
361 | 361 |
| |
362 |
| - | |
363 |
| - | |
364 | 362 |
| |
365 | 363 |
| |
366 | 364 |
| |
| |||
372 | 370 |
| |
373 | 371 |
| |
374 | 372 |
| |
375 |
| - | |
376 |
| - | |
377 | 373 |
| |
378 | 374 |
| |
379 | 375 |
| |
380 | 376 |
| |
381 | 377 |
| |
382 | 378 |
| |
383 | 379 |
| |
384 |
| - | |
385 |
| - | |
| 380 | + | |
386 | 381 |
| |
387 | 382 |
| |
388 | 383 |
| |
|
Diff for: src/librustc/hir/lowering.rs
+6-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2956 | 2956 |
| |
2957 | 2957 |
| |
2958 | 2958 |
| |
2959 |
| - | |
| 2959 | + | |
2960 | 2960 |
| |
2961 | 2961 |
| |
2962 | 2962 |
| |
| |||
2970 | 2970 |
| |
2971 | 2971 |
| |
2972 | 2972 |
| |
2973 |
| - | |
2974 |
| - | |
| 2973 | + | |
| 2974 | + | |
2975 | 2975 |
| |
2976 | 2976 |
| |
2977 | 2977 |
| |
| |||
3000 | 3000 |
| |
3001 | 3001 |
| |
3002 | 3002 |
| |
3003 |
| - | |
| 3003 | + | |
3004 | 3004 |
| |
3005 | 3005 |
| |
3006 | 3006 |
| |
| |||
3021 | 3021 |
| |
3022 | 3022 |
| |
3023 | 3023 |
| |
3024 |
| - | |
3025 |
| - | |
| 3024 | + | |
| 3025 | + | |
3026 | 3026 |
| |
3027 | 3027 |
| |
3028 | 3028 |
| |
|
Diff for: src/librustc/ich/impls_ty.rs
+13-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
60 |
| - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
61 | 72 |
| |
62 | 73 |
| |
63 | 74 |
| |
|
Diff for: src/librustc/infer/anon_types/mod.rs
+4-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
324 |
| - | |
| 324 | + | |
325 | 325 |
| |
326 | 326 |
| |
327 | 327 |
| |
| |||
466 | 466 |
| |
467 | 467 |
| |
468 | 468 |
| |
469 |
| - | |
| 469 | + | |
| 470 | + | |
470 | 471 |
| |
471 | 472 |
| |
472 | 473 |
| |
|
Diff for: src/librustc/traits/mod.rs
+7-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
| 76 | + | |
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
| 88 | + | |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
| 116 | + | |
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| |||
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
218 |
| - | |
| 218 | + | |
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
| |||
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
| |
307 |
| - | |
| 307 | + | |
308 | 308 |
| |
309 | 309 |
| |
310 | 310 |
| |
| |||
374 | 374 |
| |
375 | 375 |
| |
376 | 376 |
| |
377 |
| - | |
| 377 | + | |
378 | 378 |
| |
379 | 379 |
| |
380 | 380 |
| |
381 | 381 |
| |
382 | 382 |
| |
383 |
| - | |
| 383 | + | |
384 | 384 |
| |
385 | 385 |
| |
386 | 386 |
| |
|
0 commit comments