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
/
core.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge functionality of `#maybe` with the standard 'union' functionality
gingerBill
2022-05-23
1
-1
/
+0
*
Update arch enum
gingerBill
2022-05-01
1
-0
/
+1
*
runtime: update comment description
hikari
2022-04-16
1
-0
/
+1
*
runtime: fix typo
hikari
2022-04-07
1
-1
/
+1
*
`union #shared_nil`
gingerBill
2022-03-24
1
-0
/
+1
*
Merge branch 'master' into freestanding_amd64
gingerBill
2022-03-14
1
-0
/
+5
|
\
|
*
Fix #1606 (Call `runtime._cleanup_runtime_contextless()` for `os.exit`)
gingerBill
2022-03-09
1
-0
/
+5
*
|
Correct calling convention for `_startup_runtime`
gingerBill
2022-02-28
1
-1
/
+1
*
|
Add `-disallow-rtti`
gingerBill
2022-02-28
1
-9
/
+11
|
/
*
Remove `context.user_data`
gingerBill
2022-02-28
1
-1
/
+0
*
Allow sysv and win64 calling conventions to be used on any platform on amd64
gingerBill
2022-02-16
1
-0
/
+5
*
Merge branch 'master' into odin-global-constants-as-enums
gingerBill
2022-02-15
1
-0
/
+1
|
\
|
*
Rename `#partial[Enum]Type` to `#sparse[Enum]Type` for non-contiguous enum fi...
gingerBill
2022-02-05
1
-0
/
+1
*
|
Add `Odin_OS_Type` and `Odin_Arch_Type` to `core:runtime`
gingerBill
2022-01-20
1
-0
/
+29
*
|
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
1
-1
/
+1
|
/
*
`ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...
gingerBill
2022-01-15
1
-0
/
+10
*
Make `ODIN_BUILD_MODE` a enum type
gingerBill
2022-01-15
1
-0
/
+13
*
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
-8
/
+11
*
Correctly support `-default-to-nil-allocator` for all platforms
gingerBill
2021-11-04
1
-2
/
+4
*
Add comments to `Type_Info_Matrix`
gingerBill
2021-10-25
1
-1
/
+2
*
Support matrix literals
gingerBill
2021-10-20
1
-1
/
+1
*
Begin work on matrix type
gingerBill
2021-10-18
1
-0
/
+9
*
Add `runtime._cleanup_runtime` internal call
gingerBill
2021-10-18
1
-1
/
+6
*
`mem.Raw_*` alias `runtime.Raw_*`
gingerBill
2021-09-25
1
-0
/
+9
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-1
/
+1
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-86
/
+86
*
Add multi pointers to core
gingerBill
2021-08-21
1
-1
/
+6
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
1
-1
/
+1
*
`Allocator_Error.Mode_Not_Implemented`; Minor improvement to `map` runtime pr...
gingerBill
2021-08-08
1
-4
/
+5
*
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
*
Remove `context.thread_id`
gingerBill
2021-06-08
1
-3
/
+0
*
Minor improvements to `-use-separate-modules`
gingerBill
2021-06-08
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
*
Replace many `foreign` llvm calls with intrinsics
gingerBill
2021-04-25
1
-12
/
+5
*
Remove `intrinsics.x86_mmx` type
gingerBill
2021-04-22
1
-1
/
+0
*
Add new intrinsics: debug_trap, trap, read_cycle_counter, expect
gingerBill
2021-04-22
1
-3
/
+0
*
Update builtin procedures to support the new allocator features (without brea...
gingerBill
2021-04-19
1
-3
/
+4
*
Improve the `Allocator` interface to support returning `Allocator_Error` to a...
gingerBill
2021-04-19
1
-2
/
+8
*
Minor fixes
gingerBill
2021-03-18
1
-0
/
+1
*
Minimize the size of `runtime.Source_Code_Location` to use `i32` instead of `...
gingerBill
2021-03-05
1
-1
/
+1
*
Remove `#opaque` types
gingerBill
2021-02-23
1
-6
/
+0
*
Remove `"pure"` and `"pure_none"` calling conventions
gingerBill
2021-02-23
1
-6
/
+4
*
Remove `bit_field` in type info, runtime, and general core library
gingerBill
2021-02-19
1
-7
/
+0
*
Remove `bit_field` type from Odin (keyword and dead runtime code still exists)
gingerBill
2021-02-19
1
-10
/
+11
*
Merge branch 'master' into parser-experiments
gingerBill
2020-12-06
1
-1282
/
+32
|
\
|
*
Add package name and source code location to `Type_Info_Named`
gingerBill
2020-12-05
1
-1
/
+6
|
*
Remove `hash` field in runtime.Source_Code_Location
gingerBill
2020-12-05
1
-1
/
+0
[next]