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
...
|
*
|
|
|
|
Refactor ms_craziness.h
Jeroen van Rijn
2022-05-27
2
-444
/
+456
|
|
/
/
/
/
*
|
|
|
|
fix a double free bug
WalterPlinge
2022-05-25
1
-2
/
+5
*
|
|
|
|
a little cleanup
WalterPlinge
2022-05-25
1
-12
/
+3
*
|
|
|
|
Add fallback build paths search using environment variables
WalterPlinge
2022-05-25
1
-5
/
+216
|
/
/
/
/
*
|
|
|
Fix `odin build examples\demo\` trailing slash handling.
Jeroen van Rijn
2022-05-24
1
-1
/
+6
*
|
|
|
Clear up Mismatched BE types error message
Cedric Hutchings
2022-05-23
1
-1
/
+1
*
|
|
|
Merge pull request #1802 from odin-lang/remove-maybe-tag
gingerBill
2022-05-23
6
-18
/
+11
|
\
\
\
\
|
*
|
|
|
Merge functionality of `#maybe` with the standard 'union' functionality
gingerBill
2022-05-23
6
-18
/
+11
*
|
|
|
|
Correct `check_transmute` operand logic
gingerBill
2022-05-23
1
-0
/
+2
|
/
/
/
/
*
|
|
|
Add better error message for trying to dereference a multi-pointer
gingerBill
2022-05-23
1
-0
/
+8
*
|
|
|
Allow multi pointers in intrinsics
gingerBill
2022-05-23
1
-6
/
+6
*
|
|
|
Allow `transmute` on constant expressions
gingerBill
2022-05-23
1
-8
/
+8
*
|
|
|
Change atomic.wait32 and atomic.notify selection
gingerBill
2022-05-21
1
-2
/
+2
*
|
|
|
Begin to add support for experimental wasm64
gingerBill
2022-05-21
1
-1
/
+11
*
|
|
|
Fix typo
gingerBill
2022-05-21
1
-1
/
+1
*
|
|
|
Unify abi for wasm32 and the future wasm64
gingerBill
2022-05-21
1
-7
/
+2
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-05-21
1
-7
/
+7
|
\
\
\
\
|
*
|
|
|
Fix typo.
Cedric Hutchings
2022-05-21
1
-7
/
+7
*
|
|
|
|
Begin work on Atomics for wasm32 (wait and notify intrinsics)
gingerBill
2022-05-21
3
-0
/
+142
*
|
|
|
|
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
[prev]
[next]