projects
/
onyx.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
onyx.git
2023-05-15
Brendan Hansen
added: missing javascript import to onyx-loader.js
commit
|
commitdiff
|
tree
|
snapshot
2023-05-15
Brendan Hansen
release: 0.1.1a
commit
|
commitdiff
|
tree
|
snapshot
2023-05-15
Brendan Hansen
added: support time on JavaScript
commit
|
commitdiff
|
tree
|
snapshot
2023-05-15
Brendan Hansen
bugfix
commit
|
commitdiff
|
tree
|
snapshot
2023-05-15
Brendan Hansen
bugfix: JavaScript runtime would not compile
commit
|
commitdiff
|
tree
|
snapshot
2023-05-15
Brendan Hansen
release: 0.1.1
commit
|
commitdiff
|
tree
|
snapshot
2023-05-15
Brendan Hansen
bugfix: windows build for real this time
commit
|
commitdiff
|
tree
|
snapshot
2023-05-15
Brendan Hansen
bugfix: windows build
commit
|
commitdiff
|
tree
|
snapshot
2023-05-15
Brendan Hansen
updated: vscode extension to version 0.1.6
commit
|
commitdiff
|
tree
|
snapshot
2023-05-15
Brendan Hansen
added: `#load_all_recursive`
commit
|
commitdiff
|
tree
|
snapshot
2023-05-14
Brendan Hansen
changed: using cryptographic random number generation
commit
|
commitdiff
|
tree
|
snapshot
2023-05-14
Brendan Hansen
changed: added optional parameter to `onyx pkg new`
commit
|
commitdiff
|
tree
|
snapshot
2023-05-13
Brendan Hansen
bugfix: misordered if-not-defined
commit
|
commitdiff
|
tree
|
snapshot
2023-05-13
Brendan Hansen
updated CHANGELOG
commit
|
commitdiff
|
tree
|
snapshot
2023-05-13
Brendan Hansen
added: `onyx pkg new`
commit
|
commitdiff
|
tree
|
snapshot
2023-05-13
Brendan Hansen
added: `os.path_join` and `os.path_basename`
commit
|
commitdiff
|
tree
|
snapshot
2023-05-13
Brendan Hansen
added: `json.Value.as_array_iter` and `json.Value.as_ma...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-13
Brendan Hansen
added: `iter.empty`
commit
|
commitdiff
|
tree
|
snapshot
2023-05-13
Brendan Hansen
changed: better formatting in `onyx pkg`
commit
|
commitdiff
|
tree
|
snapshot
2023-05-12
Brendan Hansen
added: WASI support for threads at the platform layer
commit
|
commitdiff
|
tree
|
snapshot
2023-05-12
Brendan Hansen
fixed: WASI `__dir_open` permission issue
commit
|
commitdiff
|
tree
|
snapshot
2023-05-11
Brendan Hansen
cleanup: removed dependency on libc's strftime
commit
|
commitdiff
|
tree
|
snapshot
2023-05-11
Brendan Hansen
added: u8.to_upper and u8.to_lower
commit
|
commitdiff
|
tree
|
snapshot
2023-05-10
Brendan Hansen
updated CHANGELOG
commit
|
commitdiff
|
tree
|
snapshot
2023-05-10
Brendan Hansen
fixed: WASI compilation; environment variables
commit
|
commitdiff
|
tree
|
snapshot
2023-05-08
Brendan Hansen
added: `#distinct` types over any type
commit
|
commitdiff
|
tree
|
snapshot
2023-05-05
Brendan Hansen
changed: undefined function imports
commit
|
commitdiff
|
tree
|
snapshot
2023-05-04
Brendan Hansen
updated: CHANGELOG
commit
|
commitdiff
|
tree
|
snapshot
2023-05-04
Brendan Hansen
added: tags on foreign block procedures
commit
|
commitdiff
|
tree
|
snapshot
2023-05-04
Brendan Hansen
added: preparing for adding tags to foreign block proce...
commit
|
commitdiff
|
tree
|
snapshot
2023-05-02
Brendan Hansen
Merge remote-tracking branch 'origin/master' into dev
commit
|
commitdiff
|
tree
|
snapshot
2023-05-02
Brendan Hansen
fixed: `onyx help` missing newline
commit
|
commitdiff
|
tree
|
snapshot
2023-05-02
Brendan Hansen
fixed: missing `use core` in optional.onyx
commit
|
commitdiff
|
tree
|
snapshot
2023-05-01
Brendan Hansen
Merge pull request #8 from onyx-lang/dev
commit
|
commitdiff
|
tree
|
snapshot
2023-05-01
Brendan Hansen
cleanup: warnings of unused return values
commit
|
commitdiff
|
tree
|
snapshot
2023-05-01
Brendan Hansen
updated Readme for beta-0.1.0
commit
|
commitdiff
|
tree
|
snapshot
2023-05-01
Brendan Hansen
added: environment variable documentation
commit
|
commitdiff
|
tree
|
snapshot
2023-05-01
Brendan Hansen
added: `os.env`
commit
|
commitdiff
|
tree
|
snapshot
2023-04-29
Brendan Hansen
changed: alloc.fixed, added methods to Allocator
commit
|
commitdiff
|
tree
|
snapshot
2023-04-27
Brendan Hansen
fixed: miscellaneous segfaults
commit
|
commitdiff
|
tree
|
snapshot
2023-04-26
Brendan Hansen
added: `alloc.copy_closure`
commit
|
commitdiff
|
tree
|
snapshot
2023-04-26
Brendan Hansen
added: `onyx watch` to continuously rebuild
commit
|
commitdiff
|
tree
|
snapshot
2023-04-26
Brendan Hansen
fixed: removed all random static variables
commit
|
commitdiff
|
tree
|
snapshot
2023-04-24
Brendan Hansen
bugfix: detecting potential closures in nested polymorp...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-24
Brendan Hansen
added: `Optional.try`
commit
|
commitdiff
|
tree
|
snapshot
2023-04-24
Brendan Hansen
bugfix: old js code; `Optional.from_ptr`
commit
|
commitdiff
|
tree
|
snapshot
2023-04-23
Brendan Hansen
fixed: more special global variable cleanup
commit
|
commitdiff
|
tree
|
snapshot
2023-04-22
Brendan Hansen
cleanup: random old code
commit
|
commitdiff
|
tree
|
snapshot
2023-04-22
Brendan Hansen
Merge pull request #11 from onyx-lang/feature/closures
commit
|
commitdiff
|
tree
|
snapshot
2023-04-22
Brendan Hansen
added: closure by reference (very succeptible to dangli...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-22
Brendan Hansen
bugfix: miscellaneous missing in refactor
commit
|
commitdiff
|
tree
|
snapshot
2023-04-21
Brendan Hansen
fixed: function pointers in static data
commit
|
commitdiff
|
tree
|
snapshot
2023-04-21
Brendan Hansen
added: functions can be constructed using structure...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-21
Brendan Hansen
added: `type_is_function`; changed: made closures movable
commit
|
commitdiff
|
tree
|
snapshot
2023-04-21
Brendan Hansen
changed: small bugfixes with edges of bad closures
commit
|
commitdiff
|
tree
|
snapshot
2023-04-21
Brendan Hansen
changed: refactored closures to be less stupid
commit
|
commitdiff
|
tree
|
snapshot
2023-04-21
Brendan Hansen
Merge branch 'dev' into feature/closures
commit
|
commitdiff
|
tree
|
snapshot
2023-04-21
Brendan Hansen
changed: getting ready for onyx watch
commit
|
commitdiff
|
tree
|
snapshot
2023-04-21
Brendan Hansen
changed: better memory management
commit
|
commitdiff
|
tree
|
snapshot
2023-04-21
Brendan Hansen
fixed: wasi compilation
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Brendan Hansen
changed: closures use temp allocator
commit
|
commitdiff
|
tree
|
snapshot
2023-04-20
Brendan Hansen
fixed: cast error with new function semantics
commit
|
commitdiff
|
tree
|
snapshot
2023-04-19
Brendan Hansen
changed: capture syntax and location
commit
|
commitdiff
|
tree
|
snapshot
2023-04-19
Brendan Hansen
added: closures inside of polymorphic procedures
commit
|
commitdiff
|
tree
|
snapshot
2023-04-19
Brendan Hansen
added: working closures for non-polymorphic functions!
feature/closures
commit
|
commitdiff
|
tree
|
snapshot
2023-04-19
Brendan Hansen
changed: function pointers now have a closure pointer
commit
|
commitdiff
|
tree
|
snapshot
2023-04-19
Brendan Hansen
added: parsing, symres, checking of capture blocks
commit
|
commitdiff
|
tree
|
snapshot
2023-04-19
Brendan Hansen
added: flag for if function is lambda
commit
|
commitdiff
|
tree
|
snapshot
2023-04-19
Brendan Hansen
bugfix: `#callsite` did not work in macros
commit
|
commitdiff
|
tree
|
snapshot
2023-04-18
Brendan Hansen
added: explicit types to `do` blocks; fixed: `read_fill...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-18
Brendan Hansen
bugfix: nested do-blocks with indirect return statments
commit
|
commitdiff
|
tree
|
snapshot
2023-04-17
Brendan Hansen
added: allocator parameter to `core.encoding.osad.deser...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-15
Brendan Hansen
added: `--show-all-errors`; fixed: step by instruction
commit
|
commitdiff
|
tree
|
snapshot
2023-04-10
Brendan Hansen
added: documentation for pair
commit
|
commitdiff
|
tree
|
snapshot
2023-04-10
Brendan Hansen
added: core.slice documentation
commit
|
commitdiff
|
tree
|
snapshot
2023-04-08
Brendan Hansen
added: distinct type doc output
commit
|
commitdiff
|
tree
|
snapshot
2023-04-08
Brendan Hansen
added: outputting constraints in odoc files
commit
|
commitdiff
|
tree
|
snapshot
2023-04-08
Brendan Hansen
added: reinterpret intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2023-04-08
Brendan Hansen
fixed: spelling of `iter.flat_map`
commit
|
commitdiff
|
tree
|
snapshot
2023-04-07
Brendan Hansen
bugfix: scoping issue with Pair.make
commit
|
commitdiff
|
tree
|
snapshot
2023-04-07
Brendan Hansen
added: `core.encoding.json` as a stale code package
commit
|
commitdiff
|
tree
|
snapshot
2023-04-07
Brendan Hansen
Merge pull request #10 from onyx-lang/feature/allow...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-07
Brendan Hansen
added: `#allow_stale_code` directive; marked uncommon...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-07
Brendan Hansen
bugfix: removed threading in TCP server for now, due...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-06
Brendan Hansen
updated: windows build
commit
|
commitdiff
|
tree
|
snapshot
2023-04-05
Brendan Hansen
changed: polymorphic structs can have specializations
commit
|
commitdiff
|
tree
|
snapshot
2023-04-04
Brendan Hansen
added: better error messages with interface errors
commit
|
commitdiff
|
tree
|
snapshot
2023-04-04
Brendan Hansen
bugfixes; cleanup old files
commit
|
commitdiff
|
tree
|
snapshot
2023-04-03
Brendan Hansen
bugfix: internal package type
commit
|
commitdiff
|
tree
|
snapshot
2023-04-03
Brendan Hansen
changed: move slice functionality to `core.slice`;...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-03
Brendan Hansen
bugfix: numerous symbol related core library bugs
commit
|
commitdiff
|
tree
|
snapshot
2023-04-02
Brendan Hansen
changed: foreign directives no longer require string...
commit
|
commitdiff
|
tree
|
snapshot
2023-04-02
Brendan Hansen
added: `hash.sha256`
commit
|
commitdiff
|
tree
|
snapshot
2023-04-01
Brendan Hansen
added: starting work on using `dyncallback`
commit
|
commitdiff
|
tree
|
snapshot
2023-04-01
Brendan Hansen
fixed: js runtime
commit
|
commitdiff
|
tree
|
snapshot
2023-03-30
Brendan Hansen
added: `math.fmod`
commit
|
commitdiff
|
tree
|
snapshot
2023-03-30
Brendan Hansen
added: documentation to random library
commit
|
commitdiff
|
tree
|
snapshot
2023-03-29
Brendan Hansen
Merge pull request #7 from onyx-lang/docgen
commit
|
commitdiff
|
tree
|
snapshot
2023-03-29
Brendan Hansen
added: more documentation; bugfix: aliased type names
docgen
commit
|
commitdiff
|
tree
|
snapshot
2023-03-29
Brendan Hansen
added: `iter.flatMap`, `iter.single`
commit
|
commitdiff
|
tree
|
snapshot
next