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
*
Use a giant packed struct working for type info table
gingerBill
2023-09-22
1
-0
/
+1
*
Add `ODIN_SANITIZER_FLAGS` global constant
gingerBill
2023-09-21
1
-0
/
+13
*
Add formatting of bytes into the best unit of measurement
Laytan Laats
2023-09-01
1
-0
/
+2
*
Require parentheses for `#align(N)`
gingerBill
2023-08-15
1
-1
/
+1
*
Fix typo
gingerBill
2023-08-08
1
-1
/
+1
*
Add `ODIN_PLATFORM_SUBTARGET`
gingerBill
2023-08-08
1
-0
/
+10
*
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
1
-5
/
+5
*
Rename `ODIN_DISALLOW_RTTI` to `ODIN_NO_RTTI`; Remove dead command line flags
gingerBill
2023-06-12
1
-1
/
+1
*
Begin work on new pseudo-architecture: wasm64p32
gingerBill
2023-04-20
1
-1
/
+1
*
Begin work on separating int and word sizes (i.e. `size_of(int)` might not eq...
gingerBill
2023-04-20
1
-1
/
+1
*
Add `struct #no_copy`
gingerBill
2023-04-15
1
-0
/
+1
*
Remove usage of global_default_temp_allocator_data when there is no default a...
Fabian Sperber
2023-03-13
1
-1
/
+3
*
Implement `@(fini)` (opposite of `@(init)`)
gingerBill
2023-02-15
1
-5
/
+2
*
Rename to `Type_Info_Parameters`
gingerBill
2023-02-08
1
-4
/
+6
*
Replaced opaque bit-shifts with readable constants for memory units
hikari
2022-12-24
1
-0
/
+6
*
Change `Raw_Map.len` to `int` from `uintptr`
gingerBill
2022-11-08
1
-1
/
+1
*
Basic fmt printing for `map`
gingerBill
2022-11-07
1
-5
/
+3
*
Begin work on implementing the new `map` internals
gingerBill
2022-11-07
1
-2
/
+25
*
Add `Allocator_Mode.Alloc_Non_Zerored`
gingerBill
2022-09-22
1
-0
/
+1
*
Change internal map indices to use a distinct `uint` rather than just `int`
gingerBill
2022-09-17
1
-1
/
+1
*
Add `#soa` pointer type to aid with refactoring to `#soa` data types
gingerBill
2022-08-08
1
-0
/
+10
*
Add runtime.dll_forward_reason for Windows DLLs.
Jeroen van Rijn
2022-06-21
1
-0
/
+13
*
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
[next]