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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `map_insert` which returns the pointer to inserted value
gingerBill
2021-08-29
1
-0
/
+11
*
Correct `mem.clone_slice`
gingerBill
2021-08-23
1
-2
/
+2
*
Unify `new`/`make` the internal logic between runtime and mem
gingerBill
2021-08-23
2
-29
/
+43
*
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
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
1
-1
/
+1
*
Rename `mem.reinterpret` to `mem.reinterpret_copy`
gingerBill
2021-08-20
1
-1
/
+1
*
Add `mem.reinterpret`
gingerBill
2021-08-20
1
-0
/
+4
*
Add `#any_int` directive to replace `auto_cast` uses on parameters.
gingerBill
2021-08-15
1
-5
/
+5
*
`Allocator_Error.Mode_Not_Implemented`; Minor improvement to `map` runtime pr...
gingerBill
2021-08-08
2
-112
/
+32
*
Change uses for parapoly records to use `$` always
gingerBill
2021-06-14
1
-1
/
+1
*
Mark mem.slice_ptr_to_bytes as deprecated.
Jeroen van Rijn
2021-05-06
1
-0
/
+1
*
Fix typo in core:mem alloc() comment.
Jeroen van Rijn
2021-05-06
1
-1
/
+1
*
Fix #906
gingerBill
2021-04-20
1
-5
/
+6
*
Update builtin procedures to support the new allocator features (without brea...
gingerBill
2021-04-19
2
-5
/
+6
*
Improve the `Allocator` interface to support returning `Allocator_Error` to a...
gingerBill
2021-04-19
3
-190
/
+252
*
Minor fixes
gingerBill
2021-03-18
1
-2
/
+1
*
Minimize unneeded casts
gingerBill
2021-03-03
2
-11
/
+10
*
Replace usage of `inline proc` with `#force_inline proc` in the core library
gingerBill
2021-02-23
3
-35
/
+35
*
Fix `delete_map`
gingerBill
2021-02-02
1
-1
/
+1
*
Tracking allocator now tracks bad free calls
Luka Aleksić
2021-01-21
1
-3
/
+18
*
Add experimental `-insert-semicolon` functionality to tokenizer and parser
gingerBill
2020-11-01
1
-1
/
+1
*
Improve default temp_allocator; make nil loggers do nothing; improve mem.Scra...
gingerBill
2020-10-02
1
-60
/
+99
*
Add `mem.Small_Allocator`
gingerBill
2020-10-02
1
-0
/
+98
*
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
2
-16
/
+36
*
Add mem.clone_slice
gingerBill
2020-09-15
1
-0
/
+8
*
Add `mem.Allocator_Query_Info` and `mem.query_info`
gingerBill
2020-08-16
2
-10
/
+70
*
Add `mem.Allocator_Mode.Query_Features, `mem.Allocator_Mode_Set`, `mem.query_...
gingerBill
2020-08-16
2
-0
/
+74
*
Add `mem.Tracking_Allocator`
gingerBill
2020-08-16
2
-1
/
+69
*
Fix typo
gingerBill
2020-08-04
1
-2
/
+2
*
Add `intrinsics.alloca`
gingerBill
2020-08-02
1
-0
/
+80
*
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
3
-19
/
+28
*
`mem.simple_equal`
gingerBill
2020-06-12
1
-2
/
+2
*
Add `mem.simple_compare_values`
gingerBill
2020-06-10
1
-0
/
+6
*
Improve termination rules checking for missing `return`; Make diverging proce...
gingerBill
2020-06-06
1
-7
/
+1
*
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
*
Fix `reflect.length`
gingerBill
2020-04-15
1
-1
/
+3
*
Change behaviour for zero-sized value types of array-related types; Fix make ...
gingerBill
2020-04-12
1
-2
/
+6
*
Add `runtime.bswap_*` required for -llvm-api
gingerBill
2020-04-11
1
-9
/
+0
*
Fix `mem.set` for LLVM C API
gingerBill
2020-03-08
1
-6
/
+16
*
Merge branch 'master' into llvm-integration
gingerBill
2020-03-08
1
-3
/
+1
|
\
|
*
Fix mem.align_backward when pointer is already aligned
Tetralux
2020-02-28
1
-3
/
+1
*
|
Merge branch 'master' into llvm-integration
gingerBill
2020-02-23
1
-1
/
+11
|
\
|
|
*
Fix #552.
Tetralux
2020-02-12
1
-1
/
+11
[next]