onyx.git
2021-01-14 Brendan Hansenadded pool allocator to core library
2021-01-14 Brendan Hansenpolymorphic proc generation optimization
2021-01-13 Brendan Hansenjust random changes
2021-01-13 Brendan Hansenadded struct and enum examples
2021-01-13 Brendan Hansenarrays can cast to slices of the same type
2021-01-13 Brendan Hansenadded operator overload test case
2021-01-12 Brendan HansenMerge pull request #34 from Graylunchbox74/master
2021-01-12 Graylunchbox74added pow function
2021-01-12 Brendan Hansenupdated CHANGELOG; minor bug fixes
2021-01-12 Brendan Hansenfixed infinite loop bug with multiple declarations
2021-01-12 Brendan Hansenbetter handling for type solidification in compound...
2021-01-12 Brendan Hansenupdated io.stream to use multiple return values; small...
2021-01-12 Brendan HansenMerge pull request #33 from brendanfh/multiple-returns
2021-01-12 Brendan Hansenadded test case for multiple returns/declarations
2021-01-12 Brendan Hansenmultiple declarations work in procedure bodies
2021-01-12 Brendan Hansenpolymorphic variables on compound types
2021-01-12 Brendan Hansenfinalized returning multiple values
2021-01-12 Brendan Hansenbegan work on multiple return values
2021-01-11 Brendan Hansenimplemented #27
2021-01-11 Brendan Hansensmall cleanup with parameters being mutable now
2021-01-11 Brendan Hansenminor changes to parameter logic
2021-01-11 Brendan Hansenminor bug fixes with polymorphic procedures
2021-01-11 Brendan Hansenpolymorphic procedures are allowed in overloaded functions
2021-01-10 Brendan Hansencode cleanup making new ast nodes
2021-01-10 Brendan Hansensmall improvements
2021-01-10 Brendan Hansenbug fix with invalid binary operator in modify-assignment
2021-01-10 Brendan Hansencleaner code for operator overloading
2021-01-10 Brendan Hansenbetter error checking for operator overloading
2021-01-10 Brendan Hansenadded basics of operator overloading
2021-01-09 Brendan Hansenstarted working on abstract stream api
2021-01-09 Brendan Hansensmall bug fixes with polymorphic struct errors
2021-01-09 Brendan Hansencleaned up type parsing
2021-01-08 Brendan Hansenvarious little bug fixes around the code
2021-01-08 Brendan Hansenpolymorphic structures have compile time known arguments
2021-01-08 Brendan Hansenadded easier way to do types in value expressions
2021-01-07 Brendan Hansensmall bug fixes with polymorphic array lengths
2021-01-07 Brendan Hansenarray types are polymorphic on size
2021-01-07 Brendan Hansenupdating documents and small bugfix
2021-01-07 Brendan Hansenadded some examples; small bug fix
2021-01-06 Brendan Hansenremoved old argument code; preparing for named arguments
2021-01-06 Brendan Hansendefault values are no longer immediately type checked
2021-01-06 Brendan Hansenfixed the broken test case and a gnarly bug
2021-01-06 Brendan Hansenchanged cast logic; a test case is not correct at the...
2021-01-06 Brendan Hansenmoved some logic from symbol resolution to type checking
2021-01-06 Brendan Hansen`defer` has better semantics with targeted jump statements
2021-01-05 Brendan Hansencode cleanup in checker and symres
2021-01-05 Brendan Hansenfix onyx-build.yml again
2021-01-05 Brendan Hansenfix onyx-build.yml
2021-01-05 Brendan Hansenremoved old Makefile; just use build.sh or build.bat
2021-01-05 Brendan Hansenupdated CHANGELOG
2021-01-05 Brendan Hansencompiling with more warnings for cleaner code
2021-01-05 Brendan Hansensmall updates; getting more working with Windows
2021-01-04 Brendan HansenWindows compilation is working!
2021-01-04 Brendan Hansenarray literal assignment optimization
2021-01-04 Brendan Hansenraw_alloc and raw_resize can take an alignment argument
2021-01-04 Brendan Hansenstruct member defaults are processed later in the pipeline
2021-01-04 Brendan Hansenstill working on Windows compilation
2021-01-04 Brendan Hansenstupid shell single vs double quotes
2021-01-04 Brendan Hansenworking towards Windows compilation
2021-01-03 Brendan Hansen'#include_file' -> '#load'; '#include_folder' -> '...
2021-01-02 Brendan Hansenrandom little changes
2021-01-01 Brendan Hansenfix auto-cast bug with overloaded procs
2020-12-31 Brendan Hansenadded compile time procedures test case
2020-12-31 Brendan Hansenadded 'null_proc' to syntax definitions
2020-12-31 Brendan Hansenadded 'null_proc' to builtin.onyx
2020-12-31 Brendan Hansenprocedures are compile time known
2020-12-31 Brendan Hansenadded a LOT of test cases (from AOC 2020)
2020-12-31 Brendan Hansencleaning up more things
2020-12-31 Brendan Hansencleaning up directory structure
2020-12-30 Brendan Hansenlaid out what examples need to be written
2020-12-30 Brendan Hansenadded very verbose output option, '-VV'
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
next