File tree
40 files changed
+491
-298
lines changed- src
- bootstrap
- build_helper
- liballoc
- libcore/slice
- librustc
- hir
- infer
- canonical
- error_reporting
- nice_region_error
- lexical_region_resolve
- opaque_types
- region_constraints
- lint
- session
- ty
- librustc_asan
- librustc_data_structures
- librustc_resolve
- librustc_tsan
- librustc_typeck
- test
- run-pass/issues
- ui
- feature-gates
- impl-trait
- issues
- nll
- resolve
- rust-2018
- tools
40 files changed
+491
-298
lines changedDiff for: src/bootstrap/bootstrap.py
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
844 | 844 |
| |
845 | 845 |
| |
846 | 846 |
| |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
847 | 852 |
| |
848 | 853 |
| |
849 | 854 |
| |
|
Diff for: src/bootstrap/compile.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
252 |
| - | |
| 252 | + | |
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
|
Diff for: src/build_helper/lib.rs
+34-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
181 | 212 |
| |
182 | 213 |
| |
183 | 214 |
| |
| |||
229 | 260 |
| |
230 | 261 |
| |
231 | 262 |
| |
232 |
| - | |
| 263 | + | |
233 | 264 |
| |
234 | 265 |
| |
235 | 266 |
| |
| |||
242 | 273 |
| |
243 | 274 |
| |
244 | 275 |
| |
245 |
| - | |
246 |
| - | |
| 276 | + | |
| 277 | + | |
247 | 278 |
| |
248 | 279 |
| |
249 | 280 |
| |
|
Diff for: src/liballoc/boxed.rs
+13-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 |
| |
24 | 32 |
| |
25 | 33 |
| |
| |||
52 | 60 |
| |
53 | 61 |
| |
54 | 62 |
| |
| 63 | + | |
| 64 | + | |
| 65 | + | |
55 | 66 |
| |
56 | 67 |
| |
57 | 68 |
| |
|
Diff for: src/libcore/slice/mod.rs
+14-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| 37 | + | |
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
| |||
4080 | 4081 |
| |
4081 | 4082 |
| |
4082 | 4083 |
| |
| 4084 | + | |
| 4085 | + | |
| 4086 | + | |
4083 | 4087 |
| |
4084 | 4088 |
| |
4085 | 4089 |
| |
| |||
4101 | 4105 |
| |
4102 | 4106 |
| |
4103 | 4107 |
| |
| 4108 | + | |
4104 | 4109 |
| |
4105 | 4110 |
| |
4106 | 4111 |
| |
4107 | 4112 |
| |
| 4113 | + | |
| 4114 | + | |
4108 | 4115 |
| |
4109 | 4116 |
| |
4110 | 4117 |
| |
| |||
4114 | 4121 |
| |
4115 | 4122 |
| |
4116 | 4123 |
| |
4117 |
| - | |
4118 |
| - | |
| 4124 | + | |
| 4125 | + | |
| 4126 | + | |
| 4127 | + | |
4119 | 4128 |
| |
4120 | 4129 |
| |
4121 | 4130 |
| |
4122 | 4131 |
| |
4123 | 4132 |
| |
4124 | 4133 |
| |
4125 |
| - | |
| 4134 | + | |
| 4135 | + | |
| 4136 | + | |
4126 | 4137 |
| |
4127 | 4138 |
| |
4128 | 4139 |
| |
|
0 commit comments