summaryrefslogtreecommitdiff
path: root/oryxc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2 from Mango0x45/buildscriptThomas Voss 28 hours11-2208/+352
|\ | | | | Buildscript
| * Add unicode-normalization to depsromir kulshrestha 6 days1-1/+2
| |
| * Fetch feature to control if/when generation occursromir kulshrestha 6 days1-10/+7
| |
| * Fetch feature to control if/when generation occursromir kulshrestha 6 days6-221/+308
| |
| * Replace fetch scriptromir kulshrestha 6 days1-3/+58
| |
| * run scriptromir kulshrestha 6 days1-3/+17
| |
| * buildscriptromir kulshrestha 6 days7-2213/+203
| |
* | Track the symbol typeThomas Voss 28 hours2-6/+9
| |
* | FormattingThomas Voss 28 hours1-13/+16
| |
* | Compiler flags must be longThomas Voss 35 hours1-3/+3
| |
* | Begin work on symbol collectionThomas Voss 35 hours2-27/+81
| |
* | Ensure the final function param has a typeThomas Voss 35 hours1-0/+9
| |
* | Fix bug in arg count calculationThomas Voss 35 hours1-1/+1
| |
* | Exit with the correct exit statusThomas Voss 35 hours1-29/+64
| |
* | Wrap the AST nodes and extra data in a structThomas Voss 36 hours2-28/+26
| |
* | Implement an arena-backed hash trieThomas Voss 36 hours2-0/+220
| |
* | Wrap tests in moduleThomas Voss 36 hours1-30/+33
| |
* | Style fixThomas Voss 36 hours1-2/+2
| |
* | Mark funtions as publicThomas Voss 36 hours1-2/+2
| |
* | Add the divrem (/%) operatorThomas Voss 36 hours2-0/+10
| |
* | Remove the module declarationThomas Voss 36 hours2-42/+0
| |
* | Parse module declarationsThomas Voss 2 days2-0/+43
| |
* | Fix lifetime parameterThomas Voss 5 days1-1/+1
|/
* Add scoping for arenasThomas Voss 6 days1-17/+118
|
* Add local arenas to each threadThomas Voss 6 days2-18/+32
|
* Box<[_]> supremacyThomas Voss 6 days1-44/+34
|
* Merge branch 'arena'Thomas Voss 6 days2-0/+154
|\
| * Implement an arena allocatorThomas Voss 6 days2-0/+154
| |
* | Cargo fmtThomas Voss 6 days1-1/+1
| |
* | Simplify codeThomas Voss 6 days1-7/+4
|/
* Continue work on types and static analysisThomas Voss 6 days5-82/+184
|
* Work on the symbol tableThomas Voss 7 days4-17/+52
|
* Comment out intern for nowThomas Voss 7 days1-1/+1
|
* Use a boxcar in the internerThomas Voss 7 days2-4/+5
|
* Remove commented out importThomas Voss 7 days1-1/+0
|
* Begin working on symbol resolutionThomas Voss 7 days5-35/+131
|
* Update package nameThomas Voss 7 days1-1/+1
|
* maybe race condition fix?romir kulshrestha 7 days1-0/+7
|
* race condition fixromir kulshrestha 7 days1-0/+4
|
* Spawn resolve jobsThomas Voss 7 days1-8/+29
|
* Move types into a preludeThomas Voss 7 days4-31/+34
|
* Unicode!Thomas Voss 7 days1-1/+1
|
* Add required castsThomas Voss 7 days1-2/+2
|
* CargofmtThomas Voss 7 days1-2/+4
|
* Merge branch 'master' into romirk/miscThomas Voss 7 days1-59/+127
|\
| * Construct funcalls properlyThomas Voss 7 days1-3/+2
| |
| * Minor refactorThomas Voss 7 days1-5/+3
| |
| * Rework node spanningThomas Voss 7 days1-52/+123
| |
* | docstrsromir kulshrestha 7 days1-9/+16
| |
* | wake_all() utilromir kulshrestha 7 days1-7/+7
| |