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
*
Add `ODIN_ERROR_POS_STYLE` constant and change `runtime.print_caller_location...
gingerBill
2022-01-26
1
-5
/
+15
*
Add comment for the internals of `assert`
gingerBill
2022-01-23
1
-0
/
+4
*
Correct inverse and inverse_transpose for 2x2 matrices
gingerBill
2022-01-20
1
-12
/
+12
*
Comment out `link_section` on procedures
gingerBill
2022-01-17
1
-2
/
+2
*
`ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...
gingerBill
2022-01-15
2
-1
/
+11
*
Rename architecture `386` to `i386`
gingerBill
2022-01-15
2
-1
/
+1
*
Make `ODIN_BUILD_MODE` a enum type
gingerBill
2022-01-15
4
-3
/
+16
*
Define wasm `_start` entry point in Odin code
gingerBill
2022-01-13
1
-0
/
+19
*
Rename `proc_*` to `entry_*`
gingerBill
2022-01-13
2
-0
/
+0
*
Add `main` to proc_unix.odin
gingerBill
2022-01-13
1
-3
/
+13
*
Correct calling convention
gingerBill
2022-01-12
1
-1
/
+1
*
Add empty `main` dynamic builds for *nix systems
gingerBill
2022-01-12
1
-0
/
+4
*
Fix typo
gingerBill
2022-01-12
1
-1
/
+1
*
Initialize `runtime.args__` through `main`
gingerBill
2022-01-12
1
-0
/
+1
*
Add `intrinsics._entry_point` call to `_odin_entry_point`
gingerBill
2022-01-12
1
-0
/
+1
*
Correct `-init` for *nix to be a different procedure
gingerBill
2022-01-12
1
-0
/
+18
*
Add proc_windows.odin for custom entry points
gingerBill
2022-01-12
1
-0
/
+44
*
Begin work to move entry point code to Odin itself rather than in C++ side
gingerBill
2022-01-12
1
-1
/
+1
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-12-09
2
-14
/
+41
*
Add `procs_windows_amd64.asm` for use with `-no-crt`
gingerBill
2021-11-24
2
-9
/
+15
*
Keep `-vet` happy for -no-crt and wasm targets
gingerBill
2021-11-17
1
-2
/
+0
*
Begin work in semi-standardized `js_wasm32` target
gingerBill
2021-11-07
9
-5
/
+42
*
Fix typos
gingerBill
2021-11-07
1
-2
/
+2
*
Improve support for `freestanding_wasm32`
gingerBill
2021-11-07
4
-29
/
+50
*
Change to `RUNTIME_LINKAGE` definition
gingerBill
2021-11-04
1
-1
/
+1
*
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
*
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
6
-30
/
+29
*
Correctly support `-default-to-nil-allocator` for all platforms
gingerBill
2021-11-04
8
-96
/
+85
*
Add `ODIN_NO_CRT` global constant
gingerBill
2021-11-04
2
-7
/
+46
*
Make runtime builtin matrix procedures `contextless`
gingerBill
2021-11-03
1
-19
/
+19
*
Add procs for wasm32
gingerBill
2021-10-31
1
-0
/
+7
*
Add default_allocators_wasi.odin
gingerBill
2021-10-31
1
-0
/
+32
*
Update wasi to use `string` and slice types
gingerBill
2021-10-31
1
-1
/
+1
*
Add os_specific_wasi.odin
gingerBill
2021-10-31
1
-0
/
+10
*
Add `memmove` and `memset` support for `wasm`
gingerBill
2021-10-31
1
-7
/
+34
*
Add `wasi_wasm32`
gingerBill
2021-10-31
5
-178
/
+91
*
Compile `wasm64`; Add `lb_run_remove_unused_function_pass`
gingerBill
2021-10-31
2
-14
/
+16
*
Begin work on supporting `wasm64`; Correct `wasm32` compilation behaviour
gingerBill
2021-10-30
1
-142
/
+156
*
Merge pull request #1245 from odin-lang/new-matrix-type
gingerBill
2021-10-26
5
-13
/
+324
|
\
|
*
Fix typos
gingerBill
2021-10-25
1
-8
/
+8
|
*
Reorder code
gingerBill
2021-10-25
1
-13
/
+15
|
*
Rename `hermitian_adjoint`
gingerBill
2021-10-25
1
-14
/
+13
|
*
Minor changes to `where` conditions
gingerBill
2021-10-25
1
-2
/
+2
|
*
Improve core_builtin_matrix.odin
gingerBill
2021-10-25
1
-36
/
+23
|
*
Fix typo
gingerBill
2021-10-25
1
-2
/
+2
[next]