File tree
42 files changed
+400
-423
lines changed- compiler
- rustc_borrowck/src
- rustc_hir_analysis/src
- check
- coherence
- variance
- rustc_hir_typeck/src
- rustc_interface/src
- rustc_middle/src
- dep_graph
- hir/map
- query
- ty
- print
- rustc_mir_build/src/build
- rustc_mir_transform/src/inline
- rustc_monomorphize/src
- rustc_passes/src
- rustc_symbol_mangling/src
- src
- librustdoc
- tools/clippy/clippy_lints/src
- tests
- mir-opt
- ui
- associated-inherent-types/bugs
- borrowck
- closures/2229_closure_analysis/match
- lint
- rfc-2383-lint-reason
- unused
- liveness
- pattern/bindings-after-at
- privacy
- rfc-2565-param-attrs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+400
-423
lines changedDiff for: compiler/rustc_borrowck/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
| 127 | + | |
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
494 | 494 |
| |
495 | 495 |
| |
496 | 496 |
| |
497 |
| - | |
| 497 | + | |
498 | 498 |
| |
499 | 499 |
| |
500 | 500 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
158 |
| - | |
| 158 | + | |
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
| |||
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
254 |
| - | |
| 254 | + | |
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Diff for: compiler/rustc_hir_analysis/src/lib.rs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
496 | 496 |
| |
497 | 497 |
| |
498 | 498 |
| |
499 |
| - | |
500 |
| - | |
501 | 499 |
| |
502 | 500 |
| |
503 | 501 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
| 95 | + | |
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
|
Diff for: compiler/rustc_hir_typeck/src/lib.rs
-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 | 155 |
| |
160 | 156 |
| |
161 | 157 |
| |
| |||
479 | 475 |
| |
480 | 476 |
| |
481 | 477 |
| |
482 |
| - | |
483 | 478 |
| |
484 | 479 |
| |
485 | 480 |
| |
|
Diff for: compiler/rustc_interface/src/passes.rs
-21
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
761 | 761 |
| |
762 | 762 |
| |
763 | 763 |
| |
764 |
| - | |
765 |
| - | |
766 |
| - | |
767 |
| - | |
768 |
| - | |
769 |
| - | |
770 |
| - | |
771 |
| - | |
772 |
| - | |
773 |
| - | |
774 |
| - | |
775 |
| - | |
776 |
| - | |
777 |
| - | |
778 |
| - | |
779 |
| - | |
780 |
| - | |
781 |
| - | |
782 |
| - | |
783 |
| - | |
784 |
| - | |
785 | 764 |
| |
786 | 765 |
| |
787 | 766 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
367 |
| - | |
| 367 | + | |
368 | 368 |
| |
369 | 369 |
| |
370 | 370 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1217 | 1217 |
| |
1218 | 1218 |
| |
1219 | 1219 |
| |
1220 |
| - | |
| 1220 | + | |
1221 | 1221 |
| |
1222 | 1222 |
| |
1223 | 1223 |
| |
|
0 commit comments