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
...
*
Default to `panic` allocator for wasm targets
gingerBill
2023-06-26
3
-5
/
+53
*
Use positional and named arguments within the core library
gingerBill
2023-06-21
1
-6
/
+6
*
Make error checks diverging where possible
gingerBill
2023-06-20
1
-10
/
+10
*
Rename `ODIN_DISALLOW_RTTI` to `ODIN_NO_RTTI`; Remove dead command line flags
gingerBill
2023-06-12
3
-4
/
+4
*
Rename procs
gingerBill
2023-06-07
2
-2
/
+2
*
Merge branch 'master' into separate-int-word-sizes
gingerBill
2023-06-06
7
-180
/
+385
|
\
|
*
Merge pull request #2571 from jakubtomsu/builtin-soa-procs-improvements
gingerBill
2023-06-06
1
-46
/
+41
|
|
\
|
|
*
Update SOA dynamic array procs to match non-SOA
jakubtomsu
2023-06-01
1
-46
/
+41
|
*
|
Add error requiring an explicit calling convention for foreign procedures
gingerBill
2023-06-06
2
-3
/
+3
|
*
|
Fix `map_get` typo
gingerBill
2023-06-06
1
-1
/
+1
|
|
/
|
*
Add more documentation to numerous `@builtin` procedures in package runtime
gingerBill
2023-05-30
1
-6
/
+110
|
*
Add missing procedure for `#reverse` on strings
gingerBill
2023-05-30
1
-0
/
+36
|
*
Merge pull request #2535 from jasonKercher/fix2515
gingerBill
2023-05-29
1
-24
/
+89
|
|
\
|
|
*
add rehash to map_shrink_dynamic
jason
2023-05-17
1
-0
/
+1
|
|
*
implement random map seed
jason
2023-05-16
1
-8
/
+34
|
|
*
implement backward shift during map insertion
jason
2023-05-16
1
-16
/
+54
|
*
|
Improve error handling for `resize` and `reserve` procedures
gingerBill
2023-05-22
1
-68
/
+69
|
*
|
Add require_results to make builtin procedures
gingerBill
2023-05-22
3
-33
/
+37
*
|
|
Merge branch 'master' into separate-int-word-sizes
gingerBill
2023-05-18
2
-2
/
+2
|
\
|
|
|
*
|
Merge pull request #2534 from Tetralux/fix-append-nothing-loc
gingerBill
2023-05-18
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
[runtime] Pass along #caller_location in append_nothing()
Tetralux
2023-05-12
1
-1
/
+1
|
*
|
add nil check to heap_alloc calls (issue 2530)
jason
2023-05-11
1
-1
/
+1
|
|
/
*
|
Begin work on new pseudo-architecture: wasm64p32
gingerBill
2023-04-20
4
-4
/
+4
*
|
Begin work on separating int and word sizes (i.e. `size_of(int)` might not eq...
gingerBill
2023-04-20
2
-4
/
+4
|
/
*
Fix again append on zero sized types
gingerBill
2023-04-19
1
-5
/
+5
*
Fix missing cast in `array_elems`
gingerBill
2023-04-19
1
-3
/
+5
*
Add `struct #no_copy`
gingerBill
2023-04-15
1
-0
/
+1
*
Remove usage of global_default_temp_allocator_data when there is no default a...
Fabian Sperber
2023-03-13
3
-11
/
+17
*
Add booleans to `print_any_single`
gingerBill
2023-03-06
1
-2
/
+8
*
Merge branch 'master' into new-temp-allocator
gingerBill
2023-02-28
4
-34
/
+38
|
\
|
*
Minor changes in `runtime`
gingerBill
2023-02-21
2
-29
/
+31
|
*
Remove debug string
gingerBill
2023-02-17
1
-1
/
+0
|
*
Implement `@(fini)` (opposite of `@(init)`)
gingerBill
2023-02-15
2
-5
/
+8
*
|
Merge branch 'master' into new-temp-allocator
gingerBill
2023-02-14
1
-8
/
+5
|
\
|
|
*
Add `#optional_allocator_error` to `make_map`
gingerBill
2023-02-14
1
-8
/
+5
*
|
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
gingerBill
2023-02-10
1
-6
/
+9
*
|
Minor change to `arena_temp_end`
gingerBill
2023-02-10
1
-1
/
+5
*
|
Add `default_temp_allocator_temp_begin` and `default_temp_allocator_temp_end`
gingerBill
2023-02-10
1
-0
/
+27
*
|
Add `Arena_Temp`
gingerBill
2023-02-10
1
-4
/
+77
*
|
Remove unused variable
gingerBill
2023-02-10
1
-1
/
+0
*
|
Replace current default `context.temp_allocator` to use a growing arena rathe...
gingerBill
2023-02-10
2
-165
/
+237
|
/
*
Rename to `Type_Info_Parameters`
gingerBill
2023-02-08
2
-6
/
+8
*
Correct `arena_temp_end` usage when no allocation ever happens for that arena
gingerBill
2023-01-28
1
-0
/
+67
*
Remove `auto_cast` procedure field flag
gingerBill
2023-01-16
1
-2
/
+2
*
Replaced opaque bit-shifts with readable constants for memory units
hikari
2022-12-24
2
-2
/
+8
*
[runtime] Fix typo in shrink_dynamic_array()
Tetralux
2022-12-11
1
-1
/
+1
*
Keep `-vet` happy
dev-2022-12
gingerBill
2022-12-06
1
-1
/
+1
*
Coalesce tombstones on `delete_key` to reduce all map slots from being filled...
gingerBill
2022-12-06
1
-7
/
+50
*
Change order of map_free_dynamic in usage
gingerBill
2022-11-29
1
-4
/
+7
*
Remove `panic`
gingerBill
2022-11-29
1
-1
/
+1
[prev]
[next]