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
*
Merge branch 'master' into nbio
Laytan
2026-01-13
1
-1
/
+0
|
\
|
*
Remove duplicate assingment of array.allocator = allocator in _make_dynamic_...
Faker-09
2026-01-13
1
-1
/
+0
*
|
runtime: use `alloc_non_zeroed` in `new_clone`; zeroing is not needed
Laytan Laats
2026-01-11
1
-1
/
+1
|
/
*
Merge pull request #6024 from blob1807/master
Laytan
2025-12-20
1
-7
/
+6
|
\
|
*
`print_i64` fix getting an OOB index
blob1807
2025-12-15
1
-7
/
+6
*
|
Add @builtin to missing builtin procedure group procs
Sylphrena
2025-12-19
3
-8
/
+16
*
|
Fix spacing in RUNTIME_LINKAGE declaration
Laytan
2025-12-17
1
-1
/
+1
*
|
Redefine `RUNTIME_LINKAGE` when `-no-entry-point` is set in certain circumsta...
gingerBill
2025-12-17
1
-4
/
+5
|
/
*
Fix default temp allocator under flow bug
DuchGhast
2025-12-08
1
-0
/
+1
*
base/runtime: Add chacha8rand as the default RNG
Yawning Angel
2025-11-29
5
-85
/
+796
*
base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES`
Yawning Angel
2025-11-29
10
-1
/
+154
*
Add `intrinsics.type_is_superset_of`
gingerBill
2025-11-17
1
-1
/
+2
*
Remove `#no_copy`
gingerBill
2025-11-05
1
-1
/
+1
*
Add `#all_or_none`
gingerBill
2025-11-05
2
-7
/
+7
*
Merge pull request #5859 from odin-lang/bill/change-license
dev-2025-11
gingerBill
2025-11-04
1
-2
/
+0
|
\
|
*
Change Odin's LICENSE to zlib from BSD 3-clause
gingerBill
2025-10-28
1
-2
/
+0
*
|
Use resize_soa instead of resize proc group in soa procs
thetarnav
2025-11-02
1
-3
/
+7
*
|
Add `inject_at_soa` and `append_nothing_soa` procedures
thetarnav
2025-11-02
1
-0
/
+111
*
|
Bodge `runtime.exit` for haiku
gingerBill
2025-10-31
1
-1
/
+1
*
|
Remove duplicate import
Jeroen van Rijn
2025-10-30
1
-3
/
+0
*
|
Correct cast to `uintptr`
gingerBill
2025-10-30
1
-1
/
+1
*
|
Add `runtime.exit`
gingerBill
2025-10-30
10
-0
/
+73
*
|
`constant_truncate` -> `constant_trunc` to be consistent with other intrinsics
gingerBill
2025-10-30
1
-4
/
+4
*
|
Add `intrinsics.constant_(floor|truncate|ceil|round)`
gingerBill
2025-10-30
1
-0
/
+5
|
/
*
fix: typo
samwega
2025-10-14
1
-1
/
+1
*
Add to `intrinsics.odin`
gingerBill
2025-10-10
1
-0
/
+3
*
Add `type_is_nearly_simple_compare` to `intrinsics.odin`
gingerBill
2025-10-09
1
-0
/
+1
*
Update `intrinsics.odin`
gingerBill
2025-10-09
1
-1
/
+4
*
Add some more docs
gingerBill
2025-10-07
1
-0
/
+22
*
Add some basic docs to `Default_Temp_Allocator`
gingerBill
2025-10-07
1
-0
/
+6
*
Add docs to `nil_allocator` and `panic_allocator`
gingerBill
2025-10-07
1
-0
/
+11
*
Improve core_builtin.odin docs
gingerBill
2025-10-07
1
-19
/
+94
*
Correct signature (missing return value) for `objc_msgSendSuper2`
Harold Brenes
2025-09-30
1
-1
/
+3
*
Automatically emit objc_msgSend calls when calling imported or implemented Ob...
Harold Brenes
2025-09-29
2
-8
/
+18
*
Type erase the internals of `runtime.copy_*`
gingerBill
2025-09-29
1
-18
/
+16
*
Remove unused variable
bill/conditional-zero
gingerBill
2025-09-27
1
-1
/
+0
*
Add `runtime.conditional_mem_zero` to improve `heap_allocator` performance on...
gingerBill
2025-09-27
2
-4
/
+56
*
Change inlining semantics for some builtin calls
gingerBill
2025-09-25
2
-14
/
+14
*
Merge pull request #5632 from kalsprite/x386
gingerBill
2025-09-18
2
-2
/
+19
|
\
|
*
revert to working build
Jon Lipstate
2025-09-03
1
-2
/
+2
|
*
add tls when we have crt
Jon Lipstate
2025-09-03
1
-2
/
+2
|
*
windows i386 support
Jon Lipstate
2025-08-29
2
-2
/
+19
*
|
More improvements to minimize code gen size
gingerBill
2025-09-18
2
-7
/
+18
*
|
Type erasure to minimize code generation size
gingerBill
2025-09-18
1
-14
/
+21
*
|
Add require_results attr to procs returning an allocator
Damian Tarnawski
2025-09-02
5
-1
/
+7
|
/
*
Add missing test attr and don't zero memory when reserve already did
Damian Tarnawski
2025-08-26
1
-8
/
+7
*
Merge branch 'master' into soa-resize-zero-memory
gingerBill
2025-08-26
1
-5
/
+67
|
\
|
*
Cleanup soa resize logic—reduce nesting
Damian Tarnawski
2025-08-24
1
-32
/
+32
|
*
Handle nil old data case
Damian Tarnawski
2025-08-24
1
-41
/
+48
|
*
Always use .Resize_Non_Zeroed in _reserve_soa
Damian Tarnawski
2025-08-23
1
-1
/
+1
[next]