summaryrefslogtreecommitdiff
path: root/src/source_unit.rs
Commit message (Expand)AuthorAge
* Ignore source units that have already been includedBen Bridle2025-03-08
* Show an error when a source file fails to parseBen Bridle2025-03-08
* Change namespace delimiter in symbol debug outputBen Bridle2025-02-27
* 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