summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Lots of code simplificationThomas Voss 14 days8-684/+70
* Add missing constraintThomas Voss 2026-03-151-1/+1
* Simplify codeThomas Voss 2026-03-151-7/+13
* Import the new stuffThomas Voss 2026-03-151-0/+2
* Use a LIFO work queueThomas Voss 2026-03-151-1/+1
* Implement Into<usize> and From<usize> for IDsThomas Voss 2026-03-151-0/+10
* New DepMap typeThomas Voss 2026-03-152-13/+37
* Use the new interner API in compilerThomas Voss 2026-03-151-2/+3
* FormattingThomas Voss 2026-03-153-60/+72
* Make UniStr it’s own thingThomas Voss 2026-03-152-117/+133
* Fix testsThomas Voss 2026-03-151-0/+2
* Don’t export modulesThomas Voss 2026-03-122-5/+9
* Job ID typeThomas Voss 2026-03-122-11/+16
* Create a macro for generating ID typesThomas Voss 2026-03-122-18/+25
* Rework build.rsThomas Voss 2026-03-1110-142/+2293
* Merge pull request #2 from Mango0x45/buildscriptThomas Voss 2026-03-1117-2524/+1339
|\
| * Delete run.zshRomir K 2026-03-101-21/+0
| * Add unicode-normalization to depsromir kulshrestha 2026-03-062-2/+28
| * Fetch feature to control if/when generation occursromir kulshrestha 2026-03-062-336/+268
| * Fetch feature to control if/when generation occursromir kulshrestha 2026-03-067-224/+1365
| * Replace fetch scriptromir kulshrestha 2026-03-062-22/+58
| * run scriptromir kulshrestha 2026-03-062-3/+38
| * buildscriptromir kulshrestha 2026-03-0613-2540/+206
* | Track the symbol typeThomas Voss 2026-03-112-6/+9
* | FormattingThomas Voss 2026-03-111-13/+16
* | Compiler flags must be longThomas Voss 2026-03-101-3/+3
* | Begin work on symbol collectionThomas Voss 2026-03-102-27/+81
* | Ensure the final function param has a typeThomas Voss 2026-03-101-0/+9
* | Fix bug in arg count calculationThomas Voss 2026-03-101-1/+1
* | Exit with the correct exit statusThomas Voss 2026-03-101-29/+64
* | Wrap the AST nodes and extra data in a structThomas Voss 2026-03-102-28/+26
* | 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-103-0/+11
* | Remove the module declarationThomas Voss 2026-03-104-46/+1
* | Fix grammar for numbersThomas Voss 2026-03-091-1/+3
* | Basic grammar descriptionThomas Voss 2026-03-091-0/+103
* | Fix file extensionThomas Voss 2026-03-091-1/+3
* | 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-056-82/+186