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
/
procs.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up `core:time` to be consistent across all platforms
gingerBill
2022-05-12
1
-1
/
+1
*
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
1
-2
/
+2
*
Keep `-vet` happy for -no-crt and wasm targets
gingerBill
2021-11-17
1
-2
/
+0
*
Reorganize code
gingerBill
2021-11-04
1
-29
/
+26
*
Correct foreign import library usage
gingerBill
2021-11-04
1
-2
/
+2
*
Use `Rtl*Memory` procedures with `-no-crt` on Windows
gingerBill
2021-11-04
1
-1
/
+29
*
Simplify logic for procs.odin
gingerBill
2021-11-04
1
-29
/
+4
*
`@(linkage=<string>)` for procedures and variables; `@(require)` for procedur...
gingerBill
2021-11-04
1
-8
/
+5
*
Correctly support `-default-to-nil-allocator` for all platforms
gingerBill
2021-11-04
1
-0
/
+3
*
Add `ODIN_NO_CRT` global constant
gingerBill
2021-11-04
1
-0
/
+37
*
Add `memmove` and `memset` support for `wasm`
gingerBill
2021-10-31
1
-7
/
+34
*
Remove explicit link name from `runtime.memset`
gingerBill
2021-10-16
1
-2
/
+1
*
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