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
...
*
|
Mock out binary expressions and variable declarations
gingerBill
2023-07-18
3
-4
/
+206
*
|
Update tilde; procedure type determination from debug types
gingerBill
2023-07-18
6
-278
/
+40
*
|
Planning for multi-valued expressions in the tilde backend
gingerBill
2023-07-17
5
-5
/
+45
*
|
Flesh out debug procedure type
gingerBill
2023-07-17
4
-8
/
+46
*
|
Move debug type code its own file
gingerBill
2023-07-17
4
-453
/
+459
*
|
Implement debug type for `proc`s
gingerBill
2023-07-17
1
-5
/
+114
*
|
Mostly fill in `cg_debug_type`
gingerBill
2023-07-17
4
-1
/
+345
*
|
Mock out struct_ep calls
gingerBill
2023-07-17
2
-89
/
+173
*
|
Update Tilde; mock out `cg_build_return_stmt`
gingerBill
2023-07-17
7
-77
/
+125
*
|
Merge branch 'master' into tilde
gingerBill
2023-07-17
6
-143
/
+251
|
\
|
|
*
Improve type inference for procedure group stuff
gingerBill
2023-07-17
1
-6
/
+2
|
*
Improve scoring for polymorphic procedures
gingerBill
2023-07-17
1
-6
/
+8
|
*
Fix to allow procedure groups on objective-c types
gingerBill
2023-07-17
5
-120
/
+227
|
*
Fix bug caused by incorrect assert
gingerBill
2023-07-17
1
-1
/
+1
|
*
Merge pull request #2625 from laytan/exit-code-1-on-test-failure
gingerBill
2023-07-11
1
-12
/
+15
|
|
\
|
|
*
fix indentation
Laytan Laats
2023-07-11
1
-5
/
+6
|
|
*
use lb_emit_select instead of lb_emit_if for exit check
Laytan Laats
2023-07-11
1
-22
/
+4
|
|
*
exit with code 1 on `odin test` failure
Laytan Laats
2023-07-03
1
-12
/
+32
*
|
|
Mock out more of the `ep` procedures
gingerBill
2023-07-17
4
-53
/
+316
*
|
|
Mock out `cg_emit_arith`
gingerBill
2023-07-17
3
-1
/
+350
*
|
|
Mock out `cg_emit_conv`
gingerBill
2023-07-16
5
-40
/
+562
*
|
|
Begin working on proper expressions
gingerBill
2023-07-15
7
-80
/
+630
*
|
|
Basic `context` creation
gingerBill
2023-07-15
5
-293
/
+451
*
|
|
Update TB; Fix calling nullptr TB_Node* problems
gingerBill
2023-07-15
8
-58
/
+196
*
|
|
Mocking out call related stuff
gingerBill
2023-07-14
6
-14
/
+207
*
|
|
Mock out more of the addr related stuff
gingerBill
2023-07-14
5
-135
/
+323
*
|
|
cg_emit_load/cg_emit_store
gingerBill
2023-07-14
4
-0
/
+174
*
|
|
Stub out expr and const files
gingerBill
2023-07-14
5
-64
/
+283
*
|
|
Begin work on building statements
gingerBill
2023-07-14
3
-8
/
+344
*
|
|
Very start of working on Tilde Backend for Odin
gingerBill
2023-07-14
5
-40
/
+927
*
|
|
Update Tilde
gingerBill
2023-07-14
2
-46
/
+19
*
|
|
Basic global struct example
gingerBill
2023-07-08
2
-5
/
+30
*
|
|
Hellope World! with Tilde
gingerBill
2023-07-08
3
-2
/
+38
*
|
|
Add `-tilde` for working on the new compiler
gingerBill
2023-07-08
3
-17
/
+60
*
|
|
Add tilde
gingerBill
2023-07-08
6
-0
/
+1823
|
/
/
*
|
Generalize name mangling rule to have a singular definition for a name separator
dev-2023-07
gingerBill
2023-07-07
3
-4
/
+6
*
|
Add extra mutex guards around module value access
gingerBill
2023-07-07
2
-0
/
+11
*
|
Fix issue with pointer casting internal llvm intrinsics
gingerBill
2023-07-07
1
-1
/
+4
*
|
Fix #2593
gingerBill
2023-07-07
1
-1
/
+4
*
|
Fix #2624
gingerBill
2023-07-07
1
-1
/
+1
*
|
Fix #2629
gingerBill
2023-07-07
1
-2
/
+6
*
|
Fix `[2]union{T}` comparison against `nil`
gingerBill
2023-07-07
1
-2
/
+5
*
|
Fix #2630
gingerBill
2023-07-07
2
-19
/
+22
*
|
Always call `lb_run_remove_dead_instruction_pass` to fix `-debug` issues
gingerBill
2023-07-07
2
-12
/
+3
*
|
Fix #2615: can't iterate untyped string
Laytan Laats
2023-07-02
1
-1
/
+1
|
/
*
Merge pull request #2622 from laytan/detect-unix-colors-support
Jeroen van Rijn
2023-07-02
1
-1
/
+23
|
\
|
*
fix spacing
Laytan Laats
2023-07-02
1
-18
/
+18
|
*
use more common detection method and add FORCE_COLOR and NO_COLOR support
Laytan Laats
2023-07-02
1
-15
/
+21
|
*
ignore stderr in tput call
Laytan Laats
2023-07-02
1
-1
/
+1
|
*
detect unix color support
Laytan Laats
2023-07-02
1
-0
/
+16
[prev]
[next]