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
/
mem
/
mem.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-2
/
+2
*
Add formatting of bytes into the best unit of measurement
Laytan Laats
2023-09-01
1
-0
/
+2
*
Add missing `Allocator_Error` and `@(require_results)` to many procedures
gingerBill
2023-05-22
1
-0
/
+28
*
Replaced opaque bit-shifts with readable constants for memory units
hikari
2022-12-24
1
-5
/
+5
*
Unify mem and runtime logic
gingerBill
2022-08-26
1
-42
/
+1
*
Add `fmt:"s,0"` to allow arrays and multi-pointers to be printed with NUL ter...
gingerBill
2022-06-12
1
-0
/
+6
*
Remove `strings` dependency from `core:sys/windows`
gingerBill
2022-06-02
1
-1
/
+1
*
Add a return value to `mem.zero_item` and `mem.zero_slice` which is the same ...
gingerBill
2022-05-17
1
-2
/
+4
*
Merge pull request #1696 from Despacito696969/master
gingerBill
2022-04-16
1
-1
/
+1
|
\
|
*
Fix for `slice_to_components`
Despacito696969
2022-04-05
1
-1
/
+1
*
|
mem: replace size procedures with constants
hikari
2022-04-06
1
-5
/
+6
|
/
*
Change `intrinsics.Atomic_Memory_Order` fields to use `Ada_Case` rather than ...
gingerBill
2022-03-31
1
-1
/
+1
*
Update core to use new atomic intrinsics
gingerBill
2022-03-31
1
-1
/
+1
*
core/mem: Add zero_explicit
Yawning Angel
2021-10-31
1
-0
/
+9
*
Improve internal procedures
gingerBill
2021-10-25
1
-8
/
+2
*
Remove assert from `mem.ptr_to_bytes`. Fixes #1206
Jeroen van Rijn
2021-10-05
1
-1
/
+0
*
Make `runtime.memset` use `int` for the length from `uint`
gingerBill
2021-09-23
1
-1
/
+1
*
Minor improvements to mem.odin
gingerBill
2021-09-11
1
-5
/
+8
*
Fix typo
gingerBill
2021-09-10
1
-1
/
+1
*
Add other constants to c and libc
gingerBill
2021-09-10
1
-1
/
+1
*
Unify `memset` usage across platforms and `core:c/libc`
gingerBill
2021-09-10
1
-8
/
+1
*
libc changes: unify c and libc types; Add `[^]T` where appropriate
gingerBill
2021-09-10
1
-2
/
+9
*
Strip semicolons in core which were missing
gingerBill
2021-09-08
1
-1
/
+4
*
Correct "contextless" stuff in mem
gingerBill
2021-09-08
1
-13
/
+12
*
Make many `mem` procedures `"contextless"`
gingerBill
2021-09-08
1
-41
/
+44
*
Strip even more semicolons if followed by a `}` or `)` on the same line
gingerBill
2021-08-31
1
-4
/
+4
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-101
/
+101
*
Correct `mem.clone_slice`
gingerBill
2021-08-23
1
-2
/
+2
*
Remove deprecated procedure `slice_ptr_to_bytes`
gingerBill
2021-08-22
1
-5
/
+0
*
Use multi-pointers when appropriate
gingerBill
2021-08-22
1
-4
/
+3
*
Rename `mem.reinterpret` to `mem.reinterpret_copy`
gingerBill
2021-08-20
1
-1
/
+1
*
Add `mem.reinterpret`
gingerBill
2021-08-20
1
-0
/
+4
*
Mark mem.slice_ptr_to_bytes as deprecated.
Jeroen van Rijn
2021-05-06
1
-0
/
+1
*
Fix #906
gingerBill
2021-04-20
1
-5
/
+6
*
Improve the `Allocator` interface to support returning `Allocator_Error` to a...
gingerBill
2021-04-19
1
-3
/
+5
*
Minimize unneeded casts
gingerBill
2021-03-03
1
-2
/
+1
*
Replace usage of `inline proc` with `#force_inline proc` in the core library
gingerBill
2021-02-23
1
-23
/
+23
*
Add os.read_at and for Windows; fix mem.clone_slice; fix current directory lo...
gingerBill
2020-09-29
1
-1
/
+1
*
Remove usage of `do` in core library
gingerBill
2020-09-23
1
-7
/
+13
*
Add mem.clone_slice
gingerBill
2020-09-15
1
-0
/
+8
*
Fix typo
gingerBill
2020-08-04
1
-2
/
+2
*
Add `-show-system-calls`; Update runtime for windows_386; Fix some minor bugs
gingerBill
2020-06-30
1
-1
/
+1
*
Add `mem.check_zero` and `mem.check_zero_ptr`
gingerBill
2020-06-29
1
-0
/
+38
*
Add `raw_data` to replace cases in which `&x[0]` was used
gingerBill
2020-06-29
1
-9
/
+15
*
`mem.simple_equal`
gingerBill
2020-06-12
1
-2
/
+2
*
Add `mem.simple_compare_values`
gingerBill
2020-06-10
1
-0
/
+6
*
Fix `runtime.memset` issue
gingerBill
2020-05-14
1
-22
/
+1
*
Enforce explicit context definition for procedure calls
gingerBill
2020-05-14
1
-22
/
+22
*
Fix errors in `package win32`
gingerBill
2020-04-30
1
-2
/
+1
*
`#optional_ok` tag for procedures
gingerBill
2020-04-19
1
-4
/
+11
[next]