summaryrefslogtreecommitdiff
path: root/oryxc/src
Commit message (Expand)AuthorAgeFilesLines
* Implement an arena-backed hash trieThomas Voss 2026-03-102-0/+220
* Wrap tests in moduleThomas Voss 2026-03-101-30/+33
* Style fixThomas Voss 2026-03-101-2/+2
* Mark funtions as publicThomas Voss 2026-03-101-2/+2
* Add the divrem (/%) operatorThomas Voss 2026-03-102-0/+10
* Remove the module declarationThomas Voss 2026-03-102-42/+0
* Parse module declarationsThomas Voss 2026-03-092-0/+43
* Fix lifetime parameterThomas Voss 2026-03-061-1/+1
* Add scoping for arenasThomas Voss 2026-03-061-17/+118
* Add local arenas to each threadThomas Voss 2026-03-062-18/+32
* Box<[_]> supremacyThomas Voss 2026-03-061-44/+34
* Merge branch 'arena'Thomas Voss 2026-03-052-0/+154
|\
| * Implement an arena allocatorThomas Voss 2026-03-052-0/+154
* | Cargo fmtThomas Voss 2026-03-051-1/+1
* | Simplify codeThomas Voss 2026-03-051-7/+4
|/
* Continue work on types and static analysisThomas Voss 2026-03-055-82/+184
* 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-051-4/+4
* Remove commented out importThomas Voss 2026-03-051-1/+0
* Begin working on symbol resolutionThomas Voss 2026-03-044-33/+128
* 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-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 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-041-33/+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-043-77/+37
|/
* 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
* 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