summaryrefslogtreecommitdiff
path: root/src/source_unit.rs
Commit message (Expand)AuthorAge
* Definitions can only come from the same or a parent namespaceBen Bridle2025-02-10
* Support namespaces when resolving symbolsBen Bridle2025-02-08
* Fix displayed path when discovering librariesBen Bridle2025-02-08
* Implement basic namespace support for SymbolsBen Bridle2025-02-08
* Implement Copy, Clone, Debug for some typesBen Bridle2025-02-08
* Add logging to gather functionsBen Bridle2025-02-05
* Allow loading a source unit from a path with any extensionBen Bridle2025-02-05
* Implement source unit compilation, symbol resolution, error reportingBen Bridle2025-02-05