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
*
core/mem: Add zero_explicit
Yawning Angel
2021-10-31
1
-0
/
+9
*
core/intrinsics: Add mem_zero_volatile
Yawning Angel
2021-10-31
1
-0
/
+1
*
Add procs for wasm32
gingerBill
2021-10-31
1
-0
/
+7
*
Add default_allocators_wasi.odin
gingerBill
2021-10-31
1
-0
/
+32
*
Stub out os.open for wasi
gingerBill
2021-10-31
1
-47
/
+1
*
Update wasi to use `string` and slice types
gingerBill
2021-10-31
3
-204
/
+303
*
Correct string usage
gingerBill
2021-10-31
1
-27
/
+37
*
Add basic support for wasi in package os
gingerBill
2021-10-31
2
-10
/
+36
*
Separate os-specific things to separate file
gingerBill
2021-10-31
2
-33
/
+37
*
Add os_specific_wasi.odin
gingerBill
2021-10-31
1
-0
/
+10
*
Correct wasi linking
gingerBill
2021-10-31
1
-198
/
+218
*
Add `memmove` and `memset` support for `wasm`
gingerBill
2021-10-31
1
-7
/
+34
*
Move `sys/wasi` to `sys/wasm/wasi`
gingerBill
2021-10-31
1
-228
/
+226
*
Add `wasi_wasm32`
gingerBill
2021-10-31
6
-209
/
+122
*
Add `core:sys/wasi`
gingerBill
2021-10-31
1
-0
/
+1819
*
Compile `wasm64`; Add `lb_run_remove_unused_function_pass`
gingerBill
2021-10-31
2
-14
/
+16
*
Begin work on supporting `wasm64`; Correct `wasm32` compilation behaviour
gingerBill
2021-10-30
1
-142
/
+156
*
`big.Rat` (Experimental)
gingerBill
2021-10-29
5
-14
/
+614
*
better naming conventions for stopwatch procedures + fields
Phil H
2021-10-28
1
-10
/
+10
*
Add clock overloads for Duration and Stopwatch
Phil
2021-10-28
1
-4
/
+19
*
Add a stopwatch to time.odin
Phil
2021-10-28
1
-1
/
+30
*
Merge pull request #1249 from Yawning/feature/math-bits-improvements
gingerBill
2021-10-28
1
-42
/
+30
|
\
|
*
core:math/bits: Improve add/sub/mul_u64
Yawning Angel
2021-10-27
1
-42
/
+30
*
|
Support `matrix` type in `core:odin`
gingerBill
2021-10-27
5
-21
/
+85
*
|
Update doc-format
gingerBill
2021-10-27
1
-5
/
+7
*
|
Comment clean up
gingerBill
2021-10-27
1
-4
/
+4
*
|
Add support for matrix type in `core:odin/doc-format`
gingerBill
2021-10-27
1
-0
/
+3
|
/
*
Merge pull request #1245 from odin-lang/new-matrix-type
gingerBill
2021-10-26
11
-23
/
+389
|
\
|
*
Merge branch 'master' into new-matrix-type
gingerBill
2021-10-26
1
-2
/
+6
|
|
\
|
*
|
Fix typos
gingerBill
2021-10-25
1
-8
/
+8
|
*
|
Reorder code
gingerBill
2021-10-25
1
-13
/
+15
|
*
|
Rename `hermitian_adjoint`
gingerBill
2021-10-25
1
-14
/
+13
|
*
|
Minor changes to `where` conditions
gingerBill
2021-10-25
1
-2
/
+2
|
*
|
Improve core_builtin_matrix.odin
gingerBill
2021-10-25
1
-36
/
+23
|
*
|
Fix typo
gingerBill
2021-10-25
1
-2
/
+2
|
*
|
Improve internal procedures
gingerBill
2021-10-25
2
-21
/
+11
|
*
|
Remove assert
gingerBill
2021-10-25
1
-1
/
+1
|
*
|
Add comments to `Type_Info_Matrix`
gingerBill
2021-10-25
1
-1
/
+2
|
*
|
Merge branch 'master' into new-matrix-type
gingerBill
2021-10-24
3
-2
/
+5
|
|
\
\
|
*
\
\
Merge branch 'master' into new-matrix-type
gingerBill
2021-10-23
4
-14
/
+76
|
|
\
\
\
|
*
|
|
|
Correct core_builtin_matrix.odin
gingerBill
2021-10-21
1
-94
/
+63
|
*
|
|
|
Add builtin procedures for matrix values: `determinant`, `adjugate`, `inverse...
gingerBill
2021-10-20
1
-0
/
+317
|
*
|
|
|
Fix json.marshal for Matrix
gingerBill
2021-10-20
1
-0
/
+3
|
*
|
|
|
Fix %#v for matrices
gingerBill
2021-10-20
1
-1
/
+7
|
*
|
|
|
Support matrix literals
gingerBill
2021-10-20
2
-3
/
+3
|
*
|
|
|
Support indexing matrices
gingerBill
2021-10-19
1
-0
/
+23
|
*
|
|
|
Change syntax for matrices to `matrix[R, C]T`
gingerBill
2021-10-19
3
-7
/
+6
|
*
|
|
|
Basic support for matrix*vector, vector*matrix operations
gingerBill
2021-10-19
1
-8
/
+8
|
*
|
|
|
Very basic matrix support in backend
gingerBill
2021-10-18
1
-1
/
+34
|
*
|
|
|
Begin work on matrix type
gingerBill
2021-10-18
5
-1
/
+38
[next]