onyx.git
2023-12-14 Brendan Hansenfixed: broken WASI builds due to `_initialize`
2023-12-13 Brendan HansenUpdate Discord Link again
2023-12-13 Brendan HansenUpdate Discord Link
2023-12-13 Brendan Hansenfixed: flag controlling tail calls for Linux build
2023-12-13 Brendan Hansenfixed: `ovm` backend crashing on MacOS
2023-12-13 Brendan HansenMerge pull request #76 from judah-caruso/fix-mac-build...
2023-12-13 Judah Carusoremove lots of casts
2023-12-13 Judah Carusofix remaining warnings (besides semaphore
2023-12-13 Judah Carusointerpreter warnings
2023-12-13 Brendan Hansenfixed: KDL parsing bug #62
2023-12-13 Brendan Hansencleanup: macos compiler build errors
2023-12-12 Brendan Hansenfixed: `core.list` implementation. added: test case
2023-12-11 Brendan Hansenfixed: inability to remove read-only files on Windows
2023-12-11 Brendan Hansenadded: test case for #82
2023-12-11 Brendan Hansenfixed: #82 parsing error
2023-12-11 Brendan Hansenfixed: segmentation fault on windows
2023-12-11 Brendan Hansenfixed: `CreateDirectoryA` on windows
2023-12-11 Brendan Hansenwindows package manager fixes
2023-12-11 Brendan Hansenfixed: #81 parsing bug
2023-12-10 Brendan Hansenattemped fix: windows compilation of runtime
2023-12-10 Brendan Hansenattempted fix: `FailedToRun` errors on Windows
2023-12-10 Brendan Hansenattempted fix: process spawning on Windows
2023-12-10 Brendan Hansenfixed: #58 by adding `_initialize` export
2023-12-10 Brendan Hansenfixed: broken code with new if-expr precedence
2023-12-10 Brendan HansenMerge pull request #79 from onyx-lang/fix/nested-array...
2023-12-10 Brendan Hansenfixed: nested array literals causes a segfault
2023-12-10 Brendan HansenMerge pull request #78 from onyx-lang/fix/if-expr-prece...
2023-12-10 Brendan Hansenfixed: precedence of if-expressions
2023-12-09 Brendan Hansenfinalized nightly release generator
2023-12-09 Brendan Hansentesting nightly release action
2023-12-09 Brendan Hansentesting nightly release action
2023-12-09 Brendan Hansentesting nightly release action
2023-12-09 Brendan HansenMerge pull request #75 from onyx-lang/fix/compound...
2023-12-08 Brendan Hansenfixed: incorrect WASM binary; refined error messages
2023-12-08 Brendan HansenMerge branch 'master' into fix/compound-void-bad-wasm
2023-12-08 Brendan HansenMerge pull request #74 from stagas/fix/js-default-runti...
2023-12-08 stagasfixed: js default runtime settings for multithreading
2023-12-08 Brendan Hansenfixed: code generation bug when a local's type is ...
2023-12-08 Brendan HansenMerge pull request #73 from stagas/fix/js-spawn-thread
2023-12-08 Brendan Hansenfixed: incorrect error message when the type of an...
2023-12-08 stagasfixed: js runtime __spawn_thread signature
2023-12-08 Brendan HansenMerge pull request #72 from jtakakura/fix-help-exit...
2023-12-08 Junji TakakuraFixed the help subcommand to return the correct exit...
2023-12-08 Brendan Hansenadded: `iter.counter`
2023-12-08 Brendan HansenMerge pull request #69 from judah-caruso/better-where...
2023-12-08 Brendan HansenMerge pull request #68 from judah-caruso/67-fix-non...
2023-12-08 Judah Carusoswap flag from const to comptime
2023-12-08 Brendan HansenMerge branch 'master' into better-where-clauses
2023-12-08 Brendan HansenUpdate README.md
2023-12-08 Brendan HansenMerge pull request #70 from onyx-lang/fix/build-should...
2023-12-08 Brendan Hansensilly copy and paste error
2023-12-08 Brendan Hansenfix build on darwin
2023-12-08 Brendan Hansenfixed build.sh
2023-12-08 Brendan Hansenchanged build.sh to error if it fails
2023-12-08 Judah Carusois this breaking the pipeline?
2023-12-08 Judah CarusoSmall test
2023-12-08 Judah CarusoSupport for constant expressions in where clauses
2023-12-08 Judah CarusoMake sure build stops if it fails
2023-12-07 Judah Carusoclarify error message more
2023-12-07 Judah Carusoimprove non-const array size error
2023-12-07 Brendan Hansenadded: better error message when `->` is used incorrectly
2023-12-06 Brendan Hansenstarted working on fixed bug from #63
2023-12-06 Brendan Hansenfixed: implementation of `array.remove` and `array...
2023-12-06 Brendan Hansenfixed: critical bug in `iter.fold` producing wrong...
2023-12-06 Brendan HansenMerge pull request #64 from judah-caruso/support-array...
2023-12-05 Judah Carusofixed issue with memory_equal in builtin not resolving
2023-12-05 Judah Carusoadd array w/ scalar operations; update tests
2023-12-05 Judah Carusoother operators should be macros as well
2023-12-05 Judah Carusomove builtin operator overloads into separate file...
2023-12-05 Judah Carusoadd 'memory_equal' intrinsic
2023-12-04 Brendan Hansenfixed: critical bug in `list.free`
2023-12-04 Brendan HansenMerge pull request #60 from onyx-lang/fix/code-block...
2023-12-04 Brendan Hansenadded: clarifying error message when statement code...
2023-12-04 Brendan HansenMerge pull request #55 from judah-caruso/array-member...
2023-12-04 Brendan HansenMerge pull request #59 from onyx-lang/feature/macos...
2023-12-04 Brendan Hansenadded: missing `darwin_amd64` directory
2023-12-04 Brendan Hansenfixed: MacOS not having `mktemp`
2023-12-04 Brendan Hansenadded: MacOS builds for OVM in GitHub Actions
2023-12-04 Brendan HansenMerge pull request #56 from judah-caruso/support-ovm...
2023-12-04 Judah Carusofix broken mremap alternative on darwin; re-add mremap...
2023-12-04 Brendan HansenMerge pull request #57 from judah-caruso/improve-sublim...
2023-12-04 Judah Carusoadd tmPreferences for comment support
2023-12-04 Judah Carusoremoved commented code
2023-12-04 Judah Carusoremove x86_64 libovmwasm.a file
2023-12-04 Judah Carusoremove libovmwasm.a file
2023-12-04 Judah Carusoremove flag from build.sh
2023-12-04 Judah Carusoget libovmwasm to build on darwin (x86_64/arm64)
2023-12-04 Judah Carusoadd array member access; add tests
2023-12-04 Brendan HansenMerge pull request #54 from onyx-lang/fix/exporting...
2023-12-04 Brendan Hansenfixed: ability to `#export` things that are not procedures
2023-12-03 Brendan HansenMerge pull request #53 from judah-caruso/fix-const...
2023-12-03 Brendan Hansenremoved: incorrect magic bytes when runtime is `onyx`
2023-12-03 Judah CarusoFix array type building not handling unary expressions...
2023-12-03 Brendan HansenUpdate README.md to include Discord link
2023-12-03 Brendan HansenMerge pull request #47 from judah-caruso/fix-failing...
2023-12-03 Judah CarusoFix runtime build failing on darwin; update gitignore
2023-12-02 Brendan HansenMerge pull request #43 from onyx-lang/fix/vscode-lsp...
2023-12-02 Brendan HansenMerge pull request #42 from onyx-lang/fix/windows-packa...
2023-12-02 Brendan Hansenfixed: `onyx` binary not found in VSCode extension
2023-12-02 Brendan Hansenfixed: package manager not included on Windows release
next