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
...
*
Remove hack in `lb_addr_store`
gingerBill
2021-03-01
1
-13
/
+34
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-03-01
4
-55
/
+82
|
\
|
*
Minor changes to function pass manager in llvm_backend.cpp
gingerBill
2021-02-27
1
-27
/
+33
|
*
Fix LLVM -opt:2 bug for initializing global variables
gingerBill
2021-02-27
2
-21
/
+44
|
*
Merge pull request #855 from nakst/master
gingerBill
2021-02-27
1
-1
/
+1
|
|
\
|
|
*
update essence API header
nakst
2021-02-26
1
-1
/
+1
|
*
|
Fix crash when a forced dependency doesn't exist
gingerBill
2021-02-27
1
-6
/
+4
*
|
|
Patch win64 ABI problem caused by a bug in LLVM for 128 bit integers
gingerBill
2021-03-01
1
-1
/
+6
|
/
/
*
|
HACK check_unchecked_bodies further!
gingerBill
2021-02-26
1
-1
/
+8
*
|
Fix patch (yeah... I know)
gingerBill
2021-02-26
3
-48
/
+32
*
|
Patch issue with minimum dependency system and how it interacts with para pol...
gingerBill
2021-02-26
5
-17
/
+129
|
/
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-02-26
1
-3
/
+0
|
\
|
*
Fixing a typo in llvm backend.
Mykola Konyk
2021-02-25
1
-3
/
+0
*
|
Add message to assert in `ir_build_expr_internal`
gingerBill
2021-02-26
1
-3
/
+3
|
/
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-02-25
1
-1
/
+2
|
\
|
*
Merge pull request #852 from Tetralux/fix-dll-mac
gingerBill
2021-02-25
1
-1
/
+2
|
|
\
|
|
*
Fix -build-mode:shared on Darwin
Tetralux
2021-02-24
1
-1
/
+2
*
|
|
Make USE_NEW_LLVM_ABI_SYSTEM the actual behaviour and remove the previous app...
gingerBill
2021-02-25
2
-401
/
+106
|
/
/
*
|
Make lb_create_enum_attribute ignore certain attributes (they are not properl...
gingerBill
2021-02-25
2
-12
/
+20
*
|
Add `#force_inline` parsing directly to expression statements
gingerBill
2021-02-25
1
-0
/
+4
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-02-25
4
-21
/
+61
|
\
\
|
*
|
Enforce -llvm-api on Mac M1
gingerBill
2021-02-25
1
-1
/
+10
|
*
|
fix timings.cpp for M1
gingerBill
2021-02-25
1
-1
/
+7
|
*
|
Remove sret attribute in llvm_abi.cpp
gingerBill
2021-02-25
2
-4
/
+17
|
*
|
Get compiling on Mac Mini M1
gingerBill
2021-02-24
3
-15
/
+27
*
|
|
Remove `#force_inline for` and only have `#unroll for`
gingerBill
2021-02-25
1
-1
/
+1
|
/
/
*
|
Begin work on aarch64 ABI for `-llvm-api`
gingerBill
2021-02-24
5
-20
/
+221
*
|
Default to `-microarch:generic`
gingerBill
2021-02-24
1
-0
/
+3
*
|
Build tag to make all declarations within a file private to the package `//+p...
gingerBill
2021-02-23
4
-3
/
+10
*
|
Add deprecation message for `inline` and `no_inline` to use `#force_inline` a...
gingerBill
2021-02-23
1
-0
/
+2
*
|
Remove `#opaque` types
gingerBill
2021-02-23
12
-167
/
+2
*
|
Remove `bit_field` keyword and parsing logic
gingerBill
2021-02-23
7
-90
/
+0
*
|
Remove `#opaque` usage in core library
gingerBill
2021-02-23
1
-16
/
+0
*
|
Fix new flags
gingerBill
2021-02-23
1
-2
/
+2
*
|
Add flags `-ignore-warnings` and `-warnings-as-errors`
gingerBill
2021-02-23
3
-28
/
+79
*
|
Deprecate `inline for` in favour of `#unroll for`
gingerBill
2021-02-23
4
-30
/
+10
*
|
Add `#force_inline`, `#force_no_inline` and `#unroll` for the transition to d...
gingerBill
2021-02-23
1
-78
/
+98
*
|
Remove `"pure"` and `"pure_none"` calling conventions
gingerBill
2021-02-23
9
-63
/
+13
*
|
Remove `opaque` keyboard
gingerBill
2021-02-23
2
-12
/
+3
|
/
*
Remove `bit_field` in type info, runtime, and general core library
gingerBill
2021-02-19
2
-5
/
+0
*
Remove `bit_field` type from Odin (keyword and dead runtime code still exists)
gingerBill
2021-02-19
12
-893
/
+58
*
Fix slices of slices in procedures for -llvm-api
gingerBill
2021-01-27
1
-5
/
+35
*
Fix #831
gingerBill
2021-01-27
2
-2
/
+56
*
Fix for `c_vararg` issue
Jim Powers
2021-01-18
2
-1
/
+7
*
Add extra error checks
gingerBill
2021-01-18
2
-0
/
+11
*
Fix #825
gingerBill
2021-01-17
1
-2
/
+4
*
Add extra error checking in parser.cpp
gingerBill
2021-01-15
2
-4
/
+19
*
Fix typo
gingerBill
2021-01-15
1
-0
/
+1
*
Add `-no-entry-point` to help
gingerBill
2021-01-04
1
-0
/
+6
*
Fix ir_print.cpp for typeid constants
gingerBill
2020-12-17
2
-2
/
+15
[prev]
[next]