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 #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
5
-12
/
+72
|
|
\
|
*
|
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
|
|
/
|
/
|
*
|
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 #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
|
|
|
/
|
|
/
|
*
/
|
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
*
|
|
Add hot reload support to `dynlib.initialize_symbols`
Jeroen van Rijn
2024-01-19
2
-3
/
+20
|
|
/
|
/
|
*
|
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
17
-210
/
+278
|
\
\
\
|
*
|
|
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
98
-6753
/
+12432
|
|
\
\
\
|
|
*
\
\
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
|
|
|
\
\
\
|
|
|
*
|
|
Fix math/fixed floor/ceil/round
Ed Yu
2024-01-08
1
-5
/
+7
|
*
|
|
|
|
add resize non zeroed in more places
Colin Davidson
2023-12-04
3
-4
/
+11
|
*
|
|
|
|
add non-zeroing append and resize
Colin Davidson
2023-12-04
8
-42
/
+147
*
|
|
|
|
|
Add `virtual.map_file`
gingerBill
2024-01-17
5
-1
/
+139
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
stdcall -> system
gingerBill
2024-01-17
11
-15
/
+15
*
|
|
|
|
Change `stdcall` -> `system`
gingerBill
2024-01-17
23
-212
/
+212
*
|
|
|
|
Merge pull request #3076 from xb-bx/mprotect-fix-for-linux-and-darwin
gingerBill
2024-01-17
2
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
fix
xb-bx
2024-01-08
2
-2
/
+2
*
|
|
|
|
|
Fix imports to be case sensitive correct
gingerBill
2024-01-17
2
-6
/
+6
*
|
|
|
|
|
Remove `//+build windows` tag
gingerBill
2024-01-17
1
-1
/
+0
*
|
|
|
|
|
Fix typo in bytes.scrub
FourteenBrush
2024-01-17
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #3077 from laytan/add-libc-to-stream
gingerBill
2024-01-16
1
-0
/
+101
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
c/libc: add `to_stream` proc
Laytan Laats
2024-01-08
1
-0
/
+101
|
|
/
/
/
/
*
|
|
|
|
[DOC] Fix documentation formatting in site
Kostas Tsiligkiris
2024-01-14
1
-41
/
+31
[next]