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
*
Improve ABI design for wasm32 targets
gingerBill
2022-05-21
1
-18
/
+36
*
Increase minimum macOS version to 10.12.0
gingerBill
2022-05-18
1
-2
/
+2
*
emit optnone and noinline for all procs when opt set to minimal
Tobias Mollstam
2022-05-18
1
-22
/
+27
*
Commit `import _` changes
gingerBill
2022-05-15
1
-8
/
+5
*
Allow for `import _ "foo"` to allow for `@(init)` procedures; Remove `using i...
gingerBill
2022-05-14
3
-49
/
+14
*
Improve -vet shadowing to allow `x := x if cond else y` etc
gingerBill
2022-05-11
1
-9
/
+28
*
Improve ternary if type inference
gingerBill
2022-05-11
1
-1
/
+5
*
Correct `foreign import` prefix behaviour for wasm
gingerBill
2022-05-06
1
-11
/
+9
*
Remove unneeded `#if defined`
gingerBill
2022-05-04
1
-4
/
+0
*
Add `@(priority_index=<int>)` for `foreign import`
gingerBill
2022-05-04
4
-0
/
+20
*
Minor move around for path sets
gingerBill
2022-05-04
1
-4
/
+8
*
Remove stray line
gingerBill
2022-05-04
1
-1
/
+0
*
Make the link order of foreign imports deterministic
gingerBill
2022-05-04
6
-300
/
+370
*
Small fix to deprecation warning.
Jeroen van Rijn
2022-05-04
1
-1
/
+1
*
Typo.
Jeroen van Rijn
2022-05-03
1
-1
/
+1
*
Add deprecation warnings for -opt and flag=value insted of flag:value.
Jeroen van Rijn
2022-05-03
1
-6
/
+17
*
Make `big_int_from_string` return an error if not an integer.
Jeroen van Rijn
2022-05-03
3
-17
/
+36
*
Fix -opt: parsing.
Jeroen van Rijn
2022-05-03
1
-1
/
+20
*
Fix `@(disable=...)`
gingerBill
2022-05-02
1
-13
/
+9
*
Implement syscall for arm32
gingerBill
2022-05-01
1
-73
/
+98
*
Fix building issues with arm32
gingerBill
2022-05-01
2
-17
/
+28
*
Add basic arm32 ABI support (linux_arm32)
gingerBill
2022-05-01
2
-1
/
+102
*
Allow -error-pos-style:default as an alias for odin
Jeroen van Rijn
2022-04-28
1
-2
/
+2
*
Make -error-pos-style case-insensitive.
Jeroen van Rijn
2022-04-28
1
-2
/
+7
*
Fix -error-pos-style:unix
Jeroen van Rijn
2022-04-28
1
-0
/
+11
*
Add `intrinsics.type_is_multi_pointer`
gingerBill
2022-04-27
2
-0
/
+4
*
Add `intrinsics.type_field_type`
gingerBill
2022-04-27
2
-0
/
+33
*
Address edge cases.
Jeroen van Rijn
2022-04-26
3
-45
/
+99
*
Remove redundant bit for non-Windows.
Jeroen van Rijn
2022-04-24
1
-14
/
+0
*
Compiler: Allow -out: to not have an extension on *nix for executables (only).
Jeroen van Rijn
2022-04-24
1
-1
/
+3
*
Compiler: Add early error for output path being a directory.
Jeroen van Rijn
2022-04-24
9
-383
/
+652
*
Fix #1713
gingerBill
2022-04-14
2
-3
/
+5
*
Add -help to CI tests.
Jeroen van Rijn
2022-04-05
1
-2
/
+10
*
Give build/run/check/test/doc a `-file` flag.
Jeroen van Rijn
2022-04-05
2
-89
/
+145
*
Add extra help line for define/config.
Jeroen van Rijn
2022-04-03
1
-0
/
+1
*
Merge pull request #1686 from Kelimion/compile-time-assert
gingerBill
2022-04-02
1
-5
/
+27
|
\
|
*
Allow optional message for `#assert`.
Jeroen van Rijn
2022-04-02
1
-5
/
+27
*
|
Add extra checks to atomic intrinsics
gingerBill
2022-04-02
1
-0
/
+45
*
|
`intrinsics.atomic_type_is_lock_free`
gingerBill
2022-04-02
5
-4
/
+47
|
/
*
Change `intrinsics.Atomic_Memory_Order` fields to use `Ada_Case` rather than ...
gingerBill
2022-03-31
2
-12
/
+12
*
Add checks for memory ordering on fences
gingerBill
2022-03-31
1
-6
/
+20
*
Correct weak handling
gingerBill
2022-03-31
1
-1
/
+2
*
Enforce success failure pairings of `compare_exchange_*_explicit` at compile ...
gingerBill
2022-03-31
2
-9
/
+96
*
Replace the atomic intrinsics
gingerBill
2022-03-31
6
-324
/
+272
*
Add `intrinsics.wasm_memory_grow` `intrinsics.wasm_memory_size`
gingerBill
2022-03-30
4
-2
/
+114
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-03-30
1
-0
/
+4
|
\
|
*
Merge pull request #1671 from colrdavidson/add_nocrt
gingerBill
2022-03-30
1
-0
/
+4
|
|
\
|
|
*
Make no crt work on Linux
Colin Davidson
2022-03-30
1
-0
/
+4
*
|
|
Correct `atomic_cxchg_*` `atomic_cxchgweak_*` intrinsics behaviour to monoton...
gingerBill
2022-03-30
1
-8
/
+16
|
/
/
*
|
Use `WIFEXITED()` and `WEXITSTATUS()` on Unix `system()` exit code
gitlost
2022-03-24
1
-0
/
+3
[next]