| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use tabs in macro_rules | Thomas Voss | 2026-03-04 | 1 | -1/+1 |
| * | Introduce fdata_read!() and fdata_write!() | Thomas Voss | 2026-03-04 | 1 | -24/+26 |
| * | Use iter::once() instead of vec![e] | Thomas Voss | 2026-03-04 | 1 | -2/+5 |
| * | More work on the job system | Thomas Voss | 2026-03-04 | 1 | -10/+34 |
| * | Switch from Ordering::SeqCst to Ordering::Relaxed | Thomas Voss | 2026-03-04 | 1 | -3/+3 |
| * | Add extra_data to FileData | Thomas Voss | 2026-03-04 | 1 | -8/+10 |
| * | Begin work on recoverable parsing errors | Thomas Voss | 2026-03-03 | 1 | -5/+10 |
| * | Support debug viewing the AST | Thomas Voss | 2026-03-03 | 1 | -0/+8 |
| * | Significantly improve lexer error reporting | Thomas Voss | 2026-03-02 | 1 | -4/+22 |
| * | 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 | 1 | -1/+7 |
| * | Big work to the compiler job system | Thomas Voss | 2026-02-27 | 1 | -7/+52 |
| * | Genesis commit | Thomas Voss | 2026-02-24 | 1 | -0/+136 |