File tree
102 files changed
+1311
-215
lines changed- src
- liballoc
- collections
- libcore/slice
- libproc_macro
- librustc
- hir/map
- mir
- traits
- ty
- librustc_builtin_macros/deriving/generic
- librustc_codegen_llvm
- librustc_expand
- librustc_infer
- infer
- error_reporting/nice_region_error
- region_constraints
- traits
- librustc_lint
- librustc_metadata/rmeta
- librustc_mir
- borrow_check
- diagnostics
- region_infer
- dataflow
- move_paths
- interpret
- monomorphize
- transform
- util
- librustc_mir_build
- build
- matches
- hair
- cx
- pattern
- librustc_parse/parser
- librustc_resolve
- late
- librustc_save_analysis
- librustc_session
- librustc_span
- librustc_ty
- librustc_typeck
- check
- method
- outlives
- librustdoc
- libstd
- collections/hash
- io
- sync
- test/ui
- blind
- issues
- auxiliary
- match
- or-patterns
- parser
- pattern/bindings-after-at
- rfc-2005-default-binding-mode
- suggestions
- type/ascription
- tools/unicode-table-generator/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
102 files changed
+1311
-215
lines changedDiff for: src/liballoc/collections/linked_list.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
959 | 959 |
| |
960 | 960 |
| |
961 | 961 |
| |
962 |
| - | |
| 962 | + | |
963 | 963 |
| |
964 | 964 |
| |
965 | 965 |
| |
|
Diff for: src/liballoc/vec.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1659 | 1659 |
| |
1660 | 1660 |
| |
1661 | 1661 |
| |
1662 |
| - | |
| 1662 | + | |
1663 | 1663 |
| |
1664 | 1664 |
| |
1665 | 1665 |
| |
|
Diff for: src/libcore/slice/mod.rs
+8-22
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
| 106 | + | |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 |
| - | |
| 124 | + | |
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
| 142 | + | |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
| 162 | + | |
168 | 163 |
| |
169 | 164 |
| |
170 | 165 |
| |
| |||
182 | 177 |
| |
183 | 178 |
| |
184 | 179 |
| |
185 |
| - | |
186 |
| - | |
| 180 | + | |
187 | 181 |
| |
188 | 182 |
| |
189 | 183 |
| |
| |||
203 | 197 |
| |
204 | 198 |
| |
205 | 199 |
| |
206 |
| - | |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
211 |
| - | |
212 |
| - | |
| 200 | + | |
213 | 201 |
| |
214 | 202 |
| |
215 | 203 |
| |
| |||
226 | 214 |
| |
227 | 215 |
| |
228 | 216 |
| |
229 |
| - | |
230 |
| - | |
| 217 | + | |
231 | 218 |
| |
232 | 219 |
| |
233 | 220 |
| |
| |||
245 | 232 |
| |
246 | 233 |
| |
247 | 234 |
| |
248 |
| - | |
249 |
| - | |
| 235 | + | |
250 | 236 |
| |
251 | 237 |
| |
252 | 238 |
| |
|
Diff for: src/libproc_macro/diagnostic.rs
+7-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
65 | 67 |
| |
66 | 68 |
| |
67 | 69 |
| |
| |||
74 | 76 |
| |
75 | 77 |
| |
76 | 78 |
| |
77 |
| - | |
| 79 | + | |
78 | 80 |
| |
79 | 81 |
| |
80 | 82 |
| |
| |||
96 | 98 |
| |
97 | 99 |
| |
98 | 100 |
| |
99 |
| - | |
| 101 | + | |
100 | 102 |
| |
101 | 103 |
| |
102 | 104 |
| |
| |||
107 | 109 |
| |
108 | 110 |
| |
109 | 111 |
| |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
| 112 | + | |
116 | 113 |
| |
117 | 114 |
| |
118 | 115 |
| |
|
Diff for: src/librustc/hir/map/definitions.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
192 | 192 |
| |
193 | 193 |
| |
194 | 194 |
| |
195 |
| - | |
| 195 | + | |
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
|
Diff for: src/librustc/mir/mod.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1446 | 1446 |
| |
1447 | 1447 |
| |
1448 | 1448 |
| |
1449 |
| - | |
| 1449 | + | |
1450 | 1450 |
| |
1451 | 1451 |
| |
1452 | 1452 |
| |
|
Diff for: src/librustc/mir/mono.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
258 | 258 |
| |
259 | 259 |
| |
260 | 260 |
| |
261 |
| - | |
| 261 | + | |
262 | 262 |
| |
263 | 263 |
| |
264 | 264 |
| |
|
Diff for: src/librustc/traits/structural_impls.rs
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
532 | 532 |
| |
533 | 533 |
| |
534 | 534 |
| |
535 |
| - | |
536 |
| - | |
537 |
| - | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
538 | 538 |
| |
539 | 539 |
| |
540 | 540 |
| |
|
Diff for: src/librustc/ty/context.rs
+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2256 | 2256 |
| |
2257 | 2257 |
| |
2258 | 2258 |
| |
2259 |
| - | |
| 2259 | + | |
2260 | 2260 |
| |
2261 | 2261 |
| |
2262 | 2262 |
| |
2263 | 2263 |
| |
2264 |
| - | |
| 2264 | + | |
2265 | 2265 |
| |
2266 | 2266 |
| |
2267 | 2267 |
| |
2268 | 2268 |
| |
2269 |
| - | |
| 2269 | + | |
2270 | 2270 |
| |
2271 | 2271 |
| |
2272 | 2272 |
| |
2273 | 2273 |
| |
2274 |
| - | |
| 2274 | + | |
2275 | 2275 |
| |
2276 | 2276 |
| |
2277 | 2277 |
| |
| |||
2393 | 2393 |
| |
2394 | 2394 |
| |
2395 | 2395 |
| |
2396 |
| - | |
| 2396 | + | |
2397 | 2397 |
| |
2398 | 2398 |
| |
2399 | 2399 |
| |
|
Diff for: src/librustc/ty/instance.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
241 | 241 |
| |
242 | 242 |
| |
243 | 243 |
| |
244 |
| - | |
| 244 | + | |
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
|
Diff for: src/librustc/ty/mod.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
370 | 370 |
| |
371 | 371 |
| |
372 | 372 |
| |
373 |
| - | |
| 373 | + | |
374 | 374 |
| |
375 | 375 |
| |
376 | 376 |
| |
| |||
2227 | 2227 |
| |
2228 | 2228 |
| |
2229 | 2229 |
| |
2230 |
| - | |
| 2230 | + | |
2231 | 2231 |
| |
2232 | 2232 |
| |
2233 | 2233 |
| |
|
+1-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
| 37 | + | |
41 | 38 |
| |
42 | 39 |
| |
43 | 40 |
| |
|
Diff for: src/librustc/ty/relate.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
290 |
| - | |
| 290 | + | |
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
| |||
303 | 303 |
| |
304 | 304 |
| |
305 | 305 |
| |
306 |
| - | |
| 306 | + | |
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
|
Diff for: src/librustc/ty/sty.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1193 | 1193 |
| |
1194 | 1194 |
| |
1195 | 1195 |
| |
1196 |
| - | |
| 1196 | + | |
1197 | 1197 |
| |
1198 | 1198 |
| |
1199 | 1199 |
| |
|
Diff for: src/librustc/ty/util.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
357 | 357 |
| |
358 | 358 |
| |
359 | 359 |
| |
360 |
| - | |
| 360 | + | |
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
482 | 482 |
| |
483 | 483 |
| |
484 | 484 |
| |
485 |
| - | |
| 485 | + | |
486 | 486 |
| |
487 | 487 |
| |
488 | 488 |
| |
|
Diff for: src/librustc_codegen_llvm/abi.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
151 |
| - | |
| 151 | + | |
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
|
Diff for: src/librustc_expand/base.rs
+26-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
121 | 146 |
| |
122 | 147 |
| |
123 | 148 |
| |
|
0 commit comments