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
*
Fix `union #maybe` comparison against `nil` -llvm-api
pre-dev-2021-04
gingerBill
2021-04-26
1
-0
/
+3
*
Merge pull request #915 from wilsonk/issue-820
gingerBill
2021-04-26
1
-1
/
+21
|
\
|
*
Fix for issue 820 (import name is not an identifier)
Kelly Wilson
2021-04-25
1
-1
/
+21
*
|
Fix #857
gingerBill
2021-04-25
1
-4
/
+15
*
|
Fix #911 for -llvm-api backend
gingerBill
2021-04-25
1
-1
/
+1
*
|
Up ci.yml
gingerBill
2021-04-24
1
-1
/
+1
*
|
Move out some intrinsics into separate procedures in llvm_backend.cpp; Rename...
gingerBill
2021-04-24
6
-73
/
+108
*
|
Move `check_builtin_procedure` to check_builtin.cpp
gingerBill
2021-04-23
3
-2805
/
+2804
|
/
*
Warn on redundant `auto_cast`, and make an error on `-vet`
gingerBill
2021-04-22
1
-0
/
+9
*
Improve `auto_cast` logic
gingerBill
2021-04-22
2
-2
/
+4
*
Reuse unused 'context' variables to minimize stack usage (-llvm-api)
gingerBill
2021-04-22
2
-5
/
+40
*
Make `main` calling convention "odin" rather than "contextless" to simplify c...
gingerBill
2021-04-22
2
-45
/
+44
*
Remove old code
gingerBill
2021-04-22
1
-14
/
+5
*
Change function pass manager passes
gingerBill
2021-04-22
2
-4
/
+43
*
Change how `lb_populate_function_pass_manager` works by using the default LLV...
gingerBill
2021-04-22
2
-12
/
+67
*
Add intrinsics: overflow_add, overflow_sub, overflow_mul; Change byte swap be...
gingerBill
2021-04-22
7
-85
/
+200
*
Add intrinsics: byte_swap (integers and floats); count_ones; trailing_zeros; ...
gingerBill
2021-04-22
3
-3
/
+128
*
Remove `intrinsics.x86_mmx` type
gingerBill
2021-04-22
8
-72
/
+17
*
Add new intrinsics: debug_trap, trap, read_cycle_counter, expect
gingerBill
2021-04-22
7
-4
/
+167
*
Add `optimization_mode` attribute for procedures
gingerBill
2021-04-22
5
-4
/
+67
*
Fix typo
gingerBill
2021-04-21
1
-2
/
+2
*
Add new `-o:<string>` flag as an alternative to `-opt:<integer>`
gingerBill
2021-04-21
2
-2
/
+49
*
Add `-build-mode:llvm-ir` for `-llvm-api` backend
gingerBill
2021-04-21
3
-1
/
+10
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-04-21
1
-2
/
+2
|
\
|
*
Merge pull request #905 from jasmcaus/patch-1
gingerBill
2021-04-20
1
-2
/
+2
|
|
\
|
|
*
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
|
/
[next]