File tree
311 files changed
+1930
-879
lines changed- compiler
- rustc_error_codes/src/error_codes
- rustc_errors/src
- rustc_hir_analysis
- src
- check
- collect/type_of
- rustc_hir_typeck/src
- fn_ctxt
- generator_interior
- rustc_infer/src/infer/error_reporting
- rustc_lint/src
- rustc_lint_defs/src
- rustc_middle/src
- mir
- traits
- ty
- print
- rustc_mir_dataflow/src/move_paths
- rustc_passes
- src
- rustc_serialize/src
- rustc_session/src
- rustc_trait_selection/src/traits/error_reporting
- library
- core/src
- ops
- std/src
- io
- os
- fd
- fortanix_sgx
- solid
- unix/io
- windows/io
- process
- sys/unix
- process
- sys_common
- src
- librustdoc/clean
- tools
- clippy
- clippy_utils/src/ty/type_certainty
- tests/ui
- crashes
- miri/tests/fail
- both_borrows
- function_calls
- intrinsics
- panic
- shims/fs
- stacked_borrows
- tree_borrows
- tests
- codegen/issues
- mir-opt
- building
- inline
- pre-codegen
- run-make/incr-foreign-head-span
- rustdoc
- ui
- asm
- aarch64
- x86_64
- async-await
- future-sizes
- issues
- return-type-notation
- block-result
- borrowck
- cast
- closure_context
- closures
- 2229_closure_analysis/match
- print
- coercion
- confuse-field-and-method
- const-generics/adt_const_params
- consts
- error-codes
- extern-flag
- functions-closures
- generator
- print
- generic-associated-types
- higher-ranked/trait-bounds
- impl-trait
- issues
- intrinsics
- issues
- auxiliary
- kindck
- lang-items
- lint
- large_assignments
- methods
- mismatched_types
- never_type
- nll
- panic-handler
- parser
- issues
- pattern
- print_type_sizes
- recursion
- rfcs
- rfc-2091-track-caller
- rfc-2396-target_feature-11
- rfc-2457-non-ascii-idents
- rfc-2632-const-trait-impl
- effects
- rust-2018
- span
- stats
- suggestions
- lifetimes
- traits
- new-solver
- ui-fulldeps/session-diagnostic
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
311 files changed
+1930
-879
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 |
| - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
155 | 160 |
| |
156 | 161 |
| |
157 | 162 |
| |
| |||
301 | 306 |
| |
302 | 307 |
| |
303 | 308 |
| |
| 309 | + | |
304 | 310 |
| |
305 | 311 |
| |
306 | 312 |
| |
|
Lines changed: 5 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
519 | 519 |
| |
520 | 520 |
| |
521 | 521 |
| |
522 |
| - | |
| 522 | + | |
523 | 523 |
| |
524 | 524 |
| |
525 | 525 |
| |
| |||
1719 | 1719 |
| |
1720 | 1720 |
| |
1721 | 1721 |
| |
1722 |
| - | |
| 1722 | + | |
1723 | 1723 |
| |
1724 | 1724 |
| |
1725 | 1725 |
| |
1726 |
| - | |
| 1726 | + | |
1727 | 1727 |
| |
1728 | 1728 |
| |
1729 |
| - | |
| 1729 | + | |
1730 | 1730 |
| |
1731 | 1731 |
| |
1732 |
| - | |
1733 |
| - | |
1734 |
| - | |
| 1732 | + | |
1735 | 1733 |
| |
1736 | 1734 |
| |
1737 | 1735 |
| |
|
Lines changed: 10 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
| |
273 |
| - | |
274 |
| - | |
| 273 | + | |
| 274 | + | |
275 | 275 |
| |
276 |
| - | |
277 |
| - | |
| 276 | + | |
| 277 | + | |
278 | 278 |
| |
279 |
| - | |
280 |
| - | |
| 279 | + | |
| 280 | + | |
281 | 281 |
| |
282 |
| - | |
283 |
| - | |
| 282 | + | |
| 283 | + | |
284 | 284 |
| |
285 |
| - | |
286 |
| - | |
| 285 | + | |
| 286 | + | |
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
|
Lines changed: 20 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| |||
1626 | 1626 |
| |
1627 | 1627 |
| |
1628 | 1628 |
| |
| 1629 | + | |
| 1630 | + | |
| 1631 | + | |
| 1632 | + | |
| 1633 | + | |
| 1634 | + | |
| 1635 | + | |
| 1636 | + | |
| 1637 | + | |
| 1638 | + | |
| 1639 | + | |
| 1640 | + | |
| 1641 | + | |
| 1642 | + | |
| 1643 | + | |
| 1644 | + | |
| 1645 | + | |
| 1646 | + | |
| 1647 | + | |
1629 | 1648 |
| |
1630 | 1649 |
| |
1631 | 1650 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
77 | 82 |
| |
78 | 83 |
| |
79 |
| - | |
| 84 | + | |
80 | 85 |
| |
81 | 86 |
| |
82 | 87 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
725 | 725 |
| |
726 | 726 |
| |
727 | 727 |
| |
| 728 | + | |
| 729 | + | |
| 730 | + | |
728 | 731 |
| |
729 | 732 |
| |
730 | 733 |
| |
| |||
735 | 738 |
| |
736 | 739 |
| |
737 | 740 |
| |
738 |
| - | |
739 | 741 |
| |
740 | 742 |
| |
741 | 743 |
| |
742 | 744 |
| |
743 | 745 |
| |
744 | 746 |
| |
745 | 747 |
| |
746 |
| - | |
747 | 748 |
| |
748 | 749 |
| |
749 | 750 |
| |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
525 | 525 |
| |
526 | 526 |
| |
527 | 527 |
| |
528 |
| - | |
| 528 | + | |
529 | 529 |
| |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
530 | 536 |
| |
531 | 537 |
| |
532 | 538 |
| |
|
Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
664 | 664 |
| |
665 | 665 |
| |
666 | 666 |
| |
667 |
| - | |
668 |
| - | |
669 |
| - | |
670 |
| - | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
671 | 673 |
| |
672 | 674 |
| |
673 | 675 |
| |
|
Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
518 | 518 |
| |
519 | 519 |
| |
520 | 520 |
| |
521 |
| - | |
522 |
| - | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
523 | 530 |
| |
524 | 531 |
| |
525 | 532 |
| |
|
Lines changed: 14 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
276 |
| - | |
277 |
| - | |
278 |
| - | |
279 |
| - | |
280 |
| - | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
281 | 290 |
| |
282 | 291 |
| |
283 | 292 |
| |
|
Lines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
| |||
188 | 189 |
| |
189 | 190 |
| |
190 | 191 |
| |
| 192 | + | |
191 | 193 |
| |
192 | 194 |
| |
193 | 195 |
| |
| |||
214 | 216 |
| |
215 | 217 |
| |
216 | 218 |
| |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
217 | 229 |
| |
218 | 230 |
| |
219 | 231 |
| |
|
Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| 44 | + | |
44 | 45 |
| |
45 | 46 |
| |
46 | 47 |
| |
| |||
295 | 296 |
| |
296 | 297 |
| |
297 | 298 |
| |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
298 | 313 |
| |
299 | 314 |
| |
300 | 315 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1616 | 1616 |
| |
1617 | 1617 |
| |
1618 | 1618 |
| |
1619 |
| - | |
| 1619 | + | |
1620 | 1620 |
| |
1621 | 1621 |
| |
1622 | 1622 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
38 | 37 |
| |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
844 | 844 |
| |
845 | 845 |
| |
846 | 846 |
| |
847 |
| - | |
848 | 847 |
| |
| 848 | + | |
849 | 849 |
| |
850 | 850 |
| |
851 | 851 |
| |
| |||
1669 | 1669 |
| |
1670 | 1670 |
| |
1671 | 1671 |
| |
1672 |
| - | |
1673 | 1672 |
| |
| 1673 | + | |
1674 | 1674 |
| |
1675 | 1675 |
| |
1676 | 1676 |
| |
| |||
1804 | 1804 |
| |
1805 | 1805 |
| |
1806 | 1806 |
| |
1807 |
| - | |
1808 | 1807 |
| |
| 1808 | + | |
1809 | 1809 |
| |
1810 | 1810 |
| |
1811 | 1811 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
48 | 49 |
| |
49 | 50 |
| |
50 | 51 |
| |
| 52 | + | |
51 | 53 |
| |
52 | 54 |
| |
53 | 55 |
| |
|
0 commit comments