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/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
*
Fix #4132
gingerBill
2024-08-24
1
-1
/
+2
*
Add `intrinsics.type_has_shared_fields`
gingerBill
2024-08-24
2
-0
/
+56
*
Improve `parse_enforce_tabs` usage
gingerBill
2024-08-24
2
-6
/
+21
*
Fix #4105
gingerBill
2024-08-24
1
-3
/
+13
*
Manually implement tail-recursion for `parse_if_stmt`
gingerBill
2024-08-24
2
-12
/
+20
*
Add a recursion depth limit for #3987 with a consideration to use a `switch` ...
gingerBill
2024-08-24
2
-0
/
+10
*
Disallow labelled branches in `defer` - fix #3960
gingerBill
2024-08-24
1
-0
/
+8
*
Fix #4079
gingerBill
2024-08-24
1
-4
/
+5
*
Merge pull request #4130 from fusion32/fix-ambiguous-generic-type-names
gingerBill
2024-08-24
1
-3
/
+5
|
\
|
*
fix wrong exact value kind comparison
fusion32
2024-08-23
1
-1
/
+1
|
*
fix ambiguous generic type names
fusion32
2024-08-23
1
-3
/
+5
*
|
#4115 Add `Suggestion: 'typeid_of(T)'`
gingerBill
2024-08-24
1
-0
/
+4
*
|
#4119 Add error when doing `{.A | .B}` instead of `{.A, .B}` with a suggestio...
gingerBill
2024-08-24
1
-0
/
+16
*
|
Fix #4126
gingerBill
2024-08-24
1
-2
/
+2
|
/
*
Merge pull request #4089 from laytan/riscv64
gingerBill
2024-08-22
10
-49
/
+465
|
\
|
*
unify LB_ABI_INFO and LB_ABI_INFO_CTX
Laytan Laats
2024-08-20
1
-18
/
+23
|
*
add support for linux_riscv64 and freestanding_riscv64
Laytan
2024-08-20
10
-44
/
+455
*
|
Merge pull request #4116 from Kelimion/article
Jeroen van Rijn
2024-08-21
2
-7
/
+44
|
\
\
|
*
|
,
Jeroen van Rijn
2024-08-21
1
-2
/
+2
|
*
|
dash
Jeroen van Rijn
2024-08-21
1
-2
/
+2
|
*
|
Add table-driven (in)definite article to some errors.
Jeroen van Rijn
2024-08-20
2
-7
/
+44
|
|
/
*
/
fix variadic parameter with default value error check
Laytan
2024-08-21
1
-2
/
+5
|
/
*
Fix `switch val in ptr`
gingerBill
2024-08-19
1
-3
/
+3
*
Add suggestion for `~uint(0)` if `cast(uint)-1` is done
gingerBill
2024-08-18
1
-5
/
+15
*
Move assert to `else` branch
gingerBill
2024-08-18
1
-3
/
+8
*
Merge pull request #4103 from laytan/wait-shared-on-macos-10-15
Laytan
2024-08-18
1
-3
/
+27
|
\
|
*
UL_COMPARE_AND_WAIT_SHARED is macOS 10.15+
Laytan Laats
2024-08-18
1
-3
/
+27
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-08-18
2
-46
/
+55
|
\
\
|
*
|
implement lshrti3 on wasm
Laytan Laats
2024-08-18
2
-46
/
+55
|
|
/
*
/
Cache the paddding filler type
gingerBill
2024-08-18
3
-3
/
+36
|
/
*
Correct `lbAddr_SoaVariable` logic
gingerBill
2024-08-18
2
-13
/
+16
*
Fix #3999
gingerBill
2024-08-18
2
-3
/
+7
*
Fix #4005
gingerBill
2024-08-18
1
-1
/
+5
*
Fix #4022
gingerBill
2024-08-18
1
-1
/
+1
*
Fix #4024
gingerBill
2024-08-18
1
-1
/
+8
*
Fix #4040
gingerBill
2024-08-18
1
-0
/
+10
*
Fix #4064
gingerBill
2024-08-18
1
-1
/
+3
*
Fix #3976
gingerBill
2024-08-18
1
-2
/
+3
*
If missing type is newline, print "newline", not \n
Jeroen van Rijn
2024-08-17
1
-1
/
+6
*
Error if missing map key type
Jeroen van Rijn
2024-08-17
1
-0
/
+12
*
fix `open` bindings
Laytan Laats
2024-08-16
1
-0
/
+15
*
Fix 'odin [run|test] --' giving a compiler out of bounds
FourteenBrush
2024-08-14
1
-2
/
+8
*
Merge pull request #4012 from laytan/posix
gingerBill
2024-08-14
4
-2
/
+43
|
\
|
*
posix: add package
Laytan Laats
2024-08-14
4
-2
/
+43
*
|
Fix doc writer bug caused by using an iterator rather than a for loop
gingerBill
2024-08-14
1
-2
/
+14
*
|
Allow `@(require_results)` on `foreign` blocks
gingerBill
2024-08-14
3
-1
/
+14
*
|
Merge pull request #2977 from jakubtomsu/disallow-variadic-param-default
Laytan
2024-08-14
1
-0
/
+2
|
\
\
|
*
|
Add nullptr check back
jakubtomsu
2023-11-25
1
-1
/
+1
|
*
|
Check for variadic param default val
jakubtomsu
2023-11-25
1
-1
/
+3
*
|
|
Error if assigning to `rodata` variable with index
Davi
2024-08-13
1
-1
/
+8
|
|
/
|
/
|
[next]