| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use iter::once() instead of vec![e] | Thomas Voss | 3 days | 1 | -2/+5 |
| * | More work on the job system | Thomas Voss | 3 days | 1 | -10/+34 |
| * | Switch from Ordering::SeqCst to Ordering::Relaxed | Thomas Voss | 3 days | 1 | -3/+3 |
| * | Add extra_data to FileData | Thomas Voss | 3 days | 1 | -8/+10 |
| * | Begin work on recoverable parsing errors | Thomas Voss | 4 days | 1 | -5/+10 |
| * | Support debug viewing the AST | Thomas Voss | 4 days | 1 | -0/+8 |
| * | Significantly improve lexer error reporting | Thomas Voss | 5 days | 1 | -4/+22 |
| * | Print lexer tokens in debug mode | Thomas Voss | 8 days | 1 | -1/+12 |
| * | Bad the input buffer with nul bytes | Thomas Voss | 8 days | 1 | -1/+7 |
| * | Big work to the compiler job system | Thomas Voss | 8 days | 1 | -7/+52 |
| * | Genesis commit | Thomas Voss | 11 days | 1 | -0/+136 |