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
...
*
Reorganize code
gingerBill
2021-11-05
1
-11
/
+13
*
Add `ODIN_BUILD_MODE`
gingerBill
2021-11-04
1
-0
/
+2
*
`@(linkage=<string>)` for procedures and variables; `@(require)` for procedur...
gingerBill
2021-11-04
1
-2
/
+53
*
Add `ODIN_NO_CRT` global constant
gingerBill
2021-11-04
1
-0
/
+1
*
Add procs for wasm32
gingerBill
2021-10-31
1
-0
/
+3
*
Merge branch 'master' into new-matrix-type
gingerBill
2021-10-23
1
-2
/
+11
|
\
|
*
Correct ternary if expression type determination
gingerBill
2021-10-22
1
-5
/
+7
|
*
Fix check_remove_expr_info
gingerBill
2021-10-22
1
-1
/
+8
*
|
Support indexing matrices
gingerBill
2021-10-19
1
-0
/
+1
*
|
Very basic matrix support in backend
gingerBill
2021-10-18
1
-0
/
+8
*
|
Begin work on matrix type
gingerBill
2021-10-18
1
-0
/
+2
|
/
*
Add `runtime._cleanup_runtime` internal call
gingerBill
2021-10-18
1
-1
/
+1
*
Simplify `TIME_SECTION` code
gingerBill
2021-10-12
1
-24
/
+0
*
If an entity is inserted into a scope already exists by the same name, it wil...
gingerBill
2021-10-04
1
-6
/
+15
*
Add @(init) attribute for procedures, allowing for procedures to be called at...
gingerBill
2021-10-03
1
-2
/
+86
*
Correct f64 -> u128/i128 generation
gingerBill
2021-09-25
1
-0
/
+2
*
Begin minimize `Type` size by replacing `Array` with `Slice` etc
gingerBill
2021-09-13
1
-17
/
+22
*
Correct did you mean logic and make thread-safe-er
gingerBill
2021-08-27
1
-3
/
+16
*
Don't use the thread pool if worker count is 0
gingerBill
2021-08-26
1
-1
/
+24
*
Simplify logic for `-thread-count:1`
gingerBill
2021-08-26
1
-20
/
+0
*
Unify thread pool logic across the rest of the compiler, using a global threa...
gingerBill
2021-08-26
1
-72
/
+45
*
Correct procedure checking flag handling, and correct the (bodge) handle of u...
gingerBill
2021-08-23
1
-10
/
+23
*
Add multi-pointer types `[^]T`
gingerBill
2021-08-21
1
-0
/
+11
*
Correct atomic usage
gingerBill
2021-08-19
1
-0
/
+8
*
Fix race condition from `add_entity_use` due to Entity.identifier
gingerBill
2021-08-19
1
-3
/
+3
*
Migrate and remove more from gb.h
gingerBill
2021-08-19
1
-15
/
+15
*
Move more of `gb.h`'s Synchronization code into common.cpp
gingerBill
2021-08-19
1
-10
/
+10
*
Remove unused code
gingerBill
2021-08-19
1
-13
/
+1
*
Remove useless code
gingerBill
2021-08-18
1
-2
/
+1
*
Fix `odin test` not executing any tests
gingerBill
2021-08-18
1
-9
/
+3
*
Add mutex to Scope lookups and insertions
gingerBill
2021-08-18
1
-30
/
+39
*
Add mutex for `add_type_and_value`
gingerBill
2021-08-17
1
-15
/
+15
*
Fix race condition when adding a dependency
gingerBill
2021-08-16
1
-4
/
+6
*
Correct error message for `add_import_dependency_node`
gingerBill
2021-08-08
1
-6
/
+2
*
Reorganize stages in checker
gingerBill
2021-08-03
1
-3
/
+3
*
Reorganize some of the checker stages
gingerBill
2021-08-03
1
-15
/
+18
*
Sort files by name in packages
gingerBill
2021-08-02
1
-0
/
+10
*
Add sanity checks to checker
dev-2021-08
gingerBill
2021-08-02
1
-12
/
+21
*
Add `@(warning=<string>)`
gingerBill
2021-08-02
1
-0
/
+18
*
Remove the literal conversion logic to the parser from the tokenizer
gingerBill
2021-08-02
1
-3
/
+6
*
Begin optimizing tokenizer; Replace `gb_utf8_decode` with `utf8_decode` (CC b...
gingerBill
2021-08-01
1
-1
/
+1
*
Add mutex for `@(builtin)` attributes
gingerBill
2021-07-28
1
-14
/
+20
*
Add accidentally removed call
gingerBill
2021-07-27
1
-0
/
+3
*
Correct race condition on untyped expr info map logic on global evaluations
gingerBill
2021-07-27
1
-24
/
+62
*
Define which mutexes are blocking and recursive explicitly
gingerBill
2021-07-27
1
-6
/
+6
*
Short circuit `check_with_workers` logic on `worker_count == 0`
gingerBill
2021-07-27
1
-2
/
+13
*
Unify threading logic
gingerBill
2021-07-27
1
-130
/
+45
*
Remove global semaphore and place in CheckerInfo
gingerBill
2021-07-27
1
-12
/
+72
*
Remove dead mutex
gingerBill
2021-07-27
1
-2
/
+0
*
Correct logic for `check_import_entities - collect file decls`
gingerBill
2021-07-27
1
-18
/
+32
[prev]
[next]