projects
/
onyx.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
onyx.git
2020-09-10
Brendan Hansen
finished initial version of SIMD instructions
commit
|
commitdiff
|
tree
|
snapshot
2020-09-10
Brendan Hansen
started working on SIMD functionality
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Brendan Hansen
added 'simd' package with simd types
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Brendan Hansen
Merge pull request #14 from brendanfh/add-license-1
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Brendan Hansen
Create LICENSE
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Brendan Hansen
Update onyx-build.yml
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Brendan Hansen
Update onyx-build.yml
commit
|
commitdiff
|
tree
|
snapshot
2020-09-09
Brendan Hansen
Create onyx-build.yml
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Brendan Hansen
various bug improvements
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Brendan Hansen
added 'using' struct members
commit
|
commitdiff
|
tree
|
snapshot
2020-09-08
Brendan Hansen
added polymorphic varargs of a single type
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Brendan Hansen
bugfix for variadic arguments
commit
|
commitdiff
|
tree
|
snapshot
2020-09-07
Brendan Hansen
added initial implementation of typed varargs
commit
|
commitdiff
|
tree
|
snapshot
2020-09-06
Brendan Hansen
reduced number of foreign imports
commit
|
commitdiff
|
tree
|
snapshot
2020-09-05
Brendan Hansen
small bugfixes; started writing example programs with...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-05
Brendan Hansen
added some robustness and better errors
commit
|
commitdiff
|
tree
|
snapshot
2020-09-05
Brendan Hansen
added for loops over fixed size arrays
commit
|
commitdiff
|
tree
|
snapshot
2020-09-05
Brendan Hansen
added iteration by pointer to for loops
commit
|
commitdiff
|
tree
|
snapshot
2020-09-05
Brendan Hansen
added for loop iteration over slices and dynamic arrays
commit
|
commitdiff
|
tree
|
snapshot
2020-09-04
Brendan Hansen
changed semantics of for loops; now iterable based
commit
|
commitdiff
|
tree
|
snapshot
2020-09-04
Brendan Hansen
can subscript array with a value of type 'range'; not...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-04
Brendan Hansen
changed slice creation syntax to use ranges
commit
|
commitdiff
|
tree
|
snapshot
2020-09-04
Brendan Hansen
added ranges; will replace for loop and slice syntax...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-03
Brendan Hansen
added ability to output a tag file
commit
|
commitdiff
|
tree
|
snapshot
2020-09-02
Brendan Hansen
'builtin' package is implicitly included; multiple...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-02
Brendan Hansen
added core array functions
commit
|
commitdiff
|
tree
|
snapshot
2020-09-01
Brendan Hansen
resolving polymorphic params in function parameters...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-01
Brendan Hansen
added ptrmap.onyx; small bugfixes; changed rules about...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-01
Brendan Hansen
refactoring core arrays
commit
|
commitdiff
|
tree
|
snapshot
2020-09-01
Brendan Hansen
added block comments (kinda); bug fixes
commit
|
commitdiff
|
tree
|
snapshot
2020-08-31
Brendan Hansen
refactoring core libraries
commit
|
commitdiff
|
tree
|
snapshot
2020-08-31
Brendan Hansen
polyprocs can be passed as arguments; code cleanup...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-31
Brendan Hansen
code cleanup and bugfixes; added file location directives
commit
|
commitdiff
|
tree
|
snapshot
2020-08-30
Brendan Hansen
small error improvements; moved where proc directives go
commit
|
commitdiff
|
tree
|
snapshot
2020-08-30
Brendan Hansen
added '#add_overload' directive
commit
|
commitdiff
|
tree
|
snapshot
2020-08-30
Brendan Hansen
massive renaming of internal compiler things
commit
|
commitdiff
|
tree
|
snapshot
2020-08-29
Brendan Hansen
critical bugfixes and sublime/vim compiliation support
commit
|
commitdiff
|
tree
|
snapshot
2020-08-29
Brendan Hansen
weird bugfix with operator precedence
commit
|
commitdiff
|
tree
|
snapshot
2020-08-29
Brendan Hansen
bugfixes and more testing
commit
|
commitdiff
|
tree
|
snapshot
2020-08-29
Brendan Hansen
adding array functionality and bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2020-08-29
Brendan Hansen
added dynamic array type since polymorphism is now...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-28
Brendan Hansen
caching previous generated polymorphic functions
commit
|
commitdiff
|
tree
|
snapshot
2020-08-28
Brendan Hansen
Started the basics of polymorphic procedures. code...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-28
Brendan Hansen
added implicit '.data' to slices so they behave like...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-28
Brendan Hansen
refactored slice types to not be a struct type internally
commit
|
commitdiff
|
tree
|
snapshot
2020-08-28
Brendan Hansen
small bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2020-08-27
Brendan Hansen
Update README.md
commit
|
commitdiff
|
tree
|
snapshot
2020-08-26
Brendan Hansen
started working on a auto-documentation output
commit
|
commitdiff
|
tree
|
snapshot
2020-08-26
Brendan Hansen
bug fixes with default parameters
commit
|
commitdiff
|
tree
|
snapshot
2020-08-26
Brendan Hansen
added default parameters; will need to be bug tested...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-25
Brendan Hansen
checking things off
commit
|
commitdiff
|
tree
|
snapshot
2020-08-25
Brendan Hansen
Added initializer to switch statement; slight output...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-25
Brendan Hansen
added fallthrough on switch statements; code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2020-08-25
Brendan Hansen
added basics on switch statements; will need much testing
commit
|
commitdiff
|
tree
|
snapshot
2020-08-24
Brendan Hansen
performance improvements
commit
|
commitdiff
|
tree
|
snapshot
2020-08-24
Brendan Hansen
Added slice types; bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2020-08-24
Brendan Hansen
bugfixes with alignment
commit
|
commitdiff
|
tree
|
snapshot
2020-08-24
Brendan Hansen
added initializer to if and while; added else on while
commit
|
commitdiff
|
tree
|
snapshot
2020-08-23
Brendan Hansen
allowing non simple structures to be stored and loaded
commit
|
commitdiff
|
tree
|
snapshot
2020-08-23
Brendan Hansen
adding more core functionality and bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2020-08-22
Brendan Hansen
general bugfixes; strings are now a pointer and a length
commit
|
commitdiff
|
tree
|
snapshot
2020-08-22
Brendan Hansen
bugfixes and starting to integrate with wasi_unstable
commit
|
commitdiff
|
tree
|
snapshot
2020-08-21
Brendan Hansen
Improved speed of lexer slightly; started profiling
commit
|
commitdiff
|
tree
|
snapshot
2020-08-19
Brendan Hansen
small bugfix with struct literal named values
commit
|
commitdiff
|
tree
|
snapshot
2020-08-18
Brendan Hansen
cleaning up old test files; will add more examples...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-18
Brendan Hansen
bug fix with named struct members
commit
|
commitdiff
|
tree
|
snapshot
2020-08-18
Brendan Hansen
general bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2020-08-18
Brendan Hansen
added returning structs; much easier than anticipated
commit
|
commitdiff
|
tree
|
snapshot
2020-08-17
Brendan Hansen
added basic union types; force structs to be a particul...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-17
Brendan Hansen
small bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2020-08-17
Brendan Hansen
added default initial values to struct; added named...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-16
Brendan Hansen
added basic struct literals; code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2020-08-15
Brendan Hansen
Merge remote-tracking branch 'origin/master' into master
commit
|
commitdiff
|
tree
|
snapshot
2020-08-15
Brendan Hansen
small bugfix when assigning to memory reservations
commit
|
commitdiff
|
tree
|
snapshot
2020-08-15
Brendan Hansen
small bugfix when assigning to memory reservations
commit
|
commitdiff
|
tree
|
snapshot
2020-08-15
Brendan Hansen
small bugfix for setting global structs
commit
|
commitdiff
|
tree
|
snapshot
2020-08-15
Brendan Hansen
optimized local.set followed by local.get
commit
|
commitdiff
|
tree
|
snapshot
2020-08-15
Brendan Hansen
code cleanup; can 'use' bare structures
commit
|
commitdiff
|
tree
|
snapshot
2020-08-14
Brendan Hansen
code cleanup and bug fixes
commit
|
commitdiff
|
tree
|
snapshot
2020-08-13
Brendan Hansen
things of struct type now work as lvalues
commit
|
commitdiff
|
tree
|
snapshot
2020-08-13
Brendan Hansen
Added a local allocator to better manage WASM locals
commit
|
commitdiff
|
tree
|
snapshot
2020-08-12
Brendan Hansen
added 'builtin' package for symbols that are built...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-12
Brendan Hansen
much refactoring; changed passing structs by value...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-11
Brendan Hansen
moved pipe operator to being a binary operator
commit
|
commitdiff
|
tree
|
snapshot
2020-08-11
Brendan Hansen
changed UFC operator to |> for now; fixed bug with...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-11
Brendan Hansen
readded UFC syntax using the ' operator
commit
|
commitdiff
|
tree
|
snapshot
2020-08-11
Brendan Hansen
changed syntax for including files and folders
commit
|
commitdiff
|
tree
|
snapshot
2020-08-11
Brendan Hansen
can include other folders in search path
commit
|
commitdiff
|
tree
|
snapshot
2020-08-10
Brendan Hansen
added binary op reduction to comparison and boolean...
commit
|
commitdiff
|
tree
|
snapshot
2020-08-10
Brendan Hansen
used valgrind to find memory issues
commit
|
commitdiff
|
tree
|
snapshot
2020-08-10
Brendan Hansen
bugfix with compile time expression as array size
commit
|
commitdiff
|
tree
|
snapshot
2020-08-10
Brendan Hansen
started work on reducing compile time known values
commit
|
commitdiff
|
tree
|
snapshot
2020-08-10
Brendan Hansen
added memory reservation initial values
commit
|
commitdiff
|
tree
|
snapshot
2020-08-10
Brendan Hansen
string literal data section improvement
commit
|
commitdiff
|
tree
|
snapshot
2020-08-10
Brendan Hansen
small bugfix for binary operator checking
commit
|
commitdiff
|
tree
|
snapshot
2020-08-10
Brendan Hansen
small improvement for binary operator checking
commit
|
commitdiff
|
tree
|
snapshot
2020-08-10
Brendan Hansen
added char literals and fixed cast bugs
commit
|
commitdiff
|
tree
|
snapshot
2020-08-10
Brendan Hansen
bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2020-08-10
Brendan Hansen
Code cleanup for numeric literals
commit
|
commitdiff
|
tree
|
snapshot
2020-08-10
Brendan Hansen
random improvements
commit
|
commitdiff
|
tree
|
snapshot
next