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
...
*
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
*
Change runtime.Type_Info_Enum_Value to be `i64` internally rather than a `union`
gingerBill
2020-06-03
1
-5
/
+1
*
Remove `mem_zero` from `make`; Implement custom `memset` for windows amd64
gingerBill
2020-05-27
1
-2
/
+2
*
Relative pointers
gingerBill
2020-05-15
1
-1
/
+14
*
Enforce explicit context definition for procedure calls
gingerBill
2020-05-14
1
-4
/
+4
*
Implement Explicit context creation #639
gingerBill
2020-05-14
1
-0
/
+6
*
Improve append_elem(s) logic
gingerBill
2020-05-02
1
-2
/
+2
*
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
1
-1
/
+1
*
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-04
1
-2
/
+2
|
\
|
*
Fix formatting
gingerBill
2020-03-04
1
-2
/
+2
*
|
Type_Info initialization
gingerBill
2020-02-29
1
-1
/
+1
|
/
*
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
*
Enhance logger interface with 'f' and not 'f' variants, also move level detec...
Mikkel Hjortshoej
2020-02-10
1
-4
/
+5
*
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
*
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
*
Move definition of mem.Allocator and log.Logger to `package runtime`, to redu...
gingerBill
2019-12-31
1
-50
/
+183
*
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
1
-0
/
+9
*
Implement `#complete switch` by default, replace with `#partial switch` #511
gingerBill
2019-12-22
1
-2
/
+2
*
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
1
-4
/
+21
*
#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
1
-0
/
+8
*
SOA support of Structures and Arrays; Runtime information for SOA structs; fm...
gingerBill
2019-11-03
1
-0
/
+3
*
Modify runtime to reduce dependencies on other packages
gingerBill
2019-10-23
1
-27
/
+39
*
`#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
[prev]
[next]