| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run cargo fmt | Thomas Voss | 2026-03-04 | 1 | -9/+10 |
| | | |||||
| * | Resolve TODO | Thomas Voss | 2026-03-04 | 1 | -2/+2 |
| | | |||||
| * | Big parser work + error recovery | Thomas Voss | 2026-03-04 | 3 | -285/+466 |
| | | |||||
| * | Add a custom Debug impl for SubNodes | Thomas Voss | 2026-03-03 | 1 | -1/+17 |
| | | |||||
| * | Begin work on recoverable parsing errors | Thomas Voss | 2026-03-03 | 2 | -55/+207 |
| | | |||||
| * | Fix comments | Thomas Voss | 2026-03-03 | 1 | -2/+2 |
| | | |||||
| * | Silence compiler warning | Thomas Voss | 2026-03-03 | 1 | -1/+1 |
| | | |||||
| * | Support debug viewing the AST | Thomas Voss | 2026-03-03 | 1 | -0/+8 |
| | | |||||
| * | Change the OryxError::new() signature | Thomas Voss | 2026-03-02 | 2 | -45/+28 |
| | | |||||
| * | Update lexopt to 0.3.2 | Thomas Voss | 2026-03-02 | 1 | -0/+1 |
| | | |||||
| * | Add different error styles | Thomas Voss | 2026-03-02 | 2 | -1/+30 |
| | | |||||
| * | Lock stderr before writing errors | Thomas Voss | 2026-03-02 | 1 | -10/+16 |
| | | |||||
| * | Significantly improve lexer error reporting | Thomas Voss | 2026-03-02 | 5 | -524/+298 |
| | | |||||
| * | Do unqualified imports | Thomas Voss | 2026-02-27 | 1 | -6/+7 |
| | | |||||
| * | Remove unused AstNode type | Thomas Voss | 2026-02-27 | 1 | -1/+0 |
| | | |||||
| * | Remove unused code | Thomas Voss | 2026-02-27 | 1 | -6/+0 |
| | | |||||
| * | Print lexer tokens in debug mode | Thomas Voss | 2026-02-27 | 1 | -1/+12 |
| | | |||||
| * | Bad the input buffer with nul bytes | Thomas Voss | 2026-02-27 | 2 | -2/+8 |
| | | |||||
| * | Big work to the compiler job system | Thomas Voss | 2026-02-27 | 4 | -60/+111 |
| | | |||||
| * | Remove \r from the set of line terminators | Thomas Voss | 2026-02-24 | 1 | -1/+1 |
| | | |||||
| * | Genesis commit | Thomas Voss | 2026-02-24 | 13 | -0/+3920 |