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
...
|
|
*
Fix potential Typo : S32 ==> I32
Jason Dsouza
2021-04-19
1
-2
/
+2
*
|
|
Remove useless error message for constant binary expressions with non-constan...
gingerBill
2021-04-21
1
-15
/
+11
|
/
/
*
|
Hack ABI for windows passing pointers to structures
gingerBill
2021-04-19
1
-2
/
+13
*
|
Fix typo
gingerBill
2021-04-19
1
-1
/
+1
*
|
Add code that was accidentally removed
gingerBill
2021-04-19
1
-0
/
+2
*
|
Improve `#optional_ok` logic for procedures; Add `#optional_second` for `pack...
gingerBill
2021-04-19
4
-99
/
+131
*
|
Allow assignment of procedure calls with `#optional_ok` to single values
gingerBill
2021-04-19
1
-9
/
+23
*
|
Allow casting of `#optional_ok` call expressions
gingerBill
2021-04-19
2
-4
/
+25
*
|
Fix `update_expr_type` behaviour, along with fixing procedure groups updating...
gingerBill
2021-04-19
1
-10
/
+48
*
|
Improve the `Allocator` interface to support returning `Allocator_Error` to a...
gingerBill
2021-04-19
1
-1
/
+1
*
|
Remove temporary reference types
gingerBill
2021-04-19
2
-4
/
+4
*
|
Fix `override_entity_in_scope `behaviour to correctly to report the changes u...
gingerBill
2021-04-19
5
-45
/
+62
|
/
*
Add package flags
gingerBill
2021-04-18
2
-1
/
+26
*
Improve `init_string` determination for constants
gingerBill
2021-04-18
3
-2
/
+26
*
Improve odin-doc type information for Named types by storing the base type
gingerBill
2021-04-18
1
-0
/
+1
*
Add calling_convention to odin-doc Type format
gingerBill
2021-04-18
2
-0
/
+28
*
Fix enumerated arrays for .odin-doc
gingerBill
2021-04-18
2
-4
/
+9
*
Add `-doc-format` command for the new .odin-doc file format (to be used to ge...
gingerBill
2021-04-18
8
-18
/
+1299
*
Correct call site attributes
gingerBill
2021-04-14
1
-2
/
+2
*
Add `@(cold)` attribute to procedure declarations
gingerBill
2021-04-14
8
-27
/
+82
*
Allow `intrinsics` entities to be exported from other packages if wanted
gingerBill
2021-04-13
1
-1
/
+1
*
Minor fixes to platform checking code
gingerBill
2021-04-11
3
-13
/
+24
*
Merge pull request #901 from atkurtul/swarning
gingerBill
2021-04-09
1
-1
/
+1
|
\
|
*
fix Syntax Warning
Gitea
2021-04-09
1
-1
/
+1
*
|
Fix proc literal bug not finding the associated `DeclInfo`
gingerBill
2021-04-09
1
-1
/
+7
|
/
*
Add `break;` for sanity
gingerBill
2021-04-08
1
-1
/
+1
*
Add "Dwarf Version" metadata for `darwin` on `-llvm-api`
gingerBill
2021-04-08
1
-4
/
+16
*
Add assertion check on parameter types for `lb_emit_call_internal`
gingerBill
2021-04-06
1
-4
/
+24
*
Fix `LLVMConstIntOfArbitraryPrecision` usage for a pointer
gingerBill
2021-04-06
1
-3
/
+8
*
Merge remote-tracking branch 'origin/master' into Master-Origin
Platin21
2021-04-05
1
-0
/
+1
|
\
|
*
Add `runtime.extendhfsf2` to dependency list
gingerBill
2021-04-05
1
-0
/
+1
*
|
Removed debug code
Platin21
2021-04-05
1
-1
/
+0
*
|
Adds return values to linker stages
Platin21
2021-04-05
1
-42
/
+63
|
/
*
Undo fix
gingerBill
2021-04-03
1
-7
/
+0
*
Fix lb_emit_array_ep
gingerBill
2021-04-03
1
-1
/
+8
*
Experiment with different opt passes
gingerBill
2021-04-01
1
-1
/
+2
*
Fix signed fixed arithmetic intrinsics
gingerBill
2021-04-01
1
-5
/
+6
*
Cleanup again
gingerBill
2021-04-01
1
-2
/
+4
*
Cleanup code for fixed-point intrinsics
gingerBill
2021-04-01
1
-11
/
+9
*
Implement fixed-point arithmetic intrinsics for -llvm-api backend
gingerBill
2021-04-01
3
-0
/
+127
*
Fix alignment for complex32 and quaternion64
gingerBill
2021-04-01
1
-6
/
+6
*
Fix missing complex32/quaternion64 checks
gingerBill
2021-04-01
2
-1
/
+5
*
Add min(f16) and max(f16) support
gingerBill
2021-04-01
1
-0
/
+6
*
Add extra optimization level pass -opt:2 in `lb_populate_module_pass_manager`
gingerBill
2021-04-01
1
-9
/
+8
*
Implement `f16` functionality
gingerBill
2021-04-01
10
-74
/
+307
*
Helpful error message for invalid `-define:` cases
Jim Powers
2021-03-30
1
-1
/
+2
*
Change `>>` behaviour in LLVM to prevent stupid UB
gingerBill
2021-03-30
2
-8
/
+7
*
Experiment with new grammatical parsing rule for expression level (-strict-st...
gingerBill
2021-03-30
2
-6
/
+35
*
Fix shifting limits and LLVM code gen bug relating to shifts
gingerBill
2021-03-29
3
-13
/
+17
*
Remove dead code and comments
gingerBill
2021-03-29
1
-5
/
+1
[prev]
[next]