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
/
check_decl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Correct assertion usage
gingerBill
2021-11-03
1
-2
/
+3
*
Improve `wasm-import` semantics to allow procedures from different import paths
gingerBill
2021-11-02
1
-4
/
+25
*
Compile `wasm64`; Add `lb_run_remove_unused_function_pass`
gingerBill
2021-10-31
1
-0
/
+8
*
Add @(init) attribute for procedures, allowing for procedures to be called at...
gingerBill
2021-10-03
1
-0
/
+3
*
Correct procedure checking flag handling, and correct the (bodge) handle of u...
gingerBill
2021-08-23
1
-1
/
+15
*
Update `signature_parameter_similar_enough` for multi pointers
gingerBill
2021-08-22
1
-2
/
+14
*
Fix race condition from `add_entity_use` due to Entity.identifier
gingerBill
2021-08-19
1
-6
/
+6
*
Remove unused code
gingerBill
2021-08-19
1
-2
/
+1
*
Add mutex to Scope lookups and insertions
gingerBill
2021-08-18
1
-0
/
+2
*
Reallow `using` on enum declarations temporarily but with a warning.
gingerBill
2021-08-05
1
-1
/
+1
*
Disallow `using` on an enum declaration.
gingerBill
2021-08-05
1
-0
/
+3
*
Add sanity checks to checker
dev-2021-08
gingerBill
2021-08-02
1
-3
/
+0
*
Add `@(warning=<string>)`
gingerBill
2021-08-02
1
-0
/
+1
*
Define which mutexes are blocking and recursive explicitly
gingerBill
2021-07-27
1
-2
/
+2
*
INTERNAL USE ONLY: `//+lazy` build flag
gingerBill
2021-07-25
1
-53
/
+48
*
Remove dead code
gingerBill
2021-07-15
1
-4
/
+0
*
Replace non-recursive mutexes with `BlockingMutex`; Minor improves to initial...
gingerBill
2021-07-14
1
-6
/
+6
*
Reduce mutex usage and convert things to queues from arrays
gingerBill
2021-07-13
1
-3
/
+1
*
Big improvement to the `-threaded-checker` code, unifying the logic and simpl...
gingerBill
2021-07-13
1
-2
/
+1
*
Add experimental support for a threaded semantic checker to `-threaded-checker`
gingerBill
2021-07-10
1
-1
/
+2
*
Move things around for sanity checking for multithread preparation
gingerBill
2021-07-10
1
-3
/
+15
*
Prepare for multithreading the semantic checker by giving mutexes to variable...
gingerBill
2021-07-10
1
-0
/
+3
*
Improve CheckerContext usage
gingerBill
2021-07-10
1
-1
/
+1
*
Improve logic for diverging procedures by checking if it terminates
gingerBill
2021-06-16
1
-2
/
+9
*
Make default calling convention code more correct to read
gingerBill
2021-06-08
1
-3
/
+3
*
Add `@(link_section=<string>)` for global variables
gingerBill
2021-05-24
1
-0
/
+3
*
Remove @(static) for global variables
gingerBill
2021-05-19
1
-3
/
+2
*
Remove old dead code
gingerBill
2021-05-15
1
-11
/
+0
*
Fix #682
gingerBill
2021-05-12
1
-0
/
+13
*
Fix #893
gingerBill
2021-04-27
1
-2
/
+3
*
Fix constant aliasing for debug information
gingerBill
2021-04-26
1
-1
/
+1
*
Fix race condition with procedure aliases checking for declarations on consta...
gingerBill
2021-04-26
1
-2
/
+2
*
Make `main` calling convention "odin" rather than "contextless" to simplify c...
gingerBill
2021-04-22
1
-3
/
+2
*
Add `optimization_mode` attribute for procedures
gingerBill
2021-04-22
1
-0
/
+12
*
Remove temporary reference types
gingerBill
2021-04-19
1
-2
/
+2
*
Fix `override_entity_in_scope `behaviour to correctly to report the changes u...
gingerBill
2021-04-19
1
-14
/
+27
*
Add `@(cold)` attribute to procedure declarations
gingerBill
2021-04-14
1
-0
/
+4
*
Minor improvement to error message about assigning a type to a variable with ...
gingerBill
2021-03-23
1
-1
/
+1
*
Change from `test_*` prefix to `@(test)` attribute for `odin test`
gingerBill
2021-03-14
1
-2
/
+5
*
Minimize TokenPos size by using `i32` for line/column/offset and file_id inst...
gingerBill
2021-03-04
1
-9
/
+9
*
Remove `#opaque` types
gingerBill
2021-02-23
1
-3
/
+0
*
Remove `bit_field` keyword and parsing logic
gingerBill
2021-02-23
1
-1
/
+0
*
Remove `"pure"` and `"pure_none"` calling conventions
gingerBill
2021-02-23
1
-3
/
+0
*
Remove `bit_field` type from Odin (keyword and dead runtime code still exists)
gingerBill
2021-02-19
1
-3
/
+0
*
Fix minor constant value declaration bug
gingerBill
2020-12-14
1
-21
/
+1
*
Add `-show-unused` (Shows unused package declarations of all imported packages)
gingerBill
2020-11-17
1
-2
/
+1
*
Minimize memory usage for AST nodes by using Slice<T> rather than Array<T> wh...
gingerBill
2020-11-16
1
-1
/
+1
*
Implement custom temporary allocator using ring buffer
gingerBill
2020-11-15
1
-1
/
+0
*
Add SCOPED_TEMPORARY_BLOCK for temporary allocations within a block
gingerBill
2020-11-15
1
-5
/
+4
*
Inline asm expression (-llvm-api)
gingerBill
2020-10-24
1
-1
/
+5
[prev]
[next]