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
...
*
|
|
|
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
*
|
|
|
|
Make constant string backing structures use PrivateLinkage compared to Intern...
gingerBill
2022-03-24
1
-3
/
+3
*
|
|
|
|
`union #shared_nil`
gingerBill
2022-03-24
9
-32
/
+103
*
|
|
|
|
Fix issue #829 "Compiler crashes when declaring maps with procedure"
gitlost
2022-03-23
1
-0
/
+1
*
|
|
|
|
Merge pull request #1632 from gitlost/const_in_if_#1592
gingerBill
2022-03-21
3
-6
/
+18
|
\
\
\
\
\
|
*
|
|
|
|
Fix issue #1592 "LLVM code gen error when using a constant in an if"
gitlost
2022-03-18
3
-6
/
+18
*
|
|
|
|
|
Improve procedure group selection based on the minimum number of arguments
gingerBill
2022-03-18
5
-31
/
+82
|
/
/
/
/
/
*
|
|
|
|
Fix #1610
gingerBill
2022-03-14
1
-29
/
+21
[prev]
[next]