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
*
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
*
|
Merge pull request #3004 from flysand7/strings-doc
gingerBill
2023-12-05
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
strings: Fix up documentation of split_n
flysand7
2023-12-05
1
-0
/
+1
|
/
*
Merge pull request #3002 from laytan/fix-write-on-x86_64-darwin
gingerBill
2023-12-04
1
-1
/
+1
|
\
|
*
fix write on x86_64 Darwin
Laytan Laats
2023-12-04
1
-1
/
+1
|
/
*
Silence writable string warnings when compiling Odin on Linux.
Jeroen van Rijn
2023-12-03
2
-11
/
+11
*
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
*
|
Merge pull request #2992 from flysand7/x11-fix
gingerBill
2023-12-02
1
-2
/
+3
|
\
\
|
*
|
[x11/xlib]: Fix some foreign declarations
flysand7
2023-12-01
1
-2
/
+3
|
|
/
*
|
Merge pull request #2993 from flysand7/sdl-fix
gingerBill
2023-12-02
1
-8
/
+8
|
\
\
|
*
|
[vendor/sdl]: Fix fourcc codes for pixel formats to match FOURCC definition
flysand7
2023-12-01
1
-8
/
+8
*
|
|
Merge pull request #2996 from flga/master
gingerBill
2023-12-02
1
-4
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
runtime: panic_allocator should use panic_allocator_proc
flga
2023-12-01
1
-4
/
+2
|
/
/
*
|
Add os.args to demo.
Jeroen van Rijn
2023-11-27
3
-3
/
+9
*
|
Fix missing clamp in core:math/big random.
Jeroen van Rijn
2023-11-27
1
-1
/
+1
|
/
*
Merge pull request #2979 from rope-hmg/master
Jeroen van Rijn
2023-11-25
4
-37
/
+174
|
\
|
*
Removed some accidental semi-colons and converted indentation to tabs.
Hector
2023-11-25
1
-46
/
+46
|
*
Used `strings.builder_reset` instead of `clear` for the string builder
Hector
2023-11-25
1
-4
/
+6
|
*
Updated to tabs and used provided test methods.
Hector
2023-11-25
1
-33
/
+37
|
*
Binary search improvements
Hector
2023-11-25
4
-36
/
+167
|
/
*
Merge pull request #2976 from mtarik34b/improve-command-line-help-and-usage
Jeroen van Rijn
2023-11-25
1
-132
/
+138
|
\
|
*
Fix oversights, apply minor improvements
Tarık B
2023-11-25
1
-15
/
+16
|
*
Apply consistent usage of third-person singular
Tarık B
2023-11-25
1
-43
/
+43
|
*
Standardize to consistent 3-space indentation for inline comments
Tarık B
2023-11-25
1
-24
/
+24
|
*
Remove redundant example
Tarık B
2023-11-25
1
-1
/
+0
|
*
Fix newly introduced capitalization and punctuation error
Tarık B
2023-11-25
1
-1
/
+1
|
*
Increase indentation for -vet extra check listing
Tarık B
2023-11-25
1
-3
/
+3
|
*
Unify showing of available options
Tarık B
2023-11-25
1
-15
/
+21
|
*
Capitalize first word of sentences
Tarık B
2023-11-25
1
-10
/
+10
|
*
Add period at the end of sentences.
Tarık B
2023-11-25
1
-104
/
+104
|
*
Fix typo
Tarık B
2023-11-25
1
-1
/
+1
|
*
Fix indentation
Tarık B
2023-11-25
1
-3
/
+3
*
|
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 #2923 from flysand7/raylib-fix
Jeroen van Rijn
2023-11-24
3
-21
/
+8
|
\
\
|
*
|
[vendor/raylib]: Add pre-compiled libraries on linux; Minor changes in bindings
flysand7
2023-11-05
3
-21
/
+8
*
|
|
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
4
-39
/
+148
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fix self_cleanup causing join to fail
laytan
2023-11-20
1
-6
/
+10
|
*
|
Fix shadowing
Laytan Laats
2023-11-15
1
-12
/
+12
|
*
|
Allow larger thread poly data
Laytan Laats
2023-11-15
4
-39
/
+144
*
|
|
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 #2946 from laytan/fix-test-name-flag
Jeroen van Rijn
2023-11-24
1
-3
/
+5
|
\
\
\
\
\
[next]