onyx.git
2024-01-04 Brendan Hansenfixed: many bugs related to distinct types
2024-01-03 Brendan Hansenfixed: distinct string types not storing correctly
2024-01-01 Brendan Hansenadded: `conv.parse` and `Optional.flatten`
2023-12-26 Brendan Hansenadded: `iter.sum` and `iter.fold1`
2023-12-23 Brendan Hansenfixed: silly eror in `#export` duplication reporting
2023-12-21 Brendan Hansenfixed: #86 by adding tokens to built in types
2023-12-21 Brendan Hansenfixed: bugs in Onyx platform networking with UDP
2023-12-18 Brendan Hansenfixed: broken test case and duplicate export nanes
2023-12-18 Brendan Hansenfixed: #90 enums not working with `hash.hash` by default
2023-12-18 Brendan Hansenfixed: #87 by removing unnecessary check
2023-12-17 Brendan Hansenfixed: allow for looser debugger breakpoint names
2023-12-15 Brendan HansenMerge pull request #85 from judah-caruso/fix/ovm-debugg...
2023-12-15 Brendan Hansenfixed: debug session hanging when debugger disconnects
2023-12-15 Judah Carusomore minor mistakes
2023-12-15 Judah Carusosmall mistake on linux
2023-12-15 Judah Carusoimprove debugger support on mac
2023-12-14 Brendan HansenMerge branch 'master' into fix/ovm-debugger-repairs
2023-12-14 Brendan Hansenfixed: broken WASI builds due to `_initialize`
2023-12-14 Brendan Hansenfixed: MacOS OVM debugger
2023-12-13 Brendan HansenUpdate Discord Link again
2023-12-13 Brendan HansenUpdate Discord Link
2023-12-13 Brendan Hansenfixed: flag controlling tail calls for Linux build
2023-12-13 Brendan Hansenfixed: `ovm` backend crashing on MacOS
2023-12-13 Brendan HansenMerge pull request #76 from judah-caruso/fix-mac-build...
2023-12-13 Judah Carusoremove lots of casts
2023-12-13 Judah Carusofix remaining warnings (besides semaphore
2023-12-13 Judah Carusointerpreter warnings
2023-12-13 Brendan Hansenfixed: KDL parsing bug #62
2023-12-13 Brendan Hansencleanup: macos compiler build errors
2023-12-12 Brendan Hansenfixed: `core.list` implementation. added: test case
2023-12-11 Brendan Hansenfixed: inability to remove read-only files on Windows
2023-12-11 Brendan Hansenadded: test case for #82
2023-12-11 Brendan Hansenfixed: #82 parsing error
2023-12-11 Brendan Hansenfixed: segmentation fault on windows
2023-12-11 Brendan Hansenfixed: `CreateDirectoryA` on windows
2023-12-11 Brendan Hansenwindows package manager fixes
2023-12-11 Brendan Hansenfixed: #81 parsing bug
2023-12-10 Brendan Hansenattemped fix: windows compilation of runtime
2023-12-10 Brendan Hansenattempted fix: `FailedToRun` errors on Windows
2023-12-10 Brendan Hansenattempted fix: process spawning on Windows
2023-12-10 Brendan Hansenfixed: #58 by adding `_initialize` export
2023-12-10 Brendan Hansenfixed: broken code with new if-expr precedence
2023-12-10 Brendan HansenMerge pull request #79 from onyx-lang/fix/nested-array...
2023-12-10 Brendan Hansenfixed: nested array literals causes a segfault
2023-12-10 Brendan HansenMerge pull request #78 from onyx-lang/fix/if-expr-prece...
2023-12-10 Brendan Hansenfixed: precedence of if-expressions
2023-12-09 Brendan Hansenfinalized nightly release generator
2023-12-09 Brendan Hansentesting nightly release action
2023-12-09 Brendan Hansentesting nightly release action
2023-12-09 Brendan Hansentesting nightly release action
2023-12-09 Brendan HansenMerge pull request #75 from onyx-lang/fix/compound...
2023-12-08 Brendan Hansenfixed: incorrect WASM binary; refined error messages
2023-12-08 Brendan HansenMerge branch 'master' into fix/compound-void-bad-wasm
2023-12-08 Brendan HansenMerge pull request #74 from stagas/fix/js-default-runti...
2023-12-08 stagasfixed: js default runtime settings for multithreading
2023-12-08 Brendan Hansenfixed: code generation bug when a local's type is ...
2023-12-08 Brendan HansenMerge pull request #73 from stagas/fix/js-spawn-thread
2023-12-08 Brendan Hansenfixed: incorrect error message when the type of an...
2023-12-08 stagasfixed: js runtime __spawn_thread signature
2023-12-08 Brendan HansenMerge pull request #72 from jtakakura/fix-help-exit...
2023-12-08 Junji TakakuraFixed the help subcommand to return the correct exit...
2023-12-08 Brendan Hansenadded: `iter.counter`
2023-12-08 Brendan HansenMerge pull request #69 from judah-caruso/better-where...
2023-12-08 Brendan HansenMerge pull request #68 from judah-caruso/67-fix-non...
2023-12-08 Judah Carusoswap flag from const to comptime
2023-12-08 Brendan HansenMerge branch 'master' into better-where-clauses
2023-12-08 Brendan HansenUpdate README.md
2023-12-08 Brendan HansenMerge pull request #70 from onyx-lang/fix/build-should...
2023-12-08 Brendan Hansensilly copy and paste error
2023-12-08 Brendan Hansenfix build on darwin
2023-12-08 Brendan Hansenfixed build.sh
2023-12-08 Brendan Hansenchanged build.sh to error if it fails
2023-12-08 Judah Carusois this breaking the pipeline?
2023-12-08 Judah CarusoSmall test
2023-12-08 Judah CarusoSupport for constant expressions in where clauses
2023-12-08 Judah CarusoMake sure build stops if it fails
2023-12-07 Judah Carusoclarify error message more
2023-12-07 Judah Carusoimprove non-const array size error
2023-12-07 Brendan Hansenadded: better error message when `->` is used incorrectly
2023-12-06 Brendan Hansenstarted working on fixed bug from #63
2023-12-06 Brendan Hansenfixed: implementation of `array.remove` and `array...
2023-12-06 Brendan Hansenfixed: critical bug in `iter.fold` producing wrong...
2023-12-06 Brendan HansenMerge pull request #64 from judah-caruso/support-array...
2023-12-05 Judah Carusofixed issue with memory_equal in builtin not resolving
2023-12-05 Judah Carusoadd array w/ scalar operations; update tests
2023-12-05 Judah Carusoother operators should be macros as well
2023-12-05 Judah Carusomove builtin operator overloads into separate file...
2023-12-05 Judah Carusoadd 'memory_equal' intrinsic
2023-12-04 Brendan Hansenfixed: critical bug in `list.free`
2023-12-04 Brendan HansenMerge pull request #60 from onyx-lang/fix/code-block...
2023-12-04 Brendan Hansenadded: clarifying error message when statement code...
2023-12-04 Brendan HansenMerge pull request #55 from judah-caruso/array-member...
2023-12-04 Brendan HansenMerge pull request #59 from onyx-lang/feature/macos...
2023-12-04 Brendan Hansenadded: missing `darwin_amd64` directory
2023-12-04 Brendan Hansenfixed: MacOS not having `mktemp`
2023-12-04 Brendan Hansenadded: MacOS builds for OVM in GitHub Actions
2023-12-04 Brendan HansenMerge pull request #56 from judah-caruso/support-ovm...
2023-12-04 Judah Carusofix broken mremap alternative on darwin; re-add mremap...
2023-12-04 Brendan HansenMerge pull request #57 from judah-caruso/improve-sublim...
2023-12-04 Judah Carusoadd tmPreferences for comment support
next