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
/
internal.odin
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Move `core:runtime` to `base:runtime`; keep alias around
gingerBill
2024-01-28
1
-1036
/
+0
|
*
Remove dead code
gingerBill
2024-01-28
1
-74
/
+0
|
*
bring log allocator up to date
Colin Davidson
2024-01-17
1
-6
/
+6
|
\
|
*
Enforce naming the parameters with `builtin.quaternion` to reduce confusion
gingerBill
2024-01-05
1
-6
/
+6
|
|
*
|
add non-zeroing append and resize
Colin Davidson
2023-12-04
1
-4
/
+23
|
/
*
Merge branch 'master' into llvm-17
gingerBill
2023-09-27
1
-0
/
+42
|
\
|
*
Add `cstring` specific comparison procedures to fix comparisons like ↵
gingerBill
2023-09-26
1
-0
/
+42
|
|
|
|
|
|
|
|
`cstring("") != cstring(nil)`
*
|
Update ABI breaking changes for `f16` types (due to LLVM 15+)
gingerBill
2023-09-21
1
-11
/
+15
|
/
*
Update Tilde
gingerBill
2023-07-24
1
-2
/
+11
|
*
Improve accuracy of `abs` or `complex*` types
gingerBill
2023-06-28
1
-6
/
+27
|
*
Merge branch 'master' into separate-int-word-sizes
gingerBill
2023-06-06
1
-0
/
+36
|
\
|
*
Add missing procedure for `#reverse` on strings
gingerBill
2023-05-30
1
-0
/
+36
|
|
*
|
Begin work on new pseudo-architecture: wasm64p32
gingerBill
2023-04-20
1
-1
/
+1
|
/
*
Minor changes in `runtime`
gingerBill
2023-02-21
1
-10
/
+11
|
*
Add `Allocator_Mode.Alloc_Non_Zerored`
gingerBill
2022-09-22
1
-0
/
+7
|
*
Update `delete` to pass size in bytes to free when possible
gingerBill
2022-08-08
1
-0
/
+8
|
*
Clean-up and unification for the allocation procedures
gingerBill
2022-08-08
1
-23
/
+21
|
*
Improve `resize` call
gingerBill
2022-08-08
1
-14
/
+27
|
*
Fix string orderings to account for prefix-equal strings
Atanas Dimitrov
2022-08-03
1
-1
/
+6
|
*
Merge branch 'master' into odin-global-constants-as-enums
gingerBill
2022-02-15
1
-4
/
+2
|
\
|
*
fix logic in bswap_128
Andrea Piseri
2022-02-03
1
-4
/
+2
|
|
*
|
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
1
-1
/
+1
|
/
*
Make `ODIN_BUILD_MODE` a enum type
gingerBill
2022-01-15
1
-1
/
+1
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-12-09
1
-2
/
+12
|
*
Begin work in semi-standardized `js_wasm32` target
gingerBill
2021-11-07
1
-1
/
+1
|
*
Improve support for `freestanding_wasm32`
gingerBill
2021-11-07
1
-17
/
+24
|
*
Change to `RUNTIME_LINKAGE` definition
gingerBill
2021-11-04
1
-1
/
+1
|
*
Change `RUNTIME_LINKAGE` requirements
gingerBill
2021-11-04
1
-18
/
+17
|
*
Add `ODIN_BUILD_MODE`
gingerBill
2021-11-04
1
-17
/
+18
|
*
`@(linkage=<string>)` for procedures and variables; `@(require)` for ↵
gingerBill
2021-11-04
1
-16
/
+19
|
|
|
|
procedures; `package runtime` linkage improvements; Subsequence improvements to `lb_run_remove_unused_function_pass`
*
Add `wasi_wasm32`
gingerBill
2021-10-31
1
-0
/
+89
|
*
Compile `wasm64`; Add `lb_run_remove_unused_function_pass`
gingerBill
2021-10-31
1
-0
/
+5
|
*
Improve internal procedures
gingerBill
2021-10-25
1
-13
/
+9
|
*
Unify `memory_equal` and `string_eq`
gingerBill
2021-10-23
1
-64
/
+67
|
*
Improve `runtime.string_eq`
gingerBill
2021-10-23
1
-8
/
+65
|
*
Correct `runtime.floattidf` and other related i128<->f64 internal procedures
gingerBill
2021-09-28
1
-14
/
+14
|
*
Correct f64 -> u128/i128 generation
gingerBill
2021-09-25
1
-0
/
+14
|
*
Strip even more semicolons if followed by a `}` or `)` on the same line
gingerBill
2021-08-31
1
-17
/
+17
|
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-2
/
+2
|
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-319
/
+319
|
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
1
-1
/
+1
|
*
Fix `floattidf` typo
gingerBill
2021-07-10
1
-2
/
+2
|
*
More minor stylization changes (remove unneeded parentheses)
gingerBill
2021-06-14
1
-7
/
+7
|
*
Correct minimum dependency for `complex32`
gingerBill
2021-06-08
1
-0
/
+6
|
*
Fix 128-bit integer to float cast by explicitly calling the procedure ↵
gingerBill
2021-06-06
1
-0
/
+85
|
|
|
|
direct; Fix #781
*
Fix #1004
gingerBill
2021-05-31
1
-6
/
+6
|
*
Use `intrinsics.mem_zero` in `runtime.mem_zero`
gingerBill
2021-05-24
1
-1
/
+1
|
*
Make `js` default to nil allocator for the time being
gingerBill
2021-05-23
1
-1
/
+1
|
*
Add `intrinsics.mem_copy` and `intrinsics.mem_copy_non_overlapping`
gingerBill
2021-05-19
1
-20
/
+4
|
*
Add `intrinsics.sqrt` for floating-point values
gingerBill
2021-05-19
1
-11
/
+6
|
[next]