File tree
120 files changed
+934
-390
lines changed- src
- liballoc
- collections/btree
- libcore
- benches
- char
- char
- num
- task
- libproc_macro
- librustc
- dep_graph
- hir
- map
- ich
- infer
- canonical
- error_reporting/nice_region_error
- higher_ranked
- outlives
- lint
- session
- traits
- query
- specialize
- ty
- query
- librustc_codegen_llvm
- librustc_codegen_utils
- librustc_data_structures
- graph/scc
- owning_ref
- librustc_driver
- librustc_incremental/persist
- librustc_lint
- librustc_metadata
- librustc_mir
- borrow_check
- nll/type_check
- build
- expr
- matches
- hair
- cx
- pattern
- interpret
- librustc_passes
- librustc_resolve
- librustc_traits/lowering
- librustc_typeck
- check
- method
- outlives
- librustdoc
- clean
- html/static
- passes
- libstd
- collections/hash
- io
- net
- sys
- redox
- syscall
- unix
- thread
- libsyntax
- libsyntax_ext/deriving/generic
- test
- run-pass-fulldeps/auxiliary
- ui
- issues
- lint
- nll
- range
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
120 files changed
+934
-390
lines changedDiff for: src/Cargo.lock
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2278 | 2278 |
| |
2279 | 2279 |
| |
2280 | 2280 |
| |
| 2281 | + | |
2281 | 2282 |
| |
2282 | 2283 |
| |
2283 | 2284 |
| |
2284 | 2285 |
| |
2285 | 2286 |
| |
2286 | 2287 |
| |
| 2288 | + | |
2287 | 2289 |
| |
2288 | 2290 |
| |
2289 | 2291 |
| |
|
Diff for: src/liballoc/collections/btree/node.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
|
Diff for: src/liballoc/raw_vec.rs
+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/liballoc/string.rs
+9-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
618 | 618 |
| |
619 | 619 |
| |
620 | 620 |
| |
621 |
| - | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
622 | 630 |
| |
623 | 631 |
| |
624 | 632 |
| |
|
Diff for: src/libcore/benches/char/methods.rs
+42
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + |
Diff for: src/libcore/benches/char/mod.rs
+11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + |
Diff for: src/libcore/benches/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
|
Diff for: src/libcore/char/methods.rs
+17-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
132 | 140 |
| |
| 141 | + | |
133 | 142 |
| |
134 | 143 |
| |
135 | 144 |
| |
|
Diff for: src/libcore/intrinsics.rs
+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
672 | 672 |
| |
673 | 673 |
| |
674 | 674 |
| |
| 675 | + | |
| 676 | + | |
| 677 | + | |
675 | 678 |
| |
676 | 679 |
| |
677 | 680 |
| |
| |||
714 | 717 |
| |
715 | 718 |
| |
716 | 719 |
| |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
717 | 724 |
| |
718 | 725 |
| |
719 | 726 |
| |
|
Diff for: src/libcore/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
| 109 | + | |
109 | 110 |
| |
110 | 111 |
| |
111 | 112 |
| |
|
Diff for: src/libcore/mem.rs
+13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
146 | 159 |
| |
147 | 160 |
| |
148 | 161 |
| |
|
Diff for: src/libcore/num/f32.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
445 | 445 |
| |
446 | 446 |
| |
447 | 447 |
| |
448 |
| - | |
| 448 | + | |
449 | 449 |
| |
450 | 450 |
| |
451 | 451 |
| |
|
Diff for: src/libcore/task/wake.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
111 |
| - | |
| 111 | + | |
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
|
Diff for: src/liblibc
- .travis.yml-1
- Cargo.lock+3-3
- Cargo.toml+1
- build.rs+35
- libc-test/Cargo.toml+1-1
- libc-test/build.rs+21-3
- src/lib.rs+15-6
- src/redox/mod.rs+8-4
- src/switch.rs-12
- src/unix/bsd/apple/mod.rs+24
- src/unix/bsd/freebsdlike/dragonfly/mod.rs+2
- src/unix/bsd/freebsdlike/freebsd/mod.rs+34
- src/unix/bsd/freebsdlike/mod.rs+19
- src/unix/bsd/mod.rs+5
- src/unix/bsd/netbsdlike/mod.rs+11
- src/unix/bsd/netbsdlike/netbsd/aarch64.rs+7
- src/unix/bsd/netbsdlike/netbsd/arm.rs+7
- src/unix/bsd/netbsdlike/netbsd/mod.rs+9
- src/unix/bsd/netbsdlike/netbsd/powerpc.rs+6
- src/unix/bsd/netbsdlike/netbsd/x86_64.rs+8
- src/unix/bsd/netbsdlike/openbsdlike/bitrig/mod.rs+2
- src/unix/bsd/netbsdlike/openbsdlike/bitrig/x86_64.rs+8
- src/unix/bsd/netbsdlike/openbsdlike/mod.rs+7
- src/unix/bsd/netbsdlike/openbsdlike/openbsd/mod.rs+2
- src/unix/bsd/netbsdlike/openbsdlike/openbsd/x86_64.rs+8
- src/unix/mod.rs+1
- src/unix/notbsd/linux/mod.rs+99
- src/unix/notbsd/linux/other/mod.rs+14
- src/unix/uclibc/mips/mod.rs+2-2
- src/unix/uclibc/mod.rs+4
Diff for: src/libproc_macro/lib.rs
+6-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
535 | 535 |
| |
536 | 536 |
| |
537 | 537 |
| |
538 |
| - | |
| 538 | + | |
539 | 539 |
| |
540 | 540 |
| |
541 | 541 |
| |
| |||
730 | 730 |
| |
731 | 731 |
| |
732 | 732 |
| |
733 |
| - | |
| 733 | + | |
734 | 734 |
| |
735 | 735 |
| |
736 | 736 |
| |
| |||
788 | 788 |
| |
789 | 789 |
| |
790 | 790 |
| |
791 |
| - | |
| 791 | + | |
792 | 792 |
| |
793 | 793 |
| |
794 | 794 |
| |
| |||
947 | 947 |
| |
948 | 948 |
| |
949 | 949 |
| |
950 |
| - | |
| 950 | + | |
951 | 951 |
| |
952 | 952 |
| |
953 | 953 |
| |
| |||
1047 | 1047 |
| |
1048 | 1048 |
| |
1049 | 1049 |
| |
1050 |
| - | |
| 1050 | + | |
1051 | 1051 |
| |
1052 | 1052 |
| |
1053 | 1053 |
| |
| |||
1096 | 1096 |
| |
1097 | 1097 |
| |
1098 | 1098 |
| |
1099 |
| - | |
| 1099 | + | |
1100 | 1100 |
| |
1101 | 1101 |
| |
1102 | 1102 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Diff for: src/librustc/dep_graph/dep_node.rs
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
| |||
790 | 790 |
| |
791 | 791 |
| |
792 | 792 |
| |
793 |
| - | |
| 793 | + | |
794 | 794 |
| |
795 | 795 |
| |
796 | 796 |
| |
797 |
| - | |
| 797 | + | |
798 | 798 |
| |
799 | 799 |
| |
800 | 800 |
| |
|
Diff for: src/librustc/hir/def.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
|
Diff for: src/librustc/hir/intravisit.rs
+2-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
53 | 52 |
| |
54 | 53 |
| |
55 | 54 |
| |
| |||
1152 | 1151 |
| |
1153 | 1152 |
| |
1154 | 1153 |
| |
1155 |
| - | |
1156 |
| - | |
| 1154 | + | |
| 1155 | + | |
1157 | 1156 |
| |
1158 | 1157 |
| |
1159 | 1158 |
| |
|
Diff for: src/librustc/hir/lowering.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
588 | 588 |
| |
589 | 589 |
| |
590 | 590 |
| |
591 |
| - | |
| 591 | + | |
592 | 592 |
| |
593 | 593 |
| |
594 | 594 |
| |
| |||
616 | 616 |
| |
617 | 617 |
| |
618 | 618 |
| |
619 |
| - | |
| 619 | + | |
620 | 620 |
| |
621 | 621 |
| |
622 | 622 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 |
| - | |
| 104 | + | |
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
113 |
| - | |
| 113 | + | |
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
|
0 commit comments