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
...
*
Force dependency for @(export) entities
gingerBill
2020-11-10
1
-0
/
+16
*
Added -no-entry-point flag and relevant check.
F0x1fy
2020-11-10
1
-1
/
+1
*
Add -default-to-nil-allocator flag (sets `ODIN_DEFAULT_TO_NIL_ALLOCATOR`)
gingerBill
2020-09-15
1
-0
/
+1
*
Improve error message for multi-valued global declarations not be allowed
gingerBill
2020-09-12
1
-6
/
+2
*
Fix check_arity_match bug
gingerBill
2020-09-12
1
-2
/
+31
*
Add extra check for checking uniqueness of package names
gingerBill
2020-09-10
1
-0
/
+29
*
Ensure `add_type_info_type` and `add_min_dep_type_info` are consistent
gingerBill
2020-08-05
1
-20
/
+31
*
Fix #705
gingerBill
2020-08-05
1
-4
/
+10
*
Add `-no-dynamic-literals` to disallow dynamic array and map literals
gingerBill
2020-07-14
1
-0
/
+1
*
Add `deferred_in_out` attribute
gingerBill
2020-06-16
1
-0
/
+66
*
Add force usage when importing `intrinsics` or `builtin`
gingerBill
2020-06-10
1
-1
/
+5
*
Fix rules for recursive initialization with procedure entities; Fix executabl...
gingerBill
2020-05-30
1
-15
/
+88
*
Improve performance of tokenization and parsing
gingerBill
2020-05-27
1
-2
/
+2
*
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
[prev]
[next]