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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix Internal Compiler Error: Type_Info for 'XXX' could not be found #507
gingerBill
2019-12-22
1
-5
/
+10
*
Also allow #no_bounds_check on an expression #499
gingerBill
2019-12-15
1
-5
/
+5
*
Remove addressing mode `Addressing_Immutable`
gingerBill
2019-12-01
1
-2
/
+1
*
Make the `string` type elements "immutable", akin to `char const *` in C
gingerBill
2019-12-01
1
-1
/
+1
*
Prepare SOA Struct code for slices and dynamic arrays *to be implemented*
gingerBill
2019-11-19
1
-2
/
+9
*
Add `-show-more-timings`
gingerBill
2019-11-10
1
-25
/
+17
*
Fix typeid comparison bug; Add extra messages for pointer address errors
gingerBill
2019-11-03
1
-0
/
+2
*
SOA Struct support `intrinsics.soa_struct`
gingerBill
2019-11-02
1
-1
/
+17
*
multivalued procedure calls allows in `for in` to allow a pseudo-iterator; `@...
gingerBill
2019-11-02
1
-27
/
+27
*
Fix range in statement bug caused by incorrectly assigned addressing mode #461
gingerBill
2019-11-02
1
-1
/
+3
*
Add `@force` to `foreign import`
gingerBill
2019-11-01
1
-0
/
+26
*
Modify runtime to reduce dependencies on other packages
gingerBill
2019-10-23
1
-0
/
+1
*
`#panic`; Minor change to demo.odin; Fix `#assert` bug at file scope
gingerBill
2019-10-13
1
-3
/
+10
*
Make `typeid` semantics consistent across variables and constants
gingerBill
2019-10-06
1
-10
/
+6
*
Add `where` clauses to `struct` and `union`
gingerBill
2019-09-08
1
-1
/
+1
*
`where` clauses for procedure literals
gingerBill
2019-08-31
1
-0
/
+8
*
Make `require_results` an attribute rather than a suffix tag for procedures
gingerBill
2019-08-31
1
-0
/
+6
*
Fix variable dependency ordering issues caused by procedure literals
gingerBill
2019-08-31
1
-0
/
+9
*
Fix global variable initialization ordering
gingerBill
2019-08-29
1
-23
/
+34
*
Built-in Quaternions (Not just an April Fool's Joke any more)
gingerBill
2019-08-26
1
-0
/
+6
*
Fix bit_field comparison against nil #414
gingerBill
2019-08-09
1
-0
/
+1
*
Improve the performance of simple array comparisons
gingerBill
2019-07-27
1
-0
/
+2
*
Change scoping rules to allow for shadowing of procedure parameters but not n...
gingerBill
2019-07-27
1
-10
/
+35
*
Fix procedure constant declaration value type assignment checking
gingerBill
2019-06-21
1
-1
/
+2
*
Support 128-bit integers `i128` `u128`
gingerBill
2019-05-28
1
-0
/
+3
*
-go-to-definitions (OGTD file format)
gingerBill
2019-05-26
1
-1
/
+15
*
odin query
gingerBill
2019-05-25
1
-5
/
+14
*
Change import name rules
gingerBill
2019-05-19
1
-5
/
+7
*
Fix `is_operand_value` to support more addressing modes
gingerBill
2019-04-19
1
-1
/
+3
*
Modify slice_expr_error_* logic to change depending on which parameters are p...
gingerBill
2019-03-25
1
-1
/
+2
*
`@(private)` for `foreign` blocks; Improve foreign signature similarity rules
gingerBill
2019-03-24
1
-1
/
+7
*
Fix Erroneous redeclaration error with `using import` #354
gingerBill
2019-03-17
1
-1
/
+1
*
Fix `using import` behaviour - #352
gingerBill
2019-03-17
1
-27
/
+38
*
Improve package strings
gingerBill
2019-03-15
1
-6
/
+13
*
Fix issue with `deferred_*` attributes
gingerBill
2019-03-15
1
-4
/
+4
*
FIX TYPO!
gingerBill
2019-02-23
1
-1
/
+1
*
New build flag: -define:foo=123
gingerBill
2019-02-23
1
-0
/
+38
*
Make `static` an attribute rather than a keyword prefix
gingerBill
2019-02-23
1
-12
/
+8
*
Replace `foreign export {}` with `@export`
gingerBill
2019-02-23
1
-14
/
+40
*
`intrinsics.vector` type (Experimental)
gingerBill
2019-02-23
1
-0
/
+19
*
Allow for @indent for attributes that don't require any parameters; Add -igno...
gingerBill
2019-01-30
1
-1
/
+3
*
Replace `deferred` with `deferred_none`, `deferred_in`, `deferred_out`
gingerBill
2019-01-13
1
-34
/
+138
*
Check for `_` for import names too
gingerBill
2019-01-13
1
-1
/
+1
*
Change import name determination rules
gingerBill
2019-01-13
1
-11
/
+13
*
Fix checking `_` constant declarations with a procedure
gingerBill
2019-01-10
1
-3
/
+3
*
Remove debug printing text
gingerBill
2019-01-05
1
-7
/
+0
*
Add missing types for min dep
gingerBill
2019-01-05
1
-1
/
+11
*
Add missing types to minimum dependency checking
gingerBill
2019-01-05
1
-1
/
+29
*
Fix vetting
gingerBill
2018-12-31
1
-4
/
+9
*
Remove useless assertion in find_import_path
gingerBill
2018-12-30
1
-1
/
+3
[prev]
[next]