File tree
3,336 files changed
+1175
-324
lines changed- src
- bootstrap
- builder
- mk
- ci/docker
- asmjs
- test-various
- doc/unstable-book/src/language-features
- libcore/fmt
- librustc_ast_borrowck/borrowck
- librustc_typeck/check
- method
- libstd/thread
- libsyntax/ext/tt
- libsyntax_pos
- test
- run-pass
- auxiliary
- coherence/auxiliary
- consts/auxiliary
- macros
- auxiliary
- non_modrs_mods/some_crazy_attr_mod_dir/inner_modrs_mod
- rfcs
- rfc-2126-crate-paths
- rfc-2126-extern-absolute-paths
- auxiliary
- traits/auxiliary
- ui
- abi/issues
- allocator
- auxiliary
- array-slice-vec
- associated-consts
- auxiliary
- associated-types
- auxiliary
- autoref-autoderef
- auxiliary
- ui-fulldeps
- auxiliary
- mod_dir_simple
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
3,336 files changed
+1175
-324
lines changedDiff for: src/bootstrap/README.md
+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
59 |
| - | |
| 58 | + | |
| 59 | + | |
60 | 60 |
| |
61 |
| - | |
62 |
| - | |
| 61 | + | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| |||
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
218 |
| - | |
| 218 | + | |
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
|
Diff for: src/bootstrap/builder.rs
-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
371 | 371 |
| |
372 | 372 |
| |
373 | 373 |
| |
374 |
| - | |
375 | 374 |
| |
376 | 375 |
| |
377 | 376 |
| |
| |||
382 | 381 |
| |
383 | 382 |
| |
384 | 383 |
| |
385 |
| - | |
386 | 384 |
| |
387 | 385 |
| |
388 |
| - | |
389 | 386 |
| |
390 | 387 |
| |
391 | 388 |
| |
|
Diff for: src/bootstrap/builder/tests.rs
+1-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
629 | 629 |
| |
630 | 630 |
| |
631 | 631 |
| |
632 |
| - | |
633 | 632 |
| |
634 | 633 |
| |
635 | 634 |
| |
| |||
648 | 647 |
| |
649 | 648 |
| |
650 | 649 |
| |
651 |
| - | |
652 |
| - | |
| 650 | + | |
653 | 651 |
| |
654 | 652 |
| |
655 | 653 |
| |
656 |
| - | |
657 | 654 |
| |
658 | 655 |
|
Diff for: src/bootstrap/flags.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
330 | 330 |
| |
331 | 331 |
| |
332 | 332 |
| |
333 |
| - | |
| 333 | + | |
334 | 334 |
| |
335 | 335 |
| |
336 | 336 |
| |
|
Diff for: src/bootstrap/mk/Makefile.in
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
52 | 51 |
| |
53 | 52 |
| |
54 |
| - | |
55 | 53 |
| |
56 | 54 |
| |
57 | 55 |
| |
| |||
75 | 73 |
| |
76 | 74 |
| |
77 | 75 |
| |
78 |
| - | |
79 | 76 |
| |
80 |
| - | |
81 | 77 |
| |
82 | 78 |
| |
83 | 79 |
| |
|
Diff for: src/bootstrap/native.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
547 | 547 |
| |
548 | 548 |
| |
549 | 549 |
| |
550 |
| - | |
| 550 | + | |
551 | 551 |
| |
552 | 552 |
| |
553 | 553 |
| |
|
Diff for: src/bootstrap/test.rs
-20
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
820 | 820 |
| |
821 | 821 |
| |
822 | 822 |
| |
823 |
| - | |
824 |
| - | |
825 |
| - | |
826 |
| - | |
827 |
| - | |
828 |
| - | |
829 |
| - | |
830 | 823 |
| |
831 | 824 |
| |
832 | 825 |
| |
| |||
881 | 874 |
| |
882 | 875 |
| |
883 | 876 |
| |
884 |
| - | |
885 |
| - | |
886 |
| - | |
887 |
| - | |
888 |
| - | |
889 |
| - | |
890 | 877 |
| |
891 | 878 |
| |
892 | 879 |
| |
| |||
898 | 885 |
| |
899 | 886 |
| |
900 | 887 |
| |
901 |
| - | |
902 |
| - | |
903 |
| - | |
904 |
| - | |
905 |
| - | |
906 |
| - | |
907 |
| - | |
908 | 888 |
| |
909 | 889 |
| |
910 | 890 |
| |
|
Diff for: src/ci/docker/asmjs/Dockerfile
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
Diff for: src/ci/docker/test-various/Dockerfile
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
47 | 46 |
| |
48 | 47 |
| |
49 | 48 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
|
Diff for: src/libcore/fmt/mod.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2172 | 2172 |
| |
2173 | 2173 |
| |
2174 | 2174 |
| |
2175 |
| - | |
| 2175 | + | |
2176 | 2176 |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
747 | 747 |
| |
748 | 748 |
| |
749 | 749 |
| |
750 |
| - | |
| 750 | + | |
751 | 751 |
| |
752 | 752 |
| |
753 | 753 |
| |
| |||
763 | 763 |
| |
764 | 764 |
| |
765 | 765 |
| |
766 |
| - | |
| 766 | + | |
767 | 767 |
| |
768 | 768 |
| |
769 | 769 |
| |
|
Diff for: src/librustc_typeck/check/_match.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
|
Diff for: src/librustc_typeck/check/coercion.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
346 | 346 |
| |
347 | 347 |
| |
348 | 348 |
| |
349 |
| - | |
| 349 | + | |
350 | 350 |
| |
351 | 351 |
| |
352 | 352 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1394 | 1394 |
| |
1395 | 1395 |
| |
1396 | 1396 |
| |
1397 |
| - | |
| 1397 | + | |
1398 | 1398 |
| |
1399 | 1399 |
| |
1400 | 1400 |
| |
|
Diff for: src/librustc_typeck/check/mod.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
312 | 312 |
| |
313 | 313 |
| |
314 | 314 |
| |
315 |
| - | |
| 315 | + | |
316 | 316 |
| |
317 | 317 |
| |
318 | 318 |
| |
|
Diff for: src/libstd/thread/mod.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1742 | 1742 |
| |
1743 | 1743 |
| |
1744 | 1744 |
| |
1745 |
| - | |
| 1745 | + | |
1746 | 1746 |
| |
1747 | 1747 |
|
Diff for: src/libsyntax/ext/tt/macro_check.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
238 | 238 |
| |
239 | 239 |
| |
240 | 240 |
| |
241 |
| - | |
| 241 | + | |
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
|
Diff for: src/libsyntax_pos/hygiene.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
305 | 305 |
| |
306 | 306 |
| |
307 | 307 |
| |
308 |
| - | |
| 308 | + | |
309 | 309 |
| |
310 | 310 |
| |
311 | 311 |
| |
|
Diff for: src/test/run-pass/.gitattributes
-1
This file was deleted.
-22
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Diff for: src/test/run-pass/if-ret.stderr
-8
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments