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 (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
gingerBill
2017-11-09
1
-9
/
+14
|
|
|
|
type can determine type in certain cases.
*
#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 ↵
gingerBill
2017-10-29
1
-3
/
+16
|
|
|
|
the global scope
*
Fix minimal dependency generation for polymorphic structs (related to issue ↵
gingerBill
2017-10-15
1
-2
/
+4
|
|
|
|
#121)
*
Fix issue #119
Ginger Bill
2017-10-12
1
-5
/
+15
|
|
|
|
This may need better error messages
*
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
|
*
Fix issue #89
Ginger Bill
2017-09-25
1
-1
/
+6
|
*
Fix issue #109
Ginger Bill
2017-09-25
1
-1
/
+1
|
*
Use comma for struct field separators (disallow nesting)
Ginger Bill
2017-09-21
1
-45
/
+142
|
*
Fix decimal.odin assignment bug
Ginger Bill
2017-09-20
1
-1
/
+4
|
*
Fix issues #95 and #96
Ginger Bill
2017-09-13
1
-12
/
+7
|
*
Remove `when` suffixes; Implement file scope `when` statement, evaluated in ↵
Ginger Bill
2017-09-10
1
-5
/
+5
|
|
|
|
source order
*
Allow for multiple library collections; Store AstFile as pointer
Ginger Bill
2017-09-10
1
-5
/
+5
|
*
Import cycle checking
Ginger Bill
2017-08-27
1
-1
/
+1
|
*
Restrict global variables to not allow tuples
Ginger Bill
2017-08-20
1
-2
/
+2
|
*
Global variable dependency initialization ordering
Ginger Bill
2017-08-20
1
-6
/
+36
|
|
|
|
Fuck graph theory
*
Fix issues with OSX
Ginger Bill
2017-08-11
1
-95
/
+46
|
*
Fix i128 division
Ginger Bill
2017-08-10
1
-11
/
+11
|
*
v0.6.2; Use Ada_Case for types
v0.6.2
Ginger Bill
2017-08-03
1
-1
/
+3
|
*
Extra type safety; Fix typos
Ginger Bill
2017-07-31
1
-15
/
+15
|
*
v0.6.0
v0.6.0
Ginger Bill
2017-07-30
1
-26
/
+46
|
*
`transmute(type)x`; Minor code clean up
Ginger Bill
2017-07-30
1
-2
/
+55
|
*
Remove dead code for the "fixed" map idea
Ginger Bill
2017-07-29
1
-38
/
+17
|
*
Fix `nil` assignment to unions
Ginger Bill
2017-07-29
1
-71
/
+65
|
*
Fix map internal type generation
Ginger Bill
2017-07-29
1
-48
/
+71
|
*
Merge branch 'master' of https://github.com/gingerBill/Odin
Ginger Bill
2017-07-29
1
-3
/
+3
|
\
|
*
Fix import name exportation bug; Fix procedure type printing
gingerBill
2017-07-24
1
-3
/
+3
|
|
*
|
Remove empty union check on array types; Fix overflowing error printing
Ginger Bill
2017-07-29
1
-46
/
+35
|
/
[next]