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/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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #4057 from asibahi/patch-1
Jeroen van Rijn
2024-08-11
1
-1
/
+1
|
\
|
*
typo fix
Abdul Rahman Sibahi
2024-08-11
1
-1
/
+1
|
/
*
add clarity for diverging mismatch error
Laytan Laats
2024-08-10
1
-0
/
+18
*
possibly fix init_core_type_info race condition
Laytan Laats
2024-08-10
1
-0
/
+3
*
Merge pull request #4023 from Feoramund/simd-index
Jeroen van Rijn
2024-08-10
6
-17
/
+362
|
\
|
*
Use `SIMD_SCAN_WIDTH` constant in `core:bytes` test
Feoramund
2024-08-10
1
-3
/
+7
|
*
Simplify `core:bytes` test
Feoramund
2024-08-10
1
-74
/
+18
|
*
Set `SIMD_SCAN_WIDTH` based on `size_of(uintptr)`
Feoramund
2024-08-10
1
-8
/
+24
|
*
Merge `core:simd/util` into `core:bytes`
Feoramund
2024-08-10
8
-246
/
+164
|
*
Add test for misaligned data to `core:simd/util` suite
Feoramund
2024-08-09
1
-0
/
+34
|
*
Use `for x in y` construct for `bytes` iteration
Feoramund
2024-08-09
1
-4
/
+4
|
*
Make `simd_util` index procs `contextless` where applicable
Feoramund
2024-08-09
4
-9
/
+9
|
*
Simplify and make `simd_util` cross-platform
Feoramund
2024-08-09
5
-152
/
+102
|
*
Add `simd_util` to `examples/all`
Feoramund
2024-08-06
1
-0
/
+2
|
*
Add benchmarks for vectorized `index_*` procs
Feoramund
2024-08-06
2
-0
/
+118
|
*
Add tests for vectorized `index_*` procs
Feoramund
2024-08-06
2
-0
/
+109
|
*
Use vectorized `index_*` procs in `core`
Feoramund
2024-08-06
2
-16
/
+78
|
*
Add vectorized `index_byte` and `last_index_byte`
Feoramund
2024-08-06
1
-0
/
+188
*
|
fix debug compiler build message not ending output with a newline
Laytan Laats
2024-08-10
1
-1
/
+1
*
|
Improve slice.binary_search_by
Jeroen van Rijn
2024-08-10
1
-3
/
+19
*
|
Merge pull request #4003 from Yawning/feature/crypto-improvements
Jeroen van Rijn
2024-08-10
27
-905
/
+2253
|
\
\
|
*
|
core/crypto/aead: Initial import
Yawning Angel
2024-08-10
14
-400
/
+658
|
*
|
core/crypto/aes,chacha20poly1305: Add require_results to open
Yawning Angel
2024-08-10
2
-0
/
+2
|
*
|
core/crypto/chacha20: Change API terminology to be consistent with AES
Yawning Angel
2024-08-10
10
-76
/
+76
|
*
|
core/crypto/chacha20poly1305: Support AEAD_XChaCha20_Poly1305
Yawning Angel
2024-08-10
2
-10
/
+92
|
*
|
core/crypto/chacha20poly1305: Change the interface to match GCM
Yawning Angel
2024-08-10
3
-77
/
+97
|
*
|
core/crypto/chacha20: Use 128-bit/256-bit SIMD
Yawning Angel
2024-08-10
8
-461
/
+1452
|
*
|
core/crypto/aes: Use NIST terminology for the IV
Yawning Angel
2024-08-10
4
-40
/
+40
|
*
|
core/crypto/aes: Slightly tweak GHASH to look less spooky
Yawning Angel
2024-08-10
2
-2
/
+2
|
*
|
core/crypto/aes: Disable bounds checking for the CTR loops
Yawning Angel
2024-08-10
2
-3
/
+3
|
*
|
core/crypto/_aes/hw_intel: Use a constant for the PSHUFB indicies
Yawning Angel
2024-08-10
2
-7
/
+3
|
*
|
core/crypto/ed25519: Rename a member for clarity
Yawning Angel
2024-08-10
1
-4
/
+4
|
*
|
core/crypto/hash: Make the `_to_buffer` routines return the hash slice
Yawning Angel
2024-08-10
1
-5
/
+11
|
*
|
test/core/crypto: Minor changes to AES related tests
Yawning Angel
2024-08-10
1
-61
/
+54
*
|
|
Merge pull request #4046 from laytan/cbor-fixes
Laytan
2024-08-10
4
-52
/
+61
|
\
\
\
|
*
|
|
encoding/cbor: various fixes
Laytan Laats
2024-08-09
4
-52
/
+61
*
|
|
|
Fix `time.precise_clock` on 32-bit platforms.
Jeroen van Rijn
2024-08-10
1
-7
/
+8
*
|
|
|
Fixed time.precise_clock
Jeroen van Rijn
2024-08-10
1
-3
/
+38
|
|
/
/
|
/
|
|
*
|
|
Revert "Add time.precise_clock_from_time + time.precise_clock_from_duration"
Jeroen van Rijn
2024-08-10
1
-34
/
+1
*
|
|
Add time.precise_clock_from_time + time.precise_clock_from_duration
Jeroen van Rijn
2024-08-10
1
-1
/
+34
|
/
/
*
|
Disable NetBSD CI
Jeroen van Rijn
2024-08-09
1
-0
/
+1
*
|
NetBSD vm fix.
Jeroen van Rijn
2024-08-09
1
-4
/
+1
*
|
Remove unused import.
Jeroen van Rijn
2024-08-09
1
-1
/
+0
*
|
Merge pull request #3810 from Feoramund/freebsd-core-net
Jeroen van Rijn
2024-08-09
30
-39
/
+3058
|
\
\
|
*
|
Add FreeBSD `Accept_Error.Would_Block` alias
Feoramund
2024-08-05
1
-0
/
+2
|
*
|
Give FreeBSD access to `core:net` in `core:flags`
Feoramund
2024-08-05
4
-4
/
+4
|
*
|
Add copyright info to `core:sys/freebsd`
Feoramund
2024-08-05
2
-0
/
+16
|
*
|
Add new contribution notes to `core:net`
Feoramund
2024-08-05
23
-1
/
+107
|
*
|
Clean up some FreeBSD `core:net` code
Feoramund
2024-08-05
3
-30
/
+33
|
*
|
Fix integer socket option values for FreeBSD
Feoramund
2024-08-05
1
-0
/
+2
[next]