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
*
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
*
Move all os specific stuff for the runtime to one file
gingerBill
2020-09-15
1
-0
/
+15
*
Reorganize package runtime
gingerBill
2020-09-15
1
-19
/
+1
*
Expose `runtime._startup_runtime` to allow for freestanding targets in the fu...
gingerBill
2020-09-15
1
-0
/
+14
*
Update math and math/linalg; add "pure_none" calling convention
gingerBill
2020-09-10
1
-3
/
+7
*
Remove debug print
gingerBill
2020-09-07
1
-2
/
+0
*
[REFLECTION BREAKING] Modify the internals of the `map` type to increase perf...
gingerBill
2020-09-07
1
-16
/
+44
*
Add new core procedures: `ordered_remove_range`; `unordered_remove_range`; `i...
gingerBill
2020-09-04
1
-3
/
+88
*
Add `mem.Allocator_Query_Info` and `mem.query_info`
gingerBill
2020-08-16
1
-4
/
+10
*
Add `mem.Allocator_Mode.Query_Features, `mem.Allocator_Mode_Set`, `mem.query_...
gingerBill
2020-08-16
1
-1
/
+4
*
Add .Thread_Id option to log package
Oskar Nordquist
2020-07-22
1
-1
/
+2
*
Add `strings.pop_byte` `strings.pop_rune`
gingerBill
2020-07-08
1
-4
/
+0
*
Begin work on windows 386
gingerBill
2020-06-29
1
-4
/
+4
*
Add `raw_data` to replace cases in which `&x[0]` was used
gingerBill
2020-06-29
1
-7
/
+31
*
Fix ABI typo bug; Add `pop_safe` and `pop_front_safe`
gingerBill
2020-06-22
1
-11
/
+35
*
Fix LLVM code gen bug
gingerBill
2020-06-22
1
-1
/
+1
*
Add built-in `Maybe`
gingerBill
2020-06-22
1
-0
/
+16
*
Clean up `package log` code
gingerBill
2020-06-19
1
-5
/
+5
[next]