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
*
Use long-form names and alias with short-form UNIX-like names
gingerBill
2024-01-29
9
-37
/
+57
*
Move core:(builtin|intrinsics) to base:
gingerBill
2024-01-29
2
-444
/
+0
*
Fix types for BSD
gingerBill
2024-01-28
2
-2
/
+2
*
Remove `core:os` dependency completely from `base:runtime`
gingerBill
2024-01-28
2
-3
/
+3
*
Alias heap calls from `base:runtime` is `core:os`
gingerBill
2024-01-28
8
-229
/
+6
*
Remove `core:os` dependency for `base:runtime`
gingerBill
2024-01-28
9
-10
/
+10
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
149
-185
/
+185
*
Move matrix related procedures to the different `linalg` packages
gingerBill
2024-01-28
4
-47
/
+829
*
Move `core:runtime` to `base:runtime`; keep alias around
gingerBill
2024-01-28
38
-6774
/
+0
*
Remove `core:mem` dependency from `core:reflect`
gingerBill
2024-01-28
1
-3
/
+1
*
Add missing clone for `Struct_Type`
gingerBill
2024-01-28
1
-0
/
+1
*
Add `#field_align(N)`
gingerBill
2024-01-28
2
-0
/
+8
*
Remove dead code
gingerBill
2024-01-28
1
-74
/
+0
*
Change return values from `Struct_Tag` to `string`
gingerBill
2024-01-28
1
-5
/
+5
*
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
|
|
|
\
\
\
[next]