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
/
decl.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
File reorganization for checker system.
Ginger Bill
2017-01-07
1
-594
/
+0
|
*
Fix problem with `odin build`
Ginger Bill
2017-01-05
1
-5
/
+8
|
*
Rename llir -> ir
Ginger Bill
2017-01-04
1
-8
/
+8
|
*
`range` statement
Ginger Bill
2017-01-02
1
-1
/
+2
|
*
Fix parameter/field lists and #import #include syntax
Ginger Bill
2017-01-02
1
-1
/
+1
|
*
Nearly finished Jai-like declarations
Ginger Bill
2017-01-01
1
-184
/
+83
|
*
Begin transition to Jai-like syntax
Ginger Bill
2017-01-01
1
-11
/
+11
|
*
More declaration differentiation in semantic stage e.g. make only variables ↵
Ginger Bill
2017-01-01
1
-78
/
+196
|
|
|
|
and constants
*
Add enum type info and fix enum casting
Ginger Bill
2017-01-01
1
-2
/
+4
|
*
Block Expressions and `give`
Ginger Bill
2016-12-30
1
-1
/
+13
|
*
Handle calling conventions correctly
Ginger Bill
2016-12-22
1
-1
/
+1
|
*
Generic (grouped) declarations: var, let, const, type, import, include
Ginger Bill
2016-12-20
1
-3
/
+3
|
*
Remove `enum` for favour of Go-style enumerations
Ginger Bill
2016-12-19
1
-11
/
+11
|
*
Golang style enumerations with `iota`
Ginger Bill
2016-12-19
1
-4
/
+10
|
*
v0.0.4 - `odin build_dll`, atomic.odin, sync.odin
Ginger Bill
2016-12-09
1
-19
/
+21
|
*
Custom entry points on Windows (DllMain; WinMain)
Ginger Bill
2016-12-09
1
-19
/
+30
|
*
`build_dll`; Require an entry point procedure `main`
Ginger Bill
2016-12-08
1
-11
/
+19
|
*
(Crude) Cyclic Type Checking
Ginger Bill
2016-12-04
1
-69
/
+54
|
*
Change entity collection strategy
Ginger Bill
2016-12-03
1
-0
/
+8
|
*
Semicolons are required; `when` condition for certain file scope ↵
Ginger Bill
2016-12-01
1
-26
/
+23
|
|
|
|
declarations; #import syntax change
*
Fix illegal type declaration error
Ginger Bill
2016-11-30
1
-1
/
+1
|
*
error_node
Ginger Bill
2016-11-30
1
-19
/
+16
|
*
Numpty forgot to add .c files
Ginger Bill
2016-11-23
1
-0
/
+545