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
/
checker
/
entity.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change extensions .cpp to .c
Ginger Bill
2016-11-23
1
-193
/
+0
*
Compile as C! Whoop!
Ginger Bill
2016-11-23
1
-5
/
+6
*
typedef struct and start removing auto
Ginger Bill
2016-11-23
1
-11
/
+11
*
Remove templated Map; replace with #include macro "templates" trick
Ginger Bill
2016-11-23
1
-4
/
+4
*
Remove: string overloads; defer
Ginger Bill
2016-11-22
1
-1
/
+1
*
#foreign_library; vector fields (x, y, z, w) for count <= 4
Ginger Bill
2016-11-15
1
-5
/
+15
*
Minor `Entity` refactor
Ginger Bill
2016-10-30
1
-19
/
+18
*
Code reorganization - Separate files and slice refactoring
Ginger Bill
2016-10-26
1
-7
/
+10
*
Fix Type_Info bug overwriting type_info data.
Ginger Bill
2016-10-23
1
-12
/
+12
*
Minor Style Fixes
Ginger Bill
2016-10-22
1
-0
/
+1
*
Update ImplicitValue "architecture"
Ginger Bill
2016-10-15
1
-3
/
+8
*
Implicit Values: `context`; Fix lvalue selector assignments; Fix offset_of* f...
Ginger Bill
2016-10-10
1
-22
/
+25
*
Untyped `nil`
Ginger Bill
2016-10-06
1
-0
/
+9
*
Begin work on const llvm aggregate literals
Ginger Bill
2016-09-30
1
-3
/
+5
*
using on indexable field; Auto deref for (Index|Slice)Expr
Ginger Bill
2016-09-29
1
-0
/
+1
*
Minimal Dependency Map: Only build what is needed
Ginger Bill
2016-09-27
1
-0
/
+3
*
Bug Fixes: some assertions; variable inits;
Ginger Bill
2016-09-24
1
-0
/
+1
*
Better name mangler for SSA generation
Ginger Bill
2016-09-18
1
-21
/
+15
*
VarDecl and ConstDecl split; error, warning, et al. now global
Ginger Bill
2016-09-17
1
-0
/
+3
*
Call expression, either handle all or ignore all results.
Ginger Bill
2016-09-16
1
-1
/
+10
*
#import "" as namespace
Ginger Bill
2016-09-14
1
-1
/
+19
*
Default struct member reordering for minimal size
Ginger Bill
2016-09-10
1
-6
/
+9
*
Fix missing `type_info` with manual linear search
Ginger Bill
2016-09-08
1
-4
/
+6
*
Match statements; Type System change (Type_Record for all sum and product types)
Ginger Bill
2016-09-01
1
-0
/
+1
*
Subtyping Polymorphic arguments; `using` procedure parameters
Ginger Bill
2016-08-30
1
-1
/
+2
*
Better `using`; foreign system libraries; optional semicolons
Ginger Bill
2016-08-30
1
-3
/
+13
*
Begin "Everything's a namespace"
Ginger Bill
2016-08-30
1
-0
/
+1
*
Pointer arithmetic builtin procedures
Ginger Bill
2016-08-27
1
-3
/
+5
*
Change rune literals to #rune "C"
Ginger Bill
2016-08-25
1
-17
/
+17
*
`using` on struct/union fields
Ginger Bill
2016-08-24
1
-4
/
+6
*
Fix procedure's scope
gingerBill
2016-08-23
1
-1
/
+0
*
print_(f32|f64)
Ginger Bill
2016-08-18
1
-16
/
+8
*
Minor refactor and basic library
gingerBill
2016-08-05
1
-3
/
+3
*
Restart LLVM IR SSA generation
gingerBill
2016-07-30
1
-9
/
+20
*
`alias` and unified parameters lists for procedures and structures.
gingerBill
2016-07-25
1
-2
/
+9
*
Support import files as modules (i.e. import only once)
gingerBill
2016-07-21
1
-2
/
+2
*
Random Order File Scope Declaration
gingerBill
2016-07-12
1
-9
/
+43
*
Initial release version
gingerBill
2016-07-09
1
-3
/
+3
*
Initial Commit
gingerBill
2016-07-07
1
-0
/
+66