-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #16175 - Veykril:dummy-spans, r=Veykril
fix: Correctly set and mark the proc-macro spans This slows down analysis by 2-3s on self for me unfortunately (~2.5% slowdown) Noisy diff due to two simple refactoring in the first 2 commits. Relevant changes are [7d762d1](7d762d1) and [1e1113c](1e1113c) which introduce def site spans and correct marking for proc-macros respectively.
- nightly
- 2025-03-03
- 2025-02-24
- 2025-02-17
- 2025-02-10
- 2025-02-03
- 2025-01-28
- 2025-01-27
- 2025-01-20
- 2025-01-13
- 2025-01-08
- 2025-01-07
- 2025-01-06
- 2024-12-30
- 2024-12-23
- 2024-12-16
- 2024-12-09
- 2024-12-02
- 2024-11-25
- 2024-11-18
- 2024-11-11
- 2024-11-04
- 2024-10-28
- 2024-10-21
- 2024-10-14
- 2024-10-07
- 2024-09-30
- 2024-09-23
- 2024-09-16
- 2024-09-09
- 2024-09-02
- 2024-08-27
- 2024-08-26
- 2024-08-19
- 2024-08-12
- 2024-08-05
- 2024-07-29
- 2024-07-22
- 2024-07-15
- 2024-07-08
- 2024-07-01
- 2024-06-24
- 2024-06-17
- 2024-06-11
- 2024-06-10
- 2024-06-03
- 2024-05-27
- 2024-05-20
- 2024-05-13
- 2024-05-06
- 2024-04-29
- 2024-04-22
- 2024-04-15
- 2024-04-08
- 2024-04-01
- 2024-03-25
- 2024-03-18
- 2024-03-11
- 2024-03-04
- 2024-02-26
- 2024-02-19
- 2024-02-12
- 2024-02-05
- 2024-01-29
- 2024-01-22
- 2024-01-15
- 2024-01-08
- 2024-01-01
- 2023-12-25
Showing
25 changed files
with
333 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.