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_expr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove special shared scope for runtime stuff
gingerBill
2018-06-03
1
-3
/
+2
*
Split up `init_preload` into specific parts
gingerBill
2018-06-03
1
-6
/
+6
*
Use const & for Array<AstNode *> parameters
gingerBill
2018-06-03
1
-4
/
+4
*
Remove dead code from checker
gingerBill
2018-06-02
1
-3
/
+0
*
Remove clutter parameters and begin parallelizing the type checker
gingerBill
2018-05-28
1
-10
/
+10
*
Refactor: use CheckerContext rather than Checker in type checking part
gingerBill
2018-05-28
1
-153
/
+152
*
Remove `tmp_allocator` from `Checker`
gingerBill
2018-05-28
1
-25
/
+15
*
Change import lookup
gingerBill
2018-05-27
1
-1
/
+1
*
Reorganize `runtime` package
gingerBill
2018-05-27
1
-36
/
+36
*
Add file scopes for the packages
gingerBill
2018-05-27
1
-6
/
+5
*
Add basic package support (no IR support yet)
gingerBill
2018-05-26
1
-6
/
+7
*
Disable default struct field values; Update README.md
gingerBill
2018-05-20
1
-1
/
+1
*
Remove old dependency
gingerBill
2018-05-20
1
-1
/
+0
*
Fix issues with exact integer bounds and remove dead code
gingerBill
2018-05-13
1
-14
/
+9
*
Fix default initialized values for globals (#217)
gingerBill
2018-05-12
1
-5
/
+2
*
Use `__type_info_of` internally
gingerBill
2018-05-12
1
-1
/
+1
*
`type_info_of` allows `typeid`; `typeid_of` allows `^Type_Info`; Otherwise on...
gingerBill
2018-05-12
1
-0
/
+17
*
Make `any` use `typeid` rather than `^Type_Info`
gingerBill
2018-05-12
1
-2
/
+2
*
`typeid`
gingerBill
2018-05-12
1
-0
/
+29
*
Minimal Type Info Dependency handling
gingerBill
2018-05-12
1
-2
/
+5
*
Improve minimal dependency system
gingerBill
2018-05-12
1
-5
/
+83
*
Fix #210
gingerBill
2018-05-06
1
-1
/
+0
*
Try to fix internal compiler error in #208
gingerBill
2018-04-10
1
-4
/
+3
*
Fix immutable `context` to `any` assignment #214
gingerBill
2018-04-10
1
-4
/
+8
*
Fix internal compiler error trigger for issue #212
gingerBill
2018-04-10
1
-0
/
+4
*
Fix #210
gingerBill
2018-04-10
1
-1
/
+3
*
Fix #209 #assert bug
gingerBill
2018-04-10
1
-1
/
+3
*
Move cycle checking to much earlier on in the semantic stage
gingerBill
2018-03-23
1
-4
/
+29
*
Type caching
gingerBill
2018-03-23
1
-5
/
+5
*
Remove allocator parameter to `types.cpp` functions
gingerBill
2018-03-23
1
-35
/
+35
*
Fix type cycle bug
gingerBill
2018-03-23
1
-1
/
+3
*
Add `unselector_expr`
gingerBill
2018-03-04
1
-4
/
+1
*
Remove dead code; fix referencing of a type assertion in a selector expression
gingerBill
2018-03-04
1
-0
/
+3
*
Fix `using` determination order
gingerBill
2018-03-03
1
-3
/
+3
*
`deprecated` attribute for procedure declarations
gingerBill
2018-03-03
1
-0
/
+10
*
Update core library with `cstring`
gingerBill
2018-02-28
1
-1
/
+3
*
`cstring`
gingerBill
2018-02-28
1
-2
/
+14
*
`array_make`
gingerBill
2018-02-25
1
-11
/
+9
*
Hexadecimal floats for "perfect values" 0h42f60000 == 123; use `bit_cast` in ...
gingerBill
2018-02-25
1
-2
/
+2
*
Replace `compile_assert` with `#assert`
gingerBill
2018-02-24
1
-42
/
+47
*
auto_cast
gingerBill
2018-02-18
1
-13
/
+48
*
Replace [...] with [?]
gingerBill
2018-02-13
1
-4
/
+4
*
`distinct` keyword for type declarations
gingerBill
2018-02-05
1
-4
/
+3
*
Fix typos `#type_alias`
gingerBill
2018-02-04
1
-1
/
+1
*
Extra check for `type_info` cycle checking
gingerBill
2018-01-28
1
-9
/
+26
*
Fix issue with proc group cycles #176
gingerBill
2018-01-28
1
-1
/
+1
*
Named return value act as variables; Code reorganization
gingerBill
2018-01-17
1
-0
/
+14
*
Remove old "macro" parsing code
gingerBill
2018-01-17
1
-5
/
+0
*
Remove `u128` and `i128`
gingerBill
2018-01-13
1
-28
/
+29
*
Fix issue #170
gingerBill
2018-01-10
1
-0
/
+12
[prev]
[next]