summaryrefslogtreecommitdiff
path: root/oryxc
Commit message (Expand)AuthorAgeFilesLines
* Lots of code simplificationHEADmasterThomas Voss 3 days8-684/+70
* Add missing constraintThomas Voss 4 days1-1/+1
* Simplify codeThomas Voss 4 days1-7/+13
* Import the new stuffThomas Voss 4 days1-0/+2
* Use a LIFO work queueThomas Voss 4 days1-1/+1
* Implement Into<usize> and From<usize> for IDsThomas Voss 4 days1-0/+10
* New DepMap typeThomas Voss 4 days2-13/+37
* Use the new interner API in compilerThomas Voss 4 days1-2/+3
* FormattingThomas Voss 4 days3-60/+72
* Make UniStr it’s own thingThomas Voss 4 days2-117/+133
* Fix testsThomas Voss 4 days1-0/+2
* Don’t export modulesThomas Voss 7 days2-5/+9
* Job ID typeThomas Voss 7 days2-11/+16
* Create a macro for generating ID typesThomas Voss 8 days2-18/+25
* Rework build.rsThomas Voss 9 days10-142/+2293
* Merge pull request #2 from Mango0x45/buildscriptThomas Voss 9 days11-2208/+352
|\
| * Add unicode-normalization to depsromir kulshrestha 14 days1-1/+2
| * Fetch feature to control if/when generation occursromir kulshrestha 14 days1-10/+7
| * Fetch feature to control if/when generation occursromir kulshrestha 14 days6-221/+308
| * Replace fetch scriptromir kulshrestha 14 days1-3/+58
| * run scriptromir kulshrestha 14 days1-3/+17
| * buildscriptromir kulshrestha 14 days7-2213/+203
* | Track the symbol typeThomas Voss 9 days2-6/+9
* | FormattingThomas Voss 9 days1-13/+16
* | Compiler flags must be longThomas Voss 10 days1-3/+3
* | Begin work on symbol collectionThomas Voss 10 days2-27/+81
* | Ensure the final function param has a typeThomas Voss 10 days1-0/+9
* | Fix bug in arg count calculationThomas Voss 10 days1-1/+1
* | Exit with the correct exit statusThomas Voss 10 days1-29/+64
* | Wrap the AST nodes and extra data in a structThomas Voss 10 days2-28/+26
* | Implement an arena-backed hash trieThomas Voss 10 days2-0/+220
* | Wrap tests in moduleThomas Voss 10 days1-30/+33
* | Style fixThomas Voss 10 days1-2/+2
* | Mark funtions as publicThomas Voss 10 days1-2/+2
* | Add the divrem (/%) operatorThomas Voss 10 days2-0/+10
* | Remove the module declarationThomas Voss 10 days2-42/+0
* | Parse module declarationsThomas Voss 11 days2-0/+43
* | Fix lifetime parameterThomas Voss 13 days1-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-052-4/+5
* Remove commented out importThomas Voss 2026-03-051-1/+0