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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Do `using Foo :: enum` at the `type_decl` stage
gingerBill
2018-07-29
1
-0
/
+27
*
Allow importation of `core:builtin` to get built-in entities
gingerBill
2018-06-17
1
-12
/
+8
*
Big renaming: `AstNode` to `Ast`
gingerBill
2018-06-17
1
-35
/
+35
*
Fix type aliasing comparison; Fix gb_utf8_decode
gingerBill
2018-06-15
1
-10
/
+0
*
Use global arena for AstNode allocations
gingerBill
2018-06-09
1
-4
/
+0
*
Entity aliasing clean up
gingerBill
2018-06-09
1
-29
/
+21
*
Remove dead code
gingerBill
2018-06-07
1
-3
/
+4
*
Remove need for __llvm_core
gingerBill
2018-06-03
1
-1
/
+1
*
Use const & for Array<AstNode *> parameters
gingerBill
2018-06-03
1
-2
/
+2
*
Remove dead code from checker
gingerBill
2018-06-02
1
-19
/
+8
*
Remove clutter parameters and begin parallelizing the type checker
gingerBill
2018-05-28
1
-11
/
+26
*
Refactor: use CheckerContext rather than Checker in type checking part
gingerBill
2018-05-28
1
-87
/
+84
*
Remove `tmp_allocator` from `Checker`
gingerBill
2018-05-28
1
-17
/
+12
*
Parallelize per file rather than per package
gingerBill
2018-05-28
1
-2
/
+2
*
Single file "main" file
gingerBill
2018-05-27
1
-1
/
+1
*
Move ODIN_* platform constants to `core:os`
gingerBill
2018-05-27
1
-7
/
+2
*
IR now builds with the new package system
gingerBill
2018-05-27
1
-3
/
+7
*
Add file scopes for the packages
gingerBill
2018-05-27
1
-2
/
+1
*
Add basic package support (no IR support yet)
gingerBill
2018-05-26
1
-2
/
+2
*
Minimal Type Info Dependency handling
gingerBill
2018-05-12
1
-0
/
+5
*
Change semantics for `distinct`ness for pointers, arrays, dynamic arrays, and...
gingerBill
2018-05-12
1
-1
/
+1
*
Move cycle checking to much earlier on in the semantic stage
gingerBill
2018-03-23
1
-2
/
+7
*
Remove allocator parameter to `types.cpp` functions
gingerBill
2018-03-23
1
-6
/
+6
*
Fix type cycle bug
gingerBill
2018-03-23
1
-3
/
+17
*
`deprecated` attribute for procedure declarations
gingerBill
2018-03-03
1
-0
/
+1
*
`array_make`
gingerBill
2018-02-25
1
-3
/
+2
*
auto_cast
gingerBill
2018-02-18
1
-0
/
+1
*
Fix zero value initialization in IR
gingerBill
2018-02-11
1
-1
/
+1
*
`distinct` keyword for type declarations
gingerBill
2018-02-05
1
-18
/
+57
*
Fix minimum dependency generation for foreign entities
gingerBill
2018-01-28
1
-0
/
+1
*
Fix issue with proc group cycles #176
gingerBill
2018-01-28
1
-1
/
+4
*
Fix #178
gingerBill
2018-01-28
1
-0
/
+1
*
Change Map and PtrSet grow rate
gingerBill
2017-12-12
1
-0
/
+16
*
Disable struct field reordering (for the time being)
gingerBill
2017-12-12
1
-8
/
+3
*
Fix proc groups from import names
gingerBill
2017-12-10
1
-4
/
+7
*
Explicit procedure group; Remove implicit procedure overloading
gingerBill
2017-12-09
1
-15
/
+83
*
Procedure grouping `foo :: proc[foo16, foo32];`
gingerBill
2017-12-03
1
-0
/
+46
*
Update demo.odin
gingerBill
2017-12-03
1
-0
/
+3
*
In error messages, remove ` with '; Fix error messages for `switch`
gingerBill
2017-11-12
1
-32
/
+32
*
Fix link_name overriding
gingerBill
2017-11-09
1
-4
/
+4
*
More code clean up
gingerBill
2017-11-04
1
-16
/
+11
*
Cleanup attribute handling
gingerBill
2017-11-04
1
-179
/
+21
*
Custom thread local models
gingerBill
2017-11-03
1
-7
/
+14
*
`link_prefix`; `thread_local`; fix `link_name` for file-scope variables
gingerBill
2017-11-03
1
-2
/
+61
*
Add string_set.cpp; Code clean up
gingerBill
2017-10-30
1
-7
/
+71
*
`@(default_calling_convention = ...)` for `foreign` blocks
gingerBill
2017-10-29
1
-4
/
+11
*
Attributes; @(link_name="foo")
gingerBill
2017-10-29
1
-12
/
+85
*
#alias type declarations; core library additions; `_global` import name for t...
gingerBill
2017-10-29
1
-8
/
+28
*
Refactor code to remove entity flag for export
gingerBill
2017-10-15
1
-3
/
+3
*
Remove name mangling for `foreign export` variables
gingerBill
2017-10-15
1
-2
/
+2
[prev]
[next]