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
*
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
*
Implement `#complete switch` by default, replace with `#partial switch` #511
gingerBill
2019-12-22
2
-4
/
+7
*
Add udivmod128.odin
gingerBill
2019-12-21
1
-0
/
+180
*
Add `-help` which prints information about the compiler flags
gingerBill
2019-12-21
1
-178
/
+0
*
Replace `#vector[N]T` with `#simd[N]T` to reduce confusion #498
gingerBill
2019-12-15
1
-1
/
+1
*
Fix `append_elem_string`, again
gingerBill
2019-12-03
1
-1
/
+1
*
Fix `append_elem_string`
gingerBill
2019-12-03
1
-1
/
+1
*
Fix `append_elem_string`
gingerBill
2019-12-03
1
-1
/
+2
*
Make the `string` type elements "immutable", akin to `char const *` in C
gingerBill
2019-12-01
2
-12
/
+35
*
#soa[dynamic]Type (Experimental)
gingerBill
2019-11-21
1
-0
/
+196
*
Prepare SOA Struct code for slices and dynamic arrays *to be implemented*
gingerBill
2019-11-19
2
-7
/
+34
*
Add new #soa and #vector syntax
gingerBill
2019-11-17
1
-3
/
+9
*
Use `runtime.mem_copy` in `package me`
gingerBill
2019-11-03
1
-0
/
+16
*
SOA support of Structures and Arrays; Runtime information for SOA structs; fm...
gingerBill
2019-11-03
1
-0
/
+3
*
Fix `runtime.cstring_len`
gingerBill
2019-10-29
1
-3
/
+3
*
Modify runtime to reduce dependencies on other packages
gingerBill
2019-10-23
2
-33
/
+139
*
`#panic`; Minor change to demo.odin; Fix `#assert` bug at file scope
gingerBill
2019-10-13
1
-26
/
+28
*
Change implicit semicolon rules for record types within procedure bodies; Upd...
gingerBill
2019-10-06
1
-1
/
+1
*
strings.split; strings.index; eprint* over print*_err;
gingerBill
2019-10-06
1
-2
/
+2
*
Built-in Quaternions (Not just an April Fool's Joke any more)
gingerBill
2019-08-26
2
-13
/
+80
*
`package reflect`; fix substring type bug; fix scoping rules for `using` on p...
gingerBill
2019-08-11
1
-4
/
+7
*
Struct field tags
gingerBill
2019-08-09
1
-2
/
+3
*
Fix bit_field comparison against nil #414
gingerBill
2019-08-09
1
-0
/
+34
*
Fix parsing for procedure literals expression statements; improve assert perf...
gingerBill
2019-07-28
1
-5
/
+7
*
Improve the performance of simple array comparisons
gingerBill
2019-07-27
1
-1
/
+39
*
Fix __get_map_key
gingerBill
2019-07-15
1
-1
/
+2
*
Make procedure parameters just named values rather than copied variables
gingerBill
2019-07-15
2
-3
/
+6
*
union #no_nil
gingerBill
2019-07-09
1
-3
/
+4
*
Move internal 128-bit stuff to a windows specific file
gingerBill
2019-06-01
2
-201
/
+202
*
Add i128/u128 support for bit sets
gingerBill
2019-05-28
1
-0
/
+2
*
Support 128-bit integers `i128` `u128`
gingerBill
2019-05-28
1
-0
/
+199
*
Make core library use `a..<b` rather than doing `a..b-1`
gingerBill
2019-05-28
1
-3
/
+3
[next]