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
path:
root
/
src
/
entity.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Localize checker data
gingerBill
2017-12-12
1
-0
/
+1
*
Disable struct field reordering (for the time being)
gingerBill
2017-12-12
1
-0
/
+1
*
Fix proc groups from import names
gingerBill
2017-12-10
1
-5
/
+5
*
Explicit procedure group; Remove implicit procedure overloading
gingerBill
2017-12-09
1
-4
/
+4
*
Procedure grouping `foo :: proc[foo16, foo32];`
gingerBill
2017-12-03
1
-0
/
+10
*
Update demo.odin
gingerBill
2017-12-03
1
-2
/
+4
*
Remove `vector` type (will be replaced by something else in the future)
gingerBill
2017-11-30
1
-3
/
+3
*
#const value procedure parameters; $N for polymorphic array lengths
gingerBill
2017-11-05
1
-0
/
+11
*
Custom thread local models
gingerBill
2017-11-03
1
-1
/
+1
*
`link_prefix`; `thread_local`; fix `link_name` for file-scope variables
gingerBill
2017-11-03
1
-0
/
+2
*
#alias type declarations; core library additions; `_global` import name for t...
gingerBill
2017-10-29
1
-0
/
+1
*
Refactor code to remove entity flag for export
gingerBill
2017-10-15
1
-2
/
+2
*
`foreign export` block
gingerBill
2017-10-15
1
-0
/
+1
*
Minor code reorganization
Ginger Bill
2017-10-08
1
-14
/
+6
*
Global variable dependency initialization ordering
Ginger Bill
2017-08-20
1
-0
/
+2
*
Fix polymorphic element types usage; Empty `union` as opaque type
Ginger Bill
2017-07-20
1
-0
/
+1
*
Allow undefined --- as a struct field default value.
Ginger Bill
2017-07-18
1
-0
/
+1
*
Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functions
Ginger Bill
2017-07-06
1
-7
/
+7
*
*_of as keyords; Allow constant aliasing for user/built-in procedures, import...
Ginger Bill
2017-07-04
1
-0
/
+10
*
`do` keyword for inline statements instead of blocks
Ginger Bill
2017-07-01
1
-0
/
+1
*
`#location(..)` and `#call_location`
Ginger Bill
2017-06-18
1
-0
/
+1
*
Add foreign variables
Ginger Bill
2017-06-15
1
-2
/
+5
*
C-style `c_vararg`s (Not heavily tested)
Ginger Bill
2017-06-13
1
-0
/
+3
*
Declaration grouping uses braces rather than parentheses
Ginger Bill
2017-06-13
1
-20
/
+3
*
`foreign` blocks for procedures
Ginger Bill
2017-06-12
1
-0
/
+1
*
Fix trailing default argument checking
Ginger Bill
2017-06-11
1
-0
/
+1
*
Default parameters for procedures
Ginger Bill
2017-06-11
1
-4
/
+5
*
Remove unnecessary `typedef` usage
Ginger Bill
2017-06-08
1
-13
/
+12
*
Update `String` to use overloading
Ginger Bill
2017-06-08
1
-1
/
+1
*
Build as C++
Ginger Bill
2017-06-08
1
-0
/
+282