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
*
Restrict `bit_set` to max-integer size where possible
gingerBill
2024-11-15
1
-1
/
+9
*
Add `-disallow-128-bit`
gingerBill
2024-11-15
5
-7
/
+36
*
Make lowercase
gingerBill
2024-11-14
1
-1
/
+1
*
Fix typo
gingerBill
2024-11-14
1
-1
/
+1
*
Add `-linker:<string>` to replace `-lld` and `-radlink`
gingerBill
2024-11-14
3
-20
/
+70
*
Disallow `-lld` and `-radlink` to be used together
gingerBill
2024-11-14
1
-0
/
+8
*
Add `-radlink`
gingerBill
2024-11-14
3
-21
/
+52
*
Remove `#relative` types from the compiler
gingerBill
2024-11-14
12
-463
/
+4
*
Make `#relative` types an error in parsing
gingerBill
2024-11-14
1
-0
/
+1
*
Keep ASAN happy on type assertions
gingerBill
2024-11-13
1
-2
/
+10
*
Added support for `odin build -target:?`
bayo-code
2024-11-11
1
-21
/
+23
*
Revert "List the supported targets using `odin targets`"
bayo-code
2024-11-11
1
-7
/
+0
*
List the supported targets using `odin targets`
bayo-code
2024-11-10
1
-0
/
+7
*
Remove duplicates in `-defineables`
gingerBill
2024-11-08
1
-2
/
+16
*
&&
Jeroen van Rijn
2024-11-07
1
-1
/
+1
*
Phrasing!
Jeroen van Rijn
2024-11-07
1
-2
/
+2
*
Suggest `-microarch:native` if `popcnt` instruction is missing.
Jeroen van Rijn
2024-11-07
4
-21
/
+49
*
Merge pull request #4394 from seventh-chord/errormessages
gingerBill
2024-11-06
1
-0
/
+9
|
\
|
*
Suggestion when assigning enum to bit_set
Morten Hauke Solvang
2024-10-19
1
-0
/
+9
*
|
Merge pull request #4437 from dpoetzschke/fix/windows-args-escaping
gingerBill
2024-11-06
1
-0
/
+30
|
\
\
|
*
|
added braces
Dominik Pötzschke
2024-10-31
1
-2
/
+4
|
*
|
adjust memory allocation
Dominik Pötzschke
2024-10-30
1
-1
/
+6
|
*
|
fix: fix windows params bug
Dominik Pötzschke
2024-10-30
1
-0
/
+23
*
|
|
Merge pull request #4449 from 0dminnimda/add-pie
dev-2024-11
Jeroen van Rijn
2024-11-04
2
-4
/
+13
|
\
\
\
|
*
|
|
Revert further simplifiction
0dminnimda
2024-11-04
1
-1
/
+1
|
*
|
|
Simplify further
0dminnimda
2024-11-04
1
-1
/
+1
|
*
|
|
Simplify use of pie
0dminnimda
2024-11-04
3
-48
/
+9
|
*
|
|
Add support for linking as pie
0dminnimda
2024-11-04
3
-3
/
+51
*
|
|
|
Fix previous commit for arrays
gingerBill
2024-11-04
1
-10
/
+9
*
|
|
|
Fix bug for `foo().bar` where `foo()` is a 0-value expression
gingerBill
2024-11-04
1
-12
/
+16
*
|
|
|
Fix `auto_cast` matrix bug
gingerBill
2024-11-04
1
-1
/
+12
*
|
|
|
Add "-build-mode:dynamic" to the "odin help build" output
peachey2k2
2024-11-01
1
-0
/
+1
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-10-30
9
-19
/
+46
|
\
\
\
\
|
*
\
\
\
Merge pull request #4425 from bobsayshilol/misc-fixes
gingerBill
2024-10-30
6
-16
/
+27
|
|
\
\
\
\
|
|
*
|
|
|
Plug a memory leak
bobsayshilol
2024-10-27
1
-2
/
+0
|
|
*
|
|
|
Add missing guards around push/pop pragmas
bobsayshilol
2024-10-27
1
-3
/
+8
|
|
*
|
|
|
Fix passing nullptr to args marked as non-null
bobsayshilol
2024-10-27
2
-1
/
+6
|
|
*
|
|
|
Avoid undefined arithmetic shifting
bobsayshilol
2024-10-27
1
-1
/
+1
|
|
*
|
|
|
Avoid member access through nullptr in debug
bobsayshilol
2024-10-27
1
-8
/
+11
|
|
*
|
|
|
Fix invalid union access
bobsayshilol
2024-10-27
1
-1
/
+1
|
|
|
/
/
/
|
*
|
|
|
Merge pull request #4427 from laytan/posix-additions
gingerBill
2024-10-30
1
-0
/
+4
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
fix `#load_directory` including nested directories
Laytan
2024-10-28
1
-0
/
+4
|
|
|
|
/
|
|
|
/
|
|
*
|
|
match_exact_value: return when type is compound
Jeroen van Rijn
2024-10-29
1
-0
/
+1
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #4416 from Yawning/fix/4413
gingerBill
2024-10-27
1
-3
/
+14
|
|
\
\
|
|
*
|
src/big_int.cpp: Use square-multiply for exponentiation
Yawning Angel
2024-10-25
1
-3
/
+14
*
|
|
|
Add warning for `unsigned >= 0` like conditions in a `for` loop
gingerBill
2024-10-30
1
-0
/
+17
|
/
/
/
*
|
|
Fix bug caused due to incorrect type checking looking for `context` not defin...
gingerBill
2024-10-27
1
-0
/
+1
*
|
|
fix the typeid type kind of a typeid being set to Typeid_Invalid
Laytan Laats
2024-10-27
1
-0
/
+2
*
|
|
Merge pull request #4418 from laytan/check-packed-on-all-loads
gingerBill
2024-10-25
5
-26
/
+45
|
\
\
\
|
*
|
|
check packed load and set alignment on all loads, not just lb_emit_load
Laytan Laats
2024-10-25
5
-26
/
+45
|
|
/
/
[next]