onyx.git
2020-12-30 Brendan Hansensmall bugfix with field access with no type
2020-12-30 Brendan Hansencode cleanup with `use` on struct variables
2020-12-30 Brendan Hansengetting rid of those fricken tabs
2020-12-30 Brendan Hansendeleted old doc file
2020-12-30 Brendan Hansenupdated CHANGELOG
2020-12-30 Brendan Hansensmall bugfix with enum values being of the wrong type
2020-12-30 Brendan Hansenupdated test case output
2020-12-30 Brendan Hansenadded more to struct_robustness; parsing bug fix
2020-12-30 Brendan Hansentiniest bug fix
2020-12-30 Brendan Hansenstructs are much better now, as far as I can tell
2020-12-30 Brendan Hansenworking on making structs better as a whole
2020-12-29 Brendan Hansenanother bugfix for block bindings
2020-12-29 Brendan Hansen#solidify in polyproc fix; bindings don't require semic...
2020-12-29 Brendan Hansenbugfixes with procedure level bindings
2020-12-29 Brendan Hansen'::' declarations in procedure scope are treated the...
2020-12-28 Brendan Hansenadded fixed arrays example
2020-12-28 Brendan Hansensmall bugfix with comments at the start of a file
2020-12-27 Brendan Hansenbugfix with reducing comptime enum expressions
2020-12-26 Brendan Hansensmall #solidify bugfix
2020-12-25 Brendan Hansenstarted work on `#solidify`
2020-12-24 Brendan Hansenupdated CHANGELOG
2020-12-24 Brendan Hansenmassive clean up of polymorphic procedure generation
2020-12-24 Brendan Hansenadded 'map.update'
2020-12-23 Brendan Hansenrefactored switch statements; cases can be ranges
2020-12-23 Brendan Hansenmade range literals not turn into struct literals
2020-12-23 Brendan Hansennumeric literals are now copied during cloning
2020-12-23 Brendan Hansenbetter error message on mismatched function arguments
2020-12-23 Brendan Hansenerror message bugfix; better top level parsing
2020-12-23 Brendan Hansenstruct literals can be compile time known
2020-12-22 Brendan Hansensmall bugfixes
2020-12-22 Brendan Hansenincreased stack size; added array.copy; change arena...
2020-12-22 Brendan Hansenenum values are compile time known
2020-12-21 Brendan Hansenadded map.empty and string.compare
2020-12-21 Brendan Hansenbetter error reporting in many places
2020-12-20 Brendan Hansenfixed arena allocator; should have tested it
2020-12-20 Brendan Hansenadded arena allocator; bug fixes
2020-12-18 Brendan Hansenadded 'unique' names for structs and enums
2020-12-18 Brendan Hansenupdated structure of allocators in core libraries
2020-12-18 Brendan Hansenupdating some examples to use printf
2020-12-18 Brendan HansenUpdate README.md
2020-12-18 Brendan HansenUpdate README.md
2020-12-17 Brendan Hansenadded test case for array/struct robustness; small...
2020-12-17 Brendan Hansenupdated CHANGELOG
2020-12-17 Brendan Hansenupdating documentation
2020-12-17 Brendan Hansenarray literals are now allowed in expressions; testing...
2020-12-16 Brendan Hansenchanged the fix for NASTY stack and local bug
2020-12-16 Brendan Hansenbug fix in array.remove
2020-12-16 Brendan Hansenadded more robustness to builder and array api
2020-12-16 Brendan Hansenfixed a NASTY stack and local bug
2020-12-16 Brendan Hansenmoved intrinsics files to own folder;
2020-12-15 Brendan Hansenadded very basics of array literals; not very useful now
2020-12-15 Brendan Hansencleanup in onyx.c
2020-12-15 Brendan Hansenupdated fun visualization; added check for struct literals
2020-12-15 Brendan Hansenlots of code refactoring; added #context_scope; struct...
2020-12-15 Brendan Hansenupdated CHANGELOG
2020-12-15 Brendan Hansenadded a check I didn't think I needed
2020-12-15 Brendan Hansenpolyproc generation cleaned up; feels good
2020-12-15 Brendan Hansenfixed heap resize bug; added to fun visualization
2020-12-15 Brendan Hansenadded fun visualization and fixed entity state tracking
2020-12-15 Brendan Hansensmall changes in the checker
2020-12-15 Brendan Hansenbetter error reporting for invalid binary operations
2020-12-14 Brendan Hansencan 'use' pointers to structures; cleanup
2020-12-14 Brendan Hansenfixed bug with polymorphic functions with 'use' statements
2020-12-14 Brendan Hansenfixed test case
2020-12-14 Brendan Hansenremoved old map data structures, in favor of generic map
2020-12-14 Brendan Hansenbug fix with bitwise not unary operator in code generation
2020-12-14 Brendan Hansenadded a warning if using an invalid key type
2020-12-14 Brendan Hansenadded 'reader.read_word'
2020-12-14 Brendan Hansensmall bug fixes and repo cleanup
2020-12-14 Brendan Hansendeprecated all mapping structures in favor of new ...
2020-12-13 Brendan Hansenadded stats printing with '--verbose' flag
2020-12-12 Brendan Hansencleaning up old test code
2020-12-12 Brendan Hansenupdated CHANGELOG
2020-12-12 Brendan Hansenupdated onyx.sublime-build to new CLI
2020-12-12 Brendan Hansenadded 'abs' functions in math library
2020-12-12 Brendan Hansenupdated '--verbose' CLI flag
2020-12-12 Brendan Hansencleaning up code for CLI
2020-12-12 Brendan Hansenfield accesses only work on lvals now
2020-12-11 Brendan Hansenuse statements are now more universal
2020-12-11 Brendan Hansenforgot to add the important changes to the last commit
2020-12-11 Brendan Hansenmade struct literals more package friendly and fixed...
2020-12-11 Brendan Hansenbugfix with foreign globals
2020-12-11 Brendan Hansenswapped usage of 'str' and 'string'; broke many things
2020-12-11 Brendan Hansenadded more to do
2020-12-10 Brendan Hansenstarted laying out what needs to be done
2020-12-09 Brendan Hansensmall bugfix and updated CHANGELOG
2020-12-09 Brendan Hansenadded read_u64 and fold_slice
2020-12-09 Brendan Hansenadded 'StringReader'; subpackage bugfix
2020-12-09 Brendan Hansenfixed bug with field accesses
2020-12-08 Brendan Hansenmore bug fixes with numeric constants
2020-12-08 Brendan Hansennasty bugfix when returning bools
2020-12-08 Brendan Hansenadded str.read_chars
2020-12-08 Brendan Hansenbugfixes with numeric literals
2020-12-07 Brendan HansenMAJOR CHANGE: numeric literals are nice now
2020-12-07 Brendan Hansenbugfix in wasi.onyx
2020-12-07 Brendan Hansenadded StrMap hash table; additions to str library
2020-12-06 Brendan Hansenupdated CHANGELOG
2020-12-06 Brendan Hansenchanged the package system to allow for nested packages
2020-12-06 Brendan Hansenstring library bugfixes
2020-12-05 Brendan Hansenfixing angry bug
next