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
*
Merge pull request #3003 from karl-zylinski/patch-1
dev-2023-12
gingerBill
2023-12-05
1
-1
/
+1
|
\
|
*
virtual arena: Actually use DEFAULT_ARENA_STATIC_RESERVE_SIZE as default valu...
Karl Zylinski
2023-12-04
1
-1
/
+1
*
|
strings: Fix up documentation of split_n
flysand7
2023-12-05
1
-0
/
+1
|
/
*
fix write on x86_64 Darwin
Laytan Laats
2023-12-04
1
-1
/
+1
*
Merge pull request #2984 from mtarik34b/add-min-index-and-max-index-procs
gingerBill
2023-12-02
1
-0
/
+34
|
\
|
*
Add min_index and max_index procedures
Tarık B
2023-11-26
1
-0
/
+34
*
|
runtime: panic_allocator should use panic_allocator_proc
flga
2023-12-01
1
-4
/
+2
*
|
Fix missing clamp in core:math/big random.
Jeroen van Rijn
2023-11-27
1
-1
/
+1
|
/
*
Removed some accidental semi-colons and converted indentation to tabs.
Hector
2023-11-25
1
-46
/
+46
*
Binary search improvements
Hector
2023-11-25
1
-33
/
+82
*
Merge pull request #2973 from flysand7/dial_tcp_bug
Jeroen van Rijn
2023-11-25
1
-1
/
+1
|
\
|
*
[net]: Fix passing the wrong socket to on linux
flysand7
2023-11-24
1
-1
/
+1
*
|
Merge pull request #2918 from flysand7/math-doc
Jeroen van Rijn
2023-11-24
1
-11
/
+11
|
\
\
|
*
|
[math]: Fix the doc comments on F64_* constants
flysand7
2023-11-04
1
-11
/
+11
*
|
|
Merge pull request #2939 from laytan/allow-larger-thread-poly-data
Jeroen van Rijn
2023-11-24
1
-38
/
+55
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Allow larger thread poly data
Laytan Laats
2023-11-15
1
-38
/
+55
*
|
|
Merge pull request #2942 from flga/master
Jeroen van Rijn
2023-11-24
2
-1
/
+3
|
\
\
\
|
*
|
|
core:sys/linux: rename Perf_Read_Format_Flags
flga
2023-11-10
1
-2
/
+3
|
*
|
|
core:sys/linux: make Perf_Read_Format a bitset
flga
2023-11-10
2
-2
/
+3
*
|
|
|
Merge pull request #2972 from flysand7/net-socket-any
Jeroen van Rijn
2023-11-24
1
-3
/
+38
|
\
\
\
\
|
*
|
|
|
[net]: Add send_any, recv_any variants to proc groups for Any_Socket
flysand7
2023-11-24
1
-3
/
+38
*
|
|
|
|
Merge pull request #2950 from laytan/fix-nil-exceptions-with-incomplete-code-...
Jeroen van Rijn
2023-11-24
2
-48
/
+61
|
\
\
\
\
\
|
*
|
|
|
|
use start pos as end pos if end node is nil
Laytan Laats
2023-11-22
1
-1
/
+1
|
*
|
|
|
|
fix nil exceptions with incomplete code parse
Laytan Laats
2023-11-12
2
-48
/
+61
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #2952 from Pingar5/master
Jeroen van Rijn
2023-11-24
4
-1
/
+32
|
\
\
\
\
\
|
*
|
|
|
|
Add various missing windows procedures
Brennen Shaughnessy
2023-11-22
4
-1
/
+32
*
|
|
|
|
|
Remove unneeded `typeid_of`
gingerBill
2023-11-23
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #2899 from jakubtomsu/more-sys-windows
Jeroen van Rijn
2023-11-23
5
-4
/
+442
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix tabs
jakubtomsu
2023-11-03
1
-2
/
+2
|
*
|
|
|
|
|
Fix indentation and style
jakubtomsu
2023-10-31
3
-308
/
+308
|
*
|
|
|
|
|
Add WaitFor* Ex variants
jakubtomsu
2023-10-28
1
-0
/
+8
|
*
|
|
|
|
|
Merge branch 'odin-lang:master' into more-sys-windows
jakubtomsu
2023-10-27
3
-2
/
+36
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
SHGetKnownFolderPath etc.
jakubtomsu
2023-10-27
2
-4
/
+182
|
*
|
|
|
|
|
|
Dbghelp
jakubtomsu
2023-10-27
2
-0
/
+252
*
|
|
|
|
|
|
|
Add assert to disallow `-no-crt` when importing `core:c/libc`
gingerBill
2023-11-23
1
-0
/
+2
*
|
|
|
|
|
|
|
check to see if s.builder is nil
Michael Kutowski
2023-11-23
1
-1
/
+1
*
|
|
|
|
|
|
|
forgot to use the old package name
Michael Kutowski
2023-11-23
1
-1
/
+1
*
|
|
|
|
|
|
|
Add setup_once and clear_all, tidy up old code and add a few comments
Michael Kutowski
2023-11-22
1
-30
/
+76
*
|
|
|
|
|
|
|
Merge pull request #2894 from jakubtomsu/union-tag-intrinsics
gingerBill
2023-11-22
1
-0
/
+7
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
return uintptr from type_union_tag_offset
jakubtomsu
2023-11-22
1
-1
/
+1
|
*
|
|
|
|
|
|
|
Merge branch 'odin-lang:master' into union-tag-intrinsics
jakubtomsu
2023-10-27
1
-2
/
+2
|
|
\
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Remove len,cap,min,max and implement type_union_base_tag_value, type_union_v...
jakubtomsu
2023-10-27
1
-3
/
+5
|
*
|
|
|
|
|
|
|
Rename type_union_tag to type_union_tag_type
jakubtomsu
2023-10-25
1
-2
/
+2
|
*
|
|
|
|
|
|
|
Merge branch 'odin-lang:master' into union-tag-intrinsics
jakubtomsu
2023-10-25
2
-4
/
+4
|
|
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
Merge branch 'odin-lang:master' into union-tag-intrinsics
jakubtomsu
2023-10-25
3
-8
/
+93
|
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
Naming, use variant index instead of tag
jakubtomsu
2023-10-24
1
-0
/
+5
*
|
|
|
|
|
|
|
|
|
|
Lower `MAP_MIN_LOG2_CAPACITY` from `6` to `3` (64->8)
gingerBill
2023-11-22
1
-1
/
+1
*
|
|
|
|
|
|
|
|
|
|
Merge pull request #2967 from reavencode/master
gingerBill
2023-11-22
1
-0
/
+1
|
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
Add DwmGetWindowAttribute to core/sys/windows
reavencode
2023-11-21
1
-0
/
+1
*
|
|
|
|
|
|
|
|
|
|
|
Fix errant tab in alignment.
Jeroen van Rijn
2023-11-22
1
-2
/
+2
|
/
/
/
/
/
/
/
/
/
/
/
[next]