File tree
149 files changed
+1160
-1229
lines changed- compiler
- rustc_borrowck/src/type_check
- rustc_codegen_cranelift/src/intrinsics
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- debuginfo
- mir
- rustc_const_eval/src/check_consts
- rustc_hir_analysis/src
- check
- collect
- hir_ty_lowering
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src/infer
- canonical
- error_reporting
- relate
- snapshot
- rustc_middle/src
- mir
- traits
- ty
- consts
- print
- rustc_mir_build/src
- build/expr
- thir/pattern
- rustc_mir_transform/src
- rustc_monomorphize/src
- rustc_next_trait_solver/src
- rustc_pattern_analysis/src
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- rustc_smir/src
- rustc_internal
- rustc_smir
- convert
- rustc_symbol_mangling/src
- rustc_trait_selection/src
- solve
- eval_ctxt
- inspect
- normalizes_to
- traits
- error_reporting
- select
- rustc_transmute/src
- rustc_ty_utils/src
- rustc_type_ir/src
- src
- librustdoc
- clean
- html/render
- json
- passes
- rustdoc-json-types
- tools
- clippy
- clippy_lints/src
- matches
- clippy_utils/src
- jsondoclint/src
- miri/src/intrinsics
- tests
- crashes
- debuginfo
- mir-opt
- ui
- const-generics
- adt_const_params
- generic_const_exprs
- issues
- consts
- privacy
- rfcs/rfc-2632-const-trait-impl/effects
- type-alias-impl-trait
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
149 files changed
+1160
-1229
lines changed+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
346 | 346 |
| |
347 | 347 |
| |
348 | 348 |
| |
349 |
| - | |
| 349 | + | |
350 | 350 |
| |
351 | 351 |
| |
352 | 352 |
| |
| |||
1856 | 1856 |
| |
1857 | 1857 |
| |
1858 | 1858 |
| |
1859 |
| - | |
| 1859 | + | |
1860 | 1860 |
| |
1861 | 1861 |
| |
1862 | 1862 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
196 |
| - | |
| 196 | + | |
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
| |||
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
234 |
| - | |
| 234 | + | |
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
| 136 | + | |
136 | 137 |
| |
137 | 138 |
| |
138 | 139 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1201 | 1201 |
| |
1202 | 1202 |
| |
1203 | 1203 |
| |
| 1204 | + | |
1204 | 1205 |
| |
1205 | 1206 |
| |
1206 | 1207 |
| |
|
+38-33
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
693 | 693 |
| |
694 | 694 |
| |
695 | 695 |
| |
696 |
| - | |
697 |
| - | |
698 |
| - | |
699 |
| - | |
700 |
| - | |
701 |
| - | |
702 |
| - | |
703 |
| - | |
704 |
| - | |
705 |
| - | |
706 |
| - | |
707 |
| - | |
708 |
| - | |
709 |
| - | |
710 |
| - | |
711 |
| - | |
712 |
| - | |
713 |
| - | |
714 |
| - | |
715 |
| - | |
716 |
| - | |
717 |
| - | |
718 |
| - | |
719 |
| - | |
720 |
| - | |
721 |
| - | |
722 |
| - | |
723 |
| - | |
724 |
| - | |
725 |
| - | |
726 |
| - | |
727 |
| - | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
728 | 732 |
| |
729 | 733 |
| |
730 |
| - | |
| 734 | + | |
| 735 | + | |
731 | 736 |
| |
732 | 737 |
| |
733 | 738 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
357 | 357 |
| |
358 | 358 |
| |
359 | 359 |
| |
360 |
| - | |
| 360 | + | |
361 | 361 |
| |
362 | 362 |
| |
363 |
| - | |
| 363 | + | |
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
367 | 367 |
| |
368 |
| - | |
| 368 | + | |
369 | 369 |
| |
370 | 370 |
| |
371 | 371 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2198 | 2198 |
| |
2199 | 2199 |
| |
2200 | 2200 |
| |
2201 |
| - | |
2202 |
| - | |
2203 |
| - | |
2204 | 2201 |
| |
2205 | 2202 |
| |
2206 | 2203 |
| |
|
+2-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
396 | 396 |
| |
397 | 397 |
| |
398 | 398 |
| |
399 |
| - | |
400 |
| - | |
401 |
| - | |
402 |
| - | |
403 |
| - | |
404 |
| - | |
405 |
| - | |
406 |
| - | |
407 |
| - | |
408 |
| - | |
| 399 | + | |
| 400 | + | |
409 | 401 |
| |
410 | 402 |
| |
411 | 403 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
199 |
| - | |
| 199 | + | |
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
368 | 368 |
| |
369 | 369 |
| |
370 | 370 |
| |
371 |
| - | |
372 |
| - | |
373 |
| - | |
374 |
| - | |
375 |
| - | |
| 371 | + | |
376 | 372 |
| |
377 | 373 |
| |
378 | 374 |
| |
|
+23-31
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
| 114 | + | |
120 | 115 |
| |
121 | 116 |
| |
122 | 117 |
| |
| |||
439 | 434 |
| |
440 | 435 |
| |
441 | 436 |
| |
442 |
| - | |
| 437 | + | |
443 | 438 |
| |
444 | 439 |
| |
445 | 440 |
| |
446 | 441 |
| |
447 | 442 |
| |
448 | 443 |
| |
449 | 444 |
| |
450 |
| - | |
| 445 | + | |
451 | 446 |
| |
452 | 447 |
| |
453 | 448 |
| |
| |||
487 | 482 |
| |
488 | 483 |
| |
489 | 484 |
| |
490 |
| - | |
491 |
| - | |
492 |
| - | |
493 |
| - | |
494 |
| - | |
495 |
| - | |
| 485 | + | |
496 | 486 |
| |
497 | 487 |
| |
498 | 488 |
| |
| |||
511 | 501 |
| |
512 | 502 |
| |
513 | 503 |
| |
514 |
| - | |
| 504 | + | |
515 | 505 |
| |
516 | 506 |
| |
517 | 507 |
| |
| |||
548 | 538 |
| |
549 | 539 |
| |
550 | 540 |
| |
551 |
| - | |
| 541 | + | |
552 | 542 |
| |
553 | 543 |
| |
554 | 544 |
| |
| |||
557 | 547 |
| |
558 | 548 |
| |
559 | 549 |
| |
560 |
| - | |
| 550 | + | |
561 | 551 |
| |
562 | 552 |
| |
563 |
| - | |
| 553 | + | |
564 | 554 |
| |
565 | 555 |
| |
566 | 556 |
| |
| |||
1908 | 1898 |
| |
1909 | 1899 |
| |
1910 | 1900 |
| |
1911 |
| - | |
| 1901 | + | |
1912 | 1902 |
| |
1913 | 1903 |
| |
1914 | 1904 |
| |
| |||
1918 | 1908 |
| |
1919 | 1909 |
| |
1920 | 1910 |
| |
1921 |
| - | |
| 1911 | + | |
1922 | 1912 |
| |
1923 | 1913 |
| |
1924 |
| - | |
| 1914 | + | |
1925 | 1915 |
| |
1926 |
| - | |
| 1916 | + | |
1927 | 1917 |
| |
1928 | 1918 |
| |
1929 | 1919 |
| |
| |||
2139 | 2129 |
| |
2140 | 2130 |
| |
2141 | 2131 |
| |
2142 |
| - | |
| 2132 | + | |
2143 | 2133 |
| |
2144 | 2134 |
| |
2145 | 2135 |
| |
| |||
2170 | 2160 |
| |
2171 | 2161 |
| |
2172 | 2162 |
| |
2173 |
| - | |
| 2163 | + | |
2174 | 2164 |
| |
2175 | 2165 |
| |
2176 | 2166 |
| |
2177 |
| - | |
| 2167 | + | |
2178 | 2168 |
| |
2179 | 2169 |
| |
2180 |
| - | |
| 2170 | + | |
2181 | 2171 |
| |
2182 | 2172 |
| |
2183 |
| - | |
| 2173 | + | |
| 2174 | + | |
2184 | 2175 |
| |
2185 | 2176 |
| |
2186 | 2177 |
| |
| |||
2198 | 2189 |
| |
2199 | 2190 |
| |
2200 | 2191 |
| |
2201 |
| - | |
| 2192 | + | |
| 2193 | + | |
2202 | 2194 |
| |
2203 | 2195 |
| |
2204 | 2196 |
| |
2205 | 2197 |
| |
2206 | 2198 |
| |
2207 | 2199 |
| |
2208 |
| - | |
| 2200 | + | |
2209 | 2201 |
| |
2210 | 2202 |
| |
2211 |
| - | |
| 2203 | + | |
2212 | 2204 |
| |
2213 |
| - | |
| 2205 | + | |
2214 | 2206 |
| |
2215 | 2207 |
| |
2216 | 2208 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
146 |
| - | |
147 |
| - | |
148 |
| - | |
| 146 | + | |
| 147 | + | |
149 | 148 |
| |
150 | 149 |
| |
151 | 150 |
| |
|
Diff for: compiler/rustc_hir_typeck/src/demand.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
350 | 350 |
| |
351 | 351 |
| |
352 | 352 |
| |
353 |
| - | |
| 353 | + | |
354 | 354 |
| |
355 | 355 |
| |
356 | 356 |
| |
|
0 commit comments