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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix dummy code
gingerBill
2024-01-31
1
-2
/
+2
*
Rename `runtime.os_write` to `runtime.stderr_write`
gingerBill
2024-01-29
9
-16
/
+16
*
Fix #3150
gingerBill
2024-01-29
2
-0
/
+2
*
Remove `incl` and `excl`
gingerBill
2024-01-29
1
-33
/
+0
*
Add matrix related intrinsics to dummy file
gingerBill
2024-01-29
1
-0
/
+6
*
Move core:(builtin|intrinsics) to base:
gingerBill
2024-01-29
2
-0
/
+444
*
Improve foreign variable fuzzy type checking
gingerBill
2024-01-28
2
-1
/
+3
*
Fix typo
gingerBill
2024-01-28
1
-0
/
+2
*
Fix typo of `_heap_resize`
gingerBill
2024-01-28
1
-5
/
+5
*
Remove `core:os` dependency completely from `base:runtime`
gingerBill
2024-01-28
2
-18
/
+21
*
Alias heap calls from `base:runtime` is `core:os`
gingerBill
2024-01-28
5
-87
/
+44
*
Remove `core:os` dependency for `base:runtime`
gingerBill
2024-01-28
10
-108
/
+190
*
Make //+private
gingerBill
2024-01-28
1
-0
/
+1
*
`-default-to-panic-allocator`
gingerBill
2024-01-28
1
-0
/
+5
*
Remove `core:os` dependency for `runtime.os_write` on linux
gingerBill
2024-01-28
2
-0
/
+23
*
Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics`
gingerBill
2024-01-28
16
-15
/
+32
*
Move matrix related procedures to the different `linalg` packages
gingerBill
2024-01-28
1
-283
/
+0
*
Move matrix compiler `builtin`s to `intrinsics`; alias within core_builtin_ma...
gingerBill
2024-01-28
1
-0
/
+9
*
Move `core:runtime` to `base:runtime`; keep alias around
gingerBill
2024-01-28
38
-0
/
+6774