summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New DepMap typeThomas Voss 12 hours2-13/+37
|
* Use the new interner API in compilerThomas Voss 12 hours1-2/+3
|
* FormattingThomas Voss 12 hours3-60/+72
|
* Make UniStr it’s own thingThomas Voss 12 hours2-117/+133
|
* Fix testsThomas Voss 12 hours1-0/+2
|
* Don’t export modulesThomas Voss 3 days2-5/+9
|
* Job ID typeThomas Voss 3 days2-11/+16
|
* Create a macro for generating ID typesThomas Voss 4 days2-18/+25
|
* Rework build.rsThomas Voss 5 days10-142/+2293
|
* Merge pull request #2 from Mango0x45/buildscriptThomas Voss 5 days17-2524/+1339
|\ | | | | Buildscript
| * Delete run.zshRomir K 6 days1-21/+0
| |
| * Add unicode-normalization to depsromir kulshrestha 10 days2-2/+28
| |
| * Fetch feature to control if/when generation occursromir kulshrestha 10 days2-336/+268
| |
| * Fetch feature to control if/when generation occursromir kulshrestha 10 days7-224/+1365
| |
| * Replace fetch scriptromir kulshrestha 10 days2-22/+58
| |
| * run scriptromir kulshrestha 10 days2-3/+38
| |
| * buildscriptromir kulshrestha 10 days13-2540/+206
| |
* | Track the symbol typeThomas Voss 5 days2-6/+9
| |
* | FormattingThomas Voss 5 days1-13/+16
| |
* | Compiler flags must be longThomas Voss 6 days1-3/+3
| |
* | Begin work on symbol collectionThomas Voss 6 days2-27/+81
| |
* | Ensure the final function param has a typeThomas Voss 6 days1-0/+9
| |
* | Fix bug in arg count calculationThomas Voss 6 days1-1/+1
| |
* | Exit with the correct exit statusThomas Voss 6 days1-29/+64
| |
* | Wrap the AST nodes and extra data in a structThomas Voss 6 days2-28/+26
| |
* | Implement an arena-backed hash trieThomas Voss 6 days2-0/+220
| |
* | Wrap tests in moduleThomas Voss 6 days1-30/+33
| |
* | Style fixThomas Voss 6 days1-2/+2
| |
* | Mark funtions as publicThomas Voss 6 days1-2/+2
| |
* | Add the divrem (/%) operatorThomas Voss 6 days3-0/+11
| |
* | Remove the module declarationThomas Voss 6 days4-46/+1
| |
* | Fix grammar for numbersThomas Voss 7 days1-1/+3
| |
* | Basic grammar descriptionThomas Voss 7 days1-0/+103
| |
* | Fix file extensionThomas Voss 7 days1-1/+3
| |
* | Parse module declarationsThomas Voss 7 days2-0/+43
| |
* | Fix lifetime parameterThomas Voss 10 days1-1/+1
|/
* Add scoping for arenasThomas Voss 10 days1-17/+118
|
* Add local arenas to each threadThomas Voss 10 days2-18/+32
|
* Box<[_]> supremacyThomas Voss 10 days1-44/+34
|
* Merge branch 'arena'Thomas Voss 11 days2-0/+154
|\
| * Implement an arena allocatorThomas Voss 11 days2-0/+154
| |
* | Cargo fmtThomas Voss 11 days1-1/+1
| |
* | Simplify codeThomas Voss 11 days1-7/+4
|/
* Continue work on types and static analysisThomas Voss 11 days6-82/+186
|
* Work on the symbol tableThomas Voss 11 days4-17/+52
|
* Comment out intern for nowThomas Voss 11 days1-1/+1
|
* Use a boxcar in the internerThomas Voss 11 days3-4/+12
|
* Remove commented out importThomas Voss 11 days1-1/+0
|
* Begin working on symbol resolutionThomas Voss 11 days6-36/+245
|
* Update package nameThomas Voss 11 days1-1/+1
|