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
...
*
|
|
|
Temporary patch for `lb_gen_map_header`
gingerBill
2022-09-21
1
-39
/
+53
*
|
|
|
Correct `get_fullpath_relative` to remove all trailing path separators (`/` a...
gingerBill
2022-09-21
1
-0
/
+9
*
|
|
|
Improve parapoly support for `^T` to `[^]$V` and vice versa
gingerBill
2022-09-20
2
-0
/
+52
*
|
|
|
Correct `lb_gen_map_header` initialization
gingerBill
2022-09-17
1
-0
/
+2
*
|
|
|
Use a cache when generating the map header to minimize stack wastage
gingerBill
2022-09-17
3
-39
/
+51
*
|
|
|
Change `__dynamic_map_get` and `__dynamic_map_set` to use separate parameters...
gingerBill
2022-09-17
4
-45
/
+35
*
|
|
|
Fixed #2044 Uninitialised constant struct member values can cause crash
gingerBill
2022-09-17
1
-1
/
+7
*
|
|
|
Fix #1435 type switch statements of empty union types
gingerBill
2022-09-17
1
-3
/
+14
*
|
|
|
Improve error message for using `offset_of` within a struct itself of that st...
gingerBill
2022-09-17
1
-0
/
+15
*
|
|
|
Enforce constant pointer cast on global procedure variable initialization `x ...
gingerBill
2022-09-17
1
-0
/
+3
*
|
|
|
Fix #2054 Differing behaviours with defer statements for single vs multiple r...
gingerBill
2022-09-17
1
-14
/
+7
*
|
|
|
Fix -verbose-error source lines from having last char cut off
Zac Nowicki
2022-09-15
1
-1
/
+0
*
|
|
|
Clean up of the core library to make the stream vtables not be pointers direc...
gingerBill
2022-09-15
1
-0
/
+3
*
|
|
|
Revert "Just get the value directly and store it in another global variable"
gingerBill
2022-09-14
3
-33
/
+8
*
|
|
|
Minor fix to `lb_big_int_to_llvm`
gingerBill
2022-09-14
1
-1
/
+1
*
|
|
|
Just get the value directly and store it in another global variable
gingerBill
2022-09-14
3
-8
/
+33
*
|
|
|
Fix `ODIN_BUILD_PROJECT_NAME`
gingerBill
2022-09-12
1
-6
/
+6
*
|
|
|
Fix debug generation for named results
gingerBill
2022-09-12
1
-1
/
+1
*
|
|
|
Replace `#optional_second` with `#optional_allocator_error`
gingerBill
2022-09-12
5
-23
/
+14
*
|
|
|
Improve debug info to named return values
gingerBill
2022-09-12
1
-1
/
+4
*
|
|
|
Unify debug parameter code
gingerBill
2022-09-10
2
-69
/
+10
*
|
|
|
Split debug info generation for direct and indirect parameters
gingerBill
2022-09-09
2
-3
/
+68
*
|
|
|
Fix pointer cast of constant procedure values
gingerBill
2022-09-08
1
-10
/
+9
*
|
|
|
Disable buggy escape analysis
gingerBill
2022-09-08
1
-0
/
+2
*
|
|
|
Add `intrinsics.type_convert_variants_to_pointers` and `reflect.get_union_as_...
gingerBill
2022-09-08
2
-0
/
+43
*
|
|
|
Add `ODIN_BUILD_PROJECT_NAME` and `//+build-project-name`
gingerBill
2022-09-08
3
-1
/
+58
*
|
|
|
Use `llvm.dbg.declare` for procedure parameters rather than `llvm.dbg.value`
gingerBill
2022-09-07
1
-1
/
+2
*
|
|
|
Add Windows 32-bit build system error
gingerBill
2022-09-07
1
-0
/
+4
*
|
|
|
Simplify win32 resource file linking
gingerBill
2022-09-07
1
-33
/
+20
*
|
|
|
Add inline debug generation for assembly target flag (#2028)
gingerBill
2022-09-07
1
-1
/
+1
*
|
|
|
Fix procedure pointer cast
gingerBill
2022-09-07
1
-0
/
+3
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-09-07
1
-2
/
+4
|
\
\
\
\
|
*
|
|
|
fix polymorphic proc parameters error handling
Phil
2022-09-06
1
-2
/
+4
*
|
|
|
|
Fix #2029 Eumerated array of procs literal crashes the compiler with an llvm ...
gingerBill
2022-09-07
2
-22
/
+11
|
/
/
/
/
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-09-06
2
-324
/
+663
|
\
\
\
\
|
*
|
|
|
Add `help` verb, e.g. `odin help build`.
Jeroen van Rijn
2022-09-05
1
-9
/
+17
|
*
|
|
|
Improve error message when you use -file as the verb.
Jeroen van Rijn
2022-09-05
1
-1
/
+6
|
*
|
|
|
Merge pull request #2021 from Kelimion/refactor_odin_report
Jeroen van Rijn
2022-09-05
1
-314
/
+640
|
|
\
\
\
\
|
|
*
|
|
|
[odin report] Improve macOS detection.
Jeroen van Rijn
2022-09-05
1
-128
/
+401
|
|
*
|
|
|
odin report: Add FreeBSD OS & RAM detection.
Jeroen van Rijn
2022-09-05
1
-211
/
+264
*
|
|
|
|
|
Make valgrind calls a no-op on non-supported platforms rather than print an e...
gingerBill
2022-09-06
1
-4
/
+1
|
/
/
/
/
/
*
|
|
|
|
Fix #1992 `size_of` a relative slice crashes the compiler
gingerBill
2022-09-05
1
-0
/
+1
*
|
|
|
|
Fix #2017 mismatched types in binary matrix expression for `flt * (mat * vec)`
gingerBill
2022-09-05
2
-6
/
+22
*
|
|
|
|
Fix #2018 type assertion on untyped nil within a ternary if expression
gingerBill
2022-09-05
1
-7
/
+8
*
|
|
|
|
Fix #2020 transmute from array to #simd code generation
gingerBill
2022-09-05
1
-0
/
+14
*
|
|
|
|
Remove redundant code
JasperGeer
2022-09-04
1
-9
/
+3
*
|
|
|
|
Remove unnecessary or
JasperGeer
2022-09-04
1
-2
/
+2
*
|
|
|
|
Err on types passed as operands to ternary if expressions
JasperGeer
2022-09-04
1
-0
/
+14
|
/
/
/
/
*
|
|
|
Allow Odin to find itself if it's in PATH on OpenBSD, because reasons.
Jeroen van Rijn
2022-09-04
1
-3
/
+66
*
|
|
|
Fix #1999
Jeroen van Rijn
2022-09-03
1
-0
/
+1
[prev]
[next]