onyx.git
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
2023-08-19 Brendan Hansenupdated CHANGELOG
2023-08-19 Brendan Hansenadded: tagged globals
2023-08-18 Brendan Hansenfixed: miscellaneous things
2023-07-20 Brendan Hansenprepared CHANGELOG for next version
2023-07-19 Brendan Hansenfixed: js compilation again
2023-07-19 Brendan Hansenfixed: javascript compilation
2023-07-19 Brendan Hansenupdated CHANGELOG
2023-07-19 Brendan HansenMerge pull request #21 from onyx-lang/dev
2023-07-18 Brendan Hansenupdated CHANGELOG
2023-07-06 Brendan Hansenadded: old test case
2023-07-01 Brendan Hansenadded: `-Dno_entrypoint` option to Onyx runtime
2023-07-01 Brendan Hansenchanged: heap functions are exported for libraries...
2023-06-30 Brendan Hansenadded test case and updated CHANGELOG
2023-06-28 Brendan Hansenadded: TTY support to platform layer and `core.os`
2023-06-28 Brendan Hansenupdated CHANGELOG
2023-06-27 Brendan Hansenadded: test case for structure method tags
2023-06-27 Brendan Hansenadded: tagging methods on structures
2023-06-27 Brendan Hansenremoved: Wait_Notify_Available global
2023-06-27 Brendan Hansenfixed: windows compilation, i think
2023-06-27 Brendan Hansenfixed: windows compilation actually
2023-06-27 Brendan Hansenfixed: windows compilation
2023-06-27 Brendan Hansenadded: futexes to platform layer
2023-06-26 Brendan Hansenadded: custom sub-commands; `onyx pkg sync --skip-native`
2023-06-26 Brendan Hansenupdated CHANGELOG
2023-06-25 Brendan Hansenadded: explicit sizing of union tags with `#tag_type`
2023-06-23 Brendan Hansenbugfixes
2023-06-23 Brendan HansenMerge branch 'master' into dev
2023-06-23 Brendan HansenRelease 0.1.4
2023-06-23 Brendan Hansendeprecated: `map.get_opt`
2023-06-23 Brendan Hansenpreparing for release 0.1.4
2023-06-23 Brendan Hansenupdated CHANGELOG
2023-06-23 Brendan Hansenupdated CHANGELOG
2023-06-23 Brendan Hansenupdated: `onyx pkg` to new Onyx features
2023-06-22 Brendan Hansenchanged: `map.get` returns an Optional
2023-06-22 Brendan Hansenbugfix: tagged unions alignment not always respected
2023-06-22 Brendan Hansenchanged: `Map` no longer stores a default value
2023-06-22 Brendan Hansenupdated: onyx pkg manager to use a new file structure
2023-06-22 Brendan Hansenupdated: broken test cases
2023-06-22 Brendan Hansenchanged: minor things in ini parser
2023-06-22 Brendan Hansenbugfix: "./" prefix was not working correctly
2023-06-22 Brendan HansenMerge branch 'master' into dev
2023-06-21 Brendan Hansenmiscellaneous things
2023-06-20 Brendan HansenRelease: beta 0.1.3
2023-06-19 Brendan Hansenadded: `iter.find` and `slice.equal`
2023-06-19 Brendan Hansenadded: docs and tiny performance improvements
2023-06-18 Brendan Hansenupdated CHANGELOG
next