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
...
*
Implement `#complete switch` by default, replace with `#partial switch` #511
gingerBill
2019-12-22
3
-47
/
+56
*
Fix Trying to get a pointer to a struct field that does not have a size gener...
gingerBill
2019-12-22
1
-4
/
+5
*
Fix Crash when compiling for loop with parens around array expression #506
gingerBill
2019-12-22
1
-7
/
+7
*
Fix Internal error when accessing polymorphic struct parameters (also provide...
gingerBill
2019-12-22
1
-1
/
+12
*
Fix using on array in struct
gingerBill
2019-12-21
2
-1
/
+5
*
Deprecate `using import`
gingerBill
2019-12-21
1
-0
/
+5
*
Add extra to `-help` output
gingerBill
2019-12-21
1
-0
/
+18
*
Add `-help` which prints information about the compiler flags
gingerBill
2019-12-21
2
-2
/
+139
*
Also allow #no_bounds_check on an expression #499
gingerBill
2019-12-15
7
-56
/
+105
*
Replace `#vector[N]T` with `#simd[N]T` to reduce confusion #498
gingerBill
2019-12-15
4
-10
/
+10
*
Disallow procedure calls with an associated deferred procedure to be used in ...
gingerBill
2019-12-15
5
-33
/
+104
*
Fix Duplicate integer switch case values incorrectly consider its absolute va...
gingerBill
2019-12-15
2
-17
/
+25
*
Fix Unable to initialize a typeid field in a struct literal #501
gingerBill
2019-12-15
2
-5
/
+6
*
Fix `transmute` from `uintptr` to/from `proc`
gingerBill
2019-12-07
1
-0
/
+8
*
Fix issue with `-thread-count` flag with <= 0 count
gingerBill
2019-12-03
1
-1
/
+1
*
Remove addressing mode `Addressing_Immutable`
gingerBill
2019-12-01
8
-58
/
+34
*
Fix IR string interning type
gingerBill
2019-12-01
1
-2
/
+2
*
Fix crash caused by not checking for correct SOA kind on polymorphic parameters
gingerBill
2019-12-01
1
-1
/
+2
*
Make the `string` type elements "immutable", akin to `char const *` in C
gingerBill
2019-12-01
11
-96
/
+148
*
Fix nil comparisons for soa slices and dynamic arrays
gingerBill
2019-12-01
2
-1
/
+45
*
Disable find_visual_studio_and_windows_sdk_utf8 temporarily
gingerBill
2019-11-28
1
-1
/
+1
*
Update package odin/parser for #soa and #vector
gingerBill
2019-11-27
1
-3
/
+4
*
Update microsoft_craziness.h to work correctly with the rest of the codebase ...
gingerBill
2019-11-27
5
-131
/
+159
*
Merge pull request #478 from castano/auto-search-sdk
gingerBill
2019-11-26
2
-6
/
+613
|
\
|
*
Integrate microsoft_craziness better.
castano
2019-11-14
2
-69
/
+60
|
*
Fix definition. GB_SYSTEM_WINDOWS is not defined yet. Ideally microsoft_crazi...
castano
2019-11-14
1
-1
/
+1
|
*
Use Jon's single file lib to find the latest compiler and SDK paths instead o...
castano
2019-11-14
2
-5
/
+621
*
|
Disable #soa compound literals
gingerBill
2019-11-21
1
-0
/
+22
*
|
#soa[dynamic]Type (Experimental)
gingerBill
2019-11-21
3
-101
/
+292
*
|
Fix SOA entity usage error on `-vet`
gingerBill
2019-11-21
1
-0
/
+2
*
|
`#soa[]Type` (Experimental)
gingerBill
2019-11-21
5
-30
/
+354
*
|
Fix String causes a crash when used in a polymorphic type #483
gingerBill
2019-11-20
2
-3
/
+19
*
|
Fix Implicit Selector Expressions do not work at the global/package scope #484
gingerBill
2019-11-20
1
-1
/
+1
*
|
Prepare SOA Struct code for slices and dynamic arrays *to be implemented*
gingerBill
2019-11-19
5
-25
/
+57
*
|
Fix Compiler panic with SIMD Vector debug information #481
gingerBill
2019-11-19
3
-4
/
+23
*
|
Add new #soa and #vector syntax
gingerBill
2019-11-17
3
-1
/
+118
*
|
Merge pull request #476 from castano/symlink-fix
gingerBill
2019-11-14
1
-2
/
+7
|
\
\
|
*
|
Fix linux build.
castano
2019-11-14
1
-0
/
+2
|
*
|
Add support for running odin through a symlink. Use realpath when obtaining r...
castano
2019-11-14
1
-2
/
+5
|
|
/
*
/
Fix System V bitcast/transmute bug
gingerBill
2019-11-14
1
-3
/
+6
|
/
*
v0.11.1
v0.11.1
gingerBill
2019-11-12
1
-1
/
+1
*
big_int addition overflow rules
gingerBill
2019-11-11
1
-1
/
+1
*
Add `-show-more-timings`
gingerBill
2019-11-10
4
-60
/
+68
*
Fix `big_int_or` and `big_int_xor`
gingerBill
2019-11-10
1
-15
/
+17
*
Fix big subtraction for very large numbers on edges of overflow.
gingerBill
2019-11-10
1
-1
/
+4
*
Add `intrinsics.type_is_unsigned`
gingerBill
2019-11-10
2
-0
/
+4
*
Remove debug message
gingerBill
2019-11-09
1
-1
/
+0
*
Fix Compile time assert on non-constant boolean parameters #467
gingerBill
2019-11-09
1
-1
/
+2
*
Fix inline `for` bug for #468
gingerBill
2019-11-09
1
-1
/
+4
*
Fix `//+build` for ! e.g. `//+build !windows amd64, linux !amd64`
gingerBill
2019-11-05
1
-8
/
+7
[prev]
[next]