onyx.git
2022-09-16 Brendan Hansenfixed many issues with the debugger
2022-09-14 Brendan Hansenadded 'dummy' tags at end of structs
2022-09-12 Brendan Hansenadded runtime package ids; strptime implementation
2022-09-12 Brendan Hansenheap freeing fixes; added optional allocator to format_va
2022-09-12 Brendan Hansenbugfixes in standard libraries
2022-09-10 Brendan Hansenbugfix with do block symbol resolution
2022-09-10 Brendan Hansenbugfixes with polymorphic procedures
2022-09-08 Brendan Hansenadded '#first' for for-loops
2022-09-08 Brendan Hansenbugfixes; removed notes feature in favor of alternate...
2022-09-06 Brendan Hansenseparated onyx runtime parts
2022-09-05 Brendan Hansenfixed build order for fresh builds
2022-09-05 Brendan Hansenadded interpreter to this repo
2022-09-05 Brendan Hansenadded readmes
2022-09-05 Brendan Hansenfixed windows build
2022-09-05 Brendan Hansenmore restructuring and cleanup
2022-09-05 Brendan Hansenusing wasmer again for github builds
2022-09-05 Brendan Hansenrestructured folders as this project has grown
2022-09-04 Brendan Hansenremoved old modules folder; these will become packages
2022-09-03 Brendan Hansenupdated onyx-pkg
2022-09-03 Brendan HansenBREAKING CHANGE: changed method parsing to allow for...
2022-09-03 Brendan Hansenmore fixing of windows build
2022-09-03 Brendan Hansenfixing windows build
2022-09-03 Brendan Hansenbugfix with io.Reader and greedy mode
2022-09-03 Brendan Hansenadded alternate io.Reader mode
2022-09-03 Brendan Hansenbugfixes in TCP server code
2022-09-02 Brendan Hansentemp_allocator should have been thread_local
2022-09-01 Brendan Hansenadded single quote formatting option
2022-08-31 Brendan Hansenimprovements to cbindgen and cptr
2022-08-30 Brendan Hansenadded repository list to onyx-pkg; bugfix in io.reader
2022-08-29 Brendan Hansenadded arrow notation test
2022-08-29 Brendan Hansenbugfix with nested tags
2022-08-28 Brendan Hansenadded '#inject'
2022-08-28 Brendan Hansen'package builtin' is now just the global scope; cleanup
2022-08-27 Brendan Hansenremoved "as" keyword
2022-08-27 Brendan Hansenrenamed stdin to stdio_stream; added writabilty to...
2022-08-26 Brendan Hansenbugfixes and added file_stat
2022-08-26 Brendan Hansenstandard library cleanup part 1; added time library
2022-08-24 Brendan HansenStringStream and DynamicStringStream -> BufferStream
2022-08-23 Brendan Hansenadded "string.read_until" for reading upto a string
2022-08-21 Brendan Hansenadded debug type info
2022-08-12 Brendan Hansenadded thread info and symbol info to debug info
2022-08-11 Brendan Hansenadded launch the debugger from VS Code
2022-08-11 Brendan Hansenbugfixes and step in, out, and over
2022-08-11 Brendan Hansenline by line stepping and stack trace in debgger
2022-08-10 Brendan Hansenbreakpoints working in debug adapter
2022-08-08 Brendan Hansenrefactored code
2022-08-05 Brendan Hansenadded ability to use unix sockets
2022-08-02 Brendan Hansenbugfixes with debug info emitted
2022-07-26 Brendan Hansenoutputting debug info into WASM binary
2022-07-22 Brendan Hansenpreparing for generating line to instruction translations
2022-07-20 Brendan Hansenstack_size is in bytes; hex literals can be any size
2022-07-18 Brendan Hansenfixed github builds
2022-07-18 Brendan Hansencode cleanup; added ways to control linking options...
2022-07-17 Brendan Hansenadded relocatable data segments; better linking support
2022-07-17 Brendan Hansenadded alternate backend, ovmwasm
2022-07-05 Brendan Hansenchanges for testing debugger
2022-07-01 Brendan Hansenbugfixes with package using
2022-06-29 Brendan Hansencleanup and bugfixes
2022-06-10 Brendan Hansenapparently wasm_store_t should be per thread...
2022-06-09 Brendan Hansenstruct parsing change; changed implicit struct
2022-06-08 Brendan Hansenadded #locked; #bottom_test; changed interface syntax
2022-06-06 Brendan Hansencleaned up array core library; added documentation
2022-05-31 Brendan Hansenadded taking pointers to literals
2022-05-27 Brendan Hansenbugfix with implicit structure types
2022-05-26 Brendan Hansenactually fixed the windows process spawn bug
2022-05-26 Brendan Hansenbugfix with windows process spawn
2022-05-26 Brendan Hansenbugfixes; removed default values for implicit structures
2022-05-25 Brendan Hansenadded fully anonymous struct literals
2022-05-24 Brendan Hansenremoving unneeded code
2022-05-24 Brendan Hansen__zero_value(T) -> T.{}
2022-05-22 Brendan Hansenchanged how '#defined' works to be more reliable
2022-05-22 Brendan Hansenbumped vscode extension version to 0.0.3
2022-05-22 Brendan Hansenadded list-versions command to onyx-pkg
2022-05-21 Brendan Hansenadded missing fs procedures to wasi runtime
2022-05-21 Brendan Hansenbugfix for memory reservations with unknown type
2022-05-21 Brendan Hansenbugfix with new package aliases
2022-05-20 Brendan Hansenfixed test case running
2022-05-20 Brendan Hansenonyx-pkg bugfix; removed modules that moved to onyxlang...
2022-05-20 Brendan Hansenadded basics of automatically bumping and publish versi...
2022-05-20 Brendan Hansenfixed bug with opening file in append mode
2022-05-20 Brendan Hansencore library bugfixes; added cbindgen; packages are...
2022-05-19 Brendan Hansenbugfix in onyx-pkg where errors leave stray folder
2022-05-19 Brendan Hansenadded initial version of onyx-pkg; many changes to...
2022-05-18 Brendan Hansenfile remove/rename; alloc bugfixes; string additions
2022-05-17 Brendan Hansenrandom changes in the standard library
2022-05-14 Brendan Hansenmodule updates; better build files
2022-05-12 Brendan Hansenadded .githooks
2022-05-12 Brendan Hansenremoved another nocheckin
2022-05-12 Brendan Hansenremoved a nocheckin
2022-05-11 Brendan Hansenprocedure tag helpers; bug fixes
2022-05-11 Brendan Hansenadded avl_tree implementation; missing delete()
2022-05-11 Brendan Hansenadded '#tag' to procedures; use runtime.info.tagged_pro...
2022-05-10 Brendan HansenBREAKING renamed type_info to runtime.info
2022-05-09 Brendan Hansenthinking about alternate names for type_info
2022-05-06 Brendan Hansenadded '#not' to interface constraints
2022-05-06 Brendan Hansenprinting out all overloads when #match fails
2022-05-06 Brendan Hansenbugfixes with how constraints are applied to functions
2022-05-05 Brendan Hansencleaned up qoi.onyx
2022-05-05 Brendan Hansenadded qoi decoding; file_contents no longer require...
2022-05-04 Brendan Hansenwindows build working again
next