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
/
src
/
check_builtin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `intrinsics.type_is_nearly_simple_compare`
gingerBill
2025-08-04
1
-0
/
+2
*
move to checker error, rather than panic
Colin Davidson
2025-07-29
1
-0
/
+8
*
switch to read_cycle_counter_frequency from arm64_read_cycle_counter_freq, tr...
Colin Davidson
2025-07-29
1
-1
/
+1
*
use the correct frequency for the arm tsc timer
Colin Davidson
2025-07-28
1
-0
/
+1
*
Merge pull request #5442 from jon-lipstate/table_lookup
gingerBill
2025-07-22
1
-0
/
+52
|
\
|
*
cleanup langauge / errors about table vs swizzle
Jon Lipstate
2025-07-16
1
-16
/
+16
|
*
rename table_lookup to runtime_swizzle
Jon Lipstate
2025-07-16
1
-2
/
+2
|
*
table lookup intrinsic
Jon Lipstate
2025-07-05
1
-0
/
+52
*
|
add did you mean for card/len
Jon Lipstate
2025-07-16
1
-1
/
+5
*
|
Add union kind assertion to enum_constant_entity_cmp
FourteenBrush
2025-07-11
1
-3
/
+6
*
|
Fix BigInt leaking
FourteenBrush
2025-07-11
1
-0
/
+2
*
|
Allocate temp array instead of sorting in place
FourteenBrush
2025-07-11
1
-2
/
+2
*
|
Add type_enum_is_contiguous intrinsic
FourteenBrush
2025-07-11
1
-0
/
+48
|
/
*
Add check_all scripts
Jeroen van Rijn
2025-06-16
1
-0
/
+5
*
Add `intrinsics.type_is_bit_field` proc
iarkn
2025-06-06
1
-0
/
+2
*
Fix #5265
Jeroen van Rijn
2025-06-03
1
-1
/
+1
*
Show quaternion arguments in `wxyz` order, instead of `xyzw`, in mismatched t...
Feoramund
2025-06-01
1
-1
/
+1
*
Make `quaternion` untyped values convert to first typed value found
Feoramund
2025-06-01
1
-10
/
+12
*
Fix `quaternion` construction causing compiler crash
Feoramund
2025-06-01
1
-0
/
+1
*
add: type_integer_to_* error messages
0xrsp
2025-05-15
1
-6
/
+3
*
new compiler intrinsics type_integer_to_unsigned,type_integer_to_signed
0xrsp
2025-05-15
1
-0
/
+84
*
Handle "untyped" case
gingerBill
2025-05-12
1
-1
/
+9
*
Add `compress_values`
gingerBill
2025-05-12
1
-0
/
+180
*
Merge pull request #5064 from harold-b/hb/objc-classes
gingerBill
2025-05-08
1
-3
/
+57
|
\
|
*
Prevent multiple uses of the same Objective-C class name
Harold Brenes
2025-05-03
1
-2
/
+2
|
*
Implement all checker specification for Objective-C class implementations and...
Harold Brenes
2025-05-03
1
-24
/
+4
|
*
Name fixes
Harold Brenes
2025-04-30
1
-3
/
+3
|
*
Fix indentations
Harold Brenes
2025-04-27
1
-72
/
+72
|
*
Fix styling issues
Harold Brenes
2025-04-27
1
-5
/
+4
|
*
Add initial support for Objective-C class implementation
Harold Brenes
2025-04-20
1
-1
/
+76
*
|
Added alternate reduce-add/reduce-mul intrinsics.
Barinzaya
2025-05-05
1
-0
/
+4
*
|
Fix `type_union_tag_offset` when all members are zero sized
Jeroen van Rijn
2025-05-05
1
-3
/
+4
*
|
Add `intrinsics.simd_indices`
gingerBill
2025-05-05
1
-0
/
+31
|
/
*
Allow intrinsics.type_elem_type(simd_vector) to return the element type.
Jeroen van Rijn
2025-04-11
1
-0
/
+1
*
Fix #4949
gingerBill
2025-03-24
1
-0
/
+7
*
Fix #4962
gingerBill
2025-03-24
1
-5
/
+9
*
Added simd_extract_lsbs intrinsic as well.
Barinzaya
2025-02-24
1
-0
/
+1
*
Added simd_extract_msbs intrinsic.
Barinzaya
2025-02-24
1
-0
/
+32
*
Merge pull request #4797 from laytan/improve-abs-of-float
gingerBill
2025-02-08
1
-2
/
+5
|
\
|
*
apply abs fix to constant system too
Laytan Laats
2025-02-06
1
-2
/
+5
*
|
Preserve `#no_nil` in `intrinsics.type_convert_variants_to_pointers`
korvahkh
2025-02-03
1
-0
/
+3
|
/
*
Fix #4508 for abs, min, max (#4516)
Jeroen van Rijn
2024-11-25
1
-1
/
+38
*
report error when builtin min/max has 1 (non-type) param
jakubtomsu
2024-11-17
1
-0
/
+9
*
Merge pull request #4427 from laytan/posix-additions
gingerBill
2024-10-30
1
-0
/
+4
|
\
|
*
fix `#load_directory` including nested directories
Laytan
2024-10-28
1
-0
/
+4
*
|
Fixes #4395 by not assuming simd returns val
Misomosi
2024-10-20
1
-1
/
+1
|
/
*
`a ordered` to `an ordered`
gingerBill
2024-10-02
1
-7
/
+7
*
Specify integer-like only for some `atomic_*` intrinsics
Feoramund
2024-09-18
1
-13
/
+8
*
add '#caller_expression'
Laytan Laats
2024-09-14
1
-0
/
+16
*
add fixed point sign extend to 128 int deps
Laytan Laats
2024-09-05
1
-0
/
+10
[next]