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
...
*
Disallow syntax: `proc(x,:T)`
gingerBill
2025-02-22
1
-0
/
+3
*
Improve error message for matrices with no rows or columns
gingerBill
2025-02-22
1
-6
/
+14
*
Allow indirection for swizzling on procedure parameters
gingerBill
2025-02-21
1
-0
/
+5
*
Merge pull request #4860 from odin-lang/bill/typeid_hash_table
gingerBill
2025-02-21
7
-73
/
+80
|
\
|
*
Fix typeid size in LLVM
gingerBill
2025-02-20
1
-1
/
+1
|
*
Handle `any` correctly for 32-bit systems
gingerBill
2025-02-20
2
-5
/
+21
|
*
Fix `typeid` size for 32-bit platforms
gingerBill
2025-02-20
1
-3
/
+3
|
*
Change `typeid` definition to be based around the canonical type hash
gingerBill
2025-02-20
5
-64
/
+55
*
|
Fixed an issue with SIMD vector equality.
Barinzaya
2025-02-20
1
-1
/
+10
|
/
*
Add `cast` back
gingerBill
2025-02-20
1
-1
/
+1
*
Use `PtrMap` temporarily
gingerBill
2025-02-20
3
-5
/
+5
*
Use `TypeSet` instead of `PtrSet<Type *>`
gingerBill
2025-02-20
2
-38
/
+4
*
Improve name canonicalization for some debuggers
gingerBill
2025-02-20
1
-3
/
+3
*
Make debug symbols use the new name canonicalization rules
gingerBill
2025-02-20
2
-20
/
+31
*
Move docs to the header
gingerBill
2025-02-19
2
-29
/
+23
*
Number fields within procedures with a depth-first numbering system
gingerBill
2025-02-19
3
-1
/
+12
*
Add to check to fix crash
gingerBill
2025-02-18
1
-2
/
+3
*
Fix for weird builtin types
gingerBill
2025-02-18
1
-4
/
+10
*
Add offset for nested things
gingerBill
2025-02-18
1
-11
/
+10
*
Remove debug print
gingerBill
2025-02-18
1
-1
/
+0
*
Update the comments
gingerBill
2025-02-18
2
-51
/
+59
*
Add `TypeWriter` stream to allow for in-place hashing and string generation
gingerBill
2025-02-18
5
-271
/
+361
*
Use `TypeSet` for DeclInfo deps
gingerBill
2025-02-18
4
-60
/
+71
*
Minor code clean up
gingerBill
2025-02-18
1
-47
/
+15
*
Fix typos
gingerBill
2025-02-18
1
-1
/
+1
*
Simplify type info table construction
gingerBill
2025-02-17
5
-85
/
+146
*
Begin work on `TypeSet`
gingerBill
2025-02-17
3
-17
/
+246
*
Begin work on hash types
gingerBill
2025-02-17
8
-23
/
+114
*
Clean up rules for name mangling
gingerBill
2025-02-17
2
-179
/
+64
*
Use new name canonicalization approach
gingerBill
2025-02-17
2
-3
/
+5
*
Work on making name mangling deterministic
gingerBill
2025-02-17
11
-275
/
+475
*
Begin work on nested declarations
gingerBill
2025-02-17
1
-0
/
+15
*
Fill in more canonical types
gingerBill
2025-02-15
1
-2
/
+49
*
Begin work on producing a canonicalized type string for hashing types.
gingerBill
2025-02-14
1
-27
/
+248
*
Merge pull request #4797 from laytan/improve-abs-of-float
gingerBill
2025-02-08
2
-2
/
+30
|
\
|
*
reorganize tests and handle endian
Laytan Laats
2025-02-06
1
-8
/
+5
|
*
apply abs fix to constant system too
Laytan Laats
2025-02-06
2
-5
/
+8
|
*
improve abs() on floats for more correct and faster results
Laytan Laats
2025-02-05
1
-0
/
+28
*
|
Merge branch 'master' into bill/sdl3
gingerBill
2025-02-07
6
-45
/
+36
|
\
\
|
*
\
Merge pull request #4786 from korvahkh/fix-variants2ptrs
gingerBill
2025-02-07
1
-0
/
+3
|
|
\
\
|
|
*
|
Preserve `#no_nil` in `intrinsics.type_convert_variants_to_pointers`
korvahkh
2025-02-03
1
-0
/
+3
|
*
|
|
Merge pull request #4796 from laytan/obfuscate-more
gingerBill
2025-02-07
3
-43
/
+25
|
|
\
\
\
|
|
*
|
|
-obfuscate-source-code-locations on bounds checks and type assertions
Laytan Laats
2025-02-05
3
-43
/
+25
|
|
|
/
/
|
*
|
/
make corrected linkage with -use-separate-modules apply hidden visibility
Laytan Laats
2025-02-06
1
-0
/
+6
|
|
|
/
|
|
/
|
|
*
|
fix odin report macos version reporting unknown when release isn't a 3 point
Laytan Laats
2025-02-05
1
-2
/
+2
|
|
/
*
|
Remove transmute suggestion with `-vet-cast` when transmuting native <-> endi...
gingerBill
2025-02-05
2
-1
/
+23
*
|
Remove debug code
gingerBill
2025-02-05
1
-1
/
+1
*
|
Merge branch 'master' into bill/sdl3
gingerBill
2025-02-04
3
-2
/
+19
|
\
|
|
*
Fix `gb.h`'s `gb_fprintf_va` to allocate if the string is larger than the def...
gingerBill
2025-01-31
1
-1
/
+12
|
*
Fix #4750
gingerBill
2025-01-31
1
-1
/
+3
[prev]
[next]