onyx.git
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
2023-12-02 Brendan HansenMerge pull request #37 from magnetenstad/patch-1
2023-12-02 Magne TenstadUpdate instance.c
2023-12-02 Brendan HansenMerge pull request #36 from onyx-lang/fix/windows-compi...
2023-12-02 Brendan Hansenfixed: windows compilation
2023-12-02 Brendan HansenMerge pull request #35 from silloi/fix/playground-link...
2023-12-02 Brendan Hansenfixed: spelling of `kernel32.lib`
2023-12-02 Brendan Hansenadded: missing library from windows build command
2023-12-02 silloifixed: update `Try Online` link to try.onyxlang.io
2023-11-29 Brendan Hansenreverted breaking change in onyx package manager
2023-11-29 Brendan HansenUpdate onyx-build.yml to include Darwin Wasmer builds
2023-11-29 Brendan HansenMerge pull request #30 from onyx-lang/dev
2023-11-29 Brendan Hansenadded: check that git is installed in onyx package dev
2023-11-28 Brendan Hansenupdated examples
2023-11-28 Brendan Hansenadded ability to specify license in a package file
2023-11-28 Brendan Hansenadded: shorthand syntax for `void` typed union variants
2023-11-27 Brendan Hansenadded: string literals to `cstr`s; miscellaneous bugfixes
2023-11-26 Brendan Hansenadded: more functionality to cbindgen
2023-11-24 Brendan Hansenadded: onyx version information to runtime
2023-11-24 Brendan Hansenadded: build configurations to package description
2023-11-23 Brendan Hansenchanged: `net.make_ipv4_address`
2023-11-22 Brendan Hansenfixed unset paths in onyx-pkg init
2023-11-22 Brendan Hansenfixed: `darwin-wasmer-arm64` runtime target
2023-11-22 Brendan Hansenfixed: wasmer library path in `darwin-wasmer-arm64`
2023-11-22 Brendan Hansenfixed: `darwin-wasmer-arm64` download path
2023-11-22 Brendan Hansenfixed: `darwin-wasmer-arm64` compilation
2023-11-22 Brendan Hansenforgot to actually add the target to the matrix
2023-11-22 Brendan Hansenadded: `darwin-wasmer-arm64` compilation
2023-11-22 Brendan Hansenfixed: runtime on `darwin-wasmer-amd64`
2023-11-22 Brendan Hansenfixed: distribution of `darwin-amd64`
2023-11-22 Brendan Hansenfixed: darwin compilation of random_get
2023-11-22 Brendan Hansenfixed: `darwin-wasmer-amd64` compilation
2023-11-22 Brendan Hansenfixed: `darwin-wasmer-amd64` compilation
2023-11-22 Brendan Hansenadded: `darwin-wasmer-amd64` support
2023-11-22 Brendan Hansenworking on package documentation
2023-11-22 Brendan Hansensmall bugfixes with KDL parsing and onyx-pkg
2023-11-21 Brendan Hansenupdated package manager to use KDL instead of INI
2023-11-21 Brendan Hansenimprovements to KDL library
2023-11-21 Brendan Hansenadded: getting/setting current directory
2023-11-21 Brendan Hansenadded: KDL support; bugfixed: segfault in lexer
2023-11-20 Brendan Hansenfixed: bug with wasmer runtime crashing on new thread...
2023-11-20 Brendan Hansenadded: `Date.start_of_month()` and `Date.end_of_month()`
2023-11-19 Brendan Hansenfixed: package manager on MacOS
2023-11-19 Brendan Hansenupdated CHANGELOG
2023-11-19 Brendan Hansenrenamed: `core/std` -> `core/module`; `--no-std` -...
2023-11-18 Brendan Hansenadded missing and mandatory asset_content_type
2023-11-18 Brendan Hansenfixed wrong upload target
2023-11-18 Brendan Hansencannot mix matrix strategy and download artifacts
2023-11-18 Brendan Hansenfixed asset upload
2023-11-18 Brendan HansenMerge pull request #29 from onyx-lang/dev
2023-11-18 Brendan Hansenmore building improvements on MacOS
2023-11-17 Brendan Hansenchanged: build variables
2023-11-17 Brendan Hansenbugfix: memory limit was not respected; removed heap...
2023-11-16 Brendan Hansenfixed: macos compilation for amd64
2023-11-16 Brendan Hansentesting: cross compilation for MacOS targets
2023-11-16 Brendan Hansenfixed: install script infinite loop
2023-11-16 Brendan Hansenfixed: install script infinite loop
2023-11-16 Brendan Hansenfixed: minor issues in installation script
2023-11-16 Brendan Hansencleanup build; adding install script
2023-11-16 Brendan Hansenchanged: simplifying build process
2023-11-16 Brendan Hansentesting GitHub action build on MacOS
2023-11-16 Brendan Hansenadded: `onyx version` subcommand
2023-11-16 Brendan Hansenworking on support for MacOS in onyx runtime
2023-11-16 Brendan Hansencompilation cleanup
2023-11-16 Brendan Hansenfixed compilation because of extra '#endif'
2023-11-16 Brendan Hansenstarting working on support for MacOS
2023-11-16 Brendan Hansenfixed wasmer building, maybe
2023-11-16 Brendan Hansenmore build changes
2023-11-16 Brendan Hansenfixed: wasmer compilation, again
2023-11-16 Brendan Hansenfixed: wasmer compilation
2023-11-16 Brendan Hansenfixed: Wasmer build, for real
2023-11-16 Brendan Hansenfixed: Wasmer build
2023-11-16 Brendan Hansentesting wasmer build dependency
2023-11-16 Brendan Hansenfixed: windows compilation, maybe
2023-11-16 Brendan Hansenfixed: linux compilation
2023-11-16 Brendan Hansenbugfix: linux compilation
2023-11-16 Brendan Hansenbugfix: more build bugfixing
2023-11-16 Brendan Hansenfixed: windows compilation in build
2023-11-16 Brendan Hansenfixed: actually fixed build yaml
2023-11-16 Brendan Hansenfixed: build yaml file
2023-11-16 Brendan Hansenchanged: completely changed build process
2023-11-15 Brendan Hansenfixed: tcp server issues on WASI
2023-11-15 Brendan Hansenbugfix: possible infinite loops in tcp server
2023-11-14 Brendan Hansenadded: configurable JS platform layer
2023-11-14 Brendan HansenFeature: Memory debugger
2023-11-11 Brendan Hansenbugfix: formatting of days in time
2023-11-11 Brendan Hansenbugfix: formatting of days in time
2023-11-06 Brendan Hansenbugfixes: many things with error handling
next