projects
/
onyx.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
onyx.git
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
2023-03-29
Brendan Hansen
added: structure method documentation
commit
|
commitdiff
|
tree
|
snapshot
2023-03-29
Brendan Hansen
doc: `encoding.md5`; added `io.stream_read_until_full`
commit
|
commitdiff
|
tree
|
snapshot
2023-03-28
Brendan Hansen
added: `core.hash.md5`; bugfix: `io.read_bytes` and...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-28
Brendan Hansen
Merge remote-tracking branch 'origin/dev' into docgen
commit
|
commitdiff
|
tree
|
snapshot
2023-03-28
Brendan Hansen
bugfix: polymorphic-structs error; onyx package
commit
|
commitdiff
|
tree
|
snapshot
2023-03-28
Brendan Hansen
bugfix: remaining bugs from `use` change
commit
|
commitdiff
|
tree
|
snapshot
2023-03-27
Brendan Hansen
Merge pull request #9 from onyx-lang/feature/import...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-27
Brendan Hansen
removed: old code
feature/import-statement
commit
|
commitdiff
|
tree
|
snapshot
2023-03-27
Brendan Hansen
added: qualified import of top-level package
commit
|
commitdiff
|
tree
|
snapshot
2023-03-27
Brendan Hansen
removed: all references to `use package`
commit
|
commitdiff
|
tree
|
snapshot
2023-03-27
Brendan Hansen
removed: `#import` statement. repurposed `use` statemen...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-26
Brendan Hansen
changed: `use` now acts like `#import`
commit
|
commitdiff
|
tree
|
snapshot
2023-03-25
Brendan Hansen
changed: `#import X {...}` no longer makes `X` accessible
commit
|
commitdiff
|
tree
|
snapshot
2023-03-25
Brendan Hansen
added: `#import` functions as `use` statement
commit
|
commitdiff
|
tree
|
snapshot
2023-03-25
Brendan Hansen
added: `#import` at function scope; bugfix: numerous
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
breaking change: top-level packages are required to...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
bugfix: with new multi-pointer features
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
cleanup: fixed compiler warnings
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
fixed: changed output onyx binary file
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
added: enum documentation
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
added: polymorphic structures to doc info
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
added: basic structure documentation
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
changed: converted documentation to `#doc`
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
changed: documentation types cleanup
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
added: `#doc` sets notes on procedures
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
added: `parent` field to Doc_Package
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
added: '$' in front of polymorphic variables
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
added: doc output for polyprocs/macros/overloaded procs
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
bugfix: some return types for procedures were unknown
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
added: simple procedure documenting
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
added: started outputting procedures to doc file
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
added: package structure output in odoc
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
switching branches
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
switching branches
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
starting work on documentation file generation
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
Merge pull request #6 from onyx-lang/feature/multi...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-24
Brendan Hansen
bugfix: debugging broke when using multi-pointers
feature/multi-pointers
commit
|
commitdiff
|
tree
|
snapshot
2023-03-23
Brendan Hansen
changed: pointer promotes to multi-pointer
commit
|
commitdiff
|
tree
|
snapshot
2023-03-23
Brendan Hansen
bugfix: `map.as_iter` had wrong typeof
commit
|
commitdiff
|
tree
|
snapshot
2023-03-23
Brendan Hansen
removed: non-multi-pointer math
commit
|
commitdiff
|
tree
|
snapshot
2023-03-23
Brendan Hansen
bugfix: polymorphing with multi-pointing
commit
|
commitdiff
|
tree
|
snapshot
2023-03-23
Brendan Hansen
added: basics of multi-pointers
commit
|
commitdiff
|
tree
|
snapshot
2023-03-23
Brendan Hansen
changed: added new logo; added: proposal for multi...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-16
Brendan Hansen
bugfix: clz_i32, ctz_i32, popcnt_i32
commit
|
commitdiff
|
tree
|
snapshot
next