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 (
Expand
)
Author
Age
Files
Lines
*
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 procedur...
gingerBill
2021-11-04
1
-16
/
+19
*
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 direct;...
gingerBill
2021-06-06
1
-0
/
+85
*
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
*
Replace many `foreign` llvm calls with intrinsics
gingerBill
2021-04-25
1
-36
/
+9
*
Remove `use_llvm_api` related checks and other related things
gingerBill
2021-04-25
1
-30
/
+10
*
Update builtin procedures to support the new allocator features (without brea...
gingerBill
2021-04-19
1
-5
/
+4
*
Improve the `Allocator` interface to support returning `Allocator_Error` to a...
gingerBill
2021-04-19
1
-13
/
+30
*
Add `__extendhfsf2` for macOS
gingerBill
2021-04-05
1
-0
/
+5
*
Implement `f16` functionality
gingerBill
2021-04-01
1
-0
/
+167
*
Fix byte swapping for endian specific types in `-llvm-api`
gingerBill
2021-03-27
1
-4
/
+13
*
Minimize unneeded casts
gingerBill
2021-03-03
1
-2
/
+2
*
Replace usage of `inline proc` with `#force_inline proc` in the core library
gingerBill
2021-02-23
1
-29
/
+29
*
Clean up and fix `__dynamic_map_erase`
gingerBill
2020-11-25
1
-0
/
+6
*
Add comparisons to structs where all fields are comparable `==` and `!=`
gingerBill
2020-11-23
1
-2
/
+3
*
Reorganize package strings
gingerBill
2020-11-12
1
-15
/
+15
*
Remove usage of `do` in core library
gingerBill
2020-09-23
1
-13
/
+39
[next]