This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 4d0c5f3
authored
File tree
Expand file treeCollapse file tree
112 files changed
+9573
-2949
lines changedFilter options
- src/tools/rust-analyzer
- .github/workflows
- crates
- hir/src
- semantics
- hir-def/src
- expr_store
- macro_expansion_tests
- nameres
- hir-expand/src
- hir-ty/src
- diagnostics
- infer
- lower
- mir
- eval
- lower
- tests
- ide/src
- inlay_hints
- syntax_highlighting
- test_data
- ide-assists/src
- handlers
- tests
- ide-completion/src/completions
- ide-db/src
- ide-diagnostics/src
- handlers
- intern/src/symbol
- load-cargo/src
- project-model
- src
- test_data/output
- rust-analyzer
- src
- cli
- handlers
- lsp
- tests/slow-tests
- stdx/src
- syntax/src/ast
- test-fixture/src
- test-utils/src
- vfs/src
- vfs-notify/src
- docs/book
- src
- editors/code
- xtask/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
112 files changed
+9573
-2949
lines changedsrc/tools/rust-analyzer/.github/workflows/ci.yaml
Copy file name to clipboardExpand all lines: src/tools/rust-analyzer/.github/workflows/ci.yaml+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 |
| - |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
68 | 72 |
|
69 | 73 |
|
70 | 74 |
|
|
src/tools/rust-analyzer/Cargo.lock
Copy file name to clipboardExpand all lines: src/tools/rust-analyzer/Cargo.lock+12-12Lines changed: 12 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1514 | 1514 |
|
1515 | 1515 |
|
1516 | 1516 |
|
1517 |
| - |
| 1517 | + |
1518 | 1518 |
|
1519 |
| - |
| 1519 | + |
1520 | 1520 |
|
1521 | 1521 |
|
1522 | 1522 |
|
| ||
1525 | 1525 |
|
1526 | 1526 |
|
1527 | 1527 |
|
1528 |
| - |
| 1528 | + |
1529 | 1529 |
|
1530 |
| - |
| 1530 | + |
1531 | 1531 |
|
1532 | 1532 |
|
1533 | 1533 |
|
1534 | 1534 |
|
1535 | 1535 |
|
1536 | 1536 |
|
1537 | 1537 |
|
1538 |
| - |
| 1538 | + |
1539 | 1539 |
|
1540 |
| - |
| 1540 | + |
1541 | 1541 |
|
1542 | 1542 |
|
1543 | 1543 |
|
| ||
1546 | 1546 |
|
1547 | 1547 |
|
1548 | 1548 |
|
1549 |
| - |
| 1549 | + |
1550 | 1550 |
|
1551 |
| - |
| 1551 | + |
1552 | 1552 |
|
1553 | 1553 |
|
1554 | 1554 |
|
| ||
1557 | 1557 |
|
1558 | 1558 |
|
1559 | 1559 |
|
1560 |
| - |
| 1560 | + |
1561 | 1561 |
|
1562 |
| - |
| 1562 | + |
1563 | 1563 |
|
1564 | 1564 |
|
1565 | 1565 |
|
1566 | 1566 |
|
1567 | 1567 |
|
1568 | 1568 |
|
1569 | 1569 |
|
1570 |
| - |
| 1570 | + |
1571 | 1571 |
|
1572 |
| - |
| 1572 | + |
1573 | 1573 |
|
1574 | 1574 |
|
1575 | 1575 |
|
|
src/tools/rust-analyzer/Cargo.toml
Copy file name to clipboardExpand all lines: src/tools/rust-analyzer/Cargo.toml+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
|
src/tools/rust-analyzer/crates/hir-def/src/data.rs
Copy file name to clipboardExpand all lines: src/tools/rust-analyzer/crates/hir-def/src/data.rs+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
250 | 250 |
|
251 | 251 |
|
252 | 252 |
|
| 253 | + |
253 | 254 |
|
254 | 255 |
|
255 | 256 |
|
| ||
294 | 295 |
|
295 | 296 |
|
296 | 297 |
|
| 298 | + |
| 299 | + |
| 300 | + |
297 | 301 |
|
298 | 302 |
|
299 | 303 |
|
|
src/tools/rust-analyzer/crates/hir-def/src/dyn_map.rs
Copy file name to clipboardExpand all lines: src/tools/rust-analyzer/crates/hir-def/src/dyn_map.rs+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
35 |
| - |
36 |
| - |
| 34 | + |
| 35 | + |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
| 47 | + |
47 | 48 |
|
48 | 49 |
|
49 | 50 |
|
|
src/tools/rust-analyzer/crates/hir-def/src/expr_store.rs
Copy file name to clipboardExpand all lines: src/tools/rust-analyzer/crates/hir-def/src/expr_store.rs+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
112 | 112 |
|
113 | 113 |
|
114 | 114 |
|
115 |
| - |
| 115 | + |
116 | 116 |
|
117 |
| - |
| 117 | + |
118 | 118 |
|
119 | 119 |
|
120 | 120 |
|
| ||
606 | 606 |
|
607 | 607 |
|
608 | 608 |
|
609 |
| - |
| 609 | + |
610 | 610 |
|
611 | 611 |
|
612 | 612 |
|
613 | 613 |
|
614 |
| - |
| 614 | + |
615 | 615 |
|
616 | 616 |
|
617 | 617 |
|
| ||
633 | 633 |
|
634 | 634 |
|
635 | 635 |
|
636 |
| - |
| 636 | + |
637 | 637 |
|
638 | 638 |
|
639 | 639 |
|
|
src/tools/rust-analyzer/crates/hir-def/src/expr_store/lower.rs
Copy file name to clipboardExpand all lines: src/tools/rust-analyzer/crates/hir-def/src/expr_store/lower.rs+36-17Lines changed: 36 additions & 17 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
48 |
| - |
| 47 | + |
| 48 | + |
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
| ||
1784 | 1784 |
|
1785 | 1785 |
|
1786 | 1786 |
|
1787 |
| - |
| 1787 | + |
1788 | 1788 |
|
1789 | 1789 |
|
1790 | 1790 |
|
1791 | 1791 |
|
1792 |
| - |
1793 | 1792 |
|
1794 |
| - |
1795 |
| - |
1796 |
| - |
1797 |
| - |
| 1793 | + |
| 1794 | + |
| 1795 | + |
| 1796 | + |
| 1797 | + |
| 1798 | + |
| 1799 | + |
| 1800 | + |
| 1801 | + |
| 1802 | + |
| 1803 | + |
| 1804 | + |
| 1805 | + |
| 1806 | + |
| 1807 | + |
| 1808 | + |
| 1809 | + |
| 1810 | + |
| 1811 | + |
| 1812 | + |
1798 | 1813 |
|
1799 |
| - |
1800 |
| - |
1801 |
| - |
1802 |
| - |
1803 |
| - |
1804 | 1814 |
|
1805 | 1815 |
|
1806 | 1816 |
|
| ||
1863 | 1873 |
|
1864 | 1874 |
|
1865 | 1875 |
|
1866 |
| - |
| 1876 | + |
1867 | 1877 |
|
1868 | 1878 |
|
1869 | 1879 |
|
| ||
2490 | 2500 |
|
2491 | 2501 |
|
2492 | 2502 |
|
2493 |
| - |
| 2503 | + |
2494 | 2504 |
|
2495 | 2505 |
|
2496 | 2506 |
|
| ||
2502 | 2512 |
|
2503 | 2513 |
|
2504 | 2514 |
|
2505 |
| - |
| 2515 | + |
2506 | 2516 |
|
2507 | 2517 |
|
2508 | 2518 |
|
| ||
2526 | 2536 |
|
2527 | 2537 |
|
2528 | 2538 |
|
| 2539 | + |
| 2540 | + |
| 2541 | + |
| 2542 | + |
| 2543 | + |
| 2544 | + |
| 2545 | + |
| 2546 | + |
| 2547 | + |
2529 | 2548 |
|
2530 | 2549 |
|
2531 | 2550 |
|
2532 | 2551 |
|
2533 |
| - |
| 2552 | + |
2534 | 2553 |
|
2535 | 2554 |
|
2536 | 2555 |
|
|
src/tools/rust-analyzer/crates/hir-def/src/expr_store/pretty.rs
Copy file name to clipboardExpand all lines: src/tools/rust-analyzer/crates/hir-def/src/expr_store/pretty.rs+3-13Lines changed: 3 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
| 9 | + |
13 | 10 |
|
14 | 11 |
|
15 | 12 |
|
| ||
656 | 653 |
|
657 | 654 |
|
658 | 655 |
|
659 |
| - |
| 656 | + |
660 | 657 |
|
661 | 658 |
|
662 | 659 |
|
663 |
| - |
| 660 | + |
664 | 661 |
|
665 | 662 |
|
666 | 663 |
|
| ||
757 | 754 |
|
758 | 755 |
|
759 | 756 |
|
760 |
| - |
761 |
| - |
762 |
| - |
763 |
| - |
764 |
| - |
765 |
| - |
766 |
| - |
767 | 757 |
|
768 | 758 |
|
769 | 759 |
|
|
src/tools/rust-analyzer/crates/hir-def/src/expr_store/tests.rs
Copy file name to clipboardExpand all lines: src/tools/rust-analyzer/crates/hir-def/src/expr_store/tests.rs+43-2Lines changed: 43 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 |
| - |
8 |
| - |
9 | 8 |
|
10 | 9 |
|
11 | 10 |
|
| ||
460 | 459 |
|
461 | 460 |
|
462 | 461 |
|
| 462 | + |
| 463 | + |
| 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 | + |
| 493 | + |
| 494 | + |
| 495 | + |
| 496 | + |
| 497 | + |
| 498 | + |
| 499 | + |
| 500 | + |
| 501 | + |
| 502 | + |
| 503 | + |
0 commit comments