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
*
Move `core:runtime` to `base:runtime`; keep alias around
gingerBill
2024-01-28
38
-6774
/
+0
*
Remove dead code
gingerBill
2024-01-28
1
-74
/
+0
*
Remove mention of `map` in builtin resize proc group
Kyle Burke
2024-01-24
1
-1
/
+1
*
bring log allocator up to date
Colin Davidson
2024-01-17
14
-38
/
+68
|
\
|
*
stdcall -> system
gingerBill
2024-01-17
5
-6
/
+6
|
*
Implement instrumentation pass
gingerBill
2024-01-07
7
-10
/
+20
|
*
Enforce naming the parameters with `builtin.quaternion` to reduce confusion
gingerBill
2024-01-05
1
-6
/
+6
|
*
darwin: actually honor no-crt by not linking with `-lSystem -lm`
Laytan Laats
2024-01-02
1
-1
/
+12
|
*
remove duplication
Alex Ragalie
2023-12-31
1
-1
/
+1
|
*
fix typo in assign_at_elems
Laytan Laats
2023-12-28
1
-1
/
+1
|
*
Fix `assign_at_elems` to match the same logic as `assign_at_elem_string`
gingerBill
2023-12-18
1
-2
/
+7
|
*
fix big alignment
Laytan
2023-12-18
1
-6
/
+6
|
*
add other failing test and fix them
Laytan Laats
2023-12-18
1
-4
/
+4
|
*
core: Fixed build constraints
Yawning Angel
2023-12-17
1
-1
/
+5
|
*
fix write on x86_64 Darwin
Laytan Laats
2023-12-04
1
-1
/
+1
*
|
add resize non zeroed in more places
Colin Davidson
2023-12-04
1
-2
/
+2
*
|
add non-zeroing append and resize
Colin Davidson
2023-12-04
5
-21
/
+120
|
/
*
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
[next]