| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Simplify code | Thomas Voss | 36 hours | 1 | -7/+4 |
| | | |||||
| * | Continue work on types and static analysis | Thomas Voss | 36 hours | 1 | -35/+145 |
| | | |||||
| * | Work on the symbol table | Thomas Voss | 2 days | 1 | -8/+9 |
| | | |||||
| * | Begin working on symbol resolution | Thomas Voss | 2 days | 1 | -8/+24 |
| | | |||||
| * | maybe race condition fix? | romir kulshrestha | 2 days | 1 | -0/+7 |
| | | |||||
| * | race condition fix | romir kulshrestha | 3 days | 1 | -0/+4 |
| | | |||||
| * | Spawn resolve jobs | Thomas Voss | 3 days | 1 | -8/+29 |
| | | |||||
| * | Move types into a prelude | Thomas Voss | 3 days | 1 | -3/+1 |
| | | |||||
| * | Unicode! | Thomas Voss | 3 days | 1 | -1/+1 |
| | | |||||
| * | Cargofmt | Thomas Voss | 3 days | 1 | -2/+4 |
| | | |||||
| * | docstrs | romir kulshrestha | 3 days | 1 | -9/+16 |
| | | |||||
| * | wake_all() util | romir kulshrestha | 3 days | 1 | -7/+7 |
| | | |||||
| * | multiline usage | romir kulshrestha | 3 days | 1 | -13/+10 |
| | | |||||
| * | vec supremacy | romir kulshrestha | 3 days | 1 | -33/+72 |
| | | |||||
| * | fix ordering bug | romir kulshrestha | 3 days | 1 | -2/+2 |
| | | |||||
| * | idio(ma)tic | romir kulshrestha | 3 days | 1 | -108/+85 |
| | | |||||
| * | Use tabs in macro_rules | Thomas Voss | 3 days | 1 | -1/+1 |
| | | | | | Apparently rustfmt doesn’t detect spaces vs tabs in macro_rules | ||||
| * | Introduce fdata_read!() and fdata_write!() | Thomas Voss | 3 days | 1 | -24/+26 |
| | | |||||
| * | 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 |