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
...
*
|
|
|
|
Forbid labelled or-branch expressions within `defer`
Feoramund
2024-09-19
1
-0
/
+4
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
add new macos releases to 'odin report' and sys/info
Laytan Laats
2024-09-17
1
-0
/
+2
*
|
|
|
Add `-vet-unused-procedures`
gingerBill
2024-09-17
3
-8
/
+71
*
|
|
|
Add `-vet-packages:<comma-separated-string-array>`
gingerBill
2024-09-17
4
-26
/
+54
*
|
|
|
Fix minor bug with addressability
gingerBill
2024-09-17
1
-4
/
+14
*
|
|
|
Merge pull request #4242 from laytan/caller-expression
gingerBill
2024-09-16
6
-7
/
+113
|
\
\
\
\
|
*
|
|
|
add '#caller_expression'
Laytan Laats
2024-09-14
6
-7
/
+113
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #4232 from Feoramund/test-sync
gingerBill
2024-09-16
1
-2
/
+10
|
\
\
\
\
|
*
|
|
|
Fix CPU count detection in FreeBSD & NetBSD
Feoramund
2024-09-11
1
-2
/
+10
*
|
|
|
|
fix #4243
Laytan Laats
2024-09-15
1
-1
/
+1
*
|
|
|
|
improve bit field debug info
Laytan Laats
2024-09-14
1
-36
/
+44
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Add `Suggested Example` for using an inline procedure which enables a target ...
gingerBill
2024-09-12
1
-0
/
+3
*
|
|
|
Merge pull request #4233 from laytan/fix-poly-variadic-reuse-slice
Laytan
2024-09-12
1
-16
/
+17
|
\
\
\
\
|
*
|
|
|
fix reuse of slice for varargs with poly types
Laytan Laats
2024-09-12
1
-16
/
+17
*
|
|
|
|
Merge pull request #4231 from InKryption/enable-doc-out-param
Jeroen van Rijn
2024-09-12
1
-1
/
+7
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Enable -out:<filename> for doc subcommand
InKryption
2024-09-11
1
-1
/
+7
*
|
|
|
|
Allow `transmute(Bit_Set)~T(0)`
gingerBill
2024-09-11
1
-1
/
+2
*
|
|
|
|
fix some LLVM assertions
Laytan Laats
2024-09-11
2
-3
/
+3
|
/
/
/
/
*
|
|
|
Fix #4229 for edge case `os.Error`/`os.Errno` legacy bodge
gingerBill
2024-09-11
2
-2
/
+8
*
|
|
|
Merge pull request #4206 from laytan/improve-linking-shared-libraries
gingerBill
2024-09-10
4
-21
/
+21
|
\
\
\
\
|
*
|
|
|
support the rpath changes on macos
Laytan Laats
2024-09-05
1
-6
/
+6
|
*
|
|
|
add -no-rpath
Laytan
2024-09-04
3
-3
/
+15
|
*
|
|
|
set -rpath to \$ORIGIN and expect libraries next to executable just like Windows
Laytan
2024-09-04
2
-20
/
+8
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Allow ExactValue_Invalid in assert.
fix-4225
Jeroen van Rijn
2024-09-10
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Check for `LLVM_VERSION_MAJOR >= 18`
gingerBill
2024-09-09
1
-0
/
+2
*
|
|
Add internal flag
gingerBill
2024-09-09
3
-0
/
+11
|
|
/
|
/
|
*
|
Fix #4211
Jeroen van Rijn
2024-09-07
1
-3
/
+4
*
|
Improve debug information for procedure types
gingerBill
2024-09-07
1
-9
/
+46
*
|
Simplify #row_major matrix and `matrix_flatten` behaviour
gingerBill
2024-09-07
2
-31
/
+45
*
|
add fixed point sign extend to 128 int deps
Laytan Laats
2024-09-05
1
-0
/
+10
|
/
*
types with explicit custom alignment are identical to types with the same nat...
Laytan
2024-09-04
1
-2
/
+14
*
make c vararg with any vs concrete type similar enough
Laytan
2024-09-04
1
-0
/
+24
*
Add missing help text for -build-mode:test
Dimension4
2024-09-02
1
-0
/
+1
*
Merge pull request #4175 from laytan/riscv-compiler
dev-2024-09
gingerBill
2024-09-02
5
-4
/
+34
|
\
|
*
riscv compiler support
Laytan
2024-09-01
5
-4
/
+34
*
|
Remove extra format item at end of `context` error message
Feoramund
2024-09-01
1
-1
/
+1
|
/
*
"fix" #4169, looks like llvm 14 bug
Laytan
2024-08-31
1
-2
/
+1
*
Simplified #assert check
Jeroen van Rijn
2024-08-31
1
-7
/
+0
*
Check for `#assert` condition to be a constant bool
Jeroen van Rijn
2024-08-31
1
-1
/
+11
*
Fix `new(sync.Mutex)`
gingerBill
2024-08-31
1
-1
/
+1
*
Fix #4156
gingerBill
2024-08-31
2
-1
/
+5
*
remove comma
Laytan Laats
2024-08-31
1
-1
/
+1
*
fix some issues with the "bad import name" errors
Laytan Laats
2024-08-31
1
-3
/
+9
*
Attempt to account for BuildTools installer's lack of \
Jeroen van Rijn
2024-08-30
1
-2
/
+8
*
Fix #4166
gingerBill
2024-08-30
1
-1
/
+8
*
Use XOR directly rather than `(~x) & mask`
gingerBill
2024-08-30
1
-2
/
+3
*
Make `~some_bit_set` work on only the possible bits by doing a mask with the ...
gingerBill
2024-08-30
2
-2
/
+96
*
Merge branch 'master' of https://github.com/avanspector/Odin
avanspector
2024-08-30
1
-1
/
+1
|
\
|
*
Merge branch 'odin-lang:master' into master
avanspector
2024-08-29
1
-1
/
+1
|
|
\
|
|
*
Merge pull request #4146 from Feoramund/fix-i128-transmute-align
gingerBill
2024-08-26
1
-1
/
+1
|
|
|
\
[prev]
[next]