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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #4406 `os2` to not close the std file handles but rather just free the me...
gingerBill
2024-11-04
1
-3
/
+3
*
Mark procs as "contextless" in winerror.odin
NicknEma
2024-11-04
1
-7
/
+7
*
Missing paren.
Jeroen van Rijn
2024-11-03
1
-1
/
+1
*
`mem.is_aligned` is in bytes, not log2 bytes
Jeroen van Rijn
2024-11-03
1
-1
/
+3
*
Merge pull request #4415 from p2jason/master
Laytan
2024-11-01
1
-14
/
+17
|
\
|
*
Removed event hook callback from add_*_event_listener functions
p2jason
2024-10-31
1
-18
/
+4
|
*
Removed event queue from add_*_event_listener JS functions and added event ho...
p2jason
2024-10-31
2
-35
/
+43
|
*
Changed boolean parameters to bit set in the add_*_event_listener functions
p2jason
2024-10-25
1
-6
/
+6
|
*
Added parameters to the add_*_event_listener JS functions for stopping event ...
p2jason
2024-10-24
2
-11
/
+20
*
|
fix tabs
Laytan Laats
2024-11-01
1
-15
/
+15
*
|
testing: separate the posix import into target files
Laytan Laats
2024-11-01
3
-17
/
+32
*
|
fix thread_unix for Darwin after pthread corrections in posix package
Laytan Laats
2024-10-30
3
-7
/
+25
*
|
Merge pull request #4427 from laytan/posix-additions
gingerBill
2024-10-30
74
-1578
/
+1352
|
\
\
|
*
|
fix test
Laytan
2024-10-28
2
-5
/
+8
|
*
|
port pthread_mutex_t and pthread_cond_t from sys/unix cause miniaudio wants it
Laytan
2024-10-28
1
-4
/
+44
|
*
|
clean up dynlib and path/filepath with sys/posix
Laytan
2024-10-28
5
-53
/
+40
|
*
|
remove pthread from sys/unix and use sys/posix where used
Laytan
2024-10-28
10
-749
/
+38
|
*
|
sys/posix: impl rest of linux, impl some of Windows
Laytan Laats
2024-10-28
59
-772
/
+1227
*
|
|
Merge pull request #4436 from karl-zylinski/utf8string-last-rune-bug
gingerBill
2024-10-30
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix for using utf8string.at with last rune index returning wrong rune.
Karl Zylinski
2024-10-30
1
-1
/
+1
*
|
|
|
Merge pull request #4430 from Wyr0X/patch-1
Laytan
2024-10-29
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
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
1
-0
/
+49
|
\
\
\
\
|
*
|
|
|
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
1
-0
/
+49
*
|
|
|
|
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
|
|
/
/
/
/
*
|
|
|
|
Fix possible leak in recursive `filepath.glob`
gingerBill
2024-10-27
1
-0
/
+7
*
|
|
|
|
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
1
-0
/
+2
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #4420 from laytan/cbor-better-handling-of-mismatch-in-stru...
Laytan
2024-10-26
1
-1
/
+13
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
encoding/cbor: handle binary having more fields than the struct by discarding
Laytan Laats
2024-10-25
1
-1
/
+13
|
|
|
/
|
|
/
|
*
|
|
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 #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 #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 #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 #4335 from colrdavidson/datetime_tz
Jeroen van Rijn
2024-10-22
14
-31
/
+1450
|
\
\
\
\
|
*
|
|
|
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
[next]