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.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Minor cleanup for builtin scope/pkg
gingerBill
2018-06-17
1
-2
/
+9
*
Clean up import lookup code
gingerBill
2018-06-17
1
-2
/
+0
*
Allow importation of `core:builtin` to get built-in entities
gingerBill
2018-06-17
1
-9
/
+9
*
Move TypeAndValue to Ast from Map
gingerBill
2018-06-17
1
-27
/
+8
*
Big renaming: `AstNode` to `Ast`
gingerBill
2018-06-17
1
-40
/
+40
*
Minimize AstNode size
gingerBill
2018-06-17
1
-2
/
+1
*
Fix cyclic polymorphic procedure usage and improve its error message
gingerBill
2018-06-15
1
-10
/
+20
*
Allow for base enum type with an enum declaration
gingerBill
2018-06-11
1
-0
/
+1
*
Entity aliasing clean up
gingerBill
2018-06-09
1
-4
/
+4
*
Remove special shared scope for runtime stuff
gingerBill
2018-06-03
1
-20
/
+22
*
Split up `init_preload` into specific parts
gingerBill
2018-06-03
1
-3
/
+2
*
Re-allow `when` statements at the file scope
gingerBill
2018-06-02
1
-2
/
+5
*
Remove dead code from checker
gingerBill
2018-06-02
1
-43
/
+31
*
Remove clutter parameters and begin parallelizing the type checker
gingerBill
2018-05-28
1
-4
/
+8
*
Refactor: use CheckerContext rather than Checker in type checking part
gingerBill
2018-05-28
1
-17
/
+21
*
Remove `tmp_allocator` from `Checker`
gingerBill
2018-05-28
1
-8
/
+7
*
Parallelize per file rather than per package
gingerBill
2018-05-28
1
-2
/
+1
*
Clean up name mangling by using unique package names per project
gingerBill
2018-05-27
1
-1
/
+2
*
Reorganize `runtime` package
gingerBill
2018-05-27
1
-11
/
+11
*
Move ODIN_* platform constants to `core:os`
gingerBill
2018-05-27
1
-1
/
+1
*
Add file scopes for the packages
gingerBill
2018-05-27
1
-6
/
+10
*
Add basic package support (no IR support yet)
gingerBill
2018-05-26
1
-14
/
+14
*
`typeid`
gingerBill
2018-05-12
1
-0
/
+2
*
Minimal Type Info Dependency handling
gingerBill
2018-05-12
1
-1
/
+4
*
Move cycle checking to much earlier on in the semantic stage
gingerBill
2018-03-23
1
-2
/
+11
*
Fix type cycle bug
gingerBill
2018-03-23
1
-0
/
+1
*
Add `unselector_expr`
gingerBill
2018-03-04
1
-5
/
+2
*
`deprecated` attribute for procedure declarations
gingerBill
2018-03-03
1
-2
/
+4
*
Replace `compile_assert` with `#assert`
gingerBill
2018-02-24
1
-4
/
+1
*
Fix #187
gingerBill
2018-02-14
1
-0
/
+1
*
Fix zero value initialization in IR
gingerBill
2018-02-11
1
-3
/
+7
*
Improve min-dep for Type Info
gingerBill
2018-01-28
1
-1
/
+1
*
Extra check for `type_info` cycle checking
gingerBill
2018-01-28
1
-0
/
+1
*
Named return value act as variables; Code reorganization
gingerBill
2018-01-17
1
-0
/
+400
[prev]