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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct `runtime.floattidf` and other related i128<->f64 internal procedures
gingerBill
2021-09-28
1
-14
/
+14
*
Correct `append_soa` for `#soa[dynamic][N]T`
gingerBill
2021-09-26
1
-3
/
+18
*
Add `runtime.__get_map_header_runtime`
gingerBill
2021-09-25
1
-0
/
+22
*
`mem.Raw_*` alias `runtime.Raw_*`
gingerBill
2021-09-25
1
-0
/
+9
*
Make `map` internals more robust when using `mem.nil_allocator()`
gingerBill
2021-09-25
1
-2
/
+4
*
Correct f64 -> u128/i128 generation
gingerBill
2021-09-25
1
-0
/
+14
*
Make `runtime.memset` use `int` for the length from `uint`
gingerBill
2021-09-23
1
-1
/
+1
*
Add other constants to c and libc
gingerBill
2021-09-10
1
-1
/
+1
*
Add procs.odin
gingerBill
2021-09-10
1
-0
/
+13
*
Unify `memset` usage across platforms and `core:c/libc`
gingerBill
2021-09-10
5
-164
/
+0
*
libc changes: unify c and libc types; Add `[^]T` where appropriate
gingerBill
2021-09-10
5
-87
/
+58
*
Strip semicolons in core which were missing
gingerBill
2021-09-08
4
-50
/
+50
*
Strip even more semicolons if followed by a `}` or `)` on the same line
gingerBill
2021-08-31
3
-42
/
+42
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
3
-4
/
+4
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
15
-1535
/
+1535
*
Add `map_insert` which returns the pointer to inserted value
gingerBill
2021-08-29
2
-10
/
+24
*
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
*
Add multi pointers to core
gingerBill
2021-08-21
3
-1
/
+27
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
9
-9
/
+9
*
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
-5
/
+6
*
Fix `floattidf` typo
gingerBill
2021-07-10
1
-2
/
+2
*
`delete_key` now returns the deleted key and deleted value (if found)
gingerBill
2021-07-04
1
-2
/
+13
*
Be more consistent with runtime intrinsics usage
gingerBill
2021-07-03
1
-3
/
+3
*
Improve logic for diverging procedures by checking if it terminates
gingerBill
2021-06-16
1
-4
/
+4
*
Change uses for parapoly records to use `$` always
gingerBill
2021-06-14
1
-1
/
+1
*
More minor stylization changes (remove unneeded parentheses)
gingerBill
2021-06-14
2
-8
/
+8
*
Correct minimum dependency for `complex32`
gingerBill
2021-06-08
1
-0
/
+6
*
Aid code generation on non-release builds
gingerBill
2021-06-08
1
-6
/
+5
*
Reorganize code to improve code generation
gingerBill
2021-06-08
5
-118
/
+127
*
Remove `context.thread_id`
gingerBill
2021-06-08
5
-23
/
+0
*
Minor improvements to `-use-separate-modules`
gingerBill
2021-06-08
1
-1
/
+1
*
Replace `js_wasm32` with `freestanding_wasm32`
gingerBill
2021-06-08
3
-3
/
+1
*
Fix `-target:js_wasm32` for `core:runtime`
gingerBill
2021-06-08
5
-65
/
+87
*
Fix 128-bit integer to float cast by explicitly calling the procedure direct;...
gingerBill
2021-06-06
3
-84
/
+85
*
Fix #1004
gingerBill
2021-05-31
1
-6
/
+6
*
Update core:runtime to use the new intrinsics
gingerBill
2021-05-30
2
-20
/
+18
*
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
2
-2
/
+2
*
Clean up organization of `package runtime`
gingerBill
2021-05-23
6
-81
/
+102
*
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
*
Unify `AstTernaryExpr` with `AstTernaryIfExpr`
gingerBill
2021-05-05
1
-1
/
+1
*
Allow `union`s to be comparable if all their variants are comparable
gingerBill
2021-05-03
1
-0
/
+3
*
Add "naked" calling convention (removes prologue and epilogue)
gingerBill
2021-04-28
1
-0
/
+1
*
Rename intrinsics to count_trailing_zeros and count_leading_zeros
gingerBill
2021-04-25
3
-4
/
+4
*
Replace many `foreign` llvm calls with intrinsics
gingerBill
2021-04-25
6
-100
/
+31
*
Remove `use_llvm_api` related checks and other related things
gingerBill
2021-04-25
1
-30
/
+10
[next]