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
*
Correct `does_field_type_allow_using`
dev-2021-07
gingerBill
2021-06-29
1
-4
/
+0
*
Fix #1042
gingerBill
2021-06-28
2
-19
/
+35
*
Fix #1043
gingerBill
2021-06-28
1
-0
/
+3
*
Fix swizzling of pointers to arrays
gingerBill
2021-06-28
1
-2
/
+7
*
Modify scope finding rules for distinct types in lb_debug_type
gingerBill
2021-06-27
1
-3
/
+23
*
Fix #1044
gingerBill
2021-06-26
1
-4
/
+17
*
Allow alternative syntax for `offset_of`: `offset_of(Type, field)`, `offset_o...
gingerBill
2021-06-26
2
-12
/
+50
*
Fix semicolon insertion rule for `---`
gingerBill
2021-06-26
1
-5
/
+5
*
Support compound literals for `struct #raw_union` types
gingerBill
2021-06-26
2
-6
/
+60
*
Fix compiler errors
gingerBill
2021-06-25
1
-3
/
+3
*
Change logic for comparison against `nil` for array-like data types (compare ...
gingerBill
2021-06-24
1
-12
/
+27
*
Add documentation for `-verbose-errors`
gingerBill
2021-06-23
1
-0
/
+4
*
Add `intrinsics.type_is_endian_platform`
gingerBill
2021-06-17
3
-16
/
+23
*
Correct selector call expression chaining behaviour (a bit of a hack)
gingerBill
2021-06-16
2
-10
/
+35
*
Fix double evaluation bug with selector call expressions `x->y(z)`
gingerBill
2021-06-16
1
-4
/
+27
*
Improve logic for diverging procedures by checking if it terminates
gingerBill
2021-06-16
2
-7
/
+27
*
Add unreachable detection for deferred statements in a scope which contains a...
gingerBill
2021-06-16
1
-0
/
+44
*
Fix #1017
gingerBill
2021-06-15
1
-4
/
+7
*
Fix #1019
gingerBill
2021-06-15
2
-2
/
+1
*
Fix #1015
gingerBill
2021-06-14
1
-11
/
+15
*
Just create `context` when required
gingerBill
2021-06-14
2
-17
/
+1
*
Fix `context` logic
gingerBill
2021-06-13
1
-3
/
+3
*
Remove dead code
gingerBill
2021-06-12
1
-22
/
+0
*
Correct `context `logic in `lb_build_addr`
gingerBill
2021-06-12
1
-1
/
+1
*
Improve vector arithmetic generation for array programming operations
gingerBill
2021-06-12
3
-73
/
+218
*
Fix `remove_temp_files`
gingerBill
2021-06-12
1
-4
/
+9
*
Fix linkage problem for procedures required by LLVM
gingerBill
2021-06-10
1
-9
/
+18
*
Minor code clean up
gingerBill
2021-06-09
1
-11
/
+4
*
Improve code generation for type switch statements to use a jump table by def...
gingerBill
2021-06-09
1
-26
/
+35
*
Allow trivial optimizations for switch statements of `typeid`
gingerBill
2021-06-09
2
-11
/
+23
*
Do trivial SwitchInstr optimization for constant case switch statements
gingerBill
2021-06-09
1
-6
/
+93
*
Correct minimum dependency for `complex32`
gingerBill
2021-06-08
2
-10
/
+31
*
Improve code generation hints for return statements which return by pointer
gingerBill
2021-06-08
1
-7
/
+35
*
Make default calling convention code more correct to read
gingerBill
2021-06-08
5
-16
/
+31
*
Minor alignment cleanup for swizzle load
gingerBill
2021-06-08
1
-1
/
+10
*
Correct `is_operand_value` for Swizzle addressing modes
gingerBill
2021-06-08
1
-0
/
+2
*
Fix and improve swizzle loads for ordered indices
gingerBill
2021-06-08
1
-1
/
+17
*
Fix show-timings header for -lld on windows
gingerBill
2021-06-08
1
-1
/
+5
*
Fix -lld on Windows
gingerBill
2021-06-08
1
-3
/
+2
*
Minor improvements to `-use-separate-modules`
gingerBill
2021-06-08
1
-6
/
+25
*
Replace `js_wasm32` with `freestanding_wasm32`
gingerBill
2021-06-08
5
-26
/
+34
*
Correct `#soa` type creation
gingerBill
2021-06-08
1
-4
/
+16
*
Fix #1011 by unifying the logic
gingerBill
2021-06-08
2
-234
/
+54
*
Fix `lb_build_defer_stmt`
gingerBill
2021-06-08
1
-0
/
+3
*
Correct code for `#simd` in unions
gingerBill
2021-06-06
1
-9
/
+14
*
Correct union tag size for large alignments
gingerBill
2021-06-06
1
-10
/
+2
*
Fix #861 - Add extra check on missing `main`
gingerBill
2021-06-06
1
-2
/
+4
*
Add warning to variables which may overflow the stack on declaration; #Fix 661
gingerBill
2021-06-06
1
-16
/
+25
*
Fix 128-bit integer to float cast by explicitly calling the procedure direct;...
gingerBill
2021-06-06
2
-0
/
+12
*
Add support for `Addressing_OptionalOkPtr`
gingerBill
2021-06-06
3
-126
/
+237
[next]