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
...
|
*
Define the behaviour of integer division by zero
gingerBill
2025-08-08
4
-30
/
+247
*
|
Merge pull request #5558 from odin-lang/bill/init-fini-changes
gingerBill
2025-08-10
3
-2
/
+21
|
\
\
|
*
|
Improve error message
gingerBill
2025-08-08
1
-2
/
+6
|
*
|
Disallow `proc "odin"` procedures to be called in the global scope in variabl...
gingerBill
2025-08-08
1
-0
/
+6
|
*
|
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
gingerBill
2025-08-08
1
-0
/
+9
|
|
/
*
|
Do not check for explicit allocators when determining proc in proc group
janga-perlind
2025-08-09
1
-8
/
+10
*
|
Merge pull request #5559 from Creativty/variable_dereference_suggestion
gingerBill
2025-08-08
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Add a better suggestion for cases that don't need ^ operator
xenobas
2025-08-08
1
-1
/
+2
*
|
Print the name of missing runtime procedure
Sunagatov Denis
2025-08-08
1
-0
/
+1
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-08-07
7
-1
/
+628
|
\
\
|
*
\
Merge pull request #5553 from flysand7/ice-fix
Jeroen van Rijn
2025-08-07
1
-0
/
+1
|
|
\
\
|
|
*
|
Fix ICE on missing procedure in base:runtime
Sunagatov Denis
2025-08-08
1
-0
/
+1
|
*
|
|
Merge pull request #5547 from harold-b/hb.objc_block_intrinsic
gingerBill
2025-08-07
6
-1
/
+627
|
|
\
\
\
|
|
*
|
|
Implementes the block ABI.2010.3.16 natively via the `objc_block` intrinsic a...
Harold Brenes
2025-08-06
6
-1
/
+627
*
|
|
|
|
Fix instantiation of package for parapoly records
gingerBill
2025-08-07
1
-2
/
+12
|
/
/
/
/
*
|
|
|
Add support for `[dynamic]T` in `.raddbg`
gingerBill
2025-08-07
1
-2
/
+3
*
|
|
|
Fix typo
bill/utf16-strings
gingerBill
2025-08-07
1
-1
/
+1
*
|
|
|
Add `intrinsics.type_canonical_name`
gingerBill
2025-08-07
2
-0
/
+19
|
/
/
/
*
|
|
Change `is_utf16` field to `encoding` and use an enum
gingerBill
2025-08-05
3
-4
/
+17
*
|
|
Merge branch 'master' into bill/utf16-strings
gingerBill
2025-08-05
5
-11
/
+79
|
\
\
\
|
*
|
|
Fix atomics for tuples
dev-2025-08
gingerBill
2025-08-05
1
-1
/
+1
|
*
|
|
Fix possible race condition with struct offsets
gingerBill
2025-08-05
2
-9
/
+17
|
*
|
|
Add `intrinsics.type_is_nearly_simple_compare`
gingerBill
2025-08-04
4
-1
/
+61
*
|
|
|
Fix `cstring != ""`
gingerBill
2025-08-02
1
-2
/
+2
*
|
|
|
Fix `string16 != ""` comparison
gingerBill
2025-08-02
1
-4
/
+12
*
|
|
|
Fix string16 literal length set in LLVM
gingerBill
2025-08-02
3
-7
/
+12
*
|
|
|
Fix [^]u16 <-> cstring16 conversions
gingerBill
2025-08-02
1
-0
/
+61
*
|
|
|
Add string16_map.cpp
gingerBill
2025-08-02
1
-0
/
+538
*
|
|
|
Cache const `string16` in LLVM
gingerBill
2025-08-02
6
-13
/
+83
*
|
|
|
`for in string16`; Support `string16` across core
gingerBill
2025-08-02
5
-6
/
+166
*
|
|
|
Begin supporting `string16` across the core library
gingerBill
2025-08-02
10
-13
/
+196
*
|
|
|
Add `string16` and `cstring16` (UTF-16 based strings)
gingerBill
2025-08-02
18
-60
/
+600
|
/
/
/
*
|
|
fix check
Laytan
2025-08-01
1
-1
/
+1
*
|
|
concrete types to make llvm 14 happy
Laytan
2025-08-01
1
-5
/
+8
*
|
|
fix dropping part of particular vecs
Laytan
2025-08-01
1
-1
/
+1
*
|
|
Merge pull request #5526 from laytan/fixes-for-vector-abi
gingerBill
2025-08-01
1
-10
/
+36
|
\
\
\
|
*
|
|
fix vec offset calculation
Laytan
2025-07-31
1
-1
/
+1
|
*
|
|
amd64 support `half` in the abi too
Laytan
2025-07-31
1
-2
/
+21
|
*
|
|
amd64 abi fixes regarding vectors
Laytan
2025-07-31
1
-9
/
+16
*
|
|
|
Remove the semantics of `#no_copy`, keep the grammar
gingerBill
2025-07-30
7
-42
/
+1
|
/
/
/
*
|
|
Merge pull request #4140 from colrdavidson/macharena
Laytan
2025-07-29
3
-0
/
+27
|
\
\
\
|
*
|
|
move to checker error, rather than panic
Colin Davidson
2025-07-29
2
-2
/
+8
|
*
|
|
switch to read_cycle_counter_frequency from arm64_read_cycle_counter_freq, tr...
Colin Davidson
2025-07-29
3
-9
/
+13
|
*
|
|
use the correct frequency for the arm tsc timer
Colin Davidson
2025-07-28
3
-0
/
+17
*
|
|
|
Merge pull request #5515 from laytan/ignored-arg-multi-return
Laytan
2025-07-29
1
-1
/
+3
|
\
\
\
\
|
*
|
|
|
fix ignored args in multi return handling
Laytan
2025-07-29
1
-1
/
+3
|
|
/
/
/
*
|
|
|
fix flag
Laytan
2025-07-29
1
-1
/
+1
*
|
|
|
saner stack linker flags for WASM
Laytan
2025-07-29
1
-0
/
+7
|
/
/
/
*
|
|
Fix issue 5474
Paul-Andre Henegar
2025-07-28
1
-39
/
+35
*
|
|
Fix #5498
Jeroen van Rijn
2025-07-25
1
-1
/
+1
[prev]
[next]