summaryrefslogtreecommitdiff
path: root/oryxc/src/compiler.rs
Commit message (Expand)AuthorAgeFilesLines
* maybe race condition fix?romir kulshrestha 2026-03-041-0/+7
* race condition fixromir kulshrestha 2026-03-041-0/+4
* Spawn resolve jobsThomas Voss 2026-03-041-8/+29
* Move types into a preludeThomas Voss 2026-03-041-3/+1
* Unicode!Thomas Voss 2026-03-041-1/+1
* CargofmtThomas Voss 2026-03-041-2/+4
* docstrsromir kulshrestha 2026-03-041-9/+16
* wake_all() utilromir kulshrestha 2026-03-041-7/+7
* multiline usageromir kulshrestha 2026-03-041-13/+10
* vec supremacyromir kulshrestha 2026-03-041-33/+72
* fix ordering bugromir kulshrestha 2026-03-041-2/+2
* idio(ma)ticromir kulshrestha 2026-03-041-108/+85
* Use tabs in macro_rulesThomas Voss 2026-03-041-1/+1
* Introduce fdata_read!() and fdata_write!()Thomas Voss 2026-03-041-24/+26
* Use iter::once() instead of vec![e]Thomas Voss 2026-03-041-2/+5
* More work on the job systemThomas Voss 2026-03-041-10/+34
* Switch from Ordering::SeqCst to Ordering::RelaxedThomas Voss 2026-03-041-3/+3
* Add extra_data to FileDataThomas Voss 2026-03-041-8/+10
* Begin work on recoverable parsing errorsThomas Voss 2026-03-031-5/+10
* Support debug viewing the ASTThomas Voss 2026-03-031-0/+8
* Significantly improve lexer error reportingThomas Voss 2026-03-021-4/+22
* Print lexer tokens in debug modeThomas Voss 2026-02-271-1/+12
* Bad the input buffer with nul bytesThomas Voss 2026-02-271-1/+7
* Big work to the compiler job systemThomas Voss 2026-02-271-7/+52
* Genesis commitThomas Voss 2026-02-241-0/+136