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
/
bytes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename `SIMD_IS_EMULATED` to capability-affirmative `HAS_HARDWARE_SIMD`
Feoramund
2025-05-29
1
-2
/
+2
*
wasm: support more vendor libraries
Laytan Laats
2024-09-09
1
-2
/
+2
*
bytes: fix last_index_byte off-by-one
laytan
2024-09-05
1
-5
/
+3
*
Return `0, nil` in all `io` cases where an empty slice is provided
Feoramund
2024-08-28
2
-0
/
+12
*
Check `int(abs)` instead to avoid overflows
Feoramund
2024-08-28
1
-2
/
+3
*
Measure `bytes.Buffer` size by `length` instead of `capacity`
Feoramund
2024-08-28
1
-1
/
+1
*
Add `Seek` behavior to `bytes.Buffer`
Feoramund
2024-08-28
1
-1
/
+24
*
Don't invalidate `prev_rune` if `Reader` seek failed
Feoramund
2024-08-28
1
-1
/
+1
*
Return `.EOF` in `bytes.buffer_read_at` instead
Feoramund
2024-08-28
1
-1
/
+1
*
Make `bytes.reader_init` return an `io.Stream`
Feoramund
2024-08-28
1
-1
/
+2
*
Add missing `io.Stream_Mode` responses
Feoramund
2024-08-28
1
-1
/
+1
*
fix simd var typo
Rory OConnell
2024-08-19
1
-1
/
+1
*
core/bytes: Tweak `index_byte` and `last_index_byte`
Yawning Angel
2024-08-19
1
-89
/
+223
*
Minor style change
gingerBill
2024-08-13
1
-6
/
+6
*
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
1
-21
/
+130
*
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
1
-2
/
+2
*
Simplify and make `simd_util` cross-platform
Feoramund
2024-08-09
1
-14
/
+4
*
Use vectorized `index_*` procs in `core`
Feoramund
2024-08-06
1
-8
/
+39
*
core/bytes: Add `alias` and `alias_inexactly`
Yawning Angel
2024-07-16
1
-0
/
+25
*
Update `tests\core\encoding\cbor` to use new test runner.
Jeroen van Rijn
2024-06-02
1
-35
/
+35
*
improve some Negative_Read/Negative_Write logic
Laytan Laats
2024-04-25
1
-1
/
+1
*
Fix typo in bytes.scrub
FourteenBrush
2024-01-17
1
-1
/
+1
*
_buffer_grow: Preserve allocator if already set via init_buffer_allocator
Jeroen van Rijn
2023-08-18
1
-1
/
+4
*
Update to new io interface
gingerBill
2023-06-08
2
-99
/
+42
*
fix bytes.buffer_init_allocator not using given allocator if len/cap is 0
Laytan Laats
2023-05-09
1
-0
/
+5
*
Use `uint` instead of `int` to improve code generation for bounds checking
gingerBill
2022-09-27
2
-6
/
+3
*
Clean up of the core library to make the stream vtables not be pointers direc...
gingerBill
2022-09-15
2
-4
/
+4
*
Add `buffer_read_ptr` and `buffer_write_ptr`
gingerBill
2022-07-14
1
-0
/
+8
*
Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate
gingerBill
2022-05-16
1
-1
/
+2
*
Add _safe versions
gingerBill
2022-05-12
1
-0
/
+43
*
Correct bytes._split_iterator
gingerBill
2022-02-14
1
-5
/
+5
*
Correct _split_iterator
gingerBill
2022-02-14
1
-32
/
+8
*
Remove the hidden NUL byte past the end from `bytes.clone`
gingerBill
2022-01-01
1
-2
/
+1
*
Fix `fields_proc` in `strings` and `bytes`
gingerBill
2021-12-11
1
-1
/
+1
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
3
-685
/
+685
*
Move `bytes` utils back to EXR code for the time being.
Jeroen van Rijn
2021-06-22
1
-187
/
+0
*
ZLIB: Start optimization.
Jeroen van Rijn
2021-06-21
1
-4
/
+10
*
Fix comment.
Jeroen van Rijn
2021-06-18
1
-2
/
+2
*
Add `bytes.buffer_create_of_type` and `bytes.buffer_convert_to_type`.
Jeroen van Rijn
2021-06-18
1
-0
/
+181
*
Core library clean up: Make range expressions more consistent and replace use...
gingerBill
2021-06-14
1
-1
/
+1
*
Add `bytes.remove`, `bytes.remove_all`, `strings.remove`, `strings.remove_all`
gingerBill
2021-05-23
1
-0
/
+8
*
Add truncate_to_byte and truncate_to_rune for packages strings and bytes
gingerBill
2021-04-22
1
-0
/
+15
*
Add buffer_read_at buffer_write_at
gingerBill
2021-04-14
1
-0
/
+42
*
`split*_iterator` procedures for package bytes and strings
gingerBill
2021-03-18
1
-0
/
+110
*
Replace usage of `inline proc` with `#force_inline proc` in the core library
gingerBill
2021-02-23
1
-4
/
+4
*
Add `bytes.buffer_write_to` and `bytes.buffer_read_from`
gingerBill
2020-12-17
1
-8
/
+54
*
Make bytes.odin consistent with strings.odin in functionality
gingerBill
2020-12-17
2
-54
/
+49
*
Rename bytes/strings.odin to bytes/bytes.odin
gingerBill
2020-12-17
1
-0
/
+0
[next]