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
*
Fix issue #146 regarding polymorphic type parameters
v0.7.0
gingerBill
2017-11-18
2
-1
/
+9
*
`build_dll` replace with `-build-mode=dll`
gingerBill
2017-11-17
3
-46
/
+69
*
Add `ptr_to_bytes`
gingerBill
2017-11-16
1
-0
/
+10
*
Allow for printf style `assert` and `panic`
gingerBill
2017-11-16
1
-12
/
+10
*
Disable negation of unsigned constants (Issue: #145)
gingerBill
2017-11-15
2
-1
/
+7
*
Disable all cyclic importations
gingerBill
2017-11-13
2
-7
/
+8
*
Add optional truncate parameter to write_entire_file (#144)
gingerBill
2017-11-13
1
-2
/
+6
*
Remove `#const`; Minor fixes
gingerBill
2017-11-12
7
-304
/
+25
*
In error messages, remove ` with '; Fix error messages for `switch`
gingerBill
2017-11-12
9
-547
/
+547
*
Allow for default arguments after a variadic parameter
gingerBill
2017-11-12
6
-181
/
+278
*
Fix untyped type IR bug
gingerBill
2017-11-10
1
-0
/
+3
*
Merge pull request #142 from zangent/master
gingerBill
2017-11-10
2
-4
/
+8
|
\
|
*
Added static linking for macOS. Also fixed the build.sh. Thanks, vass :/
Zachary Pierson
2017-11-10
2
-4
/
+8
*
|
Fix parsing errors for variadic signatures
gingerBill
2017-11-10
1
-7
/
+27
|
/
*
Fix `make`
gingerBill
2017-11-10
1
-10
/
+17
*
Merge pull request #140 from vassvik/master
gingerBill
2017-11-10
5
-11
/
+88
|
\
|
*
Fixed foreign import for linux. Modified .gitignore to ignore temp files and ...
vassvik
2017-11-10
5
-11
/
+88
|
/
*
Fix cast to uintptr
gingerBill
2017-11-10
1
-1
/
+1
*
Fix issue #139
gingerBill
2017-11-10
1
-3
/
+9
*
Fix link_name overriding
gingerBill
2017-11-09
3
-12
/
+20
*
Fix opening file without close; Minor fixes
gingerBill
2017-11-09
4
-30
/
+22
*
Change push allocator system; update core libraries
gingerBill
2017-11-09
12
-177
/
+162
*
Allow `nil` in a ternary statement
gingerBill
2017-11-09
2
-31
/
+47
*
Amend allocation procedures with caller location; Compound literals missing t...
gingerBill
2017-11-09
4
-74
/
+97
*
Remove unnecessary IR bound checks
gingerBill
2017-11-08
1
-6
/
+18
*
Add Source_Code_Location parameter Allocator_Proc (#138)
gingerBill
2017-11-08
2
-10
/
+12
*
Fix issue #137
gingerBill
2017-11-08
1
-3
/
+3
*
Remove debug code
gingerBill
2017-11-07
1
-4
/
+0
*
Fix issue #134
gingerBill
2017-11-07
1
-1
/
+3
*
Fix array of array arithmetic
gingerBill
2017-11-07
3
-31
/
+31
*
Fix cyclic type checking bug
gingerBill
2017-11-05
2
-42
/
+42
*
Fix `fmt.odin` %#v fancy printing
gingerBill
2017-11-05
2
-8
/
+6
*
Fix IR generation issue
gingerBill
2017-11-05
1
-86
/
+94
*
#const value procedure parameters; $N for polymorphic array lengths
gingerBill
2017-11-05
9
-130
/
+298
*
Add array programming
gingerBill
2017-11-05
5
-64
/
+203
*
More code clean up
gingerBill
2017-11-04
4
-61
/
+64
*
Cleanup attribute handling
gingerBill
2017-11-04
3
-263
/
+167
*
Fix fmt printing `uintptr` type
gingerBill
2017-11-04
9
-73
/
+77
*
Custom thread local models
gingerBill
2017-11-03
5
-13
/
+25
*
Foreign context cleanup
gingerBill
2017-11-03
4
-68
/
+32
*
`link_prefix`; `thread_local`; fix `link_name` for file-scope variables
gingerBill
2017-11-03
6
-31
/
+135
*
Fix issue #130; allow conversion from any pointer to `uintptr` and vice versa
gingerBill
2017-11-02
2
-8
/
+8
*
Fix issue #131
gingerBill
2017-11-02
1
-1
/
+1
*
Add string_set.cpp; Code clean up
gingerBill
2017-10-30
9
-73
/
+341
*
`@(default_calling_convention = ...)` for `foreign` blocks
gingerBill
2017-10-29
7
-174
/
+298
*
Fix pointer arithmetic; remove suffix #tags for proc types
gingerBill
2017-10-29
4
-67
/
+18
*
Infix proc calling convention `proc "std" (...)`
gingerBill
2017-10-29
12
-411
/
+314
*
Attributes; @(link_name="foo")
gingerBill
2017-10-29
26
-603
/
+825
*
#alias type declarations; core library additions; `_global` import name for t...
gingerBill
2017-10-29
18
-49
/
+367
*
Fix importation of empty file (issue #128)
gingerBill
2017-10-18
2
-10
/
+34
[next]