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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge pull request #5378 from laytan/fix-wasm-c-abi-raw-unions
gingerBill
2025-06-21
3
-15
/
+134
|
\
\
\
|
*
|
|
add return
Laytan Laats
2025-06-20
1
-0
/
+1
|
*
|
|
Fix WASM C ABI for raw unions
Laytan Laats
2025-06-20
3
-15
/
+133
*
|
|
|
Merge pull request #5380 from Feoramund/fix-2410
Jeroen van Rijn
2025-06-21
1
-16
/
+18
|
\
\
\
\
|
*
|
|
|
Ensure `volatile` status for all atomic operations
Feoramund
2025-06-20
1
-16
/
+18
*
|
|
|
|
Clarify --- for global variable.
Jeroen van Rijn
2025-06-21
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #5150 from wishfoundry/patch-1
Laytan
2025-06-20
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
spelling in compilation errors
Ben
2025-05-11
1
-1
/
+1
*
|
|
|
|
Merge pull request #5211 from Barinzaya/union-custom-align-tag-size
Laytan
2025-06-20
1
-5
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
Change union tag size to account for `#align`.
Barinzaya
2025-05-24
1
-5
/
+9
*
|
|
|
|
|
Push `context` onto stack before evaluating procedure parameters
Feoramund
2025-06-20
1
-3
/
+3
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
fix: escape object files with single quotes during linking
xenobas
2025-06-20
1
-2
/
+2
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Add check_all scripts
Jeroen van Rijn
2025-06-16
1
-0
/
+5
*
|
|
|
Fix typo in `error_article_table` lookup
Airtz
2025-06-16
1
-1
/
+1
*
|
|
|
Add additional nullptr checks in types.cpp
Jeroen van Rijn
2025-06-14
1
-9
/
+43
*
|
|
|
add macOS Tahoe to `odin report` and `core:sys/info`
Laytan Laats
2025-06-14
1
-0
/
+1
*
|
|
|
Merge pull request #5305 from Feoramund/fix-4362
gingerBill
2025-06-10
1
-1
/
+4
|
\
\
\
\
|
*
|
|
|
Guard against invalid proc types in parameter list
Feoramund
2025-06-10
1
-1
/
+4
*
|
|
|
|
Let `-no-entry-point` work for Windows DLLs
Feoramund
2025-06-10
1
-0
/
+3
*
|
|
|
|
Define empty `gb_no_asan` if VS < 2022
Jeroen van Rijn
2025-06-10
1
-1
/
+5
|
/
/
/
/
*
|
|
|
Merge pull request #5286 from Feoramund/no-san-mem
gingerBill
2025-06-09
5
-1
/
+10
|
\
\
\
\
|
*
|
|
|
Add `@(no_sanitize_memory)` proc attribute with MSan additions to `base:sanit...
Feoramund
2025-06-05
5
-1
/
+10
*
|
|
|
|
Guard against untyped `nil` in type cycle and type info sections
Feoramund
2025-06-08
1
-2
/
+2
*
|
|
|
|
Merge pull request #5294 from iarkn/type-is-bit-field
Jeroen van Rijn
2025-06-06
2
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Add `intrinsics.type_is_bit_field` proc
iarkn
2025-06-06
2
-0
/
+4
|
|
/
/
/
/
*
/
/
/
/
Add `nullptr` check in `add_type_info_type_internal`
Feoramund
2025-06-06
1
-1
/
+1
|
/
/
/
/
*
|
|
|
[parser.cpp] - packages with `.odin` in the name no longer attempt
Hayden Gray
2025-06-05
1
-2
/
+2
*
|
|
|
Let compound literal array be broadcast to a struct field of arrays
Feoramund
2025-06-05
1
-0
/
+11
*
|
|
|
Merge pull request #5279 from Feoramund/fix-4673
Jeroen van Rijn
2025-06-04
1
-0
/
+14
|
\
\
\
\
|
*
|
|
|
Be strict with type switch case column alignment too
Feoramund
2025-06-04
1
-0
/
+14
*
|
|
|
|
Print timings to stderr instead of stdout
Feoramund
2025-06-04
2
-54
/
+54
|
/
/
/
/
*
|
|
|
Add support for `#soa[N]T` compound literals
gingerBill
2025-06-04
2
-77
/
+249
*
|
|
|
Forbid multiple uses of `-sanitize`
Feoramund
2025-06-03
1
-1
/
+5
*
|
|
|
Merge pull request #5261 from spiel0meister/master
Jeroen van Rijn
2025-06-03
1
-0
/
+3
|
\
\
\
\
|
*
|
|
|
early return; fix indentation
spiel0meister
2025-06-03
1
-7
/
+8
|
*
|
|
|
check if expr is null
spiel0meister
2025-06-02
1
-5
/
+7
*
|
|
|
|
Allow -dynamic-literals for `[dynamic]T`
Jeroen van Rijn
2025-06-03
1
-1
/
+1
*
|
|
|
|
Merge pull request #5264 from LeandroLibanio28H/5243-fix-scope-attribute-proc...
Jeroen van Rijn
2025-06-03
1
-37
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
Update check_expr.cpp
Leandro Libanio
2025-06-03
1
-2
/
+0
|
*
|
|
|
|
Removing unreacheable block (since e86fde3)
LeandroLibanio28H
2025-06-02
1
-31
/
+0
|
*
|
|
|
|
Checking if entity is exported before checking if it's a procedure group
LeandroLibanio28H
2025-06-02
1
-10
/
+12
|
|
/
/
/
/
*
/
/
/
/
Fix #5265
Jeroen van Rijn
2025-06-03
2
-53
/
+58
|
/
/
/
/
*
|
|
|
Merge pull request #4339 from laytan/fix-swizzle-in-for
Jeroen van Rijn
2025-06-02
2
-6
/
+21
|
\
\
\
\
|
*
|
|
|
fix swizzle in for in statement
Laytan Laats
2025-06-02
2
-6
/
+21
*
|
|
|
|
fix package docs in a "hacky" way
Laytan Laats
2025-06-02
1
-11
/
+19
|
/
/
/
/
*
|
|
|
Merge pull request #5255 from Feoramund/build-mode-test-all-packages
Jeroen van Rijn
2025-06-02
1
-1
/
+7
|
\
\
\
\
|
*
|
|
|
Let `-test-all-packages` work with `-build-mode:test`
Feoramund
2025-06-02
1
-1
/
+7
*
|
|
|
|
Correct spelling in `odin doc -help` output
Bambo-Borris
2025-06-02
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #5251 from Feoramund/fix-quat-real-real-real-real
Jeroen van Rijn
2025-06-01
1
-11
/
+14
|
\
\
\
\
|
*
|
|
|
Show quaternion arguments in `wxyz` order, instead of `xyzw`, in mismatched t...
Feoramund
2025-06-01
1
-1
/
+1
[prev]
[next]