Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Track related symbols in resolver | Ben Bridle | 2025-02-10 |
| | | | | | | | | As well as the already-implemented tracking of the existing definition of redefinitions, the resolver will now also track the definition that resolves each reference, and the references resolved by each definition. Instead of using tuples to hold this information, named wrapper structs have been created for each category. | ||
* | Import from the log and ansi crates once in the reports module | Ben Bridle | 2025-02-10 |
| | | | | This is tidier than duplicate imports in every file of the module. | ||
* | Move report-printing structs to separate module | Ben Bridle | 2025-02-10 |