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
*
Add `intrinsics.type_struct_has_implicit_padding` #3844
gingerBill
2024-07-01
1
-1
/
+2
*
Add `non_zero_*` variants for `#soa` dynamic array
gingerBill
2024-07-01
2
-6
/
+61
*
Add `#soa` support to `append` directly
gingerBill
2024-07-01
1
-0
/
+3
*
Add `#no_broadcast` to `append_soa`
gingerBill
2024-07-01
1
-2
/
+2
*
Add #soa forms to reserve, clear, and resize
gingerBill
2024-07-01
1
-4
/
+23
*
Add support for `make(#soa[]T)` etc
gingerBill
2024-07-01
1
-0
/
+5
*
Unify #soa code for structs and arrays
gingerBill
2024-07-01
1
-42
/
+15
*
wasi: make the demo run on wasi and run it in CI
Laytan Laats
2024-06-29
3
-4
/
+53
*
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
1
-2
/
+2
*
Even more style fixes
gingerBill
2024-06-29
1
-1
/
+1
*
Remove unneeded `transmute`
gingerBill
2024-06-29
1
-1
/
+1
*
Add another `-vet-cast` check
gingerBill
2024-06-29
1
-0
/
+1
*
Update for `transmute` `-vet-cast`
gingerBill
2024-06-29
2
-9
/
+9
*
Check for unneeded `transmute` with `-vet-cast`
gingerBill
2024-06-29
1
-1
/
+1
*
Use explicit calling conventions
gingerBill
2024-06-29
1
-4
/
+4
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-06-29
2
-8
/
+9
|
\
|
*
Made default capacity of dynamic arrays more consistent.
Karl Zylinski
2024-06-29
2
-8
/
+9
*
|
Use `f32` operations rather than `f16` in `complex32` and `quaternion64` to i...
gingerBill
2024-06-29
1
-17
/
+20
|
/
*
Merge pull request #3502 from ARtemachka/master
gingerBill
2024-06-28
1
-2
/
+2
|
\
|
*
Fix typo in core_builtin
Artsiom Babukh
2024-04-28
1
-2
/
+2
*
|
Initialize default `context` in `heap_allocator_other.odin`
gingerBill
2024-06-28
1
-0
/
+3
*
|
Replace `max(8, 1)` in _append_elem with just `8` and a comment.
Karl Zylinski
2024-06-25
1
-1
/
+2
*
|
Make `runtime.heap_alloc` `contextless`
gingerBill
2024-06-25
5
-15
/
+15
*
|
Fix unaligned store for rand
Jeroen van Rijn
2024-06-20
1
-1
/
+1
*
|
Optimize default RNG for the common case
Feoramund
2024-06-20
1
-9
/
+16
*
|
Merge pull request #3524 from Feoramund/freebsd-amd64-syscall-errno
gingerBill
2024-06-20
1
-0
/
+2
|
\
\
|
*
|
Add `intrinsics.syscall_bsd`
Feoramund
2024-06-12
1
-0
/
+2
*
|
|
Clarify that the arena in base:runtime shouldn't be used for anything but the...
Karl Zylinski
2024-06-18
1
-1
/
+2
*
|
|
Fix `default_random_generator_proc` not using state
Feoramund
2024-06-15
1
-1
/
+6
*
|
|
Update `core:math/rand` to use `context.random_generator` and remove `rand.Rand`
gingerBill
2024-06-15
1
-2
/
+16
*
|
|
Add `Reset` mode
gingerBill
2024-06-15
2
-13
/
+25
*
|
|
Add `runtime.default_random_generator`
gingerBill
2024-06-15
2
-1
/
+70
*
|
|
Add random_generator.odin
gingerBill
2024-06-15
1
-0
/
+27
*
|
|
Add `runtime.Random_Generator` interface
gingerBill
2024-06-15
1
-0
/
+19
|
/
/
*
|
Use `#any_int` for `reserve_*` and `resize_*` procs
Feoramund
2024-06-10
1
-5
/
+5
*
|
Add `intrinsics.procedure_of`
gingerBill
2024-06-10
1
-0
/
+4
*
|
Add compilation-related constants
Feoramund
2024-06-10
1
-0
/
+13
*
|
Change indentation
gingerBill
2024-06-09
1
-14
/
+14
*
|
Add `@(rodata)` and `@(static, rodata)` where appropriate
gingerBill
2024-06-06
1
-2
/
+2
*
|
improve orca target
Laytan Laats
2024-06-05
8
-16
/
+117
*
|
Fix some typos
Feoramund
2024-06-04
1
-1
/
+1
*
|
Add missing `Raw_*` types for complex and quaternion
Feoramund
2024-06-03
1
-0
/
+3
*
|
Move `Raw_Complex/Quaternion` types to `base:runtime`
Feoramund
2024-06-03
1
-0
/
+6
*
|
Add unreachable to base/builtin/builtin.odin
Damian Tarnawski
2024-05-31
1
-0
/
+2
*
|
wasm: fix target wasm64p32 runtime procs
Laytan Laats
2024-05-31
1
-9
/
+15
*
|
Make `ODIN_OS`, `ODIN_BUILD_MODE` comments congruent to underlying data
Feoramund
2024-05-28
1
-0
/
+3
*
|
wasm: enable default temp allocator
Laytan Laats
2024-05-24
1
-1
/
+1
*
|
Merge pull request #3592 from laytan/wasm-gpa
gingerBill
2024-05-20
4
-2
/
+905
|
\
\
|
*
|
add a default heap/general purpose allocator for wasm to `base:runtime`
Laytan Laats
2024-05-16
4
-3
/
+906
*
|
|
Add intrinsics `type_is_matrix_row_major` & `type_is_matrix_column_major`
gingerBill
2024-05-20
1
-0
/
+3
[next]