projects
/
onyx.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
onyx.git
2021-11-19
Brendan Hansen
Merge branch 'master' of github.com:brendanfh/onyx
commit
|
commitdiff
|
tree
|
snapshot
2021-11-19
Brendan Hansen
preparing for release v0.1.0
commit
|
commitdiff
|
tree
|
snapshot
2021-11-19
Brendan Hansen
using language features
commit
|
commitdiff
|
tree
|
snapshot
2021-11-17
Brendan Hansen
bugfixes and completely removed 'proc' keyword
commit
|
commitdiff
|
tree
|
snapshot
2021-11-16
Brendan Hansen
small updates
commit
|
commitdiff
|
tree
|
snapshot
2021-11-15
Brendan Hansen
accidentally cut something out
commit
|
commitdiff
|
tree
|
snapshot
2021-11-15
Brendan Hansen
bugfix with new enum abilities
commit
|
commitdiff
|
tree
|
snapshot
2021-11-15
Brendan Hansen
enum values are no longer bad
commit
|
commitdiff
|
tree
|
snapshot
2021-11-15
Brendan Hansen
added complicated_polymorph test
commit
|
commitdiff
|
tree
|
snapshot
2021-11-15
Brendan Hansen
changed lazy_iterators test
commit
|
commitdiff
|
tree
|
snapshot
2021-11-15
Brendan Hansen
fixed a couple of very annoying bugs
commit
|
commitdiff
|
tree
|
snapshot
2021-11-15
Brendan Hansen
polymorphism is even more powerful now!
commit
|
commitdiff
|
tree
|
snapshot
2021-11-14
Brendan Hansen
completely revamped the polymorph solving system
commit
|
commitdiff
|
tree
|
snapshot
2021-11-14
Brendan Hansen
added #init procedures that run before main
commit
|
commitdiff
|
tree
|
snapshot
2021-11-13
Brendan Hansen
made "#type" optional in many cases
commit
|
commitdiff
|
tree
|
snapshot
2021-11-13
Brendan Hansen
bugfixes; made foo(i32).{ ... } work
commit
|
commitdiff
|
tree
|
snapshot
2021-11-13
Brendan Hansen
bugfixes and added assertions
commit
|
commitdiff
|
tree
|
snapshot
2021-11-12
Brendan Hansen
updated syntax definitions
commit
|
commitdiff
|
tree
|
snapshot
2021-11-12
Brendan Hansen
changed #private to #package and #private_file to ...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-12
Brendan Hansen
theoretical improvement to yielding in blocks
commit
|
commitdiff
|
tree
|
snapshot
2021-11-12
Brendan Hansen
made type constraints nicer to use
commit
|
commitdiff
|
tree
|
snapshot
2021-11-12
Brendan Hansen
added interfaces and type constraints
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Brendan Hansen
changed '#add_match' syntax
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
Brendan Hansen
cleaning pending changes before starting interfaces
commit
|
commitdiff
|
tree
|
snapshot
2021-11-09
Brendan Hansen
removed some 'should_yield' weirdness
commit
|
commitdiff
|
tree
|
snapshot
2021-11-09
Brendan Hansen
Added more yielding and remove ugly code
commit
|
commitdiff
|
tree
|
snapshot
2021-11-08
Brendan Hansen
bugfix with exporting polymorphic procedures
commit
|
commitdiff
|
tree
|
snapshot
2021-10-30
Brendan Hansen
added example of #()
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Brendan Hansen
added wasmer windows libraries to project; bug fix
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Brendan Hansen
added macro example
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Brendan Hansen
now copy the libraries to the install directory
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Brendan Hansen
running tests now uses builtin libwasmer
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Brendan Hansen
bundled libwasmer into the repository
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Brendan Hansen
disable annoying warning
commit
|
commitdiff
|
tree
|
snapshot
2021-10-29
Brendan Hansen
added 'onyx run' to windows (using wasmer)
commit
|
commitdiff
|
tree
|
snapshot
2021-10-28
Brendan Hansen
added explicit 'compile' option
commit
|
commitdiff
|
tree
|
snapshot
2021-10-28
Brendan Hansen
more robustness to 'onyx run'
commit
|
commitdiff
|
tree
|
snapshot
2021-10-28
Brendan Hansen
added optional linking to wasmer on Linux
commit
|
commitdiff
|
tree
|
snapshot
2021-10-27
Brendan Hansen
synchronizing changes
commit
|
commitdiff
|
tree
|
snapshot
2021-10-27
Brendan Hansen
added vscode support
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Brendan Hansen
used the wrong str
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Brendan Hansen
added string.replace
commit
|
commitdiff
|
tree
|
snapshot
2021-10-26
Brendan Hansen
bugfixes in modules
commit
|
commitdiff
|
tree
|
snapshot
2021-10-25
Brendan Hansen
no longer emitting post-mvp things if disabled
commit
|
commitdiff
|
tree
|
snapshot
2021-10-25
Brendan Hansen
cleaned up trying operator overloads
commit
|
commitdiff
|
tree
|
snapshot
2021-10-24
Brendan Hansen
removed foreign globals; cleaned up ast_flags
commit
|
commitdiff
|
tree
|
snapshot
2021-10-23
Brendan Hansen
bugfixes with operator overloading
commit
|
commitdiff
|
tree
|
snapshot
2021-10-22
Brendan Hansen
tiny optimization of memory usage in op overload
commit
|
commitdiff
|
tree
|
snapshot
2021-10-22
Brendan Hansen
added '[]=' operator overload; bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2021-10-22
Brendan Hansen
added operator overload for '^[]'
commit
|
commitdiff
|
tree
|
snapshot
2021-10-21
Brendan Hansen
added wasm parsing of shared memory modules
commit
|
commitdiff
|
tree
|
snapshot
2021-10-21
Brendan Hansen
added killing threads
commit
|
commitdiff
|
tree
|
snapshot
2021-10-20
Brendan Hansen
threading primitive bug fixes
commit
|
commitdiff
|
tree
|
snapshot
2021-10-20
Brendan Hansen
heap bugfixes; changed static if to not capture defer...
commit
|
commitdiff
|
tree
|
snapshot
2021-10-20
Brendan Hansen
fixed some threading primitives
commit
|
commitdiff
|
tree
|
snapshot
2021-10-19
Brendan Hansen
made webgl easier to use
commit
|
commitdiff
|
tree
|
snapshot
2021-10-19
Brendan Hansen
using conditional segment initialization for multi...
commit
|
commitdiff
|
tree
|
snapshot
2021-10-19
Brendan Hansen
started working on conditional segment initialization
commit
|
commitdiff
|
tree
|
snapshot
2021-10-19
Brendan Hansen
forgot I need to include html files
commit
|
commitdiff
|
tree
|
snapshot
2021-10-18
Brendan Hansen
added 'ouit' module
commit
|
commitdiff
|
tree
|
snapshot
2021-10-18
Brendan Hansen
switched the order of parameters in thread.spawn
threading
commit
|
commitdiff
|
tree
|
snapshot
2021-10-18
Brendan Hansen
bugfix with barrier mutex
commit
|
commitdiff
|
tree
|
snapshot
2021-10-18
Brendan Hansen
added barrier and condition variable implementation
commit
|
commitdiff
|
tree
|
snapshot
2021-10-18
Brendan Hansen
updated js loader to support multiple threads
commit
|
commitdiff
|
tree
|
snapshot
2021-10-18
Brendan Hansen
fixed a bug with memory segments initializing every...
commit
|
commitdiff
|
tree
|
snapshot
2021-10-18
Brendan Hansen
bugfix with context not being initialized yet
commit
|
commitdiff
|
tree
|
snapshot
2021-10-18
Brendan Hansen
cleaned up initialization process
commit
|
commitdiff
|
tree
|
snapshot
2021-10-17
Brendan Hansen
made onyx-js work for non-multithreaded programs again
commit
|
commitdiff
|
tree
|
snapshot
2021-10-17
Brendan Hansen
added #threadlocal storage
commit
|
commitdiff
|
tree
|
snapshot
2021-10-17
Brendan Hansen
bugfixes with __atomic_wait
commit
|
commitdiff
|
tree
|
snapshot
2021-10-17
Brendan Hansen
cleanup and bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2021-10-17
Brendan Hansen
added a (maybe function) semaphore implementation
commit
|
commitdiff
|
tree
|
snapshot
2021-10-17
Brendan Hansen
added basic implementation of Mutex and Thread. made...
commit
|
commitdiff
|
tree
|
snapshot
2021-10-17
Brendan Hansen
successful multi-threading on NodeJS!
commit
|
commitdiff
|
tree
|
snapshot
2021-10-16
Brendan Hansen
finished atomic intrinsics implementation
commit
|
commitdiff
|
tree
|
snapshot
2021-10-16
Brendan Hansen
starting to implement threading on the browser
commit
|
commitdiff
|
tree
|
snapshot
2021-10-15
Brendan Hansen
Merge remote-tracking branch 'origin/master'
commit
|
commitdiff
|
tree
|
snapshot
2021-10-15
Brendan Hansen
bugfix with #auto return type being "solved" early
commit
|
commitdiff
|
tree
|
snapshot
2021-10-15
Brendan Hansen
sizeof and alignof are compile time known
commit
|
commitdiff
|
tree
|
snapshot
2021-10-15
Brendan Hansen
random bugfixes and changes
commit
|
commitdiff
|
tree
|
snapshot
2021-10-14
Brendan Hansen
added completely escaped strings (""")
commit
|
commitdiff
|
tree
|
snapshot
2021-10-13
Brendan Hansen
better array literals with polymorphism
commit
|
commitdiff
|
tree
|
snapshot
2021-10-13
Brendan Hansen
more robust array literals
commit
|
commitdiff
|
tree
|
snapshot
2021-10-12
Brendan Hansen
actually fixed array literals
commit
|
commitdiff
|
tree
|
snapshot
2021-10-12
Brendan Hansen
maybe fixed array literals
commit
|
commitdiff
|
tree
|
snapshot
2021-10-11
Brendan Hansen
fixed aliases resolving to self
commit
|
commitdiff
|
tree
|
snapshot
2021-10-11
Brendan Hansen
made map and set functions able to be 'methods'
commit
|
commitdiff
|
tree
|
snapshot
2021-10-10
Brendan Hansen
rewrote Set to rehash
commit
|
commitdiff
|
tree
|
snapshot
2021-10-10
Brendan Hansen
updated global immediate renderer to use macros
commit
|
commitdiff
|
tree
|
snapshot
2021-10-09
Brendan Hansen
bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2021-10-08
Brendan Hansen
Merge remote-tracking branch 'origin/master'
commit
|
commitdiff
|
tree
|
snapshot
2021-10-08
Brendan Hansen
added printing type table
commit
|
commitdiff
|
tree
|
snapshot
2021-10-08
Brendan Hansen
marking struct types as comptime known
commit
|
commitdiff
|
tree
|
snapshot
2021-10-08
Brendan Hansen
nested struct names now have enclosing scopes in name
commit
|
commitdiff
|
tree
|
snapshot
2021-10-08
Brendan Hansen
polymorphic struct information can be queried in type_info
commit
|
commitdiff
|
tree
|
snapshot
2021-10-07
Brendan Hansen
changed tag syntax for structs
commit
|
commitdiff
|
tree
|
snapshot
2021-10-07
Brendan Hansen
changec tag syntax for struct members; added top-level...
commit
|
commitdiff
|
tree
|
snapshot
2021-10-06
Brendan Hansen
structs can have tags; some bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2021-10-05
Brendan Hansen
added tagging to struct members
commit
|
commitdiff
|
tree
|
snapshot
2021-10-05
Brendan Hansen
better support for singular 'any'
commit
|
commitdiff
|
tree
|
snapshot
next