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 pull request #4599 from Barinzaya/fix_dynamic_resize_zeroing_on_grow
gingerBill
2025-01-06
1
-3
/
+5
|
\
|
*
Fixed zeroing in resize_dynamic_array.
Barinzaya
2024-12-19
1
-3
/
+5
*
|
Merge pull request #4533 from laytan/map-entry
gingerBill
2025-01-06
2
-0
/
+49
|
\
\
|
*
|
add `map_entry` procedure
Laytan Laats
2024-11-28
2
-0
/
+49
|
|
/
*
|
Merge pull request #4623 from Yawning/feature/rt-assert-ensure
gingerBill
2025-01-06
1
-0
/
+29
|
\
\
|
*
|
base/runtime: Add `ensure` and `ensure_contextless`
Yawning Angel
2024-12-25
1
-0
/
+29
|
|
/
*
|
Merge pull request #4654 from obiwan87/master
Laytan
2025-01-05
2
-2
/
+6
|
\
\
|
*
|
spacing
Laytan
2025-01-05
1
-0
/
+1
|
*
|
Import "base:runtime" to resolve reference to type info correctly
Antonino Simone Di Stefano
2025-01-03
1
-0
/
+2
|
*
|
Remove typeid
Antonino Simone Di Stefano
2025-01-03
1
-1
/
+1
|
*
|
Make expect parameter polymorphic
Antonino Simone Di Stefano
2025-01-03
1
-1
/
+1
|
*
|
Import "base:runtime" to make type references valid
Antonino Simone Di Stefano
2025-01-03
1
-0
/
+1
|
|
/
*
|
fix N=1 and cleanup tests
fleandro
2025-01-03
1
-6
/
+6
*
|
runtime: map_cell_index_static produced wrong results when the number of elem...
fleandro
2025-01-03
1
-5
/
+5
|
/
*
Fix #4509
Jeroen van Rijn
2024-11-24
1
-0
/
+2
*
[runtime] `make(map[K]V)` should not allocate any capacity
Tetralux
2024-11-16
1
-2
/
+2
*
Remove `#relative` types from the compiler
gingerBill
2024-11-14
2
-24
/
+0
*
math/rand: add `choice_bit_set`
Laytan Laats
2024-10-26
1
-13
/
+1
*
Add make_map that just takes an allocator and no capacity, similar to make_dy...
Karl Zylinski
2024-10-02
1
-2
/
+14
*
Add documentation to `runtime.container_of`
mtarik34b
2024-09-29
1
-0
/
+33
*
Fix 128-bit integer support for wasm targets
gingerBill
2024-09-20
1
-19
/
+41
*
Merge pull request #4270 from flysand7/heap-alloc-resize-fix
gingerBill
2024-09-19
1
-10
/
+12
|
\
|
*
Fix vet errors
flysand7
2024-09-19
1
-1
/
+0
|
*
Fix resize OOB when copying old data that's bigger than new data
flysand7
2024-09-19
1
-9
/
+12
*
|
Merge branch 'master' into file-tags-without-comments
Karl Zylinski
2024-09-17
2
-6
/
+9
|
\
|
|
*
Merge pull request #4242 from laytan/caller-expression
gingerBill
2024-09-16
1
-2
/
+2
|
|
\
|
|
*
add '#caller_expression'
Laytan Laats
2024-09-14
1
-2
/
+2
|
*
|
[mem]: Fix handling of default resize to check alignment
flysand7
2024-09-11
1
-4
/
+7
|
|
/
*
/
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
24
-43
/
+43
|
/
*
Added `#any_int` directive to some more builtin slice/dynamic array
Franz Hoeltermann
2024-09-03
2
-13
/
+13
*
Added `#any_int` to some #soa procs to mirror the behaviour of their
Franz Hoeltermann
2024-09-03
1
-5
/
+5
*
Move some types to runtime, use reflection instead of lut
Damian Tarnawski
2024-08-29
1
-0
/
+29
*
Add API for freeing `thread_local` state
Feoramund
2024-08-26
1
-0
/
+34
*
Add `intrinsics.type_has_shared_fields`
gingerBill
2024-08-24
1
-0
/
+2
*
Fix `-vet-tabs` issues
gingerBill
2024-08-24
1
-2
/
+2
*
Merge pull request #4089 from laytan/riscv64
gingerBill
2024-08-22
3
-0
/
+15
|
\
|
*
add support for linux_riscv64 and freestanding_riscv64
Laytan
2024-08-20
3
-0
/
+15
*
|
add constant_log2 to intrinsics file
Laytan
2024-08-20
1
-0
/
+2
*
|
fix i128 division?
Laytan
2024-08-20
1
-4
/
+22
|
/
*
implement lshrti3 on wasm
Laytan Laats
2024-08-18
1
-0
/
+21
*
Add `assert_contextless`, `panic_contextless`, `unimplemented_contextless`
gingerBill
2024-08-14
2
-0
/
+31
*
Merge pull request #4056 from laytan/re-enable-runtime-wasm-stuff
gingerBill
2024-08-13
1
-11
/
+2
|
\
|
*
re-enable some wasm things in runtime
Laytan Laats
2024-08-10
1
-11
/
+2
*
|
fix copy-paste error in `make` docs
Laytan Laats
2024-08-11
1
-2
/
+2
*
|
typo fix
Abdul Rahman Sibahi
2024-08-11
1
-1
/
+1
|
/
*
Fix documented names of a few SIMD procedures
Feoramund
2024-08-06
1
-4
/
+4
*
Bodge: Improve `aligned_resize` logic
gingerBill
2024-08-06
1
-8
/
+15
*
Add `intrinsics.masked_expand_load` and `intrinsics.masked_compress_store`
gingerBill
2024-08-05
1
-0
/
+4
*
Remove dead code
gingerBill
2024-08-05
1
-3
/
+0
*
Add `intrinsics.simd_masked_load` and `intrinsics.simd_masked_store`
gingerBill
2024-08-05
1
-2
/
+5
[next]