projects
/
onyx.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
onyx.git
2023-03-07
Brendan Hansen
bugfix: '??' precedence; added: writer_consumer_error...
first-class-optional
commit
|
commitdiff
|
tree
|
snapshot
2023-03-07
Brendan Hansen
fixed: parsing of method call with wrong precedence
commit
|
commitdiff
|
tree
|
snapshot
2023-03-06
Brendan Hansen
removed: return #from_enclosing; added: repeated `return`
commit
|
commitdiff
|
tree
|
snapshot
2023-03-06
Brendan Hansen
added: try operator (?)
commit
|
commitdiff
|
tree
|
snapshot
2023-03-06
Brendan Hansen
added: coalesce operator (??)
commit
|
commitdiff
|
tree
|
snapshot
2023-03-06
Brendan Hansen
migration: changed tests to use new pointer syntax
commit
|
commitdiff
|
tree
|
snapshot
2023-03-06
Brendan Hansen
fixed: test cases broken for new pointer syntax
commit
|
commitdiff
|
tree
|
snapshot
2023-03-06
Brendan Hansen
huge_test: trying `&` as pointer specifier in addition...
commit
|
commitdiff
|
tree
|
snapshot
2023-03-05
Brendan Hansen
cleanup: better printing of 'Optional(T)' as '? T'
commit
|
commitdiff
|
tree
|
snapshot
2023-03-05
Brendan Hansen
new: made `?T` mean `Optional(T)`
commit
|
commitdiff
|
tree
|
snapshot
2023-03-05
Brendan Hansen
cleanup: platform layer specification
commit
|
commitdiff
|
tree
|
snapshot
2023-03-05
Brendan Hansen
cleanup: restructured platform layer code
commit
|
commitdiff
|
tree
|
snapshot
2023-03-05
Brendan Hansen
bugfix: exporting aliased symbol; added: better cli...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-28
Brendan Hansen
added: running `.wasm` binaries with `onyx run`; deprec...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-28
Brendan Hansen
breaking: moved `onyx-pkg` to `onyx pkg`
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Brendan Hansen
doc: result.onyx
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Brendan Hansen
cleanup: bin folder had old executables
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Brendan Hansen
added: return_ok and return_err to Result
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Brendan Hansen
Merge branch 'result-type'
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Brendan Hansen
added: `or_return` to Optional
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Brendan Hansen
added: `catch` method on Result
commit
|
commitdiff
|
tree
|
snapshot
2023-02-26
Brendan Hansen
bugfix: return from expression with stray values
commit
|
commitdiff
|
tree
|
snapshot
2023-02-26
Brendan Hansen
bugfix: returning in expressions being handled
commit
|
commitdiff
|
tree
|
snapshot
2023-02-26
Brendan Hansen
Merge branch 'master' into result-type
commit
|
commitdiff
|
tree
|
snapshot
2023-02-26
Brendan Hansen
using result type in aoc-2021/day01
commit
|
commitdiff
|
tree
|
snapshot
2023-02-26
Brendan Hansen
bugfix with matching function using array literals
commit
|
commitdiff
|
tree
|
snapshot
2023-02-26
Brendan Hansen
testing result with os.file open
commit
|
commitdiff
|
tree
|
snapshot
2023-02-26
Brendan Hansen
starting experimentation with Result type
commit
|
commitdiff
|
tree
|
snapshot
2023-02-26
Brendan Hansen
bugfix; added 'return #from_enclosing'
commit
|
commitdiff
|
tree
|
snapshot
2023-02-24
Brendan Hansen
bugfix: polymorphic argument default values did not...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-24
Brendan Hansen
cleanup: removed all notion of 'notes' deprecated feature
commit
|
commitdiff
|
tree
|
snapshot
2023-02-22
Brendan Hansen
completely revamped logging to a file
commit
|
commitdiff
|
tree
|
snapshot
2023-02-22
Brendan Hansen
vscode: updated syntax defintion for better outline...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-22
Brendan Hansen
onyx-pkg: added generating a single file to load
commit
|
commitdiff
|
tree
|
snapshot
2023-02-21
Brendan Hansen
bugfix with overflowing integers
commit
|
commitdiff
|
tree
|
snapshot
2023-02-18
Brendan Hansen
bugfix with large switch statements and spelling fix
commit
|
commitdiff
|
tree
|
snapshot
2023-02-17
Brendan Hansen
starting to update examples
commit
|
commitdiff
|
tree
|
snapshot
2023-02-16
Brendan Hansen
bugfixes and spelling fixes
commit
|
commitdiff
|
tree
|
snapshot
2023-02-14
Brendan Hansen
more standard library documentation
commit
|
commitdiff
|
tree
|
snapshot
2023-02-13
Brendan Hansen
documented sync library
commit
|
commitdiff
|
tree
|
snapshot
2023-02-13
Brendan Hansen
refactored and documented random.onyx
commit
|
commitdiff
|
tree
|
snapshot
2023-02-13
Brendan Hansen
documented more of the standard library
commit
|
commitdiff
|
tree
|
snapshot
2023-02-13
Brendan Hansen
documented conv, base64, and ini; cleanup to format...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-13
Brendan Hansen
bugfixes and improvements to reader.lines
commit
|
commitdiff
|
tree
|
snapshot
2023-02-13
Brendan Hansen
documentation in CSV library
commit
|
commitdiff
|
tree
|
snapshot
2023-02-12
Brendan Hansen
documented allocators uses
commit
|
commitdiff
|
tree
|
snapshot
2023-02-12
Brendan Hansen
cleaned up more of builtin.onyx
commit
|
commitdiff
|
tree
|
snapshot
2023-02-12
Brendan Hansen
finished documenting the builtin.onyx file
commit
|
commitdiff
|
tree
|
snapshot
2023-02-12
Brendan Hansen
better support for memory_grow and memory_size in OVM
commit
|
commitdiff
|
tree
|
snapshot
2023-02-11
Brendan Hansen
more symbol information for struct fields
commit
|
commitdiff
|
tree
|
snapshot
2023-02-11
Brendan Hansen
improved usability of 'core.time'; started documenting...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-08
Brendan Hansen
bugfixes with symbol information; sorting symbols
commit
|
commitdiff
|
tree
|
snapshot
2023-02-08
Brendan Hansen
bugfix with stdio_stream not having correct flags
symbol-info
commit
|
commitdiff
|
tree
|
snapshot
2023-02-08
Brendan Hansen
Merge branch 'master' into symbol-info
commit
|
commitdiff
|
tree
|
snapshot
2023-02-08
Brendan Hansen
renamed `#precedence` to `#order`
commit
|
commitdiff
|
tree
|
snapshot
2023-02-08
Brendan Hansen
bugfix with (*foo)->bar(); changed date format
commit
|
commitdiff
|
tree
|
snapshot
2023-02-07
Brendan Hansen
renamed core.hash.to_u32 to core.hash.hash
commit
|
commitdiff
|
tree
|
snapshot
2023-02-07
Brendan Hansen
removed old `core.string.reader`
commit
|
commitdiff
|
tree
|
snapshot
2023-02-07
Brendan Hansen
documented core.map
commit
|
commitdiff
|
tree
|
snapshot
2023-02-07
Brendan Hansen
more bugfixes in core.iter
commit
|
commitdiff
|
tree
|
snapshot
2023-02-07
Brendan Hansen
bugfix with iter.enumerate
commit
|
commitdiff
|
tree
|
snapshot
2023-02-07
Brendan Hansen
re-wrote much of core.iter to be cleaner
commit
|
commitdiff
|
tree
|
snapshot
2023-02-05
Brendan Hansen
finalized bugfix with recursive structures
commit
|
commitdiff
|
tree
|
snapshot
2023-02-05
Brendan Hansen
still working on the bugfix
commit
|
commitdiff
|
tree
|
snapshot
2023-02-05
Brendan Hansen
trying to fix a weird bug
commit
|
commitdiff
|
tree
|
snapshot
2023-02-04
Brendan Hansen
bugfix? and added docs
commit
|
commitdiff
|
tree
|
snapshot
2023-02-03
Brendan Hansen
cleaned up docs folder; bugfix with onyx-pkg
commit
|
commitdiff
|
tree
|
snapshot
2023-02-03
Brendan Hansen
small additions and cleanup in core libraries
commit
|
commitdiff
|
tree
|
snapshot
2023-02-01
Brendan Hansen
split 'ReadPending' into 'ReadPending' and 'ReadLater'
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Brendan Hansen
added `#this_package`; cleaned up code with new feature
commit
|
commitdiff
|
tree
|
snapshot
2023-01-23
Brendan Hansen
adding document explaining symbol file
commit
|
commitdiff
|
tree
|
snapshot
2023-01-23
Brendan Hansen
almost working implementation
commit
|
commitdiff
|
tree
|
snapshot
2023-01-23
Brendan Hansen
working vscode lsp; added Optional
commit
|
commitdiff
|
tree
|
snapshot
2023-01-18
Brendan Hansen
added __implicit_bool_cast
commit
|
commitdiff
|
tree
|
snapshot
2023-01-17
Brendan Hansen
bugfix with new threads stack being created incorrectly
struct-asm-rewrite
commit
|
commitdiff
|
tree
|
snapshot
2023-01-16
Brendan Hansen
structures that wrap a basic type are treated differently
commit
|
commitdiff
|
tree
|
snapshot
2023-01-12
Brendan Hansen
simplied idea of type_is_compound
commit
|
commitdiff
|
tree
|
snapshot
2023-01-12
Brendan Hansen
code cleanup with parameter passing types
commit
|
commitdiff
|
tree
|
snapshot
2023-01-12
Brendan Hansen
memmove is faster than I thought?
commit
|
commitdiff
|
tree
|
snapshot
2023-01-12
Brendan Hansen
code cleanup; important optimizations for struct literals
commit
|
commitdiff
|
tree
|
snapshot
2023-01-11
Brendan Hansen
made the copy instruction much faster
commit
|
commitdiff
|
tree
|
snapshot
2023-01-11
Brendan Hansen
refactored return value storing for edge cases
commit
|
commitdiff
|
tree
|
snapshot
2023-01-11
Brendan Hansen
code cleanup and devious bug fixes
commit
|
commitdiff
|
tree
|
snapshot
2023-01-10
Brendan Hansen
all test cases passing!
commit
|
commitdiff
|
tree
|
snapshot
2023-01-10
Brendan Hansen
only 4 failing test cases now
commit
|
commitdiff
|
tree
|
snapshot
2023-01-10
Brendan Hansen
Merge branch 'master' into struct-asm-rewrite
commit
|
commitdiff
|
tree
|
snapshot
2023-01-10
Brendan Hansen
tiny bugfix, but crucial change
commit
|
commitdiff
|
tree
|
snapshot
2023-01-10
Brendan Hansen
removed old ast node name
commit
|
commitdiff
|
tree
|
snapshot
2023-01-10
Brendan Hansen
most things are compiling now, just incorrectly...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-10
Brendan Hansen
more progress
commit
|
commitdiff
|
tree
|
snapshot
2023-01-09
Brendan Hansen
hello world working now; other random failures
commit
|
commitdiff
|
tree
|
snapshot
2023-01-09
Brendan Hansen
progress, but not working yet
commit
|
commitdiff
|
tree
|
snapshot
2023-01-09
Brendan Hansen
added document explaining issues
commit
|
commitdiff
|
tree
|
snapshot
2023-01-09
Brendan Hansen
marked where code would have to be changed to make...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-09
Brendan Hansen
cleanup garbage symbols in debug info
commit
|
commitdiff
|
tree
|
snapshot
2023-01-08
Brendan Hansen
added experimental ability of ignoring some return...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-07
Brendan Hansen
renamed iter.as_iterator to iter.as_iter
commit
|
commitdiff
|
tree
|
snapshot
2023-01-06
Brendan Hansen
added ini parser
commit
|
commitdiff
|
tree
|
snapshot
2023-01-05
Brendan Hansen
fixed #47
commit
|
commitdiff
|
tree
|
snapshot
2023-01-05
Brendan Hansen
added small optimizations to OVM codegen
commit
|
commitdiff
|
tree
|
snapshot
next