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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Naïve optimization of named _split_ multiple return valued when `defer` is n...
gingerBill
2022-11-25
9
-17
/
+84
*
Correct return ptr semantics for split returns
gingerBill
2022-11-24
1
-1
/
+8
*
Make split multiple return logic only work for the native Odin calling conven...
gingerBill
2022-11-24
1
-1
/
+11
*
Add split multiple return to different ABIs
gingerBill
2022-11-24
1
-43
/
+75
*
Fix type for split returns code
gingerBill
2022-11-24
1
-1
/
+1
*
Basic copy elision support for multiple return values
gingerBill
2022-11-24
4
-76
/
+160
*
Listen to past Bill's wisdom
gingerBill
2022-11-23
1
-24
/
+10
*
Merge branch 'master' into multiple-return-abi-experiment
gingerBill
2022-11-23
1
-1
/
+9
|
\
|
*
Fix LLVM type cycle nonsense with procedure types
gingerBill
2022-11-23
1
-1
/
+9
*
|
Merge branch 'master' into multiple-return-abi-experiment
gingerBill
2022-11-23
4
-22
/
+63
|
\
|
|
*
HACK: Get around debugging type generation for slices and dynamic arrays of *...
gingerBill
2022-11-23
1
-2
/
+14
|
*
Extra check for slices and dynamic arrays for `-debug`
gingerBill
2022-11-23
1
-0
/
+2
|
*
Add extra check to debug information of named composite types
gingerBill
2022-11-23
1
-7
/
+34
|
*
Fix #2207
gingerBill
2022-11-23
2
-12
/
+12
|
*
Merge pull request #2206 from thisisnotnull/fix-wprintf
Jeroen van Rijn
2022-11-22
1
-1
/
+1
|
|
\
|
|
*
fix wprintf return value
thisisnotnull
2022-11-21
1
-1
/
+1
*
|
|
Clean up `return` logic for split multiple return ABI experiment
gingerBill
2022-11-23
1
-37
/
+57
*
|
|
Basic support for new ABI experiment on Win64
gingerBill
2022-11-23
5
-63
/
+202
*
|
|
Remove copy elision code
gingerBill
2022-11-22
4
-57
/
+7
|
/
/
*
|
Fix #2109
gingerBill
2022-11-21
1
-0
/
+1
*
|
Make structs with the same fields but different tags different types
gingerBill
2022-11-21
1
-0
/
+3
*
|
`strconv.parse_f64` - accurately parse floats
gingerBill
2022-11-21
3
-98
/
+421
*
|
Improve error handling for trailing commas #2136
gingerBill
2022-11-21
1
-4
/
+15
*
|
Fix UUID
gingerBill
2022-11-21
1
-1
/
+1
*
|
Fix #2174
gingerBill
2022-11-21
1
-3
/
+5
*
|
Fix #2172
gingerBill
2022-11-21
1
-17
/
+30
*
|
Fix #2179
gingerBill
2022-11-21
1
-1
/
+1
*
|
Fix #2186
gingerBill
2022-11-21
1
-10
/
+7
*
|
Fix #2188
gingerBill
2022-11-21
2
-12
/
+7
*
|
Fix #2197
gingerBill
2022-11-21
1
-0
/
+18
*
|
Fix #2199
gingerBill
2022-11-21
1
-1
/
+1
*
|
Fix #2201
gingerBill
2022-11-21
1
-16
/
+21
*
|
Fix #2202
gingerBill
2022-11-21
1
-0
/
+3
*
|
Fix #2125
gingerBill
2022-11-21
3
-0
/
+6
|
/
*
Fixed comparison against nil for maps
gingerBill
2022-11-20
1
-8
/
+3
*
Merge pull request #2204 from colrdavidson/fix_wasm_mem
gingerBill
2022-11-19
1
-1
/
+1
|
\
|
*
fix missing wasm memory case
Colin Davidson
2022-11-18
1
-1
/
+1
|
/
*
Merge pull request #2181 from odin-lang/map-dev
gingerBill
2022-11-17
35
-829
/
+2080
|
\
|
*
Test new map when used as a set.
Jeroen van Rijn
2022-11-15
1
-0
/
+117
|
*
Correct `map_insert`
gingerBill
2022-11-14
1
-4
/
+1
|
*
Revert "Minor improvement to multi return value reducing stack usage"
gingerBill
2022-11-13
6
-91
/
+20
|
*
Fix prototype
gingerBill
2022-11-13
1
-1
/
+1
|
*
Enforce pointer cast
gingerBill
2022-11-13
3
-3
/
+5
|
*
Add @(require_results) to map procedures where possible
gingerBill
2022-11-13
1
-14
/
+36
|
*
Simplify the handling of the hashing calls for `map`s
gingerBill
2022-11-13
3
-101
/
+31
|
*
Minor improvement to multi return value reducing stack usage
gingerBill
2022-11-13
6
-19
/
+90
|
*
Fix CI typo.
Jeroen van Rijn
2022-11-13
1
-1
/
+1
|
*
map tests for Linux and Mac
Jeroen van Rijn
2022-11-13
3
-1
/
+18
|
*
map: Add tests for update + delete.
Jeroen van Rijn
2022-11-13
1
-5
/
+148
|
*
Correct `map_reserve_dynamic` caused by an bizarre code generation bug
gingerBill
2022-11-13
3
-19
/
+23
[next]