summaryrefslogtreecommitdiff
path: root/src/source.rs
AgeCommit message (Collapse)Author
2021-09-25Simplify source file loading logicLaurenz
2021-09-15Bugfix and tidyingLaurenz
2021-08-21Prune derivesLaurenz
2021-08-16Editable source filesLaurenz
2021-08-13Add file information to spansLaurenz
2021-08-10Minor refactoringsLaurenz
- Reorder parser methods and use `Pos` everywhere - Remove tab special handling for columns and adapt heading/list/enum indent handling - Don't panic when a file has an empty path
2021-08-09New source loading architectureLaurenz
2021-08-01Pretty-printed diagnostics with tracebackLaurenz