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
Commit message (
Expand
)
Author
Age
Files
Lines
*
add clarity for diverging mismatch error
Laytan Laats
2024-08-10
1
-0
/
+18
*
possibly fix init_core_type_info race condition
Laytan Laats
2024-08-10
1
-0
/
+3
*
Delete empty file after access check.
Jeroen van Rijn
2024-08-07
1
-3
/
+5
*
Swap `reduce_any` and `reduce_all`
Feoramund
2024-08-06
1
-2
/
+2
*
Fix crash if referencing import "aliased" in other file.
Jeroen van Rijn
2024-08-05
1
-0
/
+8
*
Add `intrinsics.masked_expand_load` and `intrinsics.masked_compress_store`
gingerBill
2024-08-05
3
-7
/
+38
*
Remove dead code
gingerBill
2024-08-05
1
-1
/
+0
*
Add `intrinsics.simd_masked_load` and `intrinsics.simd_masked_store`
gingerBill
2024-08-05
4
-26
/
+67
*
Add `intrinsics.simd_gather` and ``intrinsics.simd_scatter`
gingerBill
2024-08-05
3
-0
/
+106
*
Rename `add_sat` -> `saturating_add`
gingerBill
2024-08-05
3
-24
/
+24
*
Add `simd_reduce_any` and `simd_reduce_all`
gingerBill
2024-08-05
3
-0
/
+47
*
Allow cast between `#simd[N]rawptr` <-> `#simd[N]uintptr`
gingerBill
2024-08-05
1
-1
/
+5
*
Allow `swizzle` to take more arguments than the original array length
gingerBill
2024-08-05
2
-2
/
+2
*
Add `#simd[N]rawptr` support
gingerBill
2024-08-05
2
-1
/
+4
*
Just compare against `nil` directly if the comparator is known to be `nil` too
gingerBill
2024-08-04
1
-0
/
+7
*
Disallow `err != 0` with `os.Error` when `-strict-style` is enabled
gingerBill
2024-08-04
1
-1
/
+2
*
Hack: Convert `0` to `nil`
gingerBill
2024-08-04
1
-1
/
+4
*
`os.Errno` -> `os.Error`
gingerBill
2024-08-04
1
-0
/
+1
*
Use `union #shared_nil` for `os.Error`
gingerBill
2024-08-04
1
-19
/
+16
*
Begin converting `os.Errno` to be a `nil`-able type as a transition period
gingerBill
2024-08-04
1
-0
/
+21
*
Improve output path checking
Jeroen van Rijn
2024-07-31
1
-3
/
+8
*
fix for using .rc files
Thomas la Cour
2024-07-30
1
-0
/
+1
*
fix `specific_union_variant in map_keyed_by_union` not converting to union type
Laytan Laats
2024-07-29
1
-4
/
+6
*
fix instrumentation features on LLVM versions with typed pointers
Laytan Laats
2024-07-24
1
-1
/
+1
*
Propagate `rodata` a bit more in `lb_const_value`
gingerBill
2024-07-23
1
-28
/
+36
*
Fix #3964
gingerBill
2024-07-23
3
-4
/
+9
*
Check to see if people are return a slice of a local fixed array from a proce...
gingerBill
2024-07-22
1
-1
/
+9
*
Add suggestion for #3961
gingerBill
2024-07-22
2
-0
/
+39
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-07-22
3
-6
/
+6
|
\
|
*
Simplify exe path check.
Jeroen van Rijn
2024-07-22
1
-2
/
+1
|
*
Fix .exe path is directory check.
Jeroen van Rijn
2024-07-22
1
-4
/
+3
|
*
Fix #3473
Jeroen van Rijn
2024-07-22
1
-1
/
+3
|
*
Add NULL check in check_range_stmt
Jeroen van Rijn
2024-07-21
1
-1
/
+1
|
*
Help text default -o:none -> -o:minimal.
Jeroen van Rijn
2024-07-19
1
-1
/
+1
*
|
Improve error handling for invalid syntax doing `[*]T`
gingerBill
2024-07-22
1
-3
/
+9
|
/
*
type is never a tuple here
Laytan Laats
2024-07-16
1
-3
/
+0
*
fix `add_sat` and `sub_sat` intrinsics
Laytan Laats
2024-07-16
2
-7
/
+78
*
Add intrinsics `add_sat` and `sub_sat`
gingerBill
2024-07-16
3
-0
/
+14
*
add workaround for kernel panics on MacOS
Laytan Laats
2024-07-15
1
-8
/
+22
*
Fix code gen issue with `bit_set`
gingerBill
2024-07-15
1
-4
/
+0
*
Minor change to an internal flag
gingerBill
2024-07-15
1
-0
/
+1
*
Begin work for `bit_set[...; [N]T]` (not working)
gingerBill
2024-07-15
9
-43
/
+141
*
Fix `case:` in type switch issue
gingerBill
2024-07-15
2
-3
/
+10
*
Make linkage weak in certain places
gingerBill
2024-07-15
2
-49
/
+49
*
Fix global variables being "missing" with `-use-separate-modules`
gingerBill
2024-07-15
4
-67
/
+73
*
Fix possible race and correct linkage _after_ generation
gingerBill
2024-07-15
4
-18
/
+40
*
`-use-separate-modules` default on Windows only
gingerBill
2024-07-15
2
-2
/
+2
*
Generate backing array in the case where there is no `DeclInfo` for the proce...
gingerBill
2024-07-15
1
-6
/
+10
*
Disable `-use-separate-modules` by default on darwin until problem is determined
gingerBill
2024-07-15
1
-0
/
+2
*
Minimize mutex lock for `#load_directory`
gingerBill
2024-07-15
1
-3
/
+7
[next]