onyx.git
2024-02-11 Brendan Hansenchanged: debug socket uses pid
2024-02-10 Brendan HansenMerge branch 'feature/for-loop-syntax' into feature...
2024-02-10 Brendan Hansenadded: index variables in `for` loops
2024-02-09 Brendan HansenMerge branch 'feature/for-loop-syntax' into tmp/optiona...
2024-02-09 Brendan HansenMerge branch 'master' into feature/for-loop-syntax
2024-02-09 Brendan Hansenadded: `map.copy`
2024-02-08 Brendan HansenMerge branch 'feature/for-loop-syntax' into tmp/optiona...
2024-02-08 Brendan HansenMerge branch 'master' into feature/for-loop-syntax
2024-02-08 Brendan Hansenadded: developer `--perf` flag to see what is using...
2024-02-08 Brendan Hansenfixed: random bugs with expected semi-colons
2024-02-08 Brendan HansenMerge branch 'feature/for-loop-syntax' into tmp/optiona...
2024-02-08 Brendan Hansenfixed: bug with checking argument types to interface...
2024-02-08 Brendan Hansenfixed: optional semicolons on naked return statement
2024-02-07 Brendan HansenMerge branch 'feature/for-loop-syntax' into tmp/optiona...
2024-02-07 Brendan HansenMerge branch 'master' into feature/for-loop-syntax
2024-02-07 Brendan Hansenfixed: `onyx package migrate` since addition of `-...
2024-02-07 Brendan HansenMerge branch 'feature/for-loop-syntax' into tmp/optiona...
2024-02-07 Brendan HansenMerge branch 'master' into feature/for-loop-syntax
2024-02-07 Brendan Hansenadded: test case for `#inject`
2024-02-07 Brendan Hansenfixed: `#inject`ing symbols that are also in global...
2024-02-06 Brendan Hansenfixed: parsing of compound expression return values...
2024-02-06 Brendan Hansenfixed: parsing of compound results in quick functions
2024-02-06 Brendan Hansenchanged: optional semicolons are behind a feature flag
2024-02-06 Brendan Hansenfully working implementation
2024-02-05 Brendan Hansenstandard library changes for optional semicolons
2024-02-05 Brendan Hansencompiler changes for optional semicolons
2024-02-05 Brendan Hansenfixed: syntax highlighting for new keywords
2024-02-04 Brendan Hansenfixed: missing clone that could leading to big problems
2024-02-04 Brendan Hansenchanged: interface syntax
2024-02-04 Brendan Hansenfixed: silly json encoder mistake
2024-02-04 Brendan Hansenupdated CHANGELOG and fix spacing in a test case
2024-02-03 Brendan Hansenadded: `defer` as alternative to `#bottom_test`
2024-02-03 Brendan Hansenbreaking syntax change
2024-01-31 Brendan HansenMerge pull request #102 from Syuparn/fix-list-at
2024-01-26 syuparnfixed: list.at to solve for polymorphic variable
2024-01-22 Brendan Hansenfixed: #99
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
next