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
...
*
Implement `f16` functionality
gingerBill
2021-04-01
1
-0
/
+5
*
Make `check_single_global_entity` use `create_checker_context`
gingerBill
2021-03-15
1
-6
/
+11
*
Change from `test_*` prefix to `@(test)` attribute for `odin test`
gingerBill
2021-03-14
1
-11
/
+10
*
`odin test` to work with the new `core:testing` package
gingerBill
2021-03-14
1
-2
/
+39
*
Fix nullref access violation when building with no entry point
Jose Luis Rey Mendez
2021-03-06
1
-1
/
+1
*
Minimize TokenPos size by using `i32` for line/column/offset and file_id inst...
gingerBill
2021-03-04
1
-14
/
+14
*
Fix crash when a forced dependency doesn't exist
gingerBill
2021-02-27
1
-6
/
+4
*
HACK check_unchecked_bodies further!
gingerBill
2021-02-26
1
-1
/
+8
*
Fix patch (yeah... I know)
gingerBill
2021-02-26
1
-17
/
+21
*
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
[prev]
[next]