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
...
*
Fix #3555
gingerBill
2024-05-09
1
-0
/
+11
*
compiler: improve target features support
Laytan Laats
2024-05-02
1
-10
/
+39
*
Add error block around `error_line` calls
gingerBill
2024-03-23
1
-0
/
+1
*
Allow casting between a `bit_field` and its backing type
gingerBill
2024-02-22
1
-0
/
+1
*
Improve foreign variable fuzzy type checking
gingerBill
2024-01-28
1
-2
/
+2
*
Update instrumentation signature to support `runtime.Source_Code_Location` as...
gingerBill
2024-01-09
1
-5
/
+10
*
Implement instrumentation pass
gingerBill
2024-01-07
1
-7
/
+19
*
Add frontend stuff instrumentation tooling
gingerBill
2024-01-07
1
-0
/
+66
*
Clean up error block usage
gingerBill
2024-01-05
1
-4
/
+3
*
Add `@(entry_point_only)` for procedures
gingerBill
2024-01-05
1
-0
/
+1
*
Fix build times for `-o:<string>` in LLVM-17
gingerBill
2023-09-21
1
-4
/
+0
*
Disallow aliasing of `any` and `typeid`
gingerBill
2023-08-08
1
-0
/
+7
*
Go through loads of `TODO`s
gingerBill
2023-08-01
1
-6
/
+7
*
Replace a lot of warnings with errors; remove deprecated stuff
gingerBill
2023-08-01
1
-25
/
+1
*
Improve `//+vet`; remove `using` in many places; add `//+vet !using-stmt` whe...
gingerBill
2023-07-31
1
-2
/
+2
*
Add separate `-vet` flags; `-vet-using-*` flags; `//+vet` file flags
gingerBill
2023-07-31
1
-1
/
+1
*
Fix to allow procedure groups on objective-c types
gingerBill
2023-07-17
1
-57
/
+67
*
Fix #2562 caused by inlining of procedure call
gingerBill
2023-05-29
1
-0
/
+1
*
Minor change to handling of propagation of errors with `---` as a value
gingerBill
2023-05-22
1
-5
/
+4
*
Restrict `---` to variable declarations only
gingerBill
2023-05-22
1
-1
/
+1
*
Fix #2526
gingerBill
2023-05-18
1
-4
/
+8
*
Improve grammar
gingerBill
2023-04-15
1
-1
/
+1
*
Add `struct #no_copy`
gingerBill
2023-04-15
1
-0
/
+8
*
rename -no-tls to -no-thread-local
bumbread
2023-03-14
1
-1
/
+1
*
Added -no-tls flag
bumbread
2023-03-13
1
-1
/
+4
*
Improve errors about conversions of constant integers
gingerBill
2023-02-22
1
-1
/
+1
*
Fix issue that conflicts with constant parapoly procedures and `deferred_*` p...
gingerBill
2023-02-19
1
-13
/
+0
*
Add constant data to the identifier directly
gingerBill
2023-02-17
1
-17
/
+13
*
Fix overriding procedure information for literals
gingerBill
2023-02-17
1
-0
/
+17
*
Implement `@(fini)` (opposite of `@(init)`)
gingerBill
2023-02-15
1
-1
/
+6
*
`add_deps_from_child_to_parent` always
gingerBill
2023-01-12
1
-4
/
+1
*
Minimize contention on the deps for decls
gingerBill
2023-01-12
1
-1
/
+4
*
Replace all queues with MPSCQueue where possible
gingerBill
2023-01-12
1
-1
/
+1
*
Correct `mpsc_dequeue`
gingerBill
2023-01-12
1
-1
/
+1
*
Add `ArenaTemp` to the compiler
gingerBill
2023-01-12
1
-0
/
+1
*
Add uncomment `add_type_info_type` calls for type assertions
gingerBill
2023-01-05
1
-28
/
+32
*
Fix min dep type info problem caused by const ref of `map_set`
gingerBill
2023-01-04
1
-0
/
+29
*
Move walking of dependencies for procedures to just before calculating the mi...
gingerBill
2023-01-04
1
-31
/
+0
*
Use `RwMutex` for `DeclInfo` `deps
gingerBill
2023-01-03
1
-10
/
+17
*
Use `RwMutex` for the `Scope`
gingerBill
2023-01-03
1
-4
/
+8
*
More `for_array(i, y)` to `for (x : y)` translations
gingerBill
2023-01-03
1
-16
/
+11
*
Allow all set entry types to be implicitly cast to their key/value type to al...
gingerBill
2023-01-03
1
-4
/
+2
*
Use heap_allocator for all hash set types
gingerBill
2023-01-03
1
-1
/
+1
*
Use a package local mutex for `add_type_and_value`
gingerBill
2023-01-02
1
-3
/
+6
*
Remove loops within futex signals on Linux
gingerBill
2023-01-02
1
-1
/
+1
*
Remove another use of a global mutex
gingerBill
2023-01-02
1
-7
/
+12
*
Correct a race condition when checking the procedure body
gingerBill
2023-01-02
1
-11
/
+14
*
Remove use of queues for procedure checking.
gingerBill
2023-01-02
1
-1
/
+1
*
Remove a few `TODO`s
gingerBill
2022-12-22
1
-8
/
+0
*
Remove dead code in the compiler
gingerBill
2022-12-18
1
-10
/
+0
[prev]
[next]