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 `open` bindings
Laytan Laats
2024-08-16
1
-0
/
+15
*
Merge pull request #4012 from laytan/posix
gingerBill
2024-08-14
1
-2
/
+18
|
\
|
*
posix: add package
Laytan Laats
2024-08-14
1
-2
/
+18
*
|
Allow `@(require_results)` on `foreign` blocks
gingerBill
2024-08-14
1
-1
/
+3
|
/
*
Fix alias handling of procedures
Roland Kovacs
2024-08-12
1
-1
/
+3
*
Remove use of mutex in single threaded code
gingerBill
2024-07-15
1
-2
/
+1
*
Calculate size and alignment, and reuse memory for all variadic calls within ...
gingerBill
2024-07-14
1
-0
/
+9
*
remove misleading `@(optimization_mode)` values and make "none" inhibit optim...
Laytan Laats
2024-07-08
1
-1
/
+0
*
Restrict a bit more
gingerBill
2024-07-04
1
-41
/
+44
*
Remove import name cases
gingerBill
2024-07-04
1
-2
/
+0
*
Allow `x :: y when cond else proc(...){...}`
gingerBill
2024-07-04
1
-78
/
+156
*
wasm: add foreign import and linking of wasm object files
Laytan Laats
2024-07-02
1
-2
/
+5
*
disallow non-global foreign import of variables on wasm
Laytan Laats
2024-06-28
1
-4
/
+4
*
wasm error is no longer relevant
Jeroen van Rijn
2024-06-27
1
-3
/
+3
*
Allow custom `main` when `-no-entry-point` is set
Feoramund
2024-06-18
1
-1
/
+1
*
Merge pull request #3734 from Feoramund/fix-3730
gingerBill
2024-06-11
1
-0
/
+3
|
\
|
*
Fix #3730
Feoramund
2024-06-11
1
-0
/
+3
*
|
Minor clean up for backend
gingerBill
2024-06-11
1
-1
/
+8
|
/
*
Add `intrinsics.procedure_of`
gingerBill
2024-06-10
1
-5
/
+12
*
Add `@(rodata)`
gingerBill
2024-06-06
1
-0
/
+6
*
Clean up `handle_link_name` handling of `link_suffix`
gingerBill
2024-05-30
1
-3
/
+22
*
Add `@(link_suffix=<string>)`
gingerBill
2024-05-30
1
-6
/
+7
*
Fix error message handling
gingerBill
2024-05-11
1
-1
/
+1
*
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
[next]