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
/
runtime
/
core_builtin.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-21
/
+34
*
Use multi-pointers when appropriate
gingerBill
2021-08-22
1
-4
/
+4
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
1
-1
/
+1
*
Add `#any_int` directive to replace `auto_cast` uses on parameters.
gingerBill
2021-08-15
1
-5
/
+5
*
`delete_key` now returns the deleted key and deleted value (if found)
gingerBill
2021-07-04
1
-2
/
+13
*
Change uses for parapoly records to use `$` always
gingerBill
2021-06-14
1
-1
/
+1
*
Reorganize code to improve code generation
gingerBill
2021-06-08
1
-5
/
+5
*
Update core:runtime to use the new intrinsics
gingerBill
2021-05-30
1
-16
/
+12
*
Replace many `foreign` llvm calls with intrinsics
gingerBill
2021-04-25
1
-10
/
+7
*
Update builtin procedures to support the new allocator features (without brea...
gingerBill
2021-04-19
1
-33
/
+35
*
Improve the `Allocator` interface to support returning `Allocator_Error` to a...
gingerBill
2021-04-19
1
-12
/
+14
*
Remove unneeded return value from `incl` and `excl`
gingerBill
2021-03-02
1
-12
/
+6
*
Add `make_soa` and `delete_soa`; Reorganize soa procedures into a separate file
gingerBill
2021-03-01
1
-207
/
+4
*
Replace usage of `inline proc` with `#force_inline proc` in the core library
gingerBill
2021-02-23
1
-11
/
+11
*
Fix `delete_map`
gingerBill
2021-02-02
1
-1
/
+1
*
Make hash internal key be `uintptr` rather than `u64` to reduce entry size
gingerBill
2020-11-23
1
-1
/
+1
*
Change internal layout of `map[K]V`
gingerBill
2020-11-23
1
-1
/
+2
*
Add %s support for arrays and slices of bytes
gingerBill
2020-11-20
1
-1
/
+15
*
Reorganize runtime code into separate files
gingerBill
2020-11-19
1
-0
/
+823