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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix subtype polymorphism implicit conversion
Ginger Bill
2017-04-30
1
-4
/
+4
*
`fmt.String_Buffer`, Fix issue #44, Tweak overloading rules
Ginger Bill
2017-04-26
1
-2
/
+13
*
Fix `find_using_index_expr`
Ginger Bill
2017-04-23
1
-4
/
+4
*
Fix error printing for basic directives
Ginger Bill
2017-04-17
1
-1
/
+3
*
Fix addressing mode rules for `match in` statements
Ginger Bill
2017-04-13
1
-0
/
+1
*
Add branch labels for loops; using list
Ginger Bill
2017-03-19
1
-1
/
+15
*
windows.odin TYPE_NAME to Type_Name; More SSA work and SSA printing for debug...
Ginger Bill
2017-03-12
1
-0
/
+11
*
Unexported struct fields
Ginger Bill
2017-02-19
1
-0
/
+1
*
Fix immutable rules; add some general documentation
Ginger Bill
2017-02-14
1
-3
/
+6
*
v0.1.0
v0.1.0
Ginger Bill
2017-02-11
1
-1
/
+16
*
Dynamic array syntax [...]Type; make entities private with a prefix of `_`; f...
Ginger Bill
2017-02-11
1
-0
/
+9
*
Only check files that have been truly imported.
Ginger Bill
2017-02-11
1
-1
/
+1
*
Remove Maybe type; Enum `names`
Ginger Bill
2017-02-10
1
-0
/
+1
*
Update code from OSX merge to be consistent with the rest of the code
Ginger Bill
2017-02-01
1
-73
/
+2
*
Merge branch 'master' of https://github.com/zhiayang/Odin
zhiayang
2017-02-02
1
-0
/
+2
|
\
|
*
Change internals of `context`; Disable `immutable`
Ginger Bill
2017-02-01
1
-0
/
+2
*
|
oh boy, basic osx/unix support
zhiayang
2017-02-02
1
-2
/
+59
|
/
*
Library names - Only link with used foreign libraries
Ginger Bill
2017-01-26
1
-0
/
+15
*
Change casting syntax: `cast(T)x` `transmute(T)x` et al.
Ginger Bill
2017-01-25
1
-1
/
+3
*
`using` `immutable` `thread_local` on variable declarations
Ginger Bill
2017-01-19
1
-6
/
+7
*
`immutable` field prefix
Ginger Bill
2017-01-19
1
-2
/
+2
*
Comma for all field separators; Overloaded procedures follow exportation rules
Ginger Bill
2017-01-17
1
-2
/
+3
*
Best viable overloading procedure algorithm; `no_alias`; call expr style casts
Ginger Bill
2017-01-17
1
-0
/
+1
*
Procedure overloading
Ginger Bill
2017-01-15
1
-4
/
+11
*
"Old style" enums
Ginger Bill
2017-01-08
1
-3
/
+0
*
File reorganization for checker system.
Ginger Bill
2017-01-07
1
-0
/
+190