onyx.git
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 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
2023-11-06 Brendan Hansenadded: `MEMDEBUG` configuration option
2023-11-02 Brendan Hansenadded: `--lspinfo` for new LSP needs
2023-11-02 Brendan Hansenminor fixes to vscode outlining
2023-11-02 Brendan Hansenadded: `--lspinfo` for new LSP needs
2023-11-02 Brendan Hansenminor fixes to vscode outlining
2023-10-31 Brendan HansenMerge branch 'dev' into feature/memdebug
2023-10-31 Brendan Hansenadded: `memdebug` allocator
2023-10-27 Brendan HansenRelease 0.1.7
2023-10-26 Brendan Hansenbugfix: many minor bugs
2023-10-25 Brendan Hansenpreparing for release
2023-10-25 Brendan Hansenupdated CHANGELOG
2023-10-23 Brendan Hansenbugfix: incorrect symbol name for documented methods
2023-10-23 Brendan Hansenfixed: dyncallback problems
2023-10-23 Brendan Hansenadded: callback functionality to `cbindgen`
2023-10-20 Brendan Hansenadded: `json.decode_into` and `json.decode_with_result`
2023-10-19 Brendan Hansenadded: `slice.group_by`
2023-10-19 Brendan Hansenbugfix: TCP server does not require multi-threaded...
2023-10-18 Brendan Hansenbugfix: fixed windows runtime compilation
2023-10-18 Brendan Hansenbugfix: tty stubs on windows were outdated
2023-10-18 Brendan Hansenadded: stub implementations for networking on windows
2023-10-18 Brendan Hansenadded: TTY bindings to wasi platform
2023-10-18 Brendan Hansenupdated CHANGELOG
2023-10-18 Brendan Hansenadded: stub `__poll` to JS platform
2023-10-18 Brendan Hansenbugfix: vtable was not setup for client sockets
2023-10-18 Brendan Hansenadded: networking and more to wasi platform layer
2023-10-18 Brendan HansenMerge pull request #27 from onyx-lang/feature/network...
2023-10-18 Brendan Hansenadded: `__net_sock_status()`
2023-10-17 Brendan Hansensmall bugfix with delayed responses in TCP server
2023-10-17 Brendan Hansenmisc bugfixes; added binding to ipv4 address
2023-10-17 Brendan Hansenimplemented networking for linux
2023-10-16 Brendan Hansenchanged: rewrote `core.net` in terms of new platform...
2023-10-15 Brendan Hansenchanged: using `stream_poll` in `io.Reader` when `Block...
2023-10-15 Brendan Hansenadded: `io.stream_poll` and related functions
2023-10-12 Brendan Hansenbugfix: `cbindgen` and captures by pointer
2023-09-30 Brendan HansenMerge pull request #25 from onyx-lang/feature/switch...
2023-09-29 Brendan Hanseninitial implementation of switch expressions
2023-09-28 Brendan Hansenbugfix: field selector on pointers to unions
2023-09-28 Brendan Hansenadded: better handling for bad math exceptions in debug env
2023-09-27 Brendan Hansenadded: `any_unwrap` and `parse_any` changes
2023-09-27 Brendan Hansenfixed: wrong highlighting with some VS code themes
2023-09-27 Brendan Hansenadded: scopes for interfaces
2023-09-24 Brendan Hansenbugfix: `alloc.atomic` breaks when `core.sync` is not...
2023-09-24 Brendan HansenRelease 0.1.6 (for real this time)
2023-09-24 Brendan Hansenversion bump
2023-09-24 Brendan HansenRelease 0.1.6
2023-09-24 Brendan Hansenbugfixes: miscellaneous
2023-09-22 Brendan Hansenbugfix with new implementation of `io.read_bytes`
2023-09-22 Brendan Hansenbugfixes: miscellaneous
2023-09-20 Brendan Hansenadded: flag to control ready events in tcp server
2023-09-12 Brendan Hansenadded: ability to set allocator for maps
2023-09-05 Brendan Hansenbugfixes in time and date handling
2023-09-04 Brendan Hansenadded optional debug printing to gc allocator
2023-09-03 Brendan Hansenbufixes; made `any_to_map` return an optional
2023-09-01 Brendan Hansenfixed: `os.env` bug; added `logf` when `conv.format...
2023-08-31 Brendan Hansenfixed: no longer require `sudo` access
2023-08-31 Brendan Hansenfixed: printing symbol name instead of "TOKEN_TYPE_SYMBOL"
2023-08-31 Brendan Hansenfixed: miscellaneous bugfixes
2023-08-22 Brendan Hansenfixed: arena.clear bug
2023-08-19 Brendan Hansenadded: string.to_cstr_on_stack
next