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 assert that should have never been there
gingerBill
2018-11-22
1
-2
/
+0
*
Remove dead code
gingerBill
2018-11-22
1
-55
/
+0
*
Fix is_type_polymorphic infinite recursion bug
gingerBill
2018-11-22
3
-27
/
+36
*
Allow `opaque` to be polymorphic
gingerBill
2018-11-17
2
-1
/
+12
*
Fix error with polymorphic structs #279
gingerBill
2018-11-17
2
-16
/
+18
*
`opaque` keyword and type
gingerBill
2018-11-11
10
-4
/
+110
*
Fix issue with complication of -debug that is caused sometimes due to lambda ...
gingerBill
2018-11-11
2
-6
/
+13
*
Fix package usage with `when` on `import` #278
gingerBill
2018-11-07
3
-12
/
+16
*
Allow comparisons of `cstring`; Add `resize`
gingerBill
2018-10-31
2
-1
/
+8
*
Fix debug info issue
gingerBill
2018-10-29
2
-3
/
+4
*
Disable debug info for bit fields
gingerBill
2018-10-29
1
-1
/
+1
*
Fix CompositeType for zero length arrays
gingerBill
2018-10-29
2
-2
/
+5
*
Fix big int shifts of 0
gingerBill
2018-10-28
2
-0
/
+16
*
Built-in procedure `#defined`
gingerBill
2018-10-27
5
-32
/
+91
*
Place optimization level flag in condition again; `-memcpyopt -die` only in n...
gingerBill
2018-10-24
1
-1
/
+3
*
Merge pull request #260 from lachsinc/master
gingerBill
2018-10-24
4
-171
/
+1360
|
\
|
*
Cleanup comments.
lachsinc
2018-10-06
1
-22
/
+12
|
*
Cleanup hack as all types appear to be handled!..
lachsinc
2018-10-06
1
-15
/
+0
|
*
Add complex debug info.
lachsinc
2018-10-05
1
-16
/
+57
|
*
Add debug info for proc ptrs.
lachsinc
2018-10-05
2
-51
/
+83
|
*
Cleanup.
lachsinc
2018-10-05
1
-28
/
+13
|
*
Cleanup unused AllProcs.
lachsinc
2018-10-05
2
-38
/
+3
|
*
Tuple debug info (untested). Generated locals now flow through debug info.
lachsinc
2018-10-05
2
-25
/
+64
|
*
Add arg # for proc param locals.
lachsinc
2018-10-05
2
-8
/
+7
|
*
Fix dgb.declare using different location to it's associated instructions.
lachsinc
2018-10-05
1
-3
/
+1
|
*
Fix debug info for unnamed aggregate types.
lachsinc
2018-10-05
1
-24
/
+51
|
*
Cleanup; Move enums/globals di inside CompileUnit. Minor comment cleanup.
lachsinc
2018-10-04
2
-23
/
+19
|
*
Lexical block debug info.
lachsinc
2018-10-04
2
-12
/
+64
|
*
bit_set / bit_field debug info.
lachsinc
2018-10-02
2
-17
/
+148
|
*
Cleanup.
lachsinc
2018-10-01
1
-28
/
+19
|
*
Cleanup.
lachsinc
2018-10-01
2
-12
/
+5
|
*
Minor cleanup.
lachsinc
2018-10-01
2
-29
/
+10
|
*
Stepping working. Cleanup.
lachsinc
2018-10-01
2
-87
/
+88
|
*
Add various debug location stuff.
lachsinc
2018-09-30
2
-3
/
+24
|
*
Add debug location stack.
lachsinc
2018-09-30
2
-41
/
+101
|
*
Tagged union debug info. Aggregate type fixes (unions inside structs etc.).
lachsinc
2018-09-27
2
-42
/
+81
|
*
Cleanup debug info 'name' stuff.
lachsinc
2018-09-27
2
-52
/
+51
|
*
Cleanup hardcoded bytes to bits
lachsinc
2018-09-27
1
-43
/
+45
|
*
Cleanup.
lachsinc
2018-09-27
1
-106
/
+95
|
*
Fix pointers to all things debug info. Cleanup param order. Make scope/file o...
lachsinc
2018-09-27
2
-103
/
+144
|
*
(Basic) Map debug info support. Minor slice fix.
lachsinc
2018-09-26
1
-6
/
+21
|
*
Slices. Fix dynamic array data ptr size.
lachsinc
2018-09-26
1
-1
/
+42
|
*
Add support for any. Fix rawptr debug type.
lachsinc
2018-09-26
2
-45
/
+82
|
*
Cleanup dynamic array/string bloat.
lachsinc
2018-09-26
1
-98
/
+103
|
*
Cleanup comments/todos.
lachsinc
2018-09-26
2
-20
/
+11
|
*
Add debug info for globals. Misc debug info cleanup.
lachsinc
2018-09-26
2
-32
/
+130
|
*
Add DebugInfoArray as separate debug info type. Minor cleanup of various debu...
lachsinc
2018-09-25
2
-178
/
+195
|
*
Expose dynamic array data/len/cap debug info. Minor cleanup of odin string de...
lachsinc
2018-09-19
1
-36
/
+104
|
*
String debug info. Minor cleanup of derived / composite debug info output.
lachsinc
2018-09-19
2
-20
/
+85
|
*
Static array debug info. Temporary dynamic array debug info (pointer to data,...
lachsinc
2018-09-18
2
-28
/
+87
[next]