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
...
*
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
*
Remove `struct #ordered`
gingerBill
2017-12-17
1
-1
/
+0
*
Fix lhs < rhs bug (#164)
gingerBill
2017-12-14
1
-3
/
+2
*
Change Map and PtrSet grow rate
gingerBill
2017-12-12
1
-8
/
+5
*
Disable struct field reordering (for the time being)
gingerBill
2017-12-12
1
-4
/
+2
*
Change how abs, min, max, and clamp are implemented for floats
gingerBill
2017-12-11
1
-4
/
+7
*
Fix proc groups from import names
gingerBill
2017-12-10
1
-27
/
+43
*
Explicit procedure group; Remove implicit procedure overloading
gingerBill
2017-12-09
1
-169
/
+52
*
Fix procedure groupings
gingerBill
2017-12-06
1
-4
/
+15
*
Make core library use procedure groupings rather than normal overloading
gingerBill
2017-12-04
1
-2
/
+3
*
Fix procedure grouping
gingerBill
2017-12-03
1
-0
/
+5
*
Procedure grouping `foo :: proc[foo16, foo32];`
gingerBill
2017-12-03
1
-4
/
+58
*
Update demo.odin
gingerBill
2017-12-03
1
-2
/
+2
*
&x.(type)
gingerBill
2017-11-30
1
-4
/
+19
*
Remove `vector` type (will be replaced by something else in the future)
gingerBill
2017-11-30
1
-171
/
+18
*
Fix issue #157
gingerBill
2017-11-30
1
-0
/
+2
*
Remove `using` in arrays; Remove `_` non-exported struct fields
gingerBill
2017-11-28
1
-84
/
+0
*
Fix `transmute`
gingerBill
2017-11-27
1
-1
/
+2
*
New slice memory layout (ptr+len); `byte`
gingerBill
2017-11-26
1
-30
/
+5
*
Fix issue #146 regarding polymorphic type parameters
v0.7.0
gingerBill
2017-11-18
1
-1
/
+3
*
Disable negation of unsigned constants (Issue: #145)
gingerBill
2017-11-15
1
-0
/
+7
*
In error messages, remove ` with '; Fix error messages for `switch`
gingerBill
2017-11-12
1
-200
/
+200
*
Allow for default arguments after a variadic parameter
gingerBill
2017-11-12
1
-3
/
+18
*
Change push allocator system; update core libraries
gingerBill
2017-11-09
1
-8
/
+16
*
Allow `nil` in a ternary statement
gingerBill
2017-11-09
1
-26
/
+42
*
Amend allocation procedures with caller location; Compound literals missing t...
gingerBill
2017-11-09
1
-9
/
+14
*
#const value procedure parameters; $N for polymorphic array lengths
gingerBill
2017-11-05
1
-18
/
+77
*
Add array programming
gingerBill
2017-11-05
1
-16
/
+65
*
Fix issue #130; allow conversion from any pointer to `uintptr` and vice versa
gingerBill
2017-11-02
1
-3
/
+3
*
Fix pointer arithmetic; remove suffix #tags for proc types
gingerBill
2017-10-29
1
-2
/
+2
*
Attributes; @(link_name="foo")
gingerBill
2017-10-29
1
-3
/
+4
*
#alias type declarations; core library additions; `_global` import name for t...
gingerBill
2017-10-29
1
-3
/
+16
*
Fix minimal dependency generation for polymorphic structs (related to issue #...
gingerBill
2017-10-15
1
-2
/
+4
*
Fix issue #119
Ginger Bill
2017-10-12
1
-5
/
+15
*
Fix `using import` to work correctly
Ginger Bill
2017-10-12
1
-18
/
+23
*
Union tag stored as an integer
Ginger Bill
2017-10-08
1
-6
/
+0
*
Minor code reorganization
Ginger Bill
2017-10-08
1
-2409
/
+6
*
Disallow procedures literals as default values in anonymous struct types
Ginger Bill
2017-10-01
1
-9
/
+12
*
Disallow anonymous structs with procedures as default values
Ginger Bill
2017-10-01
1
-0
/
+5
*
Default procedure values for `proc`
Ginger Bill
2017-10-01
1
-3
/
+71
*
"Constant" procedure values for default values in structs
Ginger Bill
2017-10-01
1
-2
/
+17
*
Procedure literals for default values in structs
Ginger Bill
2017-10-01
1
-11
/
+26
*
`match` to `switch`; Optional semicolons after "import" statements
Ginger Bill
2017-10-01
1
-58
/
+141
*
Fix cyclic polymorphic struct bug #111
Ginger Bill
2017-10-01
1
-8
/
+10
*
Wrap entry point `main` around the C style `main` in the IR
Ginger Bill
2017-09-30
1
-77
/
+95
*
Fix union array bug (Issue #112)
Ginger Bill
2017-09-29
1
-1
/
+2
*
Fix old_demos; Fix `when` bug; Fix enum `.names`
Ginger Bill
2017-09-29
1
-0
/
+3
[prev]
[next]