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
*
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
|
*
Add `_internal` field to `context`
gingerBill
2020-11-29
1
-0
/
+3
|
*
Simplify hashing approach `map`
gingerBill
2020-11-29
1
-2
/
+4
|
*
Add `intrinsics.type_hasher_proc`; Make `map` work with generic hasher procedure
gingerBill
2020-11-29
1
-1
/
+4
|
*
Add intrinsics.type_equal_proc; Make `map` use an internal equal procedure to...
gingerBill
2020-11-29
1
-2
/
+4
|
*
map type internal reorganization
gingerBill
2020-11-23
1
-42
/
+0
|
*
Add `equal` procedure field to `runtime.Type_Info_Struct`
gingerBill
2020-11-23
1
-0
/
+5
|
*
Add `flags: Type_Info_Flags,` to `runtime.Type_Info`
gingerBill
2020-11-23
1
-0
/
+7
|
*
Reorganize runtime code into separate files
gingerBill
2020-11-19
1
-1239
/
+5
*
|
Add experimental `-insert-semicolon` functionality to tokenizer and parser
gingerBill
2020-11-01
1
-2
/
+2
|
/
*
Add `intrinsics.type_field_index_of`
gingerBill
2020-10-15
1
-3
/
+2
*
Add `append_nothing`
gingerBill
2020-10-08
1
-0
/
+8
*
Improve default temp_allocator; make nil loggers do nothing; improve mem.Scra...
gingerBill
2020-10-02
1
-2
/
+2
*
Fix `pop` behaviour, and improve assert messages by using `#caller_location`
gingerBill
2020-10-02
1
-17
/
+14
*
Reimplement the Windows OS dependencies in `package runtime`
gingerBill
2020-10-01
1
-7
/
+6
*
Replace the `*_remove_range` with procedures with `remove_range`
gingerBill
2020-09-30
1
-10
/
+4
*
Remove usage of `do` in core library
gingerBill
2020-09-23
1
-47
/
+119
*
Fix odin/parser issues
gingerBill
2020-09-15
1
-2
/
+1
[next]