index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed demo
v0.5.0
Ginger Bill
2017-06-27
4
-39
/
+65
*
Write demo for v0.5.0
Ginger Bill
2017-06-26
4
-20
/
+443
*
Revert demo
Ginger Bill
2017-06-26
1
-6
/
+1
*
Fix poly-procs for variadic calls
Ginger Bill
2017-06-26
1
-26
/
+30
*
Allow for named arguments for polymorphic procedures
Ginger Bill
2017-06-26
4
-126
/
+172
*
Reduce excessive node cloning on para-poly checking and fix scope bug
Ginger Bill
2017-06-26
3
-13
/
+24
*
Fix IR printing for para-poly procedures
Ginger Bill
2017-06-26
2
-32
/
+19
*
Remove `let`
Ginger Bill
2017-06-26
14
-35
/
+30
*
Undef value `---` (for setting a value to be uninitialized/undefined)
Ginger Bill
2017-06-26
8
-14
/
+124
*
Remove "overloading" bug of para-poly-procs
Ginger Bill
2017-06-25
5
-50
/
+67
*
`new` as a user-level procedure
Ginger Bill
2017-06-25
5
-8
/
+13
*
Allow nested para-poly procedures
Ginger Bill
2017-06-25
4
-57
/
+92
*
Rudimentary para-poly procedures
Ginger Bill
2017-06-25
8
-77
/
+186
*
Generic procedures generate types on use
Ginger Bill
2017-06-25
6
-168
/
+244
*
Fix typo for some built-in procedures
Ginger Bill
2017-06-25
3
-8
/
+18
*
Basic command line flags: e.g. `-opt=0`
Ginger Bill
2017-06-24
8
-90
/
+314
*
`expand_to_tuple`
Ginger Bill
2017-06-24
4
-11
/
+82
*
Use UTF-8 command line on windows
Ginger Bill
2017-06-24
7
-42
/
+162
*
Wrap hashing functions
Ginger Bill
2017-06-22
5
-60
/
+59
*
Clean up code for return statements, slightly
Ginger Bill
2017-06-22
2
-43
/
+61
*
Default result values for procedure types; Named result values in `return` st...
Ginger Bill
2017-06-22
10
-194
/
+484
*
Amend Checker API
Ginger Bill
2017-06-21
4
-57
/
+81
*
Update old demos
Ginger Bill
2017-06-21
10
-444
/
+440
*
Merge branch 'master' of https://github.com/gingerBill/Odin
Ginger Bill
2017-06-21
8
-87
/
+178
|
\
|
*
Implicit Parameter Passing based `context` system (replacing Thread Local Sto...
Ginger Bill
2017-06-20
8
-87
/
+178
*
|
Fix compilation bug on Linux
Ginger Bill
2017-06-21
3
-4
/
+5
|
/
*
Compiler compiles for x86 (doesn't work properly)
Ginger Bill
2017-06-19
9
-161
/
+208
*
Code will compile as 32 bit but will causes errors in the linker on Windows
Ginger Bill
2017-06-19
11
-620
/
+672
*
Barebones layout for the documentation declarations
Ginger Bill
2017-06-18
1
-43
/
+108
*
Add docs.cpp
Ginger Bill
2017-06-18
1
-0
/
+72
*
Begin work on documentation generation
Ginger Bill
2017-06-18
6
-90
/
+278
*
Fix #location for anonymous procedures
Ginger Bill
2017-06-18
2
-5
/
+14
*
Implement `assert` and `panic` in user side code
Ginger Bill
2017-06-18
4
-114
/
+57
*
`#location(..)` and `#call_location`
Ginger Bill
2017-06-18
11
-97
/
+242
*
Fix error reporting for foreign blocks
Ginger Bill
2017-06-17
1
-1
/
+3
*
Declaration grouping uses () rather than {}; Fix some problem with compilatio...
Ginger Bill
2017-06-17
32
-197
/
+195
*
Add extra check for bodiless procedures
Ginger Bill
2017-06-15
2
-7
/
+4
*
Code use API rather than raw CheckerInfo; begin work on generic procedures
Ginger Bill
2017-06-15
7
-129
/
+280
*
Add foreign variables
Ginger Bill
2017-06-15
6
-63
/
+261
*
Merge size_of and size_of_val et al.
Ginger Bill
2017-06-15
3
-117
/
+32
*
Add CheckerInfo API functions
Ginger Bill
2017-06-15
5
-791
/
+813
*
Fix issue #72 - 128-bit literal corruption
Ginger Bill
2017-06-14
2
-2
/
+14
*
C-style `c_vararg`s (Not heavily tested)
Ginger Bill
2017-06-13
7
-55
/
+202
*
Fix compilation error for Invalid EntityKind
Ginger Bill
2017-06-13
1
-1
/
+5
*
Declaration grouping uses braces rather than parentheses
Ginger Bill
2017-06-13
27
-199
/
+183
*
Update README.md
v0.4.0
Ginger Bill
2017-06-12
1
-0
/
+1
*
"Revert" to older demo
Ginger Bill
2017-06-12
1
-16
/
+15
*
Remove redundant paths in parsing
Ginger Bill
2017-06-12
1
-53
/
+54
*
`foreign` blocks for procedures
Ginger Bill
2017-06-12
16
-612
/
+687
*
Update default field value syntax; Use more declaration groupings
Ginger Bill
2017-06-12
9
-236
/
+273
[next]