onyx.git
2024-01-20 Brendan Hansenfixed: #98
2024-01-20 Brendan Hansencleaned: removed old ast flag that was unused
2024-01-20 Brendan Hansenadded: `json.as_any` and `json.encode_string_opt`
2024-01-18 Brendan Hansenupdated CHANGELOG
2024-01-18 Brendan Hansenfixed: bundling tarball including non-existent directory
2024-01-18 Brendan Hansenchanged: install script to delete `tests` directory
2024-01-18 Brendan Hansenremoved: including test files with toolchain distribution
2024-01-18 Brendan Hansenfixed: MacOS compilation
2024-01-18 Brendan Hansenfixed: package manager not reinstalled broken native...
2024-01-18 Brendan Hansenadded: timestamps to file stats
2024-01-17 Brendan Hansenfixed: incorrect function mapping number
2024-01-17 Brendan Hansenadded: documentation and functionality to `core.time`
2024-01-17 Brendan Hansenfixed: compilation error with partially complete Union...
2024-01-16 Brendan Hansenfixed: ergonomics with timestamps
2024-01-11 Brendan HansenMerge pull request #95 from onyx-lang/fix/tree-shaking
2024-01-11 Brendan Hansenfixed: broken test case that uses method info
2024-01-11 Brendan Hansenadded: tree shaking for globals and strings
2024-01-10 Brendan Hansenadded: basics of tree shaking functions
2024-01-05 Brendan HansenMerge pull request #94 from onyx-lang/fix/inferred...
2024-01-05 Brendan HansenMerge pull request #93 from hatappo/fix-3rd-party-pkg...
2024-01-05 Brendan Hansenfixed: type inference bugs and certain error messages
2024-01-05 Brendan HansenMerge branch 'master' into fix/inferred-struct-type...
2024-01-04 Brendan Hansenbugfix: `slice.group_by` with empty array
2024-01-04 Fumihiko HataRestored libovmwasm.a
2024-01-04 Fumihiko HataRemove unintended file
2024-01-04 Fumihiko Hatafixed: quoting KDL string nodes containing `//` to...
2024-01-04 Brendan Hansenfixed: `GetCurrentDirectory` linking
2024-01-04 Brendan Hansenchanged: linux actions to be `ubuntu-20.04`and fixed...
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-30 Brendan Hansenadded: error message when a type inferred struct litera...
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
next