summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Work on the symbol tableThomas Voss 2026-03-054-17/+52
|
* Comment out intern for nowThomas Voss 2026-03-051-1/+1
|
* Use a boxcar in the internerThomas Voss 2026-03-053-4/+12
|
* Remove commented out importThomas Voss 2026-03-051-1/+0
|
* Begin working on symbol resolutionThomas Voss 2026-03-046-36/+245
|
* Update package nameThomas Voss 2026-03-041-1/+1
|
* maybe race condition fix?romir kulshrestha 2026-03-042-0/+8
|
* 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-044-31/+34
|
* Unicode!Thomas Voss 2026-03-041-1/+1
|
* Add required castsThomas Voss 2026-03-041-2/+2
|
* CargofmtThomas Voss 2026-03-041-2/+4
|
* Merge pull request #1 from romirk/romirk/miscThomas Voss 2026-03-045-293/+339
|\ | | | | vec supremacy
| * Merge branch 'master' into romirk/miscThomas Voss 2026-03-041-59/+127
| |\ | |/ |/|
* | Construct funcalls properlyThomas Voss 2026-03-041-3/+2
| |
* | Minor refactorThomas Voss 2026-03-041-5/+3
| |
* | Rework node spanningThomas Voss 2026-03-041-52/+123
| |
| * docstrsromir kulshrestha 2026-03-041-9/+16
| |
| * wake_all() utilromir kulshrestha 2026-03-041-7/+7
| |
| * multiline usageromir kulshrestha 2026-03-043-19/+36
| |
| * vec supremacyromir kulshrestha 2026-03-043-122/+72
| |
| * fix ordering bugromir kulshrestha 2026-03-041-2/+2
| |
| * idio(ma)ticromir kulshrestha 2026-03-042-110/+87
| |
| * less retarded cli argsromir kulshrestha 2026-03-045-79/+174
|/
* Add a FIXMEThomas Voss 2026-03-041-0/+2
|
* Fix commentThomas Voss 2026-03-041-1/+1
|
* Create the root nodeThomas Voss 2026-03-041-12/+23
|
* Use tabs in macro_rulesThomas Voss 2026-03-042-8/+8
| | | | Apparently rustfmt doesn’t detect spaces vs tabs in macro_rules
* Spam scratch guards everywhereThomas Voss 2026-03-041-71/+78
|
* Remove use of unwrap()Thomas Voss 2026-03-041-5/+10
|
* RustfmtThomas Voss 2026-03-042-5/+5
|
* Better handling of -s/--error-styleThomas Voss 2026-03-042-9/+9
|
* Add preliminary root nodeThomas Voss 2026-03-041-2/+7
|
* Minor style changesThomas Voss 2026-03-042-15/+16
|
* 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
|
* Remove rustfmt.toml symlinksThomas Voss 2026-03-042-2/+0
|
* Run cargo fmtThomas Voss 2026-03-041-9/+10
|
* Use Cargo workspacesThomas Voss 2026-03-045-29/+23
|
* Bump lexopt to v0.3.2Thomas Voss 2026-03-042-1/+2
|
* Resolve TODOThomas Voss 2026-03-041-2/+2
|
* Big parser work + error recoveryThomas Voss 2026-03-044-293/+470
|
* Add a custom Debug impl for SubNodesThomas Voss 2026-03-031-1/+17
|
* Begin work on recoverable parsing errorsThomas Voss 2026-03-032-55/+207
|
* Fix commentsThomas Voss 2026-03-031-2/+2
|
* Silence compiler warningThomas Voss 2026-03-031-1/+1
|