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
...
*
Patch issue with minimum dependency system and how it interacts with para pol...
gingerBill
2021-02-26
1
-4
/
+45
*
Remove `#opaque` types
gingerBill
2021-02-23
1
-10
/
+0
*
Remove `bit_field` keyword and parsing logic
gingerBill
2021-02-23
1
-1
/
+0
*
Remove `bit_field` in type info, runtime, and general core library
gingerBill
2021-02-19
1
-2
/
+0
*
Remove `bit_field` type from Odin (keyword and dead runtime code still exists)
gingerBill
2021-02-19
1
-16
/
+0
*
Fix #831
gingerBill
2021-01-27
1
-2
/
+5
*
Fix #825
gingerBill
2021-01-17
1
-2
/
+4
*
Allow nested procedures to access `@(static)` and `@(thread_local)` variables
gingerBill
2020-12-04
1
-3
/
+8
*
Add `intrinsics.type_hasher_proc`; Make `map` work with generic hasher procedure
gingerBill
2020-11-29
1
-2
/
+6
*
Add intrinsics.type_equal_proc; Make `map` use an internal equal procedure to...
gingerBill
2020-11-29
1
-0
/
+8
*
map type internal reorganization
gingerBill
2020-11-23
1
-4
/
+4
*
Add `flags: Type_Info_Flags,` to `runtime.Type_Info`
gingerBill
2020-11-23
1
-2
/
+3
*
Add comparisons to structs where all fields are comparable `==` and `!=`
gingerBill
2020-11-23
1
-0
/
+1
*
Add `ODIN_TEST` constant for checking if `odin test` is being run
gingerBill
2020-11-21
1
-0
/
+1
*
Improve `system_exec_command_line_app` functionality; Restrict `test_*` proce...
gingerBill
2020-11-17
1
-4
/
+6
*
Begin rudimentary work on implementing `odin test` tooling with `*_test.odin`...
gingerBill
2020-11-17
1
-2
/
+48
*
Improve flags for `odin doc`
gingerBill
2020-11-17
1
-0
/
+4
*
Basic `odin doc` support
gingerBill
2020-11-17
1
-1
/
+3
*
Add `-show-unused` (Shows unused package declarations of all imported packages)
gingerBill
2020-11-17
1
-19
/
+9
*
Minimize memory usage for AST nodes by using Slice<T> rather than Array<T> wh...
gingerBill
2020-11-16
1
-6
/
+6
*
Minimize Ast flags usage
gingerBill
2020-11-16
1
-8
/
+8
*
Improve generate_entity_dependency_graph: Calculate edges for graph M - Part 2
gingerBill
2020-11-15
1
-9
/
+42
*
Fix calling convention for new LLVM ABI, and change`PtrSet` index to be `u32`...
gingerBill
2020-11-15
1
-6
/
+3
*
Add SCOPED_TEMPORARY_BLOCK for temporary allocations within a block
gingerBill
2020-11-15
1
-19
/
+16
*
Begin clarifying allocation patterns by changing from `heap_allocator` to spe...
gingerBill
2020-11-15
1
-1
/
+3
*
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
[prev]
[next]