onyx.git
2021-04-13 Brendan Hansenerror message when case expressions aren't CT
2021-04-13 Brendan Hansendynamic arrays have allocators now
2021-04-13 Brendan Hansendocumented overloaded procs; bugfixes
2021-04-12 Brendan Hansenoverloads can be used by value
2021-04-12 Brendan Hansenoverloads of overloads
2021-04-12 Brendan Hansenupdating some examples and bugfixes
2021-04-10 Brendan Hansenremoved 'proc's; more fun output
2021-04-08 Brendan Hansenupdated windows-build.yml
2021-04-06 Brendan Hansentiny updates to stream reader
2021-04-02 Brendan Hansenrefactoring the standup code to be more modular
2021-03-31 Brendan Hansenadded more string functionality
2021-03-30 Brendan Hansenrandom cleanups
2021-03-22 Brendan Hansenrandom little changes
2021-03-08 Brendan Hansenremoved probably unnecessary checks
2021-03-08 Brendan Hansencleaned up code relating to overloaded procedures
2021-03-05 Brendan HansenSIMD and use package in polyproc bugfixes
2021-03-05 Brendan HansenDelete onyx.exe
2021-03-05 Brendan HansenUpdate .gitignore
2021-03-05 Brendan Hansenstarted working on logging
2021-03-04 Brendan Hansensmall bugfix with negative integer literals
2021-03-04 Brendan Hansenfixed a test case
2021-03-04 Brendan HansenHopefully fixed windows-build.yml
2021-03-04 Brendan HansenUpdate and rename windows_build.yml to windows-build.yml
2021-03-04 Brendan HansenCreate windows_build.yml
2021-03-04 Brendan Hansensmall bugfix with '-1' not converting to float
2021-03-04 Brendan Hansenbug fixes; added 'map.get_ptr'
2021-03-03 Brendan HansenMerge branch 'master' of github.com:brendanfh/onyx
2021-03-03 Brendan Hansenadded '__initialize' intrinsic
2021-03-03 Brendan Hansenshould have tested this before I committed it
2021-03-02 Brendan Hansenadded alternate way to do varargs
2021-03-02 Brendan Hansenfixed segfault with parse error in struct
2021-03-02 Brendan Hansenadded webgl functionality
2021-03-01 Brendan Hansencleaned up AOC test cases for anyone using them to...
2021-02-26 Brendan Hansenrandom little changes; starting package rewrite
2021-02-23 Brendan Hansenbugfix with reducing statements
2021-02-23 Brendan Hansenmaking, finding and fixing bugs
2021-02-22 Brendan Hansenimproved some error messages
2021-02-22 Brendan Hansenadded anonymous array literals and uncovered bugs
2021-02-22 Brendan Hansenadded anonymous struct literals
2021-02-22 Brendan Hansenfixed return bug
2021-02-21 Brendan Hansenbugfix with assigning to struct parameters
2021-02-18 Brendan Hansenupdated string_stream_test
2021-02-18 Brendan Hansenadded some functionality to reading streams
2021-02-18 Brendan Hansensmall changes in core libraries
2021-02-17 Brendan HansenMerge remote-tracking branch 'origin/master'
2021-02-17 Brendan Hansenadded 'new' and 'math.clamp'
2021-02-16 Brendan Hansensmall cleanup and better CLI documentation
2021-02-16 Brendan Hansensmall cleanup and bugfix with code generation
2021-02-15 Brendan Hansenabstracted pointer operations in WASM generation
2021-02-15 Brendan Hansensmall changes and cleanups
2021-02-09 Brendan Hansenadded runtime configuration at compile-time; removed...
2021-02-09 Brendan Hansenmade #solidify more resilient by adding per entity...
2021-02-09 Brendan Hansenworking on build_opts variables
2021-02-09 Brendan Hansenstarting to think about build options
2021-02-09 Brendan Hansenadded ability to cause static errors with '#error'
2021-02-08 Brendan Hansenadded 'else' clause to static if statements
2021-02-08 Brendan Hansencode clean up; made 'use package' in procedures be...
2021-02-07 Brendan Hansenstatic ifs are very powerful now
2021-02-06 Brendan Hansenadded basic cycle detection and breaking
2021-02-06 Brendan Hansenstatic if are kinda powerful now, with some exceptions
2021-02-06 Brendan Hansencleaned up symbol resolution in types and other bugs
2021-02-06 Brendan Hansenadded the basic of static if statements; complex cases...
2021-02-06 Brendan Hansenrefactored entities to be allocated to an arena
2021-02-05 Brendan Hansenadded a struct test case
2021-02-05 Brendan Hansenconverted symbol introducing to be an entity, instead...
2021-02-05 Brendan Hansenmade method call syntax more useful
2021-02-05 Brendan Hansenmore robust symbol resolution with nested structs
2021-02-05 Brendan Hansentiny and insignificant changes
2021-02-04 Brendan Hansenbulked up core math library
2021-02-04 Brendan Hansensplit apart wasm generation file
2021-02-04 Brendan Hansenadded alternative implementation for memory copy/fill...
2021-02-03 Brendan Hansenadded bulk-memory intrinsics; bug fix
2021-02-03 Brendan Hansensmall bug fix; fixed timing on windows
2021-02-03 Brendan Hansensame parser clean up using next_tokens_are
2021-02-03 Brendan Hansenadded compound declarations for struct members
2021-02-02 Brendan Hansenadded a unique identifier to scopes to uniquely identif...
2021-02-02 Brendan Hansenadded experimental 'method call' syntax
2021-02-01 Brendan Hansenmore random cleanups
2021-02-01 Brendan Hansenmore general cleanup
2021-02-01 Brendan Hansenremoved parse results concept; directly adding entities now
2021-02-01 Brendan Hanseneven more cleanup in the parser
2021-02-01 Brendan Hansenmore cleanup in the parser
2021-02-01 Brendan Hansenremoved 'proc' keyword from core libraries and examples
2021-01-31 Brendan Hansenparser cleanup and bugfixes
2021-01-30 Brendan Hansengeneral clean up in parser
2021-01-30 Brendan Hansentop level bindings in struct scopes are even more useful
2021-01-29 Brendan Hansenpolymorphic struct types can have members accessed
2021-01-29 Brendan Hansensmall bugfix that makes inferred struct member types...
2021-01-29 Brendan Hansenmore robust static struct bindings; zero size struct...
2021-01-29 Brendan Hansenstructures can have statically bound expressions in...
2021-01-28 Brendan Hansendeleted some crap out of small_windows.h
2021-01-28 Brendan Hansenallow for using members of polymorphic struct instantia...
2021-01-28 Brendan Hansenmade binary reading/writing faster
2021-01-27 Brendan Hansenvarious little changes
2021-01-25 Brendan Hansenflagged everywhere 32-bit pointers are assumed
2021-01-25 Brendan Hansentiny simplification
2021-01-25 Brendan Hansenbug fix that crashed RemedyDB when debugging
2021-01-25 Brendan Hansencleaned up compound loading to use struct load logic
2021-01-25 Brendan Hansencleaned up compound storing to use struct store logic
2021-01-25 Brendan Hansencleaned up assignment emission
next