onyx.git
2023-01-17 Brendan Hansenbugfix with new threads stack being created incorrectly struct-asm-rewrite
2023-01-16 Brendan Hansenstructures that wrap a basic type are treated differently
2023-01-12 Brendan Hansensimplied idea of type_is_compound
2023-01-12 Brendan Hansencode cleanup with parameter passing types
2023-01-12 Brendan Hansenmemmove is faster than I thought?
2023-01-12 Brendan Hansencode cleanup; important optimizations for struct literals
2023-01-11 Brendan Hansenmade the copy instruction much faster
2023-01-11 Brendan Hansenrefactored return value storing for edge cases
2023-01-11 Brendan Hansencode cleanup and devious bug fixes
2023-01-10 Brendan Hansenall test cases passing!
2023-01-10 Brendan Hansenonly 4 failing test cases now
2023-01-10 Brendan HansenMerge branch 'master' into struct-asm-rewrite
2023-01-10 Brendan Hansentiny bugfix, but crucial change
2023-01-10 Brendan Hansenremoved old ast node name
2023-01-10 Brendan Hansenmost things are compiling now, just incorrectly...
2023-01-10 Brendan Hansenmore progress
2023-01-09 Brendan Hansenhello world working now; other random failures
2023-01-09 Brendan Hansenprogress, but not working yet
2023-01-09 Brendan Hansenadded document explaining issues
2023-01-09 Brendan Hansenmarked where code would have to be changed to make...
2023-01-09 Brendan Hansencleanup garbage symbols in debug info
2023-01-08 Brendan Hansenadded experimental ability of ignoring some return...
2023-01-07 Brendan Hansenrenamed iter.as_iterator to iter.as_iter
2023-01-06 Brendan Hansenadded ini parser
2023-01-05 Brendan Hansenfixed #47
2023-01-05 Brendan Hansenadded small optimizations to OVM codegen
2023-01-04 Brendan Hansenfixes with disassembly view
2023-01-03 Brendan Hansenadded disassembly view debug command
2023-01-03 Brendan Hansenstarting work on disassembling OVM code
2023-01-03 Brendan Hansenadded memory read/write to debugger
2022-12-29 Brendan Hansenmiscellaneous bugfixes
2022-12-28 Brendan Hansenadded optional expected return type for match groups
2022-12-24 Brendan Hansenadded more parameters to default logger
2022-12-24 Brendan Hansenbugfixes
2022-12-18 Brendan Hansenremoved *almost* all unnecessary calls in interpreter...
2022-12-17 Brendan Hansenbig refactor in interpreter for faster non-debugging...
2022-12-17 Brendan Hanseneven faster interpretter?
2022-12-16 Brendan Hansentrying to speed up interpretter even more
2022-12-16 Brendan Hansenseparated conversion instructions; bugfix with iter...
2022-12-16 Brendan Hansenrefactored to remove many unnecessary switch statements
2022-12-16 Brendan Hansenchanged interpreter style to continuation-passing inste...
2022-12-16 Brendan Hansenbugfixes; added user_data to OnyxContext
2022-12-15 Brendan Hansenactually fixed the implicit structure debug info problem
2022-12-15 Brendan Hansenbugfix in debug info when passing structure by implicit...
2022-12-15 Brendan Hansenminor bugfixes with debug info
2022-12-14 Brendan Hansencode cleanup in debugger
2022-12-14 Brendan Hansendebugger code cleanup; added enum and slice types ...
2022-12-14 Brendan Hansenfixed `stopOnEntry` logic to be more correct; fixed...
2022-12-14 Brendan Hansenadded `!=` operator for `Pair`
2022-12-13 Brendan Hansenswitched `iter.zip` and `iter.prod` to use `Pair` struct
2022-12-10 Brendan Hansenadded Pair structure
2022-12-09 Brendan Hansenadded `--tag` command line argument for generating...
2022-12-08 Brendan Hansenadded new cast syntax; bugfixes
2022-12-08 Brendan Hansenbugfixes in standard library; added iter.skip_while
2022-12-06 Brendan Hansenadded exceptions when accessing address 0; bugfix
2022-12-06 Brendan Hansenbugfix with cbindgen; added ovm_print_stack_trace
2022-12-04 Brendan Hansenadded intrinsic interfaces
2022-11-30 Brendan Hansenadded time.to_epoch; bugfix with BufferStream
2022-11-29 Brendan Hansenadded sync.Once; code cleanup
2022-11-27 Brendan Hansenpartially fixed long standing linking limitation
2022-11-26 Brendan Hansensilly bugfix in is_lower
2022-11-24 Brendan Hansenadded string_pool; io.writer is buffered; bugfixes
2022-11-21 Brendan Hansenadded 'string.join'; made 'array.concat' faster
2022-11-17 Brendan Hansenbugfix with non-ending tcp server
2022-11-15 Brendan Hansensecurity patch
2022-11-15 Brendan Hansenadded optional operator overloading via methods
2022-11-09 Brendan Hansenperformance improvements for binary operator overloads...
2022-11-08 Brendan Hansendistinct types have a scope; added aoc-2021 day 21
2022-11-07 Brendan Hansenslowly making the core libraries more consistent
2022-11-05 Brendan Hansenadded map.as_iter; bugfixes
2022-11-04 Brendan Hansenadded alloc/atomic; network bugfixes; iter bugfix
2022-11-03 Brendan Hansenorganized core libraries; bugfixes
2022-11-01 Brendan Hansenvarious improvements to any utilities
2022-10-31 Brendan Hansenadded base64 to core library
2022-10-31 Brendan Hansenexperimentally loading core/std by default
2022-10-31 Brendan Hansenvarious bugfixes and additions to core libraries
2022-10-31 Brendan Hansenadded implicit cast to bool for pointers and arrays
2022-10-26 Brendan Hansenbugfix with looping scopes
2022-10-21 Brendan Hansenbugfix; added ImplicitIterator
2022-10-19 Brendan Hansenbetter error handling for using keywords as directives
2022-10-17 Brendan Hansenfixed tiny but significant double polymorph issue
2022-10-17 Brendan Hansenrenamed 'auto_heap' to 'gc'
2022-10-17 Brendan HansenRevert "updated heap"
2022-10-17 Brendan Hansenupdated heap
2022-10-16 Brendan Hansenbumped version of vscode extension to '0.1.0'
2022-10-15 Brendan Hansenadded unreachable intrinsic; added `any_utils`
2022-10-11 Brendan Hansenrenamed 'ArenaState' to 'Arena'; added 'string.read_alp...
2022-10-08 Brendan Hansentiny bugfixes
2022-10-07 Brendan Hansenadded `iter.comp`; vscode syntax bugfix
2022-10-05 Brendan Hansenforgot to make "#auto" work with compound declarations
2022-10-05 Brendan Hansenadded #auto typed local variables
2022-10-03 Brendan Hansenremoved `#with` in interfaces; use T.{}
2022-10-02 Brendan Hansencleaned up core packages with newer onyx features
2022-10-01 Brendan Hansen'use' for struct members is now transitive; fixed defin...
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
next