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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Relative pointers
gingerBill
2020-05-15
2
-1
/
+26
*
Fix `runtime.memset` issue
gingerBill
2020-05-14
1
-9
/
+0
*
Enforce explicit context definition for procedure calls
gingerBill
2020-05-14
2
-4
/
+11
*
Implement Explicit context creation #639
gingerBill
2020-05-14
1
-0
/
+6
*
Fix -llvm-api `memset` "bug"
gingerBill
2020-05-13
1
-19
/
+7
*
Add extra 128 bit integer procedures
gingerBill
2020-05-13
1
-7
/
+118
*
Improve append_elem(s) logic
gingerBill
2020-05-02
1
-2
/
+2
*
Fix type assertion bug #619
gingerBill
2020-04-21
1
-2
/
+6
*
Fix LLVM API backend for procedure "constant" values
gingerBill
2020-04-17
1
-1
/
+1
*
Change behaviour for zero-sized value types of array-related types; Fix make ...
gingerBill
2020-04-12
1
-9
/
+17
*
Endian specific floating point types (e.g. f32be)
gingerBill
2020-04-11
2
-1
/
+17
*
Add `runtime.bswap_*` required for -llvm-api
gingerBill
2020-04-11
1
-0
/
+16
*
Fix `-vet` warning in core.odin for `intrinsics` not being used
gingerBill
2020-04-04
1
-0
/
+1
*
Remove `context.std*` parameters; Fix unary boolean not
gingerBill
2020-03-19
1
-7
/
+7
*
Merge branch 'master' into llvm-integration
gingerBill
2020-03-15
1
-1
/
+1
|
\
|
*
Fix #590
gingerBill
2020-03-15
1
-1
/
+1
*
|
Fix `llvm.memset` for both backends
gingerBill
2020-03-08
1
-5
/
+15
*
|
Fix `context` system; add more to -show-more-timings for LLVM API; Add `ODIN_...
gingerBill
2020-03-08
1
-10
/
+30
*
|
Merge branch 'master' into llvm-integration
gingerBill
2020-03-05
1
-5
/
+5
|
\
|
|
*
`x if cond else y` and `x when cond else y` expressions
gingerBill
2020-03-05
1
-5
/
+5
*
|
Merge branch 'master' into llvm-integration
gingerBill
2020-03-04
1
-2
/
+2
|
\
|
|
*
Fix formatting
gingerBill
2020-03-04
1
-2
/
+2
*
|
Type_Info initialization
gingerBill
2020-02-29
1
-1
/
+1
*
|
Merge branch 'master' into llvm-integration
gingerBill
2020-02-29
1
-5
/
+6
|
\
|
|
*
Fix __dynamic_array_reserve
gingerBill
2020-02-26
1
-3
/
+6
|
*
Fix __dynamic_array_reserve to allow for zero sized elements
gingerBill
2020-02-26
1
-3
/
+1
*
|
Merge branch 'master' into llvm-integration
gingerBill
2020-02-23
1
-4
/
+5
|
\
|
|
*
Enhance logger interface with 'f' and not 'f' variants, also move level detec...
Mikkel Hjortshoej
2020-02-10
1
-4
/
+5
*
|
Basic work on obj generation
gingerBill
2020-02-23
2
-17
/
+17
|
/
*
Add `union #maybe`
gingerBill
2020-02-01
1
-1
/
+2
*
Fix `make(map[K]V, 0)` by ensuring `reserve` always sets an allocator
Tetralux
2020-01-26
1
-2
/
+4
*
Begin work on `-target:windows_386`
gingerBill
2020-01-18
1
-0
/
+59
*
Improve runtime/default_allocators.odin
gingerBill
2020-01-11
1
-2
/
+21
*
Improve minimum dependency for complex numbers and quaternion numbers.
gingerBill
2020-01-04
1
-0
/
+2
*
Fix make and reserve
Tetralux
2020-01-03
1
-1
/
+3
*
Fix behaviour for `make` to return `nil` when alloc returns `nil`
gingerBill
2020-01-03
1
-0
/
+2
*
Fix `append_string`
Tetralux
2020-01-02
1
-1
/
+1
*
Fix typeid information for enumerated arrays
gingerBill
2019-12-31
1
-8
/
+7
*
Fix memset for unix
gingerBill
2019-12-31
1
-2
/
+2
*
Use naive definition of `memset` for !windows
gingerBill
2019-12-31
1
-22
/
+7
*
Make `mem.set` use `llvm.memset.p0i8.iXX`
gingerBill
2019-12-31
1
-17
/
+20
*
Fix new changes to runtime for unix
gingerBill
2019-12-31
1
-9
/
+12
*
Add new runtime files.
gingerBill
2019-12-31
2
-0
/
+148
*
Move definition of mem.Allocator and log.Logger to `package runtime`, to redu...
gingerBill
2019-12-31
2
-56
/
+275
*
Add `_tls_index` and `_fltused` for windows `-no-crt`
gingerBill
2019-12-29
1
-0
/
+8
*
Add `-disable-assert` to disable the code generation of the built-in run-time...
gingerBill
2019-12-29
1
-2
/
+5
*
Make default `context.temp_allocator` thread safe when using `package thread`
gingerBill
2019-12-29
1
-3
/
+6
*
Enumerated arrays `[Enum_Type]Elem_Type`
gingerBill
2019-12-27
2
-0
/
+17
*
minor details ;)
Patric Dexheimer
2019-12-24
1
-2
/
+2
*
Fix `runtime.mem_copy_non_overlapping` to be like C's `memcpy`
gingerBill
2019-12-24
1
-4
/
+4
[next]