Commit 0d13f6a
File tree
Expand file treeCollapse file tree
19 files changed
+391
-93
lines changedFilter options
- compiler/rustc_typeck/src/check/method
- library
- core/src/convert
- std/src
- src
- bootstrap
- doc/rustdoc/src
- librustdoc
- html
- render
- static
- css
- themes
- js
- test
- run-make/rustdoc-scrape-examples-ordering/src
- ui/traits
Expand file treeCollapse file tree
19 files changed
+391
-93
lines changedcompiler/rustc_typeck/src/check/method/suggest.rs
Copy file name to clipboardExpand all lines: compiler/rustc_typeck/src/check/method/suggest.rs+8-2Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1880 | 1880 |
|
1881 | 1881 |
|
1882 | 1882 |
|
1883 |
| - |
1884 |
| - |
1885 | 1883 |
|
| 1884 | + |
| 1885 | + |
| 1886 | + |
| 1887 | + |
| 1888 | + |
| 1889 | + |
| 1890 | + |
| 1891 | + |
1886 | 1892 |
|
1887 | 1893 |
|
1888 | 1894 |
|
|
library/core/src/convert/mod.rs
Copy file name to clipboardExpand all lines: library/core/src/convert/mod.rs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
108 | 108 |
|
109 | 109 |
|
110 | 110 |
|
111 |
| - |
| 111 | + |
112 | 112 |
|
113 | 113 |
|
114 | 114 |
|
115 |
| - |
| 115 | + |
116 | 116 |
|
117 | 117 |
|
118 | 118 |
|
|
+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
132 | 132 |
|
133 | 133 |
|
134 | 134 |
|
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
135 | 145 |
|
136 | 146 |
|
137 | 147 |
|
|
+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
73 |
| - |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
74 | 78 |
|
75 | 79 |
|
76 | 80 |
|
|
src/doc/rustdoc/src/SUMMARY.md
Copy file name to clipboardExpand all lines: src/doc/rustdoc/src/SUMMARY.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
|
src/doc/rustdoc/src/scraped-examples.md
Copy file name to clipboard+55Lines changed: 55 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
src/librustdoc/html/render/context.rs
Copy file name to clipboardExpand all lines: src/librustdoc/html/render/context.rs+17-2Lines changed: 17 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
| 20 | + |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| ||
551 | 551 |
|
552 | 552 |
|
553 | 553 |
|
| 554 | + |
554 | 555 |
|
555 | 556 |
|
556 | 557 |
|
| ||
606 | 607 |
|
607 | 608 |
|
608 | 609 |
|
| 610 | + |
| 611 | + |
| 612 | + |
| 613 | + |
| 614 | + |
| 615 | + |
| 616 | + |
| 617 | + |
| 618 | + |
| 619 | + |
| 620 | + |
| 621 | + |
| 622 | + |
| 623 | + |
609 | 624 |
|
610 | 625 |
|
611 | 626 |
|
|
src/librustdoc/html/render/mod.rs
Copy file name to clipboardExpand all lines: src/librustdoc/html/render/mod.rs+35-1Lines changed: 35 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
| 78 | + |
78 | 79 |
|
79 | 80 |
|
| 81 | + |
80 | 82 |
|
81 | 83 |
|
82 | 84 |
|
| ||
460 | 462 |
|
461 | 463 |
|
462 | 464 |
|
| 465 | + |
| 466 | + |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
| 471 | + |
| 472 | + |
| 473 | + |
| 474 | + |
| 475 | + |
| 476 | + |
| 477 | + |
| 478 | + |
| 479 | + |
| 480 | + |
| 481 | + |
| 482 | + |
| 483 | + |
| 484 | + |
| 485 | + |
| 486 | + |
| 487 | + |
| 488 | + |
| 489 | + |
| 490 | + |
| 491 | + |
| 492 | + |
463 | 493 |
|
464 | 494 |
|
465 | 495 |
|
| ||
2743 | 2773 |
|
2744 | 2774 |
|
2745 | 2775 |
|
| 2776 | + |
2746 | 2777 |
|
| 2778 | + |
2747 | 2779 |
|
2748 | 2780 |
|
2749 | 2781 |
|
| ||
2795 | 2827 |
|
2796 | 2828 |
|
2797 | 2829 |
|
2798 |
| - |
| 2830 | + |
2799 | 2831 |
|
2800 | 2832 |
|
| 2833 | + |
2801 | 2834 |
|
2802 | 2835 |
|
2803 | 2836 |
|
| ||
2913 | 2946 |
|
2914 | 2947 |
|
2915 | 2948 |
|
| 2949 | + |
2916 | 2950 |
|
2917 | 2951 |
|
2918 | 2952 |
|
|
0 commit comments