onyx.git
2022-10-01 Brendan Hansenbugfix with resolving C in A(B.C) with injection
2022-09-30 Brendan Hansenadded '#export_name'
2022-09-30 Brendan Hansencode cleanup; warning and bug fixes
2022-09-30 Brendan Hansenaoc-2021 day 18; experimented with "trait interfaces"
2022-09-29 Brendan Hansenchanged how -> is code generated
2022-09-28 Brendan Hansenfloat printing bugfix; added is_nan and is_inf
2022-09-27 Brendan Hansenbugfix with nested #inject blocks
2022-09-27 Brendan Hansenfixed error printing; added #inject blocks
2022-09-27 Brendan Hansenadded '#deprecated'; revamped error/warning system
2022-09-27 Brendan Hansenbugfix with field accesses in interfaces
2022-09-26 Brendan Hansenbugfix with clz not being correct for u64
2022-09-26 Brendan Hansenfixed critical bug with how unsigned integers were...
2022-09-26 Brendan Hansengithub actions gcc fix
2022-09-26 Brendan Hansenactually fixed the atomic test case
2022-09-26 Brendan Hansenfixed atomics test case
2022-09-26 Brendan Hansenstarted work on testing library; very minimal implement...
2022-09-26 Brendan Hansen added '#with' clause to interfaces
2022-09-25 Brendan Hansenpotential bug fix; cleaned up check_field_access
2022-09-25 Brendan Hansenadded ability to inject methods on basic types
2022-09-24 Brendan Hansensolidified overload precedence order within a file
2022-09-23 Brendan Hansentemporarily removed special iter_allocator for context...
2022-09-23 Brendan Hansengave a face-lift to the interface semantics
2022-09-21 Brendan Hansenadded `onyx check`
2022-09-19 Brendan Hansenadded structured output to debug variables
2022-09-18 Brendan Hansenfixed major issue with debugger
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
next