File tree
90 files changed
+823
-430
lines changed- compiler
- rustc_borrowck/src
- rustc_codegen_cranelift/src
- rustc_codegen_gcc/src/intrinsic
- rustc_errors/src
- markdown
- rustc_feature/src
- rustc_hir_typeck/src/fn_ctxt
- rustc_middle/src/ty
- rustc_next_trait_solver/src
- solve
- assembly
- eval_ctxt
- normalizes_to
- rustc_passes
- src
- rustc_resolve/src
- rustc_trait_selection/src/traits
- rustc_type_ir/src
- library/core/src
- src/librustdoc/html
- tests
- crashes
- rustdoc/intra-doc
- ui
- attributes
- inline
- const-generics
- generic_const_exprs
- min_const_generics
- diagnostic_namespace/do_not_recommend
- higher-ranked/trait-bounds/normalize-under-binder
- parser
- pattern
- resolve
- traits
- next-solver/generalize
- winnowing
- typeck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
90 files changed
+823
-430
lines changedDiff for: compiler/rustc_borrowck/src/lib.rs
+33-29
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
334 | 334 |
| |
335 | 335 |
| |
336 | 336 |
| |
337 |
| - | |
338 |
| - | |
339 |
| - | |
340 |
| - | |
341 |
| - | |
342 |
| - | |
343 |
| - | |
344 |
| - | |
345 |
| - | |
346 |
| - | |
347 |
| - | |
348 |
| - | |
349 |
| - | |
350 |
| - | |
351 |
| - | |
352 |
| - | |
353 |
| - | |
354 |
| - | |
355 |
| - | |
356 |
| - | |
357 |
| - | |
358 |
| - | |
359 |
| - | |
360 |
| - | |
361 |
| - | |
362 |
| - | |
363 |
| - | |
364 |
| - | |
365 |
| - | |
| 337 | + | |
366 | 338 |
| |
367 | 339 |
| |
368 | 340 |
| |
| |||
2390 | 2362 |
| |
2391 | 2363 |
| |
2392 | 2364 |
| |
| 2365 | + | |
| 2366 | + | |
| 2367 | + | |
| 2368 | + | |
| 2369 | + | |
| 2370 | + | |
| 2371 | + | |
| 2372 | + | |
| 2373 | + | |
| 2374 | + | |
| 2375 | + | |
| 2376 | + | |
| 2377 | + | |
| 2378 | + | |
| 2379 | + | |
| 2380 | + | |
| 2381 | + | |
| 2382 | + | |
| 2383 | + | |
| 2384 | + | |
| 2385 | + | |
| 2386 | + | |
| 2387 | + | |
| 2388 | + | |
| 2389 | + | |
| 2390 | + | |
| 2391 | + | |
| 2392 | + | |
| 2393 | + | |
| 2394 | + | |
| 2395 | + | |
| 2396 | + | |
2393 | 2397 |
| |
2394 | 2398 |
| |
2395 | 2399 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
| 69 | + | |
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
|
Diff for: compiler/rustc_errors/src/emitter.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2523 | 2523 |
| |
2524 | 2524 |
| |
2525 | 2525 |
| |
2526 |
| - | |
| 2526 | + | |
2527 | 2527 |
| |
2528 | 2528 |
| |
2529 | 2529 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
346 | 346 |
| |
347 | 347 |
| |
348 | 348 |
| |
349 |
| - | |
| 349 | + | |
350 | 350 |
| |
351 | 351 |
| |
352 | 352 |
| |
|
Diff for: compiler/rustc_feature/src/accepted.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
| 181 | + | |
| 182 | + | |
181 | 183 |
| |
182 | 184 |
| |
183 | 185 |
| |
|
+2-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1187 | 1187 |
| |
1188 | 1188 |
| |
1189 | 1189 |
| |
1190 |
| - | |
| 1190 | + | |
1191 | 1191 |
| |
1192 |
| - | |
1193 |
| - | |
| 1192 | + | |
1194 | 1193 |
| |
1195 | 1194 |
| |
1196 | 1195 |
|
Diff for: compiler/rustc_feature/src/unstable.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
462 | 462 |
| |
463 | 463 |
| |
464 | 464 |
| |
465 |
| - | |
466 |
| - | |
467 | 465 |
| |
468 | 466 |
| |
469 | 467 |
| |
|
+14-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 | 149 |
| |
160 |
| - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
161 | 164 |
| |
162 | 165 |
| |
163 | 166 |
| |
| |||
1104 | 1107 |
| |
1105 | 1108 |
| |
1106 | 1109 |
| |
1107 |
| - | |
1108 | 1110 |
| |
1109 | 1111 |
| |
1110 | 1112 |
| |
|
+4-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1750 | 1750 |
| |
1751 | 1751 |
| |
1752 | 1752 |
| |
1753 |
| - | |
| 1753 | + | |
1754 | 1754 |
| |
1755 | 1755 |
| |
1756 |
| - | |
1757 | 1756 |
| |
1758 | 1757 |
| |
1759 | 1758 |
| |
| |||
1785 | 1784 |
| |
1786 | 1785 |
| |
1787 | 1786 |
| |
| 1787 | + | |
1788 | 1788 |
| |
1789 | 1789 |
| |
1790 | 1790 |
| |
1791 | 1791 |
| |
1792 |
| - | |
| 1792 | + | |
| 1793 | + | |
1793 | 1794 |
| |
1794 | 1795 |
| |
1795 | 1796 |
| |
|
Diff for: compiler/rustc_middle/src/ty/mod.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
971 | 971 |
| |
972 | 972 |
| |
973 | 973 |
| |
974 |
| - | |
| 974 | + | |
975 | 975 |
| |
976 | 976 |
| |
977 | 977 |
| |
|
0 commit comments