summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add extra_data to FileDataThomas Voss 2026-03-041-8/+10
|
* Remove rustfmt.toml symlinksThomas Voss 2026-03-042-2/+0
|
* Run cargo fmtThomas Voss 2026-03-041-9/+10
|
* Use Cargo workspacesThomas Voss 2026-03-045-29/+23
|
* Bump lexopt to v0.3.2Thomas Voss 2026-03-042-1/+2
|
* Resolve TODOThomas Voss 2026-03-041-2/+2
|
* Big parser work + error recoveryThomas Voss 2026-03-044-293/+470
|
* Add a custom Debug impl for SubNodesThomas Voss 2026-03-031-1/+17
|
* Begin work on recoverable parsing errorsThomas Voss 2026-03-032-55/+207
|
* Fix commentsThomas Voss 2026-03-031-2/+2
|
* Silence compiler warningThomas Voss 2026-03-031-1/+1
|
* Support debug viewing the ASTThomas Voss 2026-03-031-0/+8
|
* Add a Git mailmapThomas Voss 2026-03-031-0/+1
|
* Add a .dir-locals.elThomas Voss 2026-03-031-0/+1
|
* Rename test fileThomas Voss 2026-03-031-0/+5
|
* Change the OryxError::new() signatureThomas Voss 2026-03-022-45/+28
|
* Update lexopt to 0.3.2Thomas Voss 2026-03-023-3/+4
|
* Add different error stylesThomas Voss 2026-03-022-1/+30
|
* Lock stderr before writing errorsThomas Voss 2026-03-021-10/+16
|
* Update test scriptThomas Voss 2026-03-021-13/+13
|
* Significantly improve lexer error reportingThomas Voss 2026-03-027-524/+306
|
* Do unqualified importsThomas Voss 2026-02-271-6/+7
|
* Remove unused AstNode typeThomas Voss 2026-02-271-1/+0
|
* GPL, baby!Thomas Voss 2026-02-271-0/+674
|
* Remove unused codeThomas Voss 2026-02-271-6/+0
|
* Print lexer tokens in debug modeThomas Voss 2026-02-271-1/+12
|
* Bad the input buffer with nul bytesThomas Voss 2026-02-272-2/+8
|
* Big work to the compiler job systemThomas Voss 2026-02-274-60/+111
|
* Remove \r from the set of line terminatorsThomas Voss 2026-02-241-1/+1
|
* Genesis commitThomas Voss 2026-02-2425-0/+4583