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
*
Allow for one-level deep of automatic importing directories with an `.odin` e...
bill/dir-organization
gingerBill
2025-12-26
1
-4
/
+31
*
Disallow importing directories with an `.odin` extension/suffix
gingerBill
2025-12-26
1
-0
/
+5
*
Merge pull request #6063 from StudebakerGuy/xml_cdata
Jeroen van Rijn
2025-12-23
1
-1
/
+2
|
\
|
*
Address issue identifying of CDATA
StudebakerGuy
2025-12-23
1
-1
/
+2
|
/
*
Merge pull request #6055 from wrathdoesthat/master
gingerBill
2025-12-22
1
-3
/
+3
|
\
|
*
core:math/rand small documentation fix
Wrath
2025-12-22
1
-3
/
+3
|
/
*
container/xar: fix undeclared `n` assignment
Laytan Laats
2025-12-22
1
-1
/
+0
*
sys/wasm/js: fix vet error
Laytan Laats
2025-12-22
1
-1
/
+1
*
Merge pull request #6031 from krnowak/krnowak/packed-all-or-none
gingerBill
2025-12-21
1
-1
/
+1
|
\
|
*
Fix #packed #all_or_none
Krzesimir Nowak
2025-12-18
1
-1
/
+1
*
|
Merge pull request #6050 from laytan/net-recv-0-is-connection-closed
Laytan
2025-12-21
3
-5
/
+57
|
\
\
|
*
|
net(docs): recv of 0 bytes with no error is a graceful close
Laytan Laats
2025-12-21
3
-5
/
+57
*
|
|
Merge pull request #6049 from krnowak/krnowak/init-fini-error-msg
Jeroen van Rijn
2025-12-21
1
-3
/
+3
|
\
\
\
|
*
|
|
Fix misleading error messages for init, fini and test attributes
Krzesimir Nowak
2025-12-21
1
-3
/
+3
*
|
|
|
Merge pull request #6033 from Xotchkass/io_util_write_fix
Laytan
2025-12-21
1
-4
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
[core:io/utils] fix buffer size in write_* procs
Xotchkass
2025-12-18
1
-4
/
+4
|
|
|
/
|
|
/
|
*
|
|
Change seed logic
gingerBill
2025-12-21
1
-3
/
+5
*
|
|
Add `reflect.default_map_hash_by_ptr`
gingerBill
2025-12-21
1
-0
/
+10
|
|
/
|
/
|
*
|
js: improve warning about conflicting memory strategies
Laytan Laats
2025-12-21
1
-1
/
+1
*
|
Pre`reserve` the memory needed for `strings.builder_replace`
gingerBill
2025-12-21
1
-1
/
+36
*
|
Merge pull request #6047 from harold-b/hb.posix-fixes
Laytan
2025-12-20
3
-1
/
+4
|
\
\
|
*
|
Fix nfds_t alias for Linux
Harold Brenes
2025-12-20
3
-1
/
+4
|
/
/
*
|
Merge pull request #6015 from salfel/linux-syscalls
Laytan
2025-12-20
1
-3
/
+24
|
\
\
|
*
|
add timerfd_* syscall wrappers
Felix Salcher
2025-12-13
1
-3
/
+24
*
|
|
Merge pull request #6046 from laytan/use-readfile-for-console-too
Laytan
2025-12-20
1
-1
/
+4
|
\
\
\
|
*
|
|
os/os2: use ReadFile for Console reads too, at least for now
laytan
2025-12-20
1
-1
/
+4
*
|
|
|
Merge pull request #6024 from blob1807/master
Laytan
2025-12-20
1
-7
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
`print_i64` fix getting an OOB index
blob1807
2025-12-15
1
-7
/
+6
*
|
|
|
Merge pull request #6043 from harold-b/objc-alias-selector
Laytan
2025-12-20
1
-1
/
+5
|
\
\
\
\
|
*
|
|
|
Fix automatic objc_msgSend on static methods not resolving aliased types.
Harold Brenes
2025-12-20
1
-1
/
+5
*
|
|
|
|
Merge pull request #6045 from laytan/fix-windows-read-console-stale-errors
Laytan
2025-12-20
1
-19
/
+15
|
\
\
\
\
\
|
*
|
|
|
|
os/os2: better fix for the stale errors
laytan
2025-12-20
1
-19
/
+15
*
|
|
|
|
|
Merge pull request #6044 from laytan/fix-windows-read-console-stale-errors
Laytan
2025-12-20
1
-0
/
+1
|
\
|
|
|
|
|
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
os/os2: fix stale errors on windows when reading from console
laytan
2025-12-20
1
-0
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #6037 from BigBoyBarney/missing-builtin
gingerBill
2025-12-19
3
-8
/
+16
|
\
\
\
\
|
*
|
|
|
Add @builtin to missing builtin procedure group procs
Sylphrena
2025-12-19
3
-8
/
+16
*
|
|
|
|
Disable global variable initialization into separate functions to circumvent ...
gingerBill
2025-12-19
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #6035 from janga-perlind/darwin-bindings
Jeroen van Rijn
2025-12-19
8
-13
/
+117
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
More bindings for darwin
Lucas Perlind
2025-12-19
8
-13
/
+117
*
|
|
|
Fix spacing in RUNTIME_LINKAGE declaration
Laytan
2025-12-17
1
-1
/
+1
*
|
|
|
Redefine `RUNTIME_LINKAGE` when `-no-entry-point` is set in certain circumsta...
gingerBill
2025-12-17
1
-4
/
+5
*
|
|
|
Change target triple of `freestanding_amd64_win64` to `x86_64-pc-windows-msvc...
gingerBill
2025-12-17
1
-1
/
+1
*
|
|
|
With `-use-single-module` make some procedures use internal linkage rather th...
gingerBill
2025-12-17
1
-6
/
+8
*
|
|
|
Only call `get_args()` if `args` is actually used by using an indirect value
gingerBill
2025-12-16
1
-2
/
+8
*
|
|
|
Add `translate_by_grapheme: bool` field
gingerBill
2025-12-16
1
-4
/
+23
*
|
|
|
Merge pull request #6012 from A1029384756/master
Laytan
2025-12-15
1
-4
/
+22
|
\
\
\
\
|
*
|
|
|
[tz_unix] add lookup for TZDIR environment variable
A1029384756
2025-12-15
1
-0
/
+12
|
*
|
|
|
[tz_unix] added additional search paths to match musl
A1029384756
2025-12-11
1
-4
/
+10
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-12-15
2
-4
/
+4
|
\
\
\
\
|
*
\
\
\
Merge pull request #6026 from BigBoyBarney/curl-fix
gingerBill
2025-12-15
2
-4
/
+4
|
|
\
\
\
\
[next]