Hash Subject Author Age
8a64c0a3 Improve use of data section for RW data Alexis Sellier
364f0a91 Add RV64 assembly support Alexis Sellier
e5efba42 Refresh and improve test runner Alexis Sellier
461ef29e Add sublime syntax files Alexis Sellier
0a1ec566 Add a coding style guide Alexis Sellier
e69f75fc Stream function lowering into RV64 codegen Alexis Sellier
64585227 Fix small scanner edge-case Alexis Sellier
afd27f21 Create new seed from `6d59132` Alexis Sellier
6d59132f Fix lowering of void union variant in constant Alexis Sellier
19dc94b6 Fix double padding bug in lowering Alexis Sellier
85c59be1 Create `bin/` if it doesn't exist Alexis Sellier
c2b37032 Add runtime slice bounds checks Alexis Sellier
b168b3e6 Create new seed from `a48b037` Alexis Sellier
a48b0375 Properly namespace function local constants Alexis Sellier
9f542472 Handle scoped access constants in lowerer Alexis Sellier
51330bdd Ignore `.codex` and `.ai` Alexis Sellier
d3dd0b64 Update code to use `set` for assignment Alexis Sellier
3b92f411 Create new seed from `4ef0a4c` Alexis Sellier
4ef0a4c3 Add new `set` keyword Alexis Sellier
05324b73 Update vim syntax file with new keywords Alexis Sellier
ad478740 Use `<>` instead of `!=` everywhere Alexis Sellier
c92591c9 Use `constant` instead of `const` Alexis Sellier
52b9cccc Use `export` instead of `pub` Alexis Sellier
bfa128ab Remove use of `extern` keyword Alexis Sellier
04bdcb9f Create new seed from `1c84fc2` Alexis Sellier
1c84fc26 Add `constant` as an alias for `const` Alexis Sellier
c5321051 Make `extern` keyword redundant Alexis Sellier
e6e66a53 Support `export` as an alias for `pub` Alexis Sellier
5712ca7c Support `<>` for non-equality Alexis Sellier
41b8d492 Remove source-level `void` keyword Alexis Sellier
f08c3877 Remove source-level `void` uses from tests Alexis Sellier
d5d7f927 Deduplicate `isel` code Alexis Sellier
043ee151 Use loop for large BLITs Alexis Sellier
ab23f64b Skip extension for zero immediates Alexis Sellier
845f7ebb Skip redundant jump-to-epilogue Alexis Sellier
60a9450d Use unlabeled records in more places Alexis Sellier
e291fc36 Move and refactor `Reg` type Alexis Sellier
eb28109d Create seed from `b82377e` Alexis Sellier
b82377ea Fix resolution of unlabeled records Alexis Sellier
260e2e2f Use constant instead of magic number Alexis Sellier
30d36e9f Implement deref for single-field unlabeled records Alexis Sellier
f0e50b22 Properly cleanup `bin/` folder Alexis Sellier
f1bc2ebd Fix a small instruction selection bug Alexis Sellier
7bfd64dd Fix some long-standing tech debt Alexis Sellier
e0e2e01d Fix a bunch of disparate issues around integers Alexis Sellier
a1e8824d General code simplifications Alexis Sellier
29fdb962 Add support for standalone methods Alexis Sellier
d91f35a2 Use expressions in constants, for clarity Alexis Sellier
32bb87b2 Create seed from `f402634` Alexis Sellier
f4026342 Fix type resolution order Alexis Sellier