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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct index to offset calculation for matrix compound literals
dev-2021-11
gingerBill
2021-11-02
3
-9
/
+10
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-11-02
1
-0
/
+8
|
\
|
*
Merge pull request #1265 from Kelimion/bug_report
Jeroen van Rijn
2021-11-02
1
-0
/
+8
|
|
\
|
|
*
`odin report` add Windows 10 Education Edition.
Jeroen van Rijn
2021-11-02
1
-0
/
+8
|
|
/
*
/
Improve `wasm-import` semantics to allow procedures from different import paths
gingerBill
2021-11-02
5
-30
/
+66
|
/
*
Modify ABI for the wasm32
gingerBill
2021-11-01
1
-8
/
+51
*
Remove comments
gingerBill
2021-11-01
1
-10
/
+1
*
Correct typo in soa data type debug information generation
gingerBill
2021-11-01
2
-7
/
+10
*
Merge pull request #1263 from Kelimion/ci_build_debug
Jeroen van Rijn
2021-11-01
1
-1
/
+10
|
\
|
*
Don't run demo's `soa_struct` when under -debug.
Jeroen van Rijn
2021-11-01
1
-1
/
+10
*
|
Merge pull request #1262 from Kelimion/ci_build_debug
Jeroen van Rijn
2021-11-01
1
-0
/
+12
|
\
|
|
*
CI: Run demo with debug info.
Jeroen van Rijn
2021-11-01
1
-0
/
+12
|
/
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-11-01
1
-0
/
+4
|
\
|
*
Merge pull request #1261 from Kelimion/bug_report
Jeroen van Rijn
2021-11-01
1
-0
/
+4
|
|
\
|
|
*
Add Windows 10 Home Core detection.
Jeroen van Rijn
2021-11-01
1
-0
/
+4
|
|
/
*
/
Correct debug info for `matrix` type
gingerBill
2021-11-01
1
-0
/
+1
|
/
*
Merge pull request #1259 from Kelimion/load_or
Jeroen van Rijn
2021-11-01
1
-2
/
+11
|
\
|
*
Fix (#1258): #load and #load_or segfault when given no params.
Jeroen van Rijn
2021-11-01
1
-2
/
+11
|
/
*
Merge pull request #1256 from Yawning/feature/volatile-memset
gingerBill
2021-10-31
7
-4
/
+30
|
\
|
*
core/mem: Add zero_explicit
Yawning Angel
2021-10-31
1
-0
/
+9
|
*
core/intrinsics: Add mem_zero_volatile
Yawning Angel
2021-10-31
5
-4
/
+19
|
*
build: Support the Fedora LLVM 11 package
Yawning Angel
2021-10-31
1
-0
/
+2
|
/
*
Change the behaviour change is for when a `bit_set` of range/enum and the und...
gingerBill
2021-10-31
1
-7
/
+47
*
Merge pull request #1252 from Kelimion/bug-report
gingerBill
2021-10-31
5
-21
/
+678
|
\
|
*
Add `odin report` command to help with bug reports.
Jeroen van Rijn
2021-10-31
5
-21
/
+678
*
|
Merge pull request #1255 from odin-lang/wasi-wasm
gingerBill
2021-10-31
29
-472
/
+2667
|
\
\
|
*
|
Add procs for wasm32
gingerBill
2021-10-31
4
-0
/
+21
|
*
|
Correct `_start` export for wasm* targets
gingerBill
2021-10-31
1
-0
/
+5
|
*
|
Disable `wasm64`
gingerBill
2021-10-31
2
-4
/
+4
|
*
|
Ignore `-use-separate-modules` when targeting wasm32/wasm64
gingerBill
2021-10-31
1
-0
/
+3
|
*
|
Add default_allocators_wasi.odin
gingerBill
2021-10-31
1
-0
/
+32
|
*
|
Separate out the ABI for wasm32 from 386
gingerBill
2021-10-31
1
-1
/
+65
|
*
|
Stub out os.open for wasi
gingerBill
2021-10-31
1
-47
/
+1
|
*
|
Update wasi to use `string` and slice types
gingerBill
2021-10-31
3
-204
/
+303
|
*
|
Correct string usage
gingerBill
2021-10-31
1
-27
/
+37
|
*
|
Add basic support for wasi in package os
gingerBill
2021-10-31
2
-10
/
+36
|
*
|
Separate os-specific things to separate file
gingerBill
2021-10-31
2
-33
/
+37
|
*
|
Add os_specific_wasi.odin
gingerBill
2021-10-31
1
-0
/
+10
|
*
|
Correct wasi linking
gingerBill
2021-10-31
1
-198
/
+218
|
*
|
Add `memmove` and `memset` support for `wasm`
gingerBill
2021-10-31
4
-12
/
+51
|
*
|
Move `sys/wasi` to `sys/wasm/wasi`
gingerBill
2021-10-31
1
-228
/
+226
|
*
|
Add `wasi_wasm32`
gingerBill
2021-10-31
9
-216
/
+163
|
*
|
Add `core:sys/wasi`
gingerBill
2021-10-31
1
-0
/
+1819
|
*
|
Attempt to get wasm64 compiling with the correct features enabled
gingerBill
2021-10-31
2
-9
/
+5
|
*
|
Compile `wasm64`; Add `lb_run_remove_unused_function_pass`
gingerBill
2021-10-31
10
-37
/
+128
|
*
|
Begin work on supporting `wasm64`; Correct `wasm32` compilation behaviour
gingerBill
2021-10-30
7
-155
/
+212
|
|
/
*
|
Merge pull request #1254 from awwdev/master
gingerBill
2021-10-31
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
remove prefix from Mix_LoadWAV
André
2021-10-31
1
-1
/
+1
|
/
*
`big.Rat` (Experimental)
gingerBill
2021-10-29
5
-14
/
+614
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-10-29
1
-5
/
+49
|
\
[next]