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 race condition with procedure aliases checking for declarations on consta...
gingerBill
2021-04-26
1
-0
/
+1
*
Merge branch 'master' into old-backend-removal
gingerBill
2021-04-26
1
-1
/
+21
|
\
|
*
Merge pull request #915 from wilsonk/issue-820
gingerBill
2021-04-26
1
-1
/
+21
|
|
\
|
|
*
Fix for issue 820 (import name is not an identifier)
Kelly Wilson
2021-04-25
1
-1
/
+21
*
|
|
Remove `use_llvm_api` related checks and other related things
gingerBill
2021-04-25
1
-21
/
+3
*
|
|
Remove old procedure ABI code
gingerBill
2021-04-25
1
-4
/
+0
|
/
/
*
/
Move `check_builtin_procedure` to check_builtin.cpp
gingerBill
2021-04-23
1
-0
/
+1
|
/
*
Add intrinsics: overflow_add, overflow_sub, overflow_mul; Change byte swap be...
gingerBill
2021-04-22
1
-9
/
+17
*
Remove `intrinsics.x86_mmx` type
gingerBill
2021-04-22
1
-9
/
+0
*
Add `optimization_mode` attribute for procedures
gingerBill
2021-04-22
1
-0
/
+23
*
Fix `override_entity_in_scope `behaviour to correctly to report the changes u...
gingerBill
2021-04-19
1
-2
/
+0
*
Add `@(cold)` attribute to procedure declarations
gingerBill
2021-04-14
1
-0
/
+12
*
Add `runtime.extendhfsf2` to dependency list
gingerBill
2021-04-05
1
-0
/
+1
*
Fix missing complex32/quaternion64 checks
gingerBill
2021-04-01
1
-1
/
+3
*
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
[prev]
[next]