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
*
Minor fixes to improve hash map/set performance
gingerBill
2020-05-21
1
-1
/
+1
*
Add extra information to `-show-more-timings`
gingerBill
2020-05-21
1
-0
/
+1
*
Relative pointers
gingerBill
2020-05-15
1
-0
/
+24
*
Enforce explicit context definition for procedure calls
gingerBill
2020-05-14
1
-0
/
+1
*
Implement Explicit context creation #639
gingerBill
2020-05-14
1
-0
/
+5
*
(#594) Add `#config` to replace `#defined`; Restrict `#defined` within proced...
gingerBill
2020-05-13
1
-1
/
+9
*
Add extra 128 bit integer procedures
gingerBill
2020-05-13
1
-0
/
+5
*
Replace `entity_of_ident` with `entity_of_node`
gingerBill
2020-05-12
1
-16
/
+5
*
Let -vet ignore intentional declaration shadowing #637
gingerBill
2020-05-12
1
-7
/
+22
*
Fix typo
gingerBill
2020-05-03
1
-8
/
+8
*
Add experimental atom op tables for llvm-backend
gingerBill
2020-05-02
1
-0
/
+211
*
Fix @(export) for global variable declarations
gingerBill
2020-04-24
1
-0
/
+1
*
Basic polymorphic named procedure parameters for procedures and records
gingerBill
2020-04-13
1
-0
/
+3
*
Simplify compiler's `Map` and create a `StringMap` specifically for strings
gingerBill
2020-04-13
1
-44
/
+36
*
Add `-build-mode=obj`
gingerBill
2020-04-13
1
-1
/
+1
*
Endian specific floating point types (e.g. f32be)
gingerBill
2020-04-11
1
-0
/
+3
*
Add `runtime.bswap_*` required for -llvm-api
gingerBill
2020-04-11
1
-0
/
+5
*
Fix typeid comparison bug in `ir.cpp`
gingerBill
2020-04-04
1
-6
/
+16
*
Merge branch 'master' into llvm-integration
gingerBill
2020-03-15
1
-4
/
+18
|
\
|
*
Add `@require` for global variables
gingerBill
2020-03-12
1
-4
/
+18
*
|
Fix `context` system; add more to -show-more-timings for LLVM API; Add `ODIN_...
gingerBill
2020-03-08
1
-0
/
+1
*
|
Basic work on obj generation
gingerBill
2020-02-23
1
-0
/
+2
*
|
Get basic IR code generation working properly
gingerBill
2020-02-10
1
-2
/
+3
|
/
*
Fix typo
gingerBill
2020-01-05
1
-1
/
+1
*
Improve minimum dependency for complex numbers and quaternion numbers.
gingerBill
2020-01-04
1
-9
/
+1
*
Move definition of mem.Allocator and log.Logger to `package runtime`, to redu...
gingerBill
2019-12-31
1
-43
/
+59
*
Add `_tls_index` and `_fltused` for windows `-no-crt`
gingerBill
2019-12-29
1
-1
/
+2
*
Add `-disable-assert` to disable the code generation of the built-in run-time...
gingerBill
2019-12-29
1
-0
/
+11
*
Add `@(private="file")` and `@(private="package")`
gingerBill
2019-12-29
1
-14
/
+47
*
Enumerated arrays `[Enum_Type]Elem_Type`
gingerBill
2019-12-27
1
-49
/
+66
*
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
[next]