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
...
*
Convert `minimum_dependency_type_info_set` to use a `PtrMap`
gingerBill
2023-01-03
1
-12
/
+7
*
Add `type_and_value_mutex` to `DeclInfo`
gingerBill
2023-01-03
1
-2
/
+6
*
Use `RwMutex` for `gen_procs`
gingerBill
2023-01-03
1
-6
/
+7
*
Use `RwMutex` for `DeclInfo` `deps
gingerBill
2023-01-03
1
-4
/
+4
*
Use `RwMutex` for the `Scope`
gingerBill
2023-01-03
1
-8
/
+13
*
Allow all set entry types to be implicitly cast to their key/value type to al...
gingerBill
2023-01-03
1
-25
/
+13
*
Make all maps use heap allocator implicitly
gingerBill
2023-01-03
1
-18
/
+15
*
Use heap_allocator for all hash set types
gingerBill
2023-01-03
1
-17
/
+7
*
Narrow global `gen_procs_mutex` further
gingerBill
2023-01-02
1
-0
/
+1
*
Code moving around
gingerBill
2023-01-02
1
-20
/
+27
*
Use a package local mutex for `add_type_and_value`
gingerBill
2023-01-02
1
-4
/
+9
*
Re enable `type_and_value_mutex`
gingerBill
2023-01-02
1
-2
/
+2
*
Comment out `type_and_value_mutex` usage
gingerBill
2023-01-02
1
-2
/
+2
*
Use `mutex_try_lock` in `check_proc_info`
gingerBill
2023-01-02
1
-1
/
+4
*
Narrow type info mutex usage
gingerBill
2023-01-02
1
-27
/
+26
*
Use local mutexes rather than a global one for the dependency insertion
gingerBill
2023-01-02
1
-24
/
+6
*
Remove some unneeded checks
gingerBill
2023-01-02
1
-2
/
+2
*
Correct a race condition when checking the procedure body
gingerBill
2023-01-02
1
-46
/
+178
*
Multithread checker
gingerBill
2023-01-02
1
-59
/
+5
*
Remove use of queues for procedure checking.
gingerBill
2023-01-02
1
-66
/
+42
*
Multi thread `check_export_entities`
gingerBill
2023-01-02
1
-102
/
+88
*
Remove `global_` prefix from `global_thread_pool_*` procedures
gingerBill
2023-01-02
1
-6
/
+6
*
Multithread `check_collect_entities_all` using new thread pool
gingerBill
2023-01-02
1
-23
/
+48
*
Replace condition+mutex with futex
gingerBill
2023-01-02
1
-1
/
+2
*
Remove the synchronization primitive init/destroy calls
gingerBill
2023-01-01
1
-36
/
+0
*
Remove a few `TODO`s
gingerBill
2022-12-22
1
-7
/
+2
*
Remove need the MPMC in single threaded case
gingerBill
2022-12-22
1
-9
/
+11
*
Revert "Change `tav` to be a pointer internally"
gingerBill
2022-12-22
1
-11
/
+11
*
Change `tav` to be a pointer internally
gingerBill
2022-12-22
1
-11
/
+11
*
Use `*_set_update` where possible
gingerBill
2022-12-20
1
-5
/
+2
*
Fix minor race condition
gingerBill
2022-12-19
1
-10
/
+38
*
Remove dead code in the compiler
gingerBill
2022-12-18
1
-101
/
+39
*
Add `gb_internal` to checker
gingerBill
2022-12-18
1
-197
/
+196
*
Replace compiler for loops for the hash-table types to simplify code usage
gingerBill
2022-12-09
1
-69
/
+65
*
-ignore-unknown-attributes: fixed the attribute value being type checked in v...
Dragos Popescu
2022-12-03
1
-2
/
+5
*
Begin work on map static set
gingerBill
2022-11-11
1
-5
/
+4
*
Make `map` get internal calls take the hash value rather than compute it inte...
gingerBill
2022-11-11
1
-2
/
+2
*
Allow for `-use-static-map-calls` which generates a get procedure per `map`; ...
gingerBill
2022-11-08
1
-0
/
+4
*
Change `__dynamic_map_get` signature
gingerBill
2022-11-08
1
-0
/
+1
*
Make `Map_Info` store pointers to cell info rather than inline
gingerBill
2022-11-08
1
-0
/
+3
*
Remove the need for `type->Map.internal_type` and replace with the definition...
gingerBill
2022-11-08
1
-4
/
+7
*
Begin work on implementing the new `map` internals
gingerBill
2022-11-07
1
-4
/
+4
*
Add extra check in `add_entity_and_decl_info` #2161
gingerBill
2022-11-01
1
-1
/
+5
*
Add safety check for #2161
gingerBill
2022-11-01
1
-1
/
+8
*
Correct parapoly determination of generated internal type of a `map`
gingerBill
2022-09-22
1
-2
/
+2
*
Split header table data and the map pointer
gingerBill
2022-09-21
1
-16
/
+5
*
Replace `#optional_second` with `#optional_allocator_error`
gingerBill
2022-09-12
1
-11
/
+2
*
Add `ODIN_BUILD_PROJECT_NAME` and `//+build-project-name`
gingerBill
2022-09-08
1
-0
/
+1
*
EXPERIMENTAL `intrinsics.valgrind_client_request`
gingerBill
2022-08-17
1
-0
/
+3
*
Cache #load data and hashes
gingerBill
2022-08-11
1
-0
/
+4
[prev]
[next]