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/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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup attribute handling
gingerBill
2017-11-04
3
-263
/
+167
*
Fix fmt printing `uintptr` type
gingerBill
2017-11-04
1
-6
/
+6
*
Custom thread local models
gingerBill
2017-11-03
4
-12
/
+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
1
-3
/
+3
*
Add string_set.cpp; Code clean up
gingerBill
2017-10-30
9
-73
/
+341
*
`@(default_calling_convention = ...)` for `foreign` blocks
gingerBill
2017-10-29
6
-25
/
+143
*
Fix pointer arithmetic; remove suffix #tags for proc types
gingerBill
2017-10-29
3
-66
/
+17
*
Infix proc calling convention `proc "std" (...)`
gingerBill
2017-10-29
2
-2
/
+29
*
Attributes; @(link_name="foo")
gingerBill
2017-10-29
10
-105
/
+260
*
#alias type declarations; core library additions; `_global` import name for t...
gingerBill
2017-10-29
9
-15
/
+95
*
Fix importation of empty file (issue #128)
gingerBill
2017-10-18
2
-10
/
+34
*
Add anonymous `using import` names with an underscore (#127)
gingerBill
2017-10-18
2
-2
/
+6
*
Fix enum iteration (issue #126)
gingerBill
2017-10-18
2
-34
/
+40
*
Fix issue #124
gingerBill
2017-10-15
1
-1
/
+1
*
Refactor code to remove entity flag for export
gingerBill
2017-10-15
5
-21
/
+22
*
Remove name mangling for `foreign export` variables
gingerBill
2017-10-15
2
-5
/
+9
*
`foreign export` block
gingerBill
2017-10-15
7
-59
/
+72
*
Change `foreign_library` to `foreign import`
gingerBill
2017-10-15
3
-63
/
+60
*
Syntax: Replace `foreign_system_library "kernel.lib"` to `foreign_library "sy...
gingerBill
2017-10-15
4
-45
/
+76
*
Fix minimal dependency generation for polymorphic structs (related to issue #...
gingerBill
2017-10-15
4
-438
/
+454
*
Fix issue #122
gingerBill
2017-10-15
1
-12
/
+13
*
Fix issue #123
gingerBill
2017-10-15
1
-1
/
+2
*
Fix issue #119
Ginger Bill
2017-10-12
3
-5
/
+17
*
Fix issue #120
Ginger Bill
2017-10-12
1
-7
/
+13
*
Fix `using import` to work correctly
Ginger Bill
2017-10-12
2
-25
/
+33
*
Fix issue #116
Ginger Bill
2017-10-09
1
-23
/
+6
*
Fix issue #115
Ginger Bill
2017-10-09
1
-18
/
+41
*
Correct union size
Ginger Bill
2017-10-08
1
-4
/
+4
*
Union tag stored as an integer
Ginger Bill
2017-10-08
5
-119
/
+130
*
Minor code reorganization
Ginger Bill
2017-10-08
5
-2437
/
+2396
*
Fix `using` on import names
Ginger Bill
2017-10-08
2
-3
/
+4
*
Better error messages for import cycles
Ginger Bill
2017-10-08
3
-55
/
+85
*
Allow for cyclic `import` but disallow cyclic `using import` and `export`
Ginger Bill
2017-10-07
1
-36
/
+49
*
Disallow procedures literals as default values in anonymous struct types
Ginger Bill
2017-10-01
1
-9
/
+12
*
Disallow anonymous structs with procedures as default values
Ginger Bill
2017-10-01
2
-22
/
+63
*
Default procedure values for `proc`
Ginger Bill
2017-10-01
3
-4
/
+89
*
"Constant" procedure values for default values in structs
Ginger Bill
2017-10-01
3
-7
/
+30
*
Procedure literals for default values in structs
Ginger Bill
2017-10-01
5
-83
/
+196
*
`match` to `switch`; Optional semicolons after "import" statements
Ginger Bill
2017-10-01
10
-336
/
+524
*
Fix issue #104
Ginger Bill
2017-10-01
1
-1
/
+1
*
Fix cyclic polymorphic struct bug #111
Ginger Bill
2017-10-01
2
-11
/
+19
*
Reserve the link_name `main`
Ginger Bill
2017-09-30
1
-0
/
+4
*
Wrap entry point `main` around the C style `main` in the IR
Ginger Bill
2017-09-30
2
-91
/
+174
*
Fix union array bug (Issue #112)
Ginger Bill
2017-09-29
4
-24
/
+32
*
Fix old_demos; Fix `when` bug; Fix enum `.names`
Ginger Bill
2017-09-29
3
-13
/
+34
*
Fix issue #89
Ginger Bill
2017-09-25
1
-1
/
+6
*
Fix issue #106
Ginger Bill
2017-09-25
1
-1
/
+6
*
Fix issue #108
Ginger Bill
2017-09-25
1
-0
/
+10
[next]