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
*
`opaque` keyword and type
gingerBill
2018-11-11
1
-0
/
+6
*
Allow comparisons of `cstring`; Add `resize`
gingerBill
2018-10-31
1
-0
/
+35
*
Fix `context` initialization
gingerBill
2018-10-20
1
-8
/
+13
*
Add basics for context-based Logger
gingerBill
2018-10-20
1
-0
/
+4
*
Add `unimplemented` and `unreachable` procedures; make `os.exit` a diverging ...
gingerBill
2018-10-13
1
-0
/
+22
*
Remove reference to the runtime package within itself
Lipid
2018-09-16
1
-2
/
+2
*
Fix delete_key #262
gingerBill
2018-09-15
1
-10
/
+15
*
Fix runtime proc names; Change calling convention of `context` parameter
gingerBill
2018-09-15
1
-3
/
+3
*
context.allocator = a; Remove __ from runtime procs; improve division for com...
gingerBill
2018-09-15
1
-1
/
+1
*
Make `panic` a diverging procedure
gingerBill
2018-09-08
1
-1
/
+1
*
Diverging procedures `proc() -> !` (no return)
gingerBill
2018-09-08
1
-1
/
+1
*
Parametric polymorphic union type
gingerBill
2018-09-08
1
-0
/
+1
*
Fixed core library bugs after recent changes. (#257)
Joshua Mark Manton
2018-09-02
1
-2
/
+0
*
`typeid` as keyword (ready to implement polymorphic name parameters)
gingerBill
2018-09-02
1
-6
/
+19
*
Remove test code
gingerBill
2018-08-30
1
-1
/
+0
*
Change memory layout of `map` to be 3 words smaller
gingerBill
2018-08-30
1
-9
/
+38
*
Make `free_all` built-in
gingerBill
2018-08-30
1
-0
/
+3
*
Place assertf and printf to package fmt
gingerBill
2018-08-30
1
-26
/
+0
*
Add `assertf` and `panicf`
gingerBill
2018-08-30
1
-1
/
+26
*
Add extra nil check for `assert` and `panic`
gingerBill
2018-08-30
1
-2
/
+10
*
Add `Assertion_Failure_Proc` to `context`
gingerBill
2018-08-29
1
-20
/
+22
*
Temporary allocator for `context`
gingerBill
2018-08-29
1
-1
/
+10
*
Add default `allocator` to allocation related procedures e.g. alloc, free, de...
gingerBill
2018-08-28
1
-2
/
+2
*
`runtime.Typeid_Bit_Field` layout to store more information into the typeid
gingerBill
2018-08-25
1
-1
/
+35
*
Fix for in enum iteration
gingerBill
2018-08-22
1
-1
/
+0
*
Improve proc group scoring algorithm
gingerBill
2018-08-21
1
-3
/
+54
*
All enums in array indices
gingerBill
2018-08-17
1
-2
/
+2
*
Add underlying type for `bit_set`
gingerBill
2018-08-17
1
-3
/
+12
*
bit_set['A'..'Z'], bit_set[0..8]
gingerBill
2018-08-16
1
-1
/
+3
*
Add `bit_set` type
gingerBill
2018-08-14
1
-1
/
+4
*
Fix default make parameters for dynamic arrays
gingerBill
2018-08-09
1
-1
/
+2
*
`make` as a user-level procedure rather than a built-in procedure
gingerBill
2018-08-08
1
-0
/
+9
*
Fix map runtime issue regarding erasing a key
gingerBill
2018-08-05
1
-12
/
+14
*
Reduce number of range and slice operators #239
gingerBill
2018-08-01
1
-4
/
+4
*
Do `using Foo :: enum` at the `type_decl` stage
gingerBill
2018-07-29
1
-1
/
+0
*
using Foo :: enum {A, B, C}; len(Foo)
gingerBill
2018-07-29
1
-1
/
+1
*
Rename `free` to `delete` for non pointer types
gingerBill
2018-07-08
1
-25
/
+18
*
Make source code compile with 32 bit (but not build 32 bit code)
gingerBill
2018-06-15
1
-1
/
+1
*
Rename os.default_allocator to os.heap_allocator
gingerBill
2018-06-03
1
-1
/
+1
*
Remove special shared scope for runtime stuff
gingerBill
2018-06-03
1
-82
/
+71
*
Remove need for __llvm_core
gingerBill
2018-06-03
1
-1
/
+1
*
Comment based build tags for packages (basic and temporary)
gingerBill
2018-05-28
1
-2
/
+3
*
Change import lookup
gingerBill
2018-05-27
1
-2
/
+2
*
Remove unused packages
gingerBill
2018-05-27
1
-1
/
+1
*
Clean up name mangling by using unique package names per project
gingerBill
2018-05-27
1
-8
/
+7
*
Reorganize `runtime` package
gingerBill
2018-05-27
1
-0
/
+786