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
*
Integrate linker code with the new LLVM API backend
gingerBill
2020-03-08
3
-4
/
+334
*
Fix `context` system; add more to -show-more-timings for LLVM API; Add `ODIN_...
gingerBill
2020-03-08
3
-34
/
+39
*
Fix nested type declarations name generation, to be internally consistent
gingerBill
2020-03-08
4
-22
/
+72
*
Fix logical binary expressions
gingerBill
2020-03-08
2
-12
/
+11
*
Basic functionality, except for `map` and correct nested typename mangling
gingerBill
2020-03-07
3
-432
/
+620
*
Fill in more of the llvm_backend code generation
gingerBill
2020-03-05
3
-136
/
+470
*
Merge branch 'master' into llvm-integration
gingerBill
2020-03-05
5
-10
/
+234
|
\
|
*
Fix #580 defer bug
gingerBill
2020-03-05
1
-7
/
+5
|
*
Disable tmp_block behaviour for `ir_find_or_generate_context_ptr`
gingerBill
2020-03-05
1
-4
/
+3
|
*
`x if cond else y` and `x when cond else y` expressions
gingerBill
2020-03-05
5
-2
/
+229
*
|
Move module pass to after all function passes
gingerBill
2020-03-05
1
-15
/
+18
*
|
General functionality without `context`
gingerBill
2020-03-04
3
-23
/
+215
*
|
Merge branch 'master' into llvm-integration
gingerBill
2020-03-04
2
-9
/
+30
|
\
|
|
*
Add -subsystem:console and -subsystem:windows flags for windows
gingerBill
2020-03-02
2
-9
/
+30
*
|
Add checks for pre-existing type declarations.
gingerBill
2020-03-02
2
-164
/
+606
*
|
Range Statement support
gingerBill
2020-02-29
2
-7
/
+659
*
|
Fix `any` type and casting to `any`; Fix `switch` statement
gingerBill
2020-02-29
1
-64
/
+69
*
|
Type_Info initialization
gingerBill
2020-02-29
2
-252
/
+471
*
|
Merge branch 'master' into llvm-integration
gingerBill
2020-02-29
9
-2
/
+71
|
\
|
|
*
Fix #578
gingerBill
2020-02-29
1
-0
/
+6
|
*
Add `proc(#const x: Type)` to enforce a constant parameter (but not polymorph...
gingerBill
2020-02-26
5
-2
/
+33
|
*
Add `intrinsics.cpu_relax`
gingerBill
2020-02-26
4
-0
/
+32
*
|
Clean-up initialization code
gingerBill
2020-02-26
2
-32
/
+619
*
|
Global variable initialization support
gingerBill
2020-02-23
3
-126
/
+304
*
|
Merge branch 'master' into llvm-integration
gingerBill
2020-02-23
1
-0
/
+6
|
\
|
|
*
Fix comparison against nil for union #maybe pointers
gingerBill
2020-02-23
1
-0
/
+6
*
|
Merge branch 'master' into llvm-integration
gingerBill
2020-02-23
6
-12
/
+26
|
\
|
|
*
Improve error message on `using` with procedure parameters #568
gingerBill
2020-02-23
4
-6
/
+15
|
*
Fix #572
gingerBill
2020-02-23
1
-1
/
+1
|
*
Fix #571
gingerBill
2020-02-23
1
-0
/
+2
|
*
Fix #566
gingerBill
2020-02-23
1
-1
/
+3
|
*
Fix #563
gingerBill
2020-02-23
1
-2
/
+3
|
*
Fix https://github.com/odin-lang/Odin/issues/555
Oskar Nordquist
2020-02-05
1
-2
/
+2
*
|
Basic work on obj generation
gingerBill
2020-02-23
4
-30
/
+214
*
|
Get basic IR code generation working properly
gingerBill
2020-02-10
3
-655
/
+1997
*
|
Anonymous procedure literal support
gingerBill
2020-02-08
4
-32
/
+247
*
|
Add `defer` statement for LB
gingerBill
2020-02-07
2
-10
/
+178
*
|
Ternary Expr; lbAddr extra; Phi node support
gingerBill
2020-02-06
5
-150
/
+1037
*
|
IfStmt
gingerBill
2020-02-05
2
-70
/
+710
*
|
Add ReturnStmt
gingerBill
2020-02-05
3
-29
/
+1627
*
|
Slowly add more statements and expressions; Add header file
gingerBill
2020-02-05
5
-312
/
+1022
*
|
Port code for lb_build_call_expr
gingerBill
2020-02-02
1
-19
/
+410
*
|
Implement constant value generation from ExactValue
gingerBill
2020-02-02
4
-224
/
+946
*
|
Correctly generate LLVM types from Odin types.
gingerBill
2020-02-02
1
-65
/
+380
*
|
Use `lbValue` to represent values everywhere
gingerBill
2020-02-01
2
-87
/
+203
*
|
Begin LLVM C API integration
gingerBill
2020-02-01
42
-0
/
+10667
|
/
*
Add `union #maybe`
gingerBill
2020-02-01
7
-61
/
+204
*
Add `odin [command] -help` (not requiring a file to be passed)
gingerBill
2020-01-31
1
-0
/
+4
*
v0.12.0
v0.12.0
gingerBill
2020-01-18
1
-1
/
+1
*
Remove debug printing
gingerBill
2020-01-18
1
-1
/
+1
[next]