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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
|
|
fix cbor.to_json always returning array of tuples for objects
Alexis Caraballo
2024-10-29
1
-1
/
+1
|
|
|
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
*
/
|
|
|
|
Fix image.which_bytes
Jeroen van Rijn
2024-10-29
1
-1
/
+1
|
|
/
/
/
/
/
|
*
|
|
|
|
Merge pull request #4423 from laytan/rand-choice-bit-set
Laytan
2024-10-28
2
-13
/
+50
|
|
\
\
\
\
\
|
|
*
|
|
|
|
math/rand: `choice_bit_set` return `not_empty` -> `ok`
Laytan
2024-10-28
1
-3
/
+3
|
|
*
|
|
|
|
math/rand: add `choice_bit_set`
Laytan Laats
2024-10-26
2
-13
/
+50
|
*
|
|
|
|
|
Merge pull request #4426 from SrMordred/patch-1
Laytan
2024-10-28
1
-1
/
+1
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Update process_windows.odin
Patric Dexheimer
2024-10-27
1
-1
/
+1
|
|
|
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #4421 from IllusionMan1212/fix-escaping-rune-greater-than-...
Jeroen van Rijn
2024-10-28
1
-1
/
+1
|
|
\
\
\
\
\
\
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
core/io: correctly escape runes greater than 0xFFFF
IllusionMan1212
2024-10-26
1
-1
/
+1
|
|
|
/
/
/
/
|
*
|
|
|
|
Merge pull request #4416 from Yawning/fix/4413
gingerBill
2024-10-27
1
-3
/
+14
|
|
\
\
\
\
\
|
|
*
|
|
|
|
src/big_int.cpp: Use square-multiply for exponentiation
Yawning Angel
2024-10-25
1
-3
/
+14
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
*
|
/
|
|
|
Add warning for `unsigned >= 0` like conditions in a `for` loop
gingerBill
2024-10-30
1
-0
/
+17
|
/
/
/
/
/
*
|
|
|
|
Fix possible leak in recursive `filepath.glob`
gingerBill
2024-10-27
1
-0
/
+7
*
|
|
|
|
Fix bug caused due to incorrect type checking looking for `context` not defin...
gingerBill
2024-10-27
1
-0
/
+1
*
|
|
|
|
fix the typeid type kind of a typeid being set to Typeid_Invalid
Laytan Laats
2024-10-27
1
-0
/
+2
*
|
|
|
|
wgpu: add missing JS impl for RenderPassEncoderSetBlendConstant
Laytan Laats
2024-10-26
1
-0
/
+10
*
|
|
|
|
sys/wasm/js: add `set_element_style`
Laytan Laats
2024-10-26
2
-0
/
+12
*
|
|
|
|
encoding/cbor: fix skipping of ignored/missing fields in struct unmarshal
Laytan Laats
2024-10-26
2
-1
/
+6
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #4420 from laytan/cbor-better-handling-of-mismatch-in-stru...
Laytan
2024-10-26
2
-1
/
+64
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
encoding/cbor: handle binary having more fields than the struct by discarding
Laytan Laats
2024-10-25
2
-1
/
+64
*
|
|
|
Merge pull request #4419 from laytan/rand-choice-enum-non-contiguous
Jeroen van Rijn
2024-10-25
1
-15
/
+15
|
\
\
\
\
|
*
|
|
|
math/rand: support non-contiguous enums in choice_enum
Laytan Laats
2024-10-25
1
-15
/
+15
|
|
/
/
/
*
|
|
|
Merge pull request #4399 from laytan/wgpu-improvements
Laytan
2024-10-25
1
-24
/
+35
|
\
\
\
\
|
*
|
|
|
wgpu: take version check out of @init, use C cc when appropriate
Laytan Laats
2024-10-20
1
-24
/
+35
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #4398 from laytan/image-misuse-panic
Laytan
2024-10-25
1
-1
/
+9
|
\
\
\
\
|
*
|
|
|
image: add panic when load is called without any registered loaders
Laytan Laats
2024-10-20
1
-1
/
+9
|
|
/
/
/
*
|
|
|
Merge pull request #4418 from laytan/check-packed-on-all-loads
gingerBill
2024-10-25
5
-26
/
+45
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
check packed load and set alignment on all loads, not just lb_emit_load
Laytan Laats
2024-10-25
5
-26
/
+45
|
|
|
/
|
|
/
|
*
/
|
quote the dsymutil argument
Laytan Laats
2024-10-25
1
-1
/
+1
|
/
/
*
|
Merge pull request #4402 from Lperlind/utf16_rune_count
gingerBill
2024-10-23
1
-1
/
+13
|
\
\
|
*
|
core/unicode/utf16: add rune_count proc
Lucas Perlind
2024-10-21
1
-1
/
+13
*
|
|
Merge pull request #4403 from tf2spi/issue-4390-fix
gingerBill
2024-10-23
1
-3
/
+4
|
\
\
\
|
*
|
|
Fix #4390 by assigning invalid entity type
Misomosi
2024-10-20
1
-3
/
+4
*
|
|
|
Merge pull request #4404 from tf2spi/issue-4395-fix
gingerBill
2024-10-23
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fixes #4395 by not assuming simd returns val
Misomosi
2024-10-20
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #4410 from tf2spi/issue-4397-fix
gingerBill
2024-10-23
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Fix magnitude check in parse_f64_prefix
Misomosi
2024-10-22
1
-1
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #4408 from Lperlind/cache
gingerBill
2024-10-23
3
-55
/
+75
|
\
\
\
\
|
*
|
|
|
cached.cpp: Improve internal cached robustness
Lucas Perlind
2024-10-22
3
-55
/
+75
*
|
|
|
|
fix erronous updating alignment of external global
laytan
2024-10-22
1
-5
/
+5
*
|
|
|
|
Merge pull request #4335 from colrdavidson/datetime_tz
Jeroen van Rijn
2024-10-22
15
-31
/
+1662
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
add better comment about freebsd hacks
Colin Davidson
2024-10-21
1
-0
/
+2
|
*
|
|
|
Update core/time/timezone/tzdate.odin
Colin Davidson
2024-10-21
1
-1
/
+1
|
*
|
|
|
Update core/time/timezone/tzdate.odin
Colin Davidson
2024-10-21
1
-1
/
+1
|
*
|
|
|
add julian day rule resolvers
Colin Davidson
2024-10-10
1
-8
/
+27
|
*
|
|
|
swap datetime_to_str to aprintf
Colin Davidson
2024-10-10
1
-5
/
+3
|
*
|
|
|
delete local_str with the appropriate allocator
Colin Davidson
2024-10-10
1
-1
/
+1
|
*
|
|
|
sort out windows enum names too
Colin Davidson
2024-10-10
1
-2
/
+2
|
*
|
|
|
tweaks per laytan suggestions
Colin Davidson
2024-10-10
11
-42
/
+33
|
*
|
|
|
Initial cut of timezones
Colin Davidson
2024-10-09
9
-6
/
+1627
[prev]
[next]