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
/
raw.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-2
/
+2
*
Remove old code
gingerBill
2022-12-08
1
-13
/
+0
*
Make `raw_data` an intrinsic rather a `@(builtin)` runtime procedure
gingerBill
2022-10-30
1
-6
/
+2
*
Add `#soa` pointer type to aid with refactoring to `#soa` data types
gingerBill
2022-08-08
1
-0
/
+1
*
Add `raw_simd_data`
gingerBill
2022-05-25
1
-0
/
+1
*
Unify `raw_data` in `core:mem` with `core:runtime`
gingerBill
2022-05-23
1
-14
/
+5
*
`mem.Raw_*` alias `runtime.Raw_*`
gingerBill
2021-09-25
1
-30
/
+8
*
Fix typo
gingerBill
2021-09-08
1
-1
/
+1
*
Make many `mem` procedures `"contextless"`
gingerBill
2021-09-08
1
-6
/
+6
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-12
/
+12
*
Add `map_insert` which returns the pointer to inserted value
gingerBill
2021-08-29
1
-0
/
+11
*
Replace usage of `inline proc` with `#force_inline proc` in the core library
gingerBill
2021-02-23
1
-4
/
+4
*
Add `raw_data` to replace cases in which `&x[0]` was used
gingerBill
2020-06-29
1
-1
/
+4
*
Add complex/quaternion raw layouts to mem/raw.odin
gingerBill
2019-08-26
1
-0
/
+6
*
Make procedure parameters just named values rather than copied variables
gingerBill
2019-07-15
1
-3
/
+3
*
Change procedure group syntax from `proc[]` to `proc{}`; deprecate `proc[]` (...
gingerBill
2018-12-02
1
-1
/
+1
*
`typeid` as keyword (ready to implement polymorphic name parameters)
gingerBill
2018-09-02
1
-2
/
+2
*
Change memory layout of `map` to be 3 words smaller
gingerBill
2018-08-30
1
-1
/
+1
*
Remove special shared scope for runtime stuff
gingerBill
2018-06-03
1
-0
/
+51