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
...
*
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
*
Fix Odin bug with "none" procedure calling conventions in the runtime
gingerBill
2020-09-10
1
-7
/
+9
*
Update math and math/linalg; add "pure_none" calling convention
gingerBill
2020-09-10
1
-0
/
+9
*
Fix `signature_parameter_similar_enough` logic
gingerBill
2020-06-30
1
-7
/
+4
*
Add `-show-system-calls`; Update runtime for windows_386; Fix some minor bugs
gingerBill
2020-06-30
1
-0
/
+3
*
Begin migration from sys/win32 to sys/windows
gingerBill
2020-06-26
1
-0
/
+11
*
Fix #648
gingerBill
2020-06-10
1
-1
/
+5
*
Improve termination rules checking for missing `return`; Make diverging proce...
gingerBill
2020-06-06
1
-2
/
+1
*
Add `"pure"` procedure types
gingerBill
2020-05-23
1
-2
/
+4
*
Fix #561 `where` statements that eval to false do not show incorrect usage lo...
gingerBill
2020-05-13
1
-1
/
+1
*
Let -vet ignore intentional declaration shadowing #637
gingerBill
2020-05-12
1
-0
/
+4
*
Add experimental atom op tables for llvm-backend
gingerBill
2020-05-02
1
-3
/
+21
*
Basic polymorphic named procedure parameters for procedures and records
gingerBill
2020-04-13
1
-2
/
+1
*
Simplify compiler's `Map` and create a `StringMap` specifically for strings
gingerBill
2020-04-13
1
-10
/
+10
*
Fix crash on aliasing compiler-only packages (e.g. intrinsics) with `_` at th...
gingerBill
2020-04-04
1
-0
/
+3
*
Merge branch 'master' into llvm-integration
gingerBill
2020-03-15
1
-0
/
+5
|
\
|
*
Add `@require` for global variables
gingerBill
2020-03-12
1
-0
/
+5
*
|
Fix nested type declarations name generation, to be internally consistent
gingerBill
2020-03-08
1
-0
/
+1
|
/
*
Improve error message on `using` with procedure parameters #568
gingerBill
2020-02-23
1
-1
/
+1
*
Add `-disable-assert` to disable the code generation of the built-in run-time...
gingerBill
2019-12-29
1
-0
/
+10
[prev]
[next]