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
...
*
|
`intrinsics.atomic_type_is_lock_free`
gingerBill
2022-04-02
1
-0
/
+30
|
/
*
Add checks for memory ordering on fences
gingerBill
2022-03-31
1
-6
/
+20
*
Enforce success failure pairings of `compare_exchange_*_explicit` at compile ...
gingerBill
2022-03-31
1
-7
/
+85
*
Replace the atomic intrinsics
gingerBill
2022-03-31
1
-59
/
+132
*
Add `intrinsics.wasm_memory_grow` `intrinsics.wasm_memory_size`
gingerBill
2022-03-30
1
-1
/
+68
*
Merge branch 'master' into freestanding_amd64
gingerBill
2022-03-14
1
-5
/
+6
|
\
|
*
Add relative slice to type checks for built in len
Joakim Hentula
2022-03-02
1
-1
/
+1
|
*
Improve error message when there is "no field" found for a large anonymous st...
gingerBill
2022-03-01
1
-4
/
+4
|
*
initial OpenBSD support
Sébastien Marie
2022-02-25
1
-0
/
+1
*
|
Commit rest of code for `-disallow-rtti`
gingerBill
2022-02-28
1
-5
/
+13
|
/
*
Use `try_to_add_package_dependency`
gingerBill
2022-02-18
1
-7
/
+7
*
Fix typo
gingerBill
2022-02-18
1
-1
/
+1
*
Allow objc intrinsics within `odin check` and `odin docs` but disallow for `o...
gingerBill
2022-02-18
1
-1
/
+2
*
Add vendor:directx and vendor:darwin packages for documentation generation
gingerBill
2022-02-18
1
-2
/
+3
*
Add `intrinsics.constant_utf16_cstring`
gingerBill
2022-02-17
1
-18
/
+31
*
Use `objc_allocateClassPair` for `intrinsics.objc_register_class`
gingerBill
2022-02-14
1
-0
/
+1
*
Add new objc intrinsics: objc_(register|find)_(selector|class)
gingerBill
2022-02-14
1
-4
/
+24
*
Add more objc attributes
gingerBill
2022-02-11
1
-5
/
+3
*
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
[prev]
[next]