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
...
*
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
*
Add "Suggestion: Did you mean?" for selector expression typos
gingerBill
2021-07-08
1
-0
/
+9
*
Remove `try`; Replace `try x else y` with `or_else(x, y)`
gingerBill
2021-07-05
1
-0
/
+110
*
Try `try` and `or_else` built-in procedures with operators `try` and `try else`
gingerBill
2021-07-04
1
-184
/
+0
*
[Experimental] Add 'try' and `or_else' built-in procedures
gingerBill
2021-07-04
1
-0
/
+182
*
Allow alternative syntax for `offset_of`: `offset_of(Type, field)`, `offset_o...
gingerBill
2021-06-26
1
-11
/
+49
*
Add `intrinsics.type_is_endian_platform`
gingerBill
2021-06-17
1
-0
/
+2
*
Remove unneeded dependencies
gingerBill
2021-05-31
1
-37
/
+3
*
Fix #1004
gingerBill
2021-05-31
1
-0
/
+2
*
Add intrinsics.{ptr_offset, ptr_sub}
gingerBill
2021-05-30
1
-0
/
+101
*
Add abs_f16 dependency when used.
Jeroen van Rijn
2021-05-29
1
-0
/
+1
*
Add `intrinsics.mem_zero`
gingerBill
2021-05-24
1
-0
/
+41
*
Add range-based error messages to `-verbose-errors`
gingerBill
2021-05-19
1
-2
/
+2
*
Add `intrinsics.mem_copy` and `intrinsics.mem_copy_non_overlapping`
gingerBill
2021-05-19
1
-0
/
+53
*
Add `intrinsics.sqrt` for floating-point values
gingerBill
2021-05-19
1
-0
/
+28
*
Add intrinsics.type_is_variant_of
gingerBill
2021-05-13
1
-0
/
+40
*
Add min_f16 and max_f16 dependencies
gingerBill
2021-05-03
1
-0
/
+4
*
Make atomic compare related intrinsics optional ok
gingerBill
2021-04-27
1
-4
/
+4
*
Add `intrinsics.count_zeros`
gingerBill
2021-04-25
1
-0
/
+1
*
Rename intrinsics to count_trailing_zeros and count_leading_zeros
gingerBill
2021-04-25
1
-2
/
+2
*
Replace many `foreign` llvm calls with intrinsics
gingerBill
2021-04-25
1
-0
/
+1
*
Remove `use_llvm_api` related checks and other related things
gingerBill
2021-04-25
1
-40
/
+0
*
Move `check_builtin_procedure` to check_builtin.cpp
gingerBill
2021-04-23
1
-0
/
+2802
[prev]