| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rework build.rsHEADmaster | Thomas Voss | 26 hours | 10 | -142/+2293 |
| * | Merge pull request #2 from Mango0x45/buildscript | Thomas Voss | 27 hours | 11 | -2208/+352 |
| |\ | |||||
| | * | Add unicode-normalization to deps | romir kulshrestha | 6 days | 1 | -1/+2 |
| | * | Fetch feature to control if/when generation occurs | romir kulshrestha | 6 days | 1 | -10/+7 |
| | * | Fetch feature to control if/when generation occurs | romir kulshrestha | 6 days | 6 | -221/+308 |
| | * | Replace fetch script | romir kulshrestha | 6 days | 1 | -3/+58 |
| | * | run script | romir kulshrestha | 6 days | 1 | -3/+17 |
| | * | buildscript | romir kulshrestha | 6 days | 7 | -2213/+203 |
| * | | Track the symbol type | Thomas Voss | 27 hours | 2 | -6/+9 |
| * | | Formatting | Thomas Voss | 27 hours | 1 | -13/+16 |
| * | | Compiler flags must be long | Thomas Voss | 34 hours | 1 | -3/+3 |
| * | | Begin work on symbol collection | Thomas Voss | 34 hours | 2 | -27/+81 |
| * | | Ensure the final function param has a type | Thomas Voss | 34 hours | 1 | -0/+9 |
| * | | Fix bug in arg count calculation | Thomas Voss | 34 hours | 1 | -1/+1 |
| * | | Exit with the correct exit status | Thomas Voss | 34 hours | 1 | -29/+64 |
| * | | Wrap the AST nodes and extra data in a struct | Thomas Voss | 34 hours | 2 | -28/+26 |
| * | | Implement an arena-backed hash trie | Thomas Voss | 34 hours | 2 | -0/+220 |
| * | | Wrap tests in module | Thomas Voss | 34 hours | 1 | -30/+33 |
| * | | Style fix | Thomas Voss | 34 hours | 1 | -2/+2 |
| * | | Mark funtions as public | Thomas Voss | 34 hours | 1 | -2/+2 |
| * | | Add the divrem (/%) operator | Thomas Voss | 34 hours | 2 | -0/+10 |
| * | | Remove the module declaration | Thomas Voss | 34 hours | 2 | -42/+0 |
| * | | Parse module declarations | Thomas Voss | 2 days | 2 | -0/+43 |
| * | | Fix lifetime parameter | Thomas Voss | 5 days | 1 | -1/+1 |
| |/ | |||||
| * | Add scoping for arenas | Thomas Voss | 6 days | 1 | -17/+118 |
| * | Add local arenas to each thread | Thomas Voss | 6 days | 2 | -18/+32 |
| * | Box<[_]> supremacy | Thomas Voss | 6 days | 1 | -44/+34 |
| * | Merge branch 'arena' | Thomas Voss | 6 days | 2 | -0/+154 |
| |\ | |||||
| | * | Implement an arena allocator | Thomas Voss | 6 days | 2 | -0/+154 |
| * | | Cargo fmt | Thomas Voss | 6 days | 1 | -1/+1 |
| * | | Simplify code | Thomas Voss | 6 days | 1 | -7/+4 |
| |/ | |||||
| * | Continue work on types and static analysis | Thomas Voss | 6 days | 5 | -82/+184 |
| * | Work on the symbol table | Thomas Voss | 7 days | 4 | -17/+52 |
| * | Comment out intern for now | Thomas Voss | 7 days | 1 | -1/+1 |
| * | Use a boxcar in the interner | Thomas Voss | 7 days | 2 | -4/+5 |
| * | Remove commented out import | Thomas Voss | 7 days | 1 | -1/+0 |
| * | Begin working on symbol resolution | Thomas Voss | 7 days | 5 | -35/+131 |
| * | Update package name | Thomas Voss | 7 days | 1 | -1/+1 |
| * | maybe race condition fix? | romir kulshrestha | 7 days | 1 | -0/+7 |
| * | race condition fix | romir kulshrestha | 7 days | 1 | -0/+4 |
| * | Spawn resolve jobs | Thomas Voss | 7 days | 1 | -8/+29 |
| * | Move types into a prelude | Thomas Voss | 7 days | 4 | -31/+34 |
| * | Unicode! | Thomas Voss | 7 days | 1 | -1/+1 |
| * | Add required casts | Thomas Voss | 7 days | 1 | -2/+2 |
| * | Cargofmt | Thomas Voss | 7 days | 1 | -2/+4 |
| * | Merge branch 'master' into romirk/misc | Thomas Voss | 7 days | 1 | -59/+127 |
| |\ | |||||
| | * | Construct funcalls properly | Thomas Voss | 7 days | 1 | -3/+2 |
| | * | Minor refactor | Thomas Voss | 7 days | 1 | -5/+3 |
| | * | Rework node spanning | Thomas Voss | 7 days | 1 | -52/+123 |
| * | | docstrs | romir kulshrestha | 7 days | 1 | -9/+16 |