summaryrefslogtreecommitdiff
path: root/src/loading
AgeCommit message (Collapse)Author
2022-03-14Knuth-Plass and MicroTypeLaurenz
2022-01-31Switch from `Rc` to `Arc`Laurenz
2022-01-24Export into rendered imagesLaurenz
2021-11-15Make clippy happier and remove `Str`Laurenz
2021-11-02Reduce namespace pollutionLaurenz
2021-09-30New default fontsLaurenz
2021-09-29Make file system loader serializableLaurenz
2021-08-21Prune derivesLaurenz
2021-08-18Memory loaderLaurenz
2021-08-13Fix bug on unix againLaurenz
2021-08-09New source loading architectureLaurenz
2021-08-01Pretty-printed diagnostics with tracebackLaurenz
2021-07-30Fatal errorsLaurenz
- Makes errors fatal, so that a phase is only reached when all previous phases were error-free - Parsing still recovers and can produce multiple errors - Evaluation fails fast and can thus produce only a single error (except for parse errors due to an import) - The single error that could occur during execution is removed for now - Removes Value::Error variant
2021-07-29Change derive orderLaurenz
2021-07-21Switch Loader from Option to io::ResultLaurenz
2021-07-21Fs builder methods + tidy upLaurenz
2021-07-21Main context structLaurenz
2021-07-20FileId instead of Path + FileHashLaurenz
2021-06-01Refactor path handlingLaurenz
2021-05-31Fix path hash bug on unixLaurenz
2021-05-31Test cases for include and importMartin Haug
2021-05-31Fix and improveLaurenz
- Set context location to resolved path during module evaluation. - Dump module diagnostics on import - Use same-file for more robustness than fs::canonicalize
2021-05-31Module loading systemLaurenz
Detects cyclic imports and loads each module only once per compilation.
2021-05-28Refactored loading and cache architectureLaurenz