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
/
check_decl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add branch labels for loops; using list
Ginger Bill
2017-03-19
1
-6
/
+1
*
windows.odin TYPE_NAME to Type_Name; More SSA work and SSA printing for debug...
Ginger Bill
2017-03-12
1
-0
/
+53
*
Optional ok for `union_cast` (similar to map indices)
Ginger Bill
2017-02-14
1
-11
/
+0
*
Use a global to store the build context information
Ginger Bill
2017-02-12
1
-2
/
+2
*
Make checking map key exists optional
Ginger Bill
2017-02-06
1
-1
/
+1
*
Begin writing dynamic map procs and fix `using` bug in IR
Ginger Bill
2017-02-05
1
-17
/
+2
*
oh boy, basic osx/unix support
zhiayang
2017-02-02
1
-1
/
+1
*
Fix parsing for block/if expression within if/for/etc. statements
v0.0.6
Ginger Bill
2017-01-27
1
-4
/
+5
*
`in` keyword for `for` and `match type`
Ginger Bill
2017-01-27
1
-0
/
+1
*
Fix utf8 stuff, Allow _ in numbers, Begin writing next demo code.
Ginger Bill
2017-01-27
1
-0
/
+10
*
Library names - Only link with used foreign libraries
Ginger Bill
2017-01-26
1
-0
/
+23
*
Change casting syntax: `cast(T)x` `transmute(T)x` et al.
Ginger Bill
2017-01-25
1
-2
/
+0
*
Fix issue #10
Ginger Bill
2017-01-20
1
-0
/
+1
*
`using` `immutable` `thread_local` on variable declarations
Ginger Bill
2017-01-19
1
-72
/
+2
*
`immutable` field prefix
Ginger Bill
2017-01-19
1
-0
/
+2
*
Best viable overloading procedure algorithm; `no_alias`; call expr style casts
Ginger Bill
2017-01-17
1
-2
/
+3
*
"Old style" enums
Ginger Bill
2017-01-08
1
-8
/
+0
*
File reorganization for checker system.
Ginger Bill
2017-01-07
1
-0
/
+594