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
*
fix write on x86_64 Darwin
Laytan Laats
2023-12-04
1
-1
/
+1
*
runtime: panic_allocator should use panic_allocator_proc
flga
2023-12-01
1
-4
/
+2
*
Remove unneeded `typeid_of`
gingerBill
2023-11-23
1
-1
/
+1
*
Lower `MAP_MIN_LOG2_CAPACITY` from `6` to `3` (64->8)
gingerBill
2023-11-22
1
-1
/
+1
*
Merge pull request #2957 from laytan/no-crt-and-compile-assembly-on-darwin
Jeroen van Rijn
2023-11-15
4
-6
/
+39
|
\
|
*
-no-crt and assembly compilation on darwin
Laytan Laats
2023-11-15
4
-6
/
+39
*
|
Fix typos
Jeroen van Rijn
2023-11-13
1
-1
/
+1
|
/
*
A docs.odin explaining what are the required entities in core:runtime by the ...
dev-2023-11
gingerBill
2023-11-01
1
-0
/
+179
*
Remove `disabled` attribute from `unimplemented`
gingerBill
2023-10-25
1
-1
/
+0
*
On `-disable-assert`, `panic` will still work but not print the caller location
gingerBill
2023-10-25
2
-3
/
+4
*
Merge pull request #2886 from flysand7/linux-no-crt
gingerBill
2023-10-24
3
-8
/
+93
|
\
|
*
Implement -no-crt entry point on linux
flysand7
2023-10-22
3
-8
/
+93
*
|
Add clear_soa (for #soa[dynamic]T)
Jeroen van Rijn
2023-10-22
1
-0
/
+13
*
|
Fix a `shrink(map[T]U)` bug in the core lib
Daniel
2023-10-21
1
-3
/
+3
|
/
*
convert procs_windows_amd64.asm to tabs
flysand7
2023-10-20
1
-27
/
+27
*
Implement __chkstk
flysand7
2023-10-20
1
-4
/
+70
*
Merge branch 'master' into llvm-17
gingerBill
2023-09-27
1
-0
/
+42
|
\
|
*
Add `cstring` specific comparison procedures to fix comparisons like `cstring...
gingerBill
2023-09-26
1
-0
/
+42
*
|
Use a giant packed struct working for type info table
gingerBill
2023-09-22
1
-0
/
+1
*
|
Add `ODIN_SANITIZER_FLAGS` global constant
gingerBill
2023-09-21
1
-0
/
+13
*
|
Update ABI breaking changes for `f16` types (due to LLVM 15+)
gingerBill
2023-09-21
1
-11
/
+15
|
/
*
Add formatting of bytes into the best unit of measurement
Laytan Laats
2023-09-01
1
-0
/
+2
*
Fix #2763
Jeroen van Rijn
2023-08-22
1
-5
/
+6
*
Require parentheses for `#align(N)`
gingerBill
2023-08-15
3
-5
/
+6
*
Fix typo
gingerBill
2023-08-08
1
-1
/
+1
*
Add `ODIN_PLATFORM_SUBTARGET`
gingerBill
2023-08-08
1
-0
/
+10
*
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
2
-7
/
+7
*
Remove the use of `import` within `when`
gingerBill
2023-08-04
1
-2
/
+5
*
Merge branch 'master' into tilde
gingerBill
2023-08-03
1
-98
/
+118
|
\
|
*
Clean up usage of `using` throughout core and vendor
gingerBill
2023-07-31
2
-15
/
+15
|
*
coalesce tombstones in map insert
jason
2023-07-21
1
-98
/
+118
*
|
Update Tilde for the new TB_Passes approach
gingerBill
2023-07-28
2
-10
/
+15
*
|
Update Tilde
gingerBill
2023-07-24
4
-19
/
+28
|
/
*
Improve accuracy of `abs` or `complex*` types
gingerBill
2023-06-28
1
-6
/
+27
*
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
[next]