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
*
adding linux + unix makefile for cgltf
Gabriel Pariat
2024-01-27
2
-5
/
+25
*
Merge pull request #3139 from flysand7/file-attrib
gingerBill
2024-01-26
3
-8
/
+8
|
\
|
*
os/os2: Remove file attribute casting from core:os2
flysand7
2024-01-26
1
-4
/
+4
|
*
os: Fix casting errors in other files
flysand7
2024-01-25
1
-3
/
+3
|
*
Merge branch 'master' into unsigned-file-attrib
flysand7
2024-01-25
6
-13
/
+73
|
|
\
|
*
|
sys/windows: Make INVALID_FILE_ATTRIBUTES a u32 constant
flysand7
2024-01-25
1
-1
/
+1
*
|
|
Fix #3053
gingerBill
2024-01-26
1
-16
/
+2
*
|
|
Fix #3122
gingerBill
2024-01-26
1
-1
/
+3
*
|
|
Fix `type_ptr_set_update`
gingerBill
2024-01-26
1
-1
/
+3
|
|
/
|
/
|
*
|
Merge pull request #3132 from KyleNBurke/patch-1
Jeroen van Rijn
2024-01-24
1
-1
/
+1
|
\
\
|
*
|
Remove mention of `map` in builtin resize proc group
Kyle Burke
2024-01-24
1
-1
/
+1
|
/
/
*
|
Merge pull request #3126 from DanielGavin/parser-fix-paran
gingerBill
2024-01-24
1
-1
/
+19
|
\
\
|
*
|
Recover from faulty parameter in parse_proc_type
DanielGavin
2024-01-22
1
-1
/
+19
*
|
|
Merge pull request #3127 from laytan/fix-wasm-and-llvm-17
gingerBill
2024-01-24
1
-1
/
+1
|
\
\
\
|
*
|
|
fix for wasm on llvm 17
Laytan Laats
2024-01-22
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #3129 from DragosPopse/assert-fix
gingerBill
2024-01-24
2
-9
/
+51
|
\
\
\
|
*
|
|
Removed return value of assertf. assertf now correctly responds to -disable-a...
Dragos Popescu
2024-01-23
2
-9
/
+51
|
|
/
/
*
|
|
Merge pull request #3131 from flysand7/non-zeroed
gingerBill
2024-01-24
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
os2: Add .Resize_Non_Zeroed allocation mode to os2/heap_windows
flysand7
2024-01-24
1
-1
/
+1
|
/
/
*
|
Merge pull request #2912 from karl-zylinski/marshal-sort-maps-by-key-and-clon...
gingerBill
2024-01-22
2
-37
/
+121
|
\
\
|
*
|
Made sure temp guard for sorting map keys in json marshal code ignores temp a...
Karl Zylinski
2024-01-22
1
-3
/
+3
|
*
|
Cleanup of json.clone_value
Karl Zylinski
2023-11-01
1
-4
/
+2
|
*
|
Added temp allocator guard to json.marshal, in case we temp alloc when sortin...
Karl Zylinski
2023-11-01
1
-0
/
+3
|
*
|
Reversed order of sort_maps_by_key check in marshal.odin to make PR compariso...
Karl Zylinski
2023-11-01
1
-26
/
+26
|
*
|
Indentation fix.
Karl Zylinski
2023-11-01
1
-3
/
+3
|
*
|
JSON: Option to sort marshaled maps before outputting. Also added a json.clon...
Karl Zylinski
2023-11-01
2
-38
/
+121
*
|
|
Merge pull request #3119 from Kelimion/location_call
Jeroen van Rijn
2024-01-20
1
-1
/
+1
|
\
\
\
|
*
|
|
Clarify #location error message when not a call.
Jeroen van Rijn
2024-01-20
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #3116 from Kelimion/hot_reload
Jeroen van Rijn
2024-01-19
2
-3
/
+20
|
\
\
\
|
*
|
|
Add hot reload support to `dynlib.initialize_symbols`
Jeroen van Rijn
2024-01-19
2
-3
/
+20
|
/
/
/
*
|
|
Merge pull request #3108 from Kelimion/subsystem
gingerBill
2024-01-19
4
-35
/
+91
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Expand -subsystem option on Windows
Jeroen van Rijn
2024-01-18
4
-28
/
+83
|
*
|
Add WINDOWS_SUBSYSTEM constant bool
Jeroen van Rijn
2024-01-18
2
-10
/
+11
|
/
/
*
|
Merge pull request #3109 from flysand7/sys-linux-tiny-fix
gingerBill
2024-01-18
2
-2
/
+0
|
\
\
|
*
|
[sys/linux]: Remove +build comments in files with documentation
flysand7
2024-01-18
2
-2
/
+0
*
|
|
Keep vet happy
gingerBill
2024-01-17
1
-2
/
+0
*
|
|
Fix typo
gingerBill
2024-01-17
1
-1
/
+1
*
|
|
Fix typo
gingerBill
2024-01-17
1
-1
/
+1
*
|
|
Rename to `Map_File_*`
gingerBill
2024-01-17
5
-9
/
+9
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-01-17
19
-212
/
+280
|
\
\
\
|
*
\
\
Merge pull request #3001 from colrdavidson/unsafe_mem
gingerBill
2024-01-17
13
-51
/
+188
|
|
\
\
\
|
|
*
|
|
oops, indentation
Colin Davidson
2024-01-17
1
-14
/
+14
|
|
*
|
|
add resize_non_zeroed to query features
Colin Davidson
2024-01-17
2
-5
/
+28
|
|
*
|
|
bring log allocator up to date
Colin Davidson
2024-01-17
263
-25435
/
+32029
|
|
|
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge pull request #3107 from ktsiligkiris/documentation/fix_xml_docs
Jeroen van Rijn
2024-01-17
5
-156
/
+85
|
|
\
\
\
\
|
|
*
|
|
|
Fix comments in xml_reader.odin for better rendering in documentation
Kostas Tsiligkiris
2024-01-17
1
-130
/
+53
|
|
*
|
|
|
Fix filename in example
Kostas Tsiligkiris
2024-01-17
1
-2
/
+2
|
|
*
|
|
|
Fix formatting of package documentation string
Kostas Tsiligkiris
2024-01-17
1
-18
/
+18
|
|
*
|
|
|
Move package xml before copyright
Kostas Tsiligkiris
2024-01-17
3
-6
/
+12
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
Merge pull request #3082 from edyu/master
Jeroen van Rijn
2024-01-17
1
-5
/
+7
|
|
\
\
\
\
[next]