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
*
Fix #3660
Feoramund
2024-06-02
1
-0
/
+4
*
Fix #3649
gingerBill
2024-05-30
1
-0
/
+2
*
Add experimental target `orca_wasm32`
gingerBill
2024-05-30
3
-5
/
+30
*
Clean up `handle_link_name` handling of `link_suffix`
gingerBill
2024-05-30
1
-3
/
+22
*
Add `@(link_suffix=<string>)`
gingerBill
2024-05-30
5
-9
/
+61
*
Initial hash directive implementation
Dudejoe870
2024-05-28
2
-50
/
+120
*
Change parser to use `^Expr` rather than `string` for the foreign import paths
gingerBill
2024-05-28
1
-1
/
+1
*
Delay checking foreign import paths until after global scope is checked
gingerBill
2024-05-28
5
-83
/
+118
*
Begin moving `foreign import` import paths to be evaluated in the semantic ph...
gingerBill
2024-05-27
4
-39
/
+69
*
Fix #3630 (first part)
gingerBill
2024-05-26
2
-2
/
+2
*
Add shadow suggestion
gingerBill
2024-05-22
1
-1
/
+5
*
Be very particular with the cases for the error notes
gingerBill
2024-05-22
1
-16
/
+15
*
Improve errors a lot for assigning procedures of the wrong signature
gingerBill
2024-05-22
1
-2
/
+47
*
Fix #3603
gingerBill
2024-05-20
1
-1
/
+7
*
Fix indexing type when using a `#row_major` matrix
gingerBill
2024-05-20
1
-2
/
+7
*
Remove constant indexing for `matrix` value propagation
gingerBill
2024-05-20
1
-1
/
+1
*
Merge pull request #3607 from Szwagi/fix-atomic-memory-order
gingerBill
2024-05-20
1
-2
/
+2
|
\
|
*
Fix Odin to LLVM memory order mapping for .Relaxed and .Consume
Kamil T
2024-05-20
1
-2
/
+2
*
|
Fix `for &v in &fixed_array`
gingerBill
2024-05-20
1
-1
/
+2
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-05-20
1
-8
/
+0
|
\
\
|
*
\
Merge pull request #3592 from laytan/wasm-gpa
gingerBill
2024-05-20
1
-8
/
+0
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
add a default heap/general purpose allocator for wasm to `base:runtime`
Laytan Laats
2024-05-16
1
-8
/
+0
*
|
|
Improve "Expected a type" syntax error
gingerBill
2024-05-20
1
-2
/
+8
|
/
/
*
|
Add intrinsics `type_is_matrix_row_major` & `type_is_matrix_column_major`
gingerBill
2024-05-20
2
-0
/
+34
*
|
Merge pull request #3570 from jasonKercher/linux-arm32
gingerBill
2024-05-20
5
-7
/
+22
|
\
\
|
*
|
arm32 now compiles and runs demo
jasonkercher
2024-05-10
5
-7
/
+22
*
|
|
Fix `intrinsics.ptr_sub`
gingerBill
2024-05-19
1
-2
/
+3
*
|
|
Remove bad code
gingerBill
2024-05-16
1
-1
/
+0
*
|
|
Fix more #soa changes
gingerBill
2024-05-16
3
-0
/
+15
*
|
|
Fix `soa_zip` and `soa_unzip`
gingerBill
2024-05-16
3
-5
/
+23
*
|
|
Fix #3514 along with `soa.a[i]` bounds checking
gingerBill
2024-05-16
4
-21
/
+50
*
|
|
Fix #3589
gingerBill
2024-05-16
1
-1
/
+1
*
|
|
Fix error reporting for enforce new switch/for syntax
gingerBill
2024-05-16
2
-8
/
+4
*
|
|
Remove the old switch/for semantics entirely and enforce `switch &x in y`
gingerBill
2024-05-16
3
-63
/
+15
*
|
|
Reimplement `-build-mode:static`/`-build-mode:lib`
gingerBill
2024-05-16
4
-8
/
+42
|
|
/
|
/
|
*
|
Merge pull request #3439 from andreas-jonsson/netbsd
gingerBill
2024-05-15
6
-7
/
+82
|
\
\
|
*
\
Merge branch 'master' into netbsd
Andreas T Jonsson
2024-05-13
10
-41
/
+497
|
|
\
\
|
*
|
|
Removed dead code
Andreas T Jonsson
2024-05-10
1
-2
/
+1
|
*
|
|
Merge branch 'master' into netbsd
Andreas T Jonsson
2024-05-10
23
-293
/
+1864
|
|
\
\
\
|
*
|
|
|
Changed target data layout
Andreas T Jonsson
2024-05-10
1
-1
/
+1
|
*
|
|
|
Merged with master
Andreas T Jonsson
2024-05-02
16
-476
/
+520
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'master' into netbsd
Andreas T Jonsson
2024-04-25
22
-330
/
+824
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Switched to native futex on NetBSD
Andreas T Jonsson
2024-04-25
1
-4
/
+9
|
*
|
|
|
|
|
Use PHYSMEM64 on NetBSD
Andreas T Jonsson
2024-04-22
1
-1
/
+9
|
*
|
|
|
|
|
Added build tag
Andreas T Jonsson
2024-04-22
1
-2
/
+2
|
*
|
|
|
|
|
Fixed bug report information for NetBSD
Andreas T Jonsson
2024-04-19
1
-4
/
+8
|
*
|
|
|
|
|
Added thread name
Andreas T Jonsson
2024-04-17
1
-6
/
+4
|
*
|
|
|
|
|
Initial commit of NetBSD port
Andreas T Jonsson
2024-04-16
5
-5
/
+69
*
|
|
|
|
|
|
Fix #3586
gingerBill
2024-05-14
1
-20
/
+21
*
|
|
|
|
|
|
Fix #3587
gingerBill
2024-05-14
1
-1
/
+28
[next]