projects
/
onyx.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
onyx.git
2020-11-05
Brendan Hansen
testing a small change
commit
|
commitdiff
|
tree
|
snapshot
2020-10-10
Brendan Hansen
bugfix with including folders
commit
|
commitdiff
|
tree
|
snapshot
2020-10-10
Brendan Hansen
BIG CHANGES TO COMPILER ARCHITECTURE; using entity...
commit
|
commitdiff
|
tree
|
snapshot
2020-10-08
Brendan Hansen
bugfixes and improvements to random
commit
|
commitdiff
|
tree
|
snapshot
2020-10-03
Brendan Hansen
small updates to sublime syntax
commit
|
commitdiff
|
tree
|
snapshot
2020-09-30
Brendan Hansen
added auto casting on assignment and proper checking...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-29
Brendan Hansen
bugfixes with struct literals and core libraries
commit
|
commitdiff
|
tree
|
snapshot
2020-09-28
Brendan Hansen
updated CHANGELOG and call site bugfix
commit
|
commitdiff
|
tree
|
snapshot
2020-09-28
Brendan Hansen
testing with varargs
commit
|
commitdiff
|
tree
|
snapshot
2020-09-27
Brendan Hansen
added vararg_test.onyx
commit
|
commitdiff
|
tree
|
snapshot
2020-09-26
Brendan Hansen
added very basic implementation of printf
commit
|
commitdiff
|
tree
|
snapshot
2020-09-26
Brendan Hansen
bugfixes with varargs
commit
|
commitdiff
|
tree
|
snapshot
2020-09-26
Brendan Hansen
code cleanup with procedure calling; needs even more...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-26
Brendan Hansen
added completely variable type varargs
commit
|
commitdiff
|
tree
|
snapshot
2020-09-25
Brendan Hansen
starting to work on arbitrary varargs
commit
|
commitdiff
|
tree
|
snapshot
2020-09-25
Brendan Hansen
added basics of timing the different stages of compilation
commit
|
commitdiff
|
tree
|
snapshot
2020-09-23
Brendan Hansen
added printing floats
commit
|
commitdiff
|
tree
|
snapshot
2020-09-23
Brendan Hansen
added %f to bh_printf and fixed bug
commit
|
commitdiff
|
tree
|
snapshot
2020-09-23
Brendan Hansen
forgot to add astnodes.h
commit
|
commitdiff
|
tree
|
snapshot
2020-09-23
Brendan Hansen
added 'use' statement for enums and variables of struct...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-22
Brendan Hansen
added data parameter to array_map
commit
|
commitdiff
|
tree
|
snapshot
2020-09-22
Brendan Hansen
small bugfixes
commit
|
commitdiff
|
tree
|
snapshot
2020-09-21
Brendan Hansen
added math functions
commit
|
commitdiff
|
tree
|
snapshot
2020-09-20
Brendan Hansen
nasty bug fix with polymorphic structs destroying scope...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-20
Brendan Hansen
started working on a formal spec of the language
commit
|
commitdiff
|
tree
|
snapshot
2020-09-20
Brendan Hansen
bugfix with struct literals as struct member default...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-20
Brendan Hansen
added coloring for proc definitions in vim
commit
|
commitdiff
|
tree
|
snapshot
2020-09-20
Brendan Hansen
update editor syntax definitions
commit
|
commitdiff
|
tree
|
snapshot
2020-09-19
Brendan Hansen
updated CHANGELOG
commit
|
commitdiff
|
tree
|
snapshot
2020-09-19
Brendan Hansen
added '~~' auto cast operator
commit
|
commitdiff
|
tree
|
snapshot
2020-09-19
Brendan Hansen
added bitwise not operator
commit
|
commitdiff
|
tree
|
snapshot
2020-09-18
Brendan Hansen
changed overloaded function syntax; () are required...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-18
Brendan Hansen
code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2020-09-18
Brendan Hansen
bugfixes with structs by value
commit
|
commitdiff
|
tree
|
snapshot
2020-09-18
Brendan Hansen
added ability to pass complicated structs by value
commit
|
commitdiff
|
tree
|
snapshot
2020-09-18
Brendan Hansen
fixed #24; ready for v0.0.3
commit
|
commitdiff
|
tree
|
snapshot
2020-09-18
Brendan Hansen
fixed #19
commit
|
commitdiff
|
tree
|
snapshot
2020-09-18
Brendan Hansen
code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2020-09-18
Brendan Hansen
added #private_file; 'use package' is at file scope...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-17
Brendan Hansen
updated CHANGELOG
commit
|
commitdiff
|
tree
|
snapshot
2020-09-17
Brendan Hansen
added alloc_slice; made bools comptime known
commit
|
commitdiff
|
tree
|
snapshot
2020-09-17
Brendan Hansen
fixed alignment issue on struct members
commit
|
commitdiff
|
tree
|
snapshot
2020-09-17
Brendan Hansen
added println to stdio; code cleanup
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Brendan Hansen
added test cases; bug fixes
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Brendan Hansen
working on TCC with github actions
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Brendan Hansen
Update onyx-build.yml
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Brendan Hansen
started working on automated regression tests
commit
|
commitdiff
|
tree
|
snapshot
2020-09-16
Brendan Hansen
switched to using TCC as the compiler compiler
commit
|
commitdiff
|
tree
|
snapshot
2020-09-15
Brendan Hansen
added name to polymorphic structs so error messsages...
commit
|
commitdiff
|
tree
|
snapshot
2020-09-14
Brendan Hansen
fixed bug with polymorphic struct 'using'
commit
|
commitdiff
|
tree
|
snapshot
2020-09-14
Brendan Hansen
added error message for using polymorphic structs
commit
|
commitdiff
|
tree
|
snapshot
2020-09-14
Brendan Hansen
bugfixes for polymorphic structs
commit
|
commitdiff
|
tree
|
snapshot
2020-09-14
Brendan Hansen
added polymorphic structs; must testing will be needed
commit
|
commitdiff
|
tree
|
snapshot
2020-09-12
Brendan Hansen
Fixed #20
commit
|
commitdiff
|
tree
|
snapshot
2020-09-10
Brendan Hansen
added simd example; simd bugfixes
commit
|
commitdiff
|
tree
|
snapshot
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
next