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_subtype_of`; `intrinsics.objc_selector_name`
gingerBill
2022-02-08
1
-5
/
+37
*
Begin work on support objc intrinsics
gingerBill
2022-02-08
1
-1
/
+222
*
Correct simple boolean intrinsics
gingerBill
2022-02-08
1
-2
/
+3
*
Support rank-2 arrays (matrix-like) for `transpose`
gingerBill
2022-02-06
1
-2
/
+36
*
Rename architecture `386` to `i386`
gingerBill
2022-01-15
1
-1
/
+1
*
Begin work to move entry point code to Odin itself rather than in C++ side
gingerBill
2022-01-12
1
-0
/
+6
*
Correct `abs` type behaviour for quaternions
gingerBill
2021-12-31
1
-3
/
+10
*
Improve usage of `file_id`
gingerBill
2021-11-15
1
-2
/
+2
*
Add `#load_hash(<filepath>, <string-hash-kind>)`
gingerBill
2021-11-04
1
-0
/
+145
*
Fix (#1258): #load and #load_or segfault when given no params.
Jeroen van Rijn
2021-11-01
1
-2
/
+11
*
core/intrinsics: Add mem_zero_volatile
Yawning Angel
2021-10-31
1
-0
/
+1
*
Update alignment rules for `matrix` types as a compromise to keep zero padding
gingerBill
2021-10-25
1
-2
/
+2
*
Merge branch 'master' into new-matrix-type
gingerBill
2021-10-23
1
-0
/
+4
|
\
|
*
Add `intrinsics.unaligned_store` `intrinsics.unaligned_load`
gingerBill
2021-10-23
1
-0
/
+4
*
|
Add intrinsics for the matrix type
gingerBill
2021-10-21
1
-0
/
+2
*
|
Minor fix for parapoly matrix types
gingerBill
2021-10-20
1
-1
/
+0
*
|
Support `conj` on array and matrix types
gingerBill
2021-10-20
1
-3
/
+10
*
|
Add `matrix_flatten` - `matrix[R, C]T` -> `[R*C]T`
gingerBill
2021-10-20
1
-0
/
+30
*
|
Add `hadamard_product`
gingerBill
2021-10-20
1
-1
/
+55
*
|
Add builtin `outer_product`
gingerBill
2021-10-20
1
-0
/
+60
*
|
Add builtin `transpose`
gingerBill
2021-10-20
1
-2
/
+32
|
/
*
Correct `offset_of_by_string`
gingerBill
2021-10-03
1
-2
/
+4
*
Remove debug code
gingerBill
2021-10-03
1
-1
/
+1
*
Add `offset_of_by_string`
gingerBill
2021-10-03
1
-8
/
+78
*
Allow constant string value for the field argument of `offset_of`
gingerBill
2021-10-03
1
-10
/
+20
*
Add `#load_or(path_string, default_byte_slice)`
gingerBill
2021-09-23
1
-32
/
+35
*
Simplify directive parsing for expressions
gingerBill
2021-09-23
1
-1
/
+72
*
Merge branch 'master' into llvm-12.0.1-windows
gingerBill
2021-09-18
1
-19
/
+23
|
\
|
*
Only store `field_index` remove `field_src_index` (for the time being)
gingerBill
2021-09-13
1
-1
/
+1
|
*
Make `TypeStructl.tags` a pointer from a slice (reduce memory usage)
gingerBill
2021-09-13
1
-3
/
+3
|
*
Reduce size of `Type`
gingerBill
2021-09-13
1
-2
/
+6
|
*
Begin minimize `Type` size by replacing `Array` with `Slice` etc
gingerBill
2021-09-13
1
-16
/
+16
*
|
Add `intrinsics.prefetch_*` procedures
gingerBill
2021-09-11
1
-1
/
+35
|
/
*
`intrinsics.alloca` now returns `[^]u8`
gingerBill
2021-09-06
1
-1
/
+1
*
Add `intrinsics.is_package_imported(<string>)`
gingerBill
2021-09-06
1
-0
/
+23
*
Add `intrinsics.syscall` (for Linux and Darwin only)
gingerBill
2021-08-29
1
-34
/
+87
*
Remove unused code
gingerBill
2021-08-19
1
-0
/
+2
*
Make `or_else` and `or_return` operators (binary and suffix respectively)
gingerBill
2021-08-15
1
-119
/
+0
*
`or_return` built-in procedure
gingerBill
2021-08-15
1
-7
/
+115
*
Remove some dead code
gingerBill
2021-08-15
1
-7
/
+2
*
Correct and improve type inference for swizzling expressions
gingerBill
2021-08-09
1
-19
/
+3
*
Unify semantics of the built-in `swizzle` procedure with the selector express...
gingerBill
2021-08-09
1
-3
/
+22
*
Allow `len` and `cap` to return a `uint` if a type hint is `uint` to aid peop...
gingerBill
2021-08-09
1
-0
/
+10
*
Define which mutexes are blocking and recursive explicitly
gingerBill
2021-07-27
1
-1
/
+1
*
Improve default scope size
gingerBill
2021-07-27
1
-1
/
+1
*
Add sanity casts for 32/64 bit correctness
gingerBill
2021-07-12
1
-6
/
+6
*
Clean up big int to LLVM integer code
gingerBill
2021-07-11
1
-3
/
+3
*
Change the compiler's big integer library to use libTomMath
gingerBill
2021-07-11
1
-10
/
+16
*
Add experimental support for a threaded semantic checker to `-threaded-checker`
gingerBill
2021-07-10
1
-3
/
+3
*
Improve CheckerContext usage
gingerBill
2021-07-10
1
-3
/
+3
[prev]
[next]